/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.sin-p {
  padding: 0px;
}

.img-portfolio {
  margin-bottom: 30px;
}

.img-hover:hover {
  opacity: 0.8;
}

/* Header*/

.navbar-inverse {
  /*background-color: #d5d5d5;*/
  background: rgb(213,213,213);
  background: linear-gradient(90deg, rgba(213,213,213,1) 0%, rgba(213,213,213,1) 59%, rgba(115,115,115,1) 100%);
  border: none;
  box-shadow: 0 5px 15px rgb(0,0,0,0.7);
}

.redes {
  float: right;
  padding: 3.8em 0em 2em 0em;
}

.redes a {
  color: #003e87;
  margin: 0px 4px;
}

.redes .fa-2x {
  font-size: 1.7em;
}

.botonera {
  width: 100%;
  background-color: #003e87;
}

.menu {
  float: left;
  list-style: none;
  padding: 0px 0px;
  width: 100%;
  margin-bottom: 0px;
  /*	background-color: #b9c176;*/
  margin: 0.5em 0em 0.5em 0em;
}

.menu li {
  float: left;
  padding: 1em 0.6em;
  border-right: 1px solid #618BBE;
  line-height: 0em
}

.menu li:last-child {
  border-right: none;
}

.menu li a {
  color: #fff;
}

a:focus, a:hover {
  text-decoration: none;
}

#menu-item-132 {
  background-color: #9ca269;
}

/* Home Page Carousel */

.navbar-brand {
  /*font-family: 'Great Vibes', cursive;*/
  font-size: 4.54em;
  margin: 0.5em 0em 0.3em 0em;
  font-family: 'Tangerine', cursive;
  text-shadow: 3px 3px 10px rgb(0,0,0,0.5);
  font-weight: 600;
}

.navbar-inverse .navbar-brand {
  color: #602353;
  color: #003e87;
}

.class-slogan {
  float: left;
}

.class-slogan .navbar-brand {
  width: 100%;
  float: left;
}

.class-slogan .slogan {
  color: #535253;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  font-size: 0.76em;
  margin-top: -25px;
  margin-left: 39px;
  height: 35px;
  letter-spacing: 2.1px;
}

/* Carousel */

#myCarousel {
  height: 700px;
  margin-bottom: 3em;
}

header.carousel {
  height: 50%;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
  height: 100%;
}

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-control .icon-next:before {
  content: '';
}

.carousel-control .icon-prev:before {
  content: '';
}

/* Banners Publicitarios*/

.banners {
  margin-bottom: 3em;
}

.banners hr {
  margin-top: 5em;
}

.banner-1 {
  padding: 0px;
}

.banner-1 .col-lg-6 {}

.panel-default>.panel-heading {
  background-color: #003e87;
  height: 55px;
  padding-top: 0px;
  color: #fff;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.panel-default>.panel-heading h4 {
  padding-left: 0px;
  height: auto;
  font-weight: 400;
  font-size: 17px;
}
/* HOME Titulos */

.dos {
  margin-top: 3em;
}

.page-header {
  font-size: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #003e87;
  font-weight: bold;
}

.front {
  padding: 3px;
  padding-left: 20px;

}

.front p {
  font-weight: 300;
}

.front .panel-body {
  padding-left: 19px;
  color: #fff;
}
.panel-body{
  height: auto;
}

.banner-dos {
  margin: 3em 0em;
}

/*** Pasa fotos home ***/

.pasafotos {
  margin: 5em 0em;
}

#flexiselDemo1 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0px auto;
  padding: 2em 0.1em 0 0em;
}

.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 35px;
}

.nbs-flexisel-item>img {
  cursor: pointer;
  position: relative;
}

/*---- Nav ---*/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 34px;
  height: 34px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: url(../images/left.png) no-repeat 2px 1px;
  top: -5% !important;
  border-radius: 5px;
}

.nbs-flexisel-nav-left {
  left: 00%;
}

.nbs-flexisel-nav-right {
  right: 0%;
  background: url(../images/right.png) no-repeat 2px 1px;
}

/*--//flexisel--*/

/* Responsive */

@media (max-width: 768px) {
  .class-slogan {
    width: 60%;
  }
  .front {
    padding: 0px 5px;
  }
  .front .panel-body {
    padding-left: 19px;
    /* height: 350px; */
    color: #fff;
    /* margin-top: -2em; */
  }
  #myCarousel {
    height: 300px;
    margin-top: 9.3em;
  }
  .page-header {
    font-size: 1.2em;
  }
}

@media (max-width:480px) {
  .class-slogan {
    width: 92%;
    margin-top: -83px;
    margin-left: -8px;
  }
  .class-slogan .slogan {
    margin-left: 54px;
  }
  .banner-1 {
    margin-left: 10%;
  }
  .page-header {
    text-align: center;
  }
  .front {
    padding: 0px 38px;
  }
  .front .panel-default {
    margin-top: 30px;
    height: auto;
    
  }
  /* Footer Responsive*/
  .derecha p {
    text-align: center;
  }
  #myCarousel {
    height: 400px;
    margin-top: 0em;
  }
  .banner-1 img:first-child {
    margin-bottom: 15px;
  }
  .banners hr {
    display: none;
  }
}

/* 404 Page Styles */

.error-404 {
  font-size: 100px;
}

/* Pricing Page Styles */

.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}

.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}

.period {
  display: block;
  font-style: italic;
}

/* Footer Styles */

.derecha p {
  text-align: right;
}

.derecha a {
  color: #618BBE;
}

.footer {
  margin: 3em 0em 0 0;
  /*background-color: #003e87;*/
  background: #003e87;
  background: linear-gradient(90deg, #013979 0%, #003470 59%, #002857 100%);
  color: #fff;
  /*height: 80px;*/
  padding: 2em 0 1em 0px;
}

/* Footer Responsive*/

@media (max-width:480px) {
  .derecha p {
    text-align: center;
    margin-top: 10px;
  }
  .footer {
    height: auto;
    text-align: center;
  }
}

/* Responsive Styles Home*/

@media(max-width:991px) {
  .customer-img, .img-related {
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
}

/* Responsive Header */

@media(max-width:480px) {
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #003e87;
    background-image: none;
    border: 1px solid #003e87;
    border-radius: 4px;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: 0px;
  }
  .redes {
    float: right;
    width: 68%;
    padding: 1em 0em;
  }
  .menu li {
    width: 100%;
  }
}

@media(max-width:375px) {
  .class-slogan {
    margin-top: -73px;
  }
  .navbar-brand {
    font-size: 53px;
  }
  .class-slogan .slogan {
    font-size: 9px;
    margin-left: 40px;
  }
}

@media(max-width:320px) {
  .navbar-brand {
    font-size: 29px;
  }
}

/* Contendio*/

.titulo {
  text-transform: uppercase;
  font-size: 1.6em;
}

.seccion {
  margin-top: 9em;
  padding-left: 15px !important;
}

.tinyVideoThumb {
  margin-top: 2em;
}

.tinyVideoThumb iframe {
  margin-top: 2em;
  width: 50%;
  height: 300px;
  float: right;
}

/* Quienes Somos*/

.quienes-somos {
  color: #141414;
  font-family: 'Open Sans', sans-serif;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 15px;
}

.quienes-somos h3 {
  font-size: 1.4em;
}

.quienes-somos p {
  margin: 0 0 18px;
}

.entry-content-page {
  font-size: 1.1em;
  text-align: justify;
  margin-top: 15px;
}

.img-quienes {
  margin-top: 15px;
  padding-left: 15px;
}

/* Sección General */

.seccion-nota {}

.seccion-nota h3 {
  color: #141414;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  margin-bottom: 1em;
}

/* General  Notas */

.panel-default {
  border-radius: 10px;
  background-color: #003e87;
  box-shadow: 0 3px 15px rgb(0,0,0,0.7);

}

.panel-default>.nota {
  height: 65px;
  padding: 1px 15px;
  border: none;
}

.nota h4 {
  padding: 0px;
  color: #fff;
  font-size: 1.2em;
  height: 35px;
}

.nota h6 {
  color: #868f98;
  margin: 0.6em 0px 1em 0em;
  float: left;
}

.col-nota .panel-default {
  height: 460px;
}

.col-nota .parrafo {
  padding-top: 0px;
  color: #fff;
}

.col-nota p {
  color: #fff;
}

.col-nota .color-link {
  margin-top: 5px;
  float: left;
  width: 100%;
  text-align: center;
  background-color: #f7f7f7;
}

.col-nota .color-link:hover {
  text-decoration: none;
  color: #868f98;
}

.col-nota .imagen {
  height: 150px;
}

@media (max-width:768px) {
  .seccion-nota {
    margin-top: 2em;
  }
  .col-nota .panel-default {
    height: 460px;
  }
}

@media (max-width:480px) {
  .col-nota .panel-default {
    height: 460px;
  }
  .panel-default>.nota {
    padding: 1px 36px;
  }
  .col-nota .panel-body {
    padding: 34px;
  }
}

/* seccion Individual*/

.titulo-individual {
  font-size: 1.7em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.titulo-individual-1 {
  font-size: 1.7em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: -10px;
}
.texto-individual {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  margin: 2em 0em 4em 0em;
  padding-left: 0px;
}

.img-individual {
  padding-left: 12px;
}

.segundo {
  margin-top: 2em;
}

.volver {
  padding-left: 0px;
  margin: 2em 0em;
}

.volver a {
  color: #818181;
  font-size: 1.1em;
}

.volver a:hover {
  text-decoration: none;
  color: #141414;
}

.volver i {
  color: #141414;
  margin-right: 10px;
}

.primero {
  padding-left: 0px;
}

/* Videos */

.videos {
  margin-top: 4em;
}

.play {
  position: relative;
  z-index: 2000;
  top: -165px;
  left: 65px;
  cursor: pointer;
  width: 50%;
}

@media (max-width:1024px) {
  .play {
    position: relative;
    z-index: 100;
    top: -135px;
    left: 65px;
    cursor: pointer;
    width: 50%;
  }
}

@media (max-width:768px) {
  .play {
    position: relative;
    z-index: 100;
    top: -105px;
    left: 45px;
    cursor: pointer;
    width: 40%;
  }
  .texto-individual {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    margin: 2em 0em 4em 0em;
  }
  .container {
    padding-left: 6px;
  }
}

@media (max-width:480px) {
  .container {
    /*padding-left: 15px;*/
  }
  .primero img {
    margin-bottom: 2em;
  }
  .play {
    position: relative;
    z-index: 100;
    top: -155px;
    left: 105px;
    cursor: pointer;
    width: 30%;
  }
}

/* Contacto*/

.wpcf7 .wpcf7-form-control {
  border: 1px solid #d5d5d5;
  padding: 0.5em 0em;
  width: 520px;
}

.wpcf7 .wpcf7-submit {
  border: 1px solid #003e87;
  width: 520px;
  background-color: #003e87;
  color: #fff;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1em;
  color: #FF0000;
}

.contacto {
  margin-top: 3em;
}

@media (max-width:768px) {}

@media (max-width:480px) {
  .wpcf7 .wpcf7-form-control {
    border: 1px solid #d5d5d5;
    padding: 0.5em 0em;
    width: 380px;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width:412px) {
  .wpcf7 .wpcf7-form-control {
    border: 1px solid #d5d5d5;
    padding: 0.5em 0em;
    width: 330px;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width:375px) {
  .wpcf7 .wpcf7-form-control {
    border: 1px solid #d5d5d5;
    padding: 0.5em 0em;
    width: 340px;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width:360px) {
  .wpcf7 .wpcf7-form-control {
    border: 1px solid #d5d5d5;
    padding: 0.5em 0em;
    width: 320px;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width:320px) {
  .wpcf7 .wpcf7-form-control {
    border: 1px solid #d5d5d5;
    padding: 0.5em 0em;
    width: 290px;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
/* Tabla de Puntajes de Vino */
.tabla-scroll{

  min-height: 250px;
  height: 230px;
  overflow-y:scroll;
  margin-bottom: 5em;
  color:#003e87;
  }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 3px solid #000000;
}
.table-bordered{
  border: 3px solid #000000;
}

/* buscador cata y puntajes */

.new-banner{
  justify-items: center;
  align-items: center;
  vertical-align: middle; 
}

.banner-notes{
  margin: 5px;
  width: 295px; 
  height: 145px;
}