
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

/* Colores y fuentes:
    color:#F8AA00; (naranjo);
    color:rgba(248,170,0,0.8); (naranjo);
    color:#141B26; (negro);
    color:rgba(20,27,38,1); (negro);
    font-family: "Calistoga", serif;
    
*/


.txt_donde_tel a {
  color: inherit;
}
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    font-family: "Merriweather", serif;
    background: #FFFFFF;
    visibility: visible!important;
}
.white{
    background: white
}
.no_space{
    padding: 0; margin: 0
}
.info_home {
  margin: 0;
  padding: 20px 15px 10px 15px !important;
  background: #fff
}
.info_home > div {
  padding: 0;
}
.bg_body {
  margin: 0;
  padding: 0;
}
.container-main {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
.container-top {
  background: black;
  margin: 30 0 0 0;
  padding: 30px 0 0 0;
  background: url(../images/bg_top.png) no-repeat center center black;
}
.container-btn-top {
  background: black;
  margin: 0;
  background: #363636;
}

.cont_button_orange {
    margin: 20px auto 0px auto;
    display: table;
    width: 100%
}

@media (max-width:767px){
  .pad-mar-mob{
    padding: 0;
  }
}

.btn-orange{
    background-color: #000000;
    border: 2px solid #000000;
    color: #fff;
    padding: 7px 30px 5px 30px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 20px !important
}

.btn-orange:hover, .btn-orange:active {
    background-color: #33333390;
    text-decoration: none;
    color: #fff;
    border: 2px solid #33333390;
}


.wsp-new {
  background: #000000;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #FFFFFF;
  display: inline;
  width: 220px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  color: #FFF;
  background: #25d366;
  text-align: center;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
}
.whatsapp a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
.whatsapp-2 {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 45px !important;
  margin-left: 3px;
}
.whatsapp-2 a:hover {
  text-decoration: none;
}
.separator {
  padding: 0;
  height: 300px;
  position: relative;
  margin: 0 auto;
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  background: url(../images/separator.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  border: 0px;
  margin: 0;
  padding: 0px;
}
.bg_interior {
  background: #F5F5F5;
}
.button_white {
  background-color: transparent;
  border: 1px solid #111;
  display: inline-table;
  cursor: pointer;
  color: #111;
  font-size: 15px;
  padding: 4px 20px;
  margin: 5px;
  text-decoration: none;
  font-weight: 400;
}
.button_white:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  text-decoration: none;
}
.button_white:active {
  position: relative;
  top: 1px;
}


.gsc-control-cse {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    margin-top: 15px !important;
}

form.gsc-search-box {
    font-size: 13px;
    margin-top: 0px!important;
    margin-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
    width: 100%;
    height: 34px;
}

input.gsc-input {
    padding: 1px 6px;
    border: 0px solid #fff;
    width: 99%;
    background: black !important;
    color: white;
}

.gsc-input-box {
    border: 0px solid #000 !important;
        background: transparent !important;
}

.gsc-control-wrapper-cse{
    border: 2px solid white !important;
}
.gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 15px 5px 15px!important;
    width: auto;
    vertical-align: middle;
    border: 0px solid #666!important;
    border-radius: 2px!important;
    border-color: #000 !important;
    background-color: transparent !important;
    background-image: linear-gradient(top, #4d90fe, #4787ed)!important; 
}

.gsc-search-button-v2 svg {
    height: auto;
    width: 21px !important;
}


.tit_home{
    font-size:38px;
    line-height: 40px;
    font-style: italic;
    padding: 25px 0;
    font-weight: 300;
    color:#2C2A25;
    text-align: center;
           
}

.tit_interior2{
    font-size:30px;
    line-height: 32px;
    font-style: italic;
    padding: 25px 0;
    font-weight: 300;
    color:#2C2A25;
    text-align: center;
               
}

.tit_interior{
    font-size:35px;
    line-height: 35px;
    padding: 25px 15px 5px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: left;
    
    border-bottom: 1px dashed #999;
}


.subtit_interior{
    font-size:28px;
    line-height: 30px;
    padding: 0px 15px 15px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: left;
    

}

.txt_intro1{
    font-size:50px;
    line-height: 35px;
    padding: 15px 15px 15px 15px;
    font-weight: 300;
    color:#007930;
    text-align: center;
      
}

.txt_intro2{
    font-size:25px;
    line-height: 28px;
    padding: 15px 15px 5px 15px;
    font-weight: 400;
    color:#fff;
    text-align: center;
     max-width:850px;
    margin: 0 auto;
    
}

.txt_intro2 span{
    font-weight: 700;

}

.txt_introquienes1{
    font-size:36px;
    line-height: 35px;
    padding: 25px 15px 15px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: left;
    
}

.txt_introquienes2{
    font-size:17px;
    line-height: 23px;
    padding: 15px 15px 5px 15px;
    font-weight: 400;
    color:#2C2A25;
    text-align: left    ;
    
    max-width: 1500px;
    margin: 0 auto 50px auto;
}

.txt_introquienes2 span{
    font-weight: 700;

}

.bread{
    font-size:14px;
    line-height: 15px;
    padding: 10px 0px 20px 0px;
    font-weight: 400;
    color:#111;
    text-align: left;
    
    border-bottom: 1px dashed #999;
}

.bread span a{
    color: #111
}

.sub_tit_interior{
        font-size:30px;
    line-height: 33px;
    font-style: italic;
    padding: 5px 0;
    margin-bottom: 30px;
    font-weight: 500;
    color:#393B94;
    text-align: left;
      
    border-bottom: 1px dashed #393B94;
}
.sub_tit_interior2{
        font-size:30px;
    line-height: 40px;
    font-style: italic;
    padding: 30px 30px 0px 30px;
    margin-bottom: 0px;
    font-weight: 400;
    color:#393B94;
    text-align: left;
      
    border-bottom: 0px dashed #393B94;
}

.cont_miembros{
    margin-bottom: 10px
}

.name_integrantes_home{
    font-size:20px;
    line-height: 20px;
    font-style: italic;
    padding: 15px 0 10px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
       
}
.name_integrantes{
    font-size:20px;
    line-height: 20px;
    font-style: italic;
    padding: 15px 0 10px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
       
}

.name_miembres{
    font-size:14px;
    line-height: 16px;
    font-style: italic;
    padding: 5px 0 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: left;
       
}

.desc_integrantes_home{
    font-size:14px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
       
}
.cargo_integrantes{
    font-size:14px;
    line-height: 16px;
    font-style: normal;
    padding: 0px 0;
    font-weight: 500;
    color:#666;
    text-align: center;
       
}

.btn_integrantes_home{
    font-size:11px;
    line-height: 12px;
    padding: 10px 0;
    font-weight: bold;
    color:#2C2A25;
    text-align: center;
       
}

.line_integrantes_home{
    height: 2px;
    background:#2C2A25;
    display: block
}

.line_integrantes{
    height: 1px;
    background:#2C2A25;
    display: block
}

.cont_integrantes_home {
  margin-bottom: 20px;
}

.cont_integrantes {
  margin-bottom: 40px;
} 
.img_integrantes{
    width: 80px
}

.box_info_home{
     background-color: rgba(255, 255, 255, 0.75);
    border: 5px solid #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 30px;
    max-width: 900px;
    top: 30px
}

.searchBar{
    margin-top: 40px
}

.tit_info_home{
    font-size:30px;
    line-height: 35px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 700;
    color:#2C2A25;
    text-align: center;
       
}
.txt_info_home{
    font-size:15px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
     
    margin: 0 auto
}
.box_actividades{
    padding: 20px 20px 0 20px;
}

.tit_actividades{
    font-size:16px;
    line-height: 19px;
    font-style: italic;
    padding: 15px 0 5px 0;
    font-weight: 400;
    color:#393B94;
    text-align: center;
     
    margin: 0 auto;
    min-height: 90px;
}
.txt_actividades{
    font-size:15px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
     
    margin: 0 auto;

}
/* Grow */
.hvr-actividades {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
      background: #f5f5f5;
  -webkit-transition-property: transform, color, background-color;
  transition-property: transform, color, background-color;
        margin-bottom: 40px;
}
.hvr-actividades:hover, .hvr-actividades:focus, .hvr-actividades:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
    background: white
}

.box_prensa{
    padding: 10px 10px 0 10px;
}
.tit_prensa{
    font-size:16px;
    line-height: 19px;
    font-style: italic;
    padding: 15px 0 5px 0;
    font-weight: 400;
    color:#393B94;
    text-align: center;
     
    margin: 0 auto;
    min-height: 90px;
}

.txt_prensa{
    font-size:13px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
     
    margin: 0 auto;

}


.tit_links{
    font-size:18px;
    line-height: 19px;
    font-style: italic;
    padding: 15px 0 5px 0;
    font-weight: 400;
    color:#393B94;
    text-align: center;
     
    margin: 0 auto;
}
.txt_links{
    font-size:13px;
    line-height: 16px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
     
    margin: 0 auto 15px auto;

}
/* Grow */
.hvr-links {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
      background: #f5f5f5;
  -webkit-transition-property: transform, color, background-color;
  transition-property: transform, color, background-color;
        margin-bottom: 40px;
}
.hvr-links:hover, .hvr-links:focus, .hvr-links:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
    background: white
}

/* Grow */
.hvr-news {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
      background: #fff;
  -webkit-transition-property: transform, color, background-color;
  transition-property: transform, color, background-color;
        margin-bottom: 40px;
}
.hvr-news:hover, .hvr-news:focus, .hvr-news:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
    background: #f5f5f5
}

.top_img_768{
    display: none
}
.top_img{
    width: 100%;
    max-height: 425px
}
.img_info_home{
    display: block
}
@media (max-width: 1190px) {
    .img_info_home {display: none}
}
@media (max-width: 1023px) {
    .tit_info_home {font-size:20px }
    .txt_info_home {font-size:13px }
    .img_info_home {display: none}
    .top_img_768 {display: block}
    .top_img {display: none}
}
@media (max-width: 768px) {
    .img_info_home {display: block}
    .box_info_home{position: relative; border: 0px solid #111; margin-bottom: 30px; border-bottom: 1px solid #333}
    .top_img_768 {display: none}
    .social_top {display: none}
    .searchBar{
    margin-top: 40px;display: none
        .gsc-control-cse {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    margin-top: 0px !important;
}

        
}
    .txt_intro1{
    font-size:25px;
    line-height: 30px;
    padding: 15px 15px 15px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: center;
    
}


.gsc-search-button-v2 {
    font-size: 0;
    padding: 0px 15px 5px 15px!important;
    width: auto;
    vertical-align: middle;
    border: 0px solid #666!important;
    border-radius: 2px!important;
    border-color: #000 !important;
    background-color: transparent !important;
    background-image: linear-gradient(top, #4d90fe, #4787ed)!important; 
}    
    
}
.box_integrantes{
    padding: 10px 10px 0 10px;
    width: 260px !important;
    display: inline-block;
    height: 235px;
}
.cont_integrantes_detail{
    background: white;
    padding: 20px 0px;
    display: flex
}
.box_form_integrantes {
  background: #fff;
  padding: 20px 30px;
  margin: 0 auto;
}
.tit_label_integrantes{
       font-size:12px;
    line-height: 19px;
    font-style: italic;
    padding: 15px 0 5px 0;
    font-weight: 500;
    color:#111;
    text-align: left;
     
}
.form-control-integrantes {
  display: block;
  width: 100%;
  height: 30px;
  padding: 3px 9px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #393B94;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.hvr-integrantes {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
      background: #f5f5f5;
  -webkit-transition-property: transform, color, background-color;
  transition-property: transform, color, background-color;
        margin-bottom: 20px;
}
.hvr-integrantes:hover, .hvr-integrantes:focus, .hvr-integrantes:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
    background: white
}
.cargo_integrantes_detail{
     font-size:18px;
    line-height: 22px;
    font-style: italic;
    padding: 0px 0 25px 0;
    font-weight: 400;
    color:#393B94;
    text-align: left;
        
}

.direccion_integrantes_detail{
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    
    color: #333;
    font-weight: 300;
    margin: 0 0 15px 5px;
    padding: 5px 0 5px 35px;
    background: url(../images/ic_direccion.png) left center no-repeat;
    z-index: 50;
}

.fono_integrantes_detail{
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    
    color: #333;
    font-weight: 300;
    margin: 0 0 15px 5px;
    padding: 5px 0 5px 35px;
    background: url(../images/ic_fono_chef.png) left center no-repeat;
    z-index: 50;
}

.mail_integrantes_detail{
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    
    color: #333;
    font-weight: 300;
    margin: 0 0 15px 5px;
    padding: 5px 0 5px 35px;
    background: url(../images/ic_mai-chef.png) left center no-repeat;
    z-index: 50;
}

.txt_interior_chef {
  color: #000;
    font-style: italic;
  font-size: 15px;
  line-height: 20px;
  margin: 15px auto 15px auto;
  padding: 40px;
  text-align: left;
  font-weight: 400;
  
    background: #fff
}
.cont_integrantes_home a {
  width: auto;
  margin: 0 auto 0px auto;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;

}
.cont_integrantes_home a:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  text-decoration: none;
}
.noticias{
    padding: 0; margin: 30px auto; background:#F0F0F0;;
}
.date_noticias_home{
    font-size:12px;
    line-height: 18px;
    font-style: normal;
    padding: 0;
    font-weight: 700;
    color:#393992;
    text-align: left;
        
}
.tit_noticias_home{
    font-size:16px;
    line-height: 18px;
    font-style: italic;
    padding: 0;
    font-weight: 700;
    color:#2C2A25;
    text-align: left;
       
}
.txt_noticias_home{
    font-size:12px;
    line-height: 16px;
    font-style: normal;
    padding: 5px 0;
    font-weight: 500;
    color:#111;
    text-align: left;
     
    margin: 0 auto
}
.two_news{
    border-bottom: 1px solid #ccc;
    display: table;
    margin: 5px 0 20px 0;
    padding: 5px 0 20px 0;
}
.recetas{
    background: url(../images/bg_recetas.jpg) no-repeat center center black;
    margin-top: 30px
}
.bg_recetas_black{
    background-color: rgba(0, 0, 0, 0.75);
}
.container_box_recetas_home{
    padding: 30px;
    display: table
}
.box_recetas_home{
    padding-left: 60px
}
.tit_recetas_home{
    font-size:24px;
    line-height: 26px;
    font-style: italic;
    padding: 0;
    font-weight: 700;
    color:#FFF;
    text-align: left;
      
        margin-bottom: 10px;
}
.parent_tit_recetas{
    position: relative;
    display: grid;
    grid-template-rows: 60vh;
    grid-template-columns: 60vw;
}
.tit_recetas_left{
    font-size:30px;
 background-color: rgba(255, 255, 255, 0.50);
    line-height: 36px;
    font-style: italic;
    padding:15px 30px;
    font-weight: 700;
    color:#111;
    text-align: center;
  position: absolute;
 justify-self: center;
  align-self: center;
}
.txt_recetas_home{
    font-size:16px;
    line-height: 18px;
    font-style: italic;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color:#FFF;
    text-align: left;
          
}
.btn_recetas_home{
    font-size:14px;
    line-height: 12px;
    padding: 10px 0;
    font-weight: bold;
    font-style: italic;
    color:#fff;
    text-align: left;
       
}

.name_videos_home{
    font-size:15px;
    line-height: 18px;
    font-style: italic;
    padding: 15px;
    font-weight: 700;
    color:#2C2A25;
    text-align: center;
         
}
.cont_videos_home{
    margin-bottom: 35px
}

@media (max-width: 768px) {
    .icon_recetas {display: table; margin: 0 auto}
    .parent_tit_recetas{
        position: relative;
        display: grid;
        grid-template-rows: 15vh;
        grid-template-columns: 15vw;
        background: #F0F0F0
    }
    .tit_recetas_left{
        font-size:18px;
        background-color: rgba(255, 255, 255, 0.50);
        line-height: 22px;
        font-style: italic;
        padding:15px 30px;
        font-weight: 700;
    }    
}    
    
}


.subtit_banner_home {
  font-size: 30px;
  text-align: left;
  margin: 0 0 10px 0;
  color: #111;
  font-weight: 100;
  line-height: 35px;
     
}
.txt_banner_home {
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  border: none;
     
  padding: 10px 25px 30px 25px;
}

.wrapper {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto
}

.txt_th_videos {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  line-height: 18px;
  padding: 0 0;
  margin: 0 20px 0 0;
  color: #111;
  text-transform: uppercase
}
.tit_th_videos {
  font-size: 16px;
  text-align: left;
    font-style: italic;
  font-weight:300;
  line-height: 18px;
  padding: 5px 0;
  margin: 5px 20px 0 0;
    color:#393B94;
}
.icon_video {
  position: absolute !important;
  width: 60px !important;
  left: 100px;
  top: 20%
}
.fot_video {
  width: 260px !important;
  padding: 0 !important
}
.graphic{
    margin-bottom: 130px
}

@media (max-width:767px) {
  .tz-gallery {
    padding: 5px
  }
  .img-home {
    width: 100%
  }
}
.tit_intro {
  text-decoration: none;
  text-align: left;
  color: #584B9F;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  border: none;
  
  padding: 15px;
  margin: 0 auto;
}
.txt_intro {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
    font-weight: 400;
  border: none;
  
  padding: 0px 30px 15px 15px;
  margin: 0 auto;
}
.tit_intro2 {
  text-decoration: none;
  text-align: center;
  color: #B0395F;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  border: none;
  max-width: 350px;
  
  padding: 15px;
  margin: 80px auto 0 auto;
}

.ing {
  position: absolute;
  top: 0px;
  right: -35px;
  width: 36px;
  height: 36px;
  z-index: 555;
}
.main {
  background: #D34A52;
}
.logo-absolute {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
}
.tit-home-ok {
  font-size: 60px;
  text-align: center;
  margin: 15px;
  color: #B48147;
  line-height: 60px;
  font-weight: 400;
}
.box_mision{
    background: #393B94;
    padding: 10px 50px;
    margin-bottom: 50PX
}
.tit_mision{
  font-size: 25px;
  text-align: center;
  margin: 15px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
       
}

.txt_mision{
  font-size: 15px;
  text-align: left;
  margin: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
       
}
.tit-interior {
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #2C2A25;
  line-height: 30px;
  font-weight: 300;
  border-bottom: 1px dashed #2C2A25;
  padding: 15px 0;
  margin: 0 0 20px 0
}
.tit-interior2 {
  font-size: 30px;
  text-align: left;
  margin: 15px;
  color:#fff;
  line-height: 30px;
  font-weight: 700;
    
  border-bottom: 1px dashed #fff;
  padding: 15px;
    text-transform: uppercase
}

.f-mob{
  display: none;
}

@media (max-width:767px){
  .f-mob{
    display: block;
  }
  .f-pc{
    display: none;
  }
}
/*=========================================
	HOVER IMG HOME
=========================================*/


.titOptionHome {
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 45px;
    margin: 20px auto;
    padding: 10px 20px;
    border-radius: 40px;
    border: 1px solid #CCCCCC;
}
.titOptionHome2 {
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 35px;
    margin: auto;
    padding: 30px 20px;
}

.logi2{
  width: 300px;
}

@media (max-width:991px){
  .titOptionHome {
    margin: 5% auto;
    line-height: normal;
}
.logi{
  width: 300px;
}
}

.txtOptionHome {
    position: absolute;
    top: 100px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    
    font-weight: 400;
    display: table;
}

.card {
    width: 370px;
    height: 514px;
    position: relative;
    margin-bottom: 10px;
    margin: 0 auto;
    display: table;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);  
}

.card img{
    border-radius: 20px!important;
}


.card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    border-radius: 30px!important;
    border: 8px solid #F8AA00;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}


.card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.card-back {
    background-color: #F8AA00;
    color: white;
    transform: rotateY(180deg);
        padding: 0 10px;
}


    @media (max-width: 1145px) {
        .card {
            width: 300px;
            height: 450px;
            margin-bottom: 50px
        }    
        .txtOptionHome {
          top: 30px;
          font-size: 25px;
      }   
      }
    @media (max-width: 1024px) {
        .card {
            width: 300px;
            height: 450px;
            margin-bottom: 50px
        }       
      }
    @media (max-width: 935px) {
        .card {
            width: 250px;
            height: 400px;
            margin-bottom: 50px
        }       
        .txtOptionHome {
          top: 30px;
          line-height: normal;
          font-size: 20px;
      }   
      }


/*=========================================
	SLIDER
=========================================*/
.trapezoid {
    height: 100%; width: auto; background-color: transparent; position: absolute; z-index: 99999; left: 200px
}
.text_trapezoid1{
    text-align: left;
    font-size: 100px;
    font-weight: 800;
    margin-top: 120px;
    
    color: white
}

.text_trapezoid2{
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    margin-top: 15px;
}

.text_trapezoid3{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
}
#owl-demo .item {
  margin: 0px;
  background: #32332B;
}
#owl-demo .item img {
  display: block;
  width: auto;
  height: auto;
  border: none;
  margin: 0 auto;
  padding: 0;
}
.item_txt {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.cont-info-slider {
  position: absolute;
  width: 50%;
  right: 10px;
  top: 120px;
}
.cont-info-slider-1 {
  max-width: 560px;
}
.tit_slider_1_1 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  text-align: center;
  
}
.tit_slider_1_2 {
  font-size: 25px;
  font-weight: 300;
  color: white;
  background: #3980CE;
  text-align: center;
  
}
.cont-info-slider2 {
  position: absolute;
  width: 40%;
  right: 10px;
  top: 80px;
}
.cont-info-slider2-info {
  max-width: 560px;
}
.tit_slider_2_1 {
  font-size: 50px;
  line-height: 50px;
  display: table;
  margin: 0 auto;
  padding: 10px 0;
  color: white;
  font-weight: 300;
  text-align: center;
  
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
.list_info_slider {
  width: 60%;
  margin: 0 auto;
}
.list_info_slider_left {
  float: left;
}
.list_info_slider_left ul {
  color: white;
  font-size: 22px;
  line-height: 30px;
  list-style: none;
  padding: 15px 25px;
}
.list_info_slider_right ul {
  color: white;
  font-size: 22px;
  line-height: 30px;
  list-style: none;
  padding: 15px 0 15px 30px;
}
.cont-info-slider3 {
  position: absolute;
  width: 40%;
  right: 10px;
  top: 30px;
}
.list_info_slider3 {
  width: 90%;
  margin: 0 auto;
}
.list_info_slider_left3 {
  float: left;
}
.list_info_slider_left3 ul {
  color: white;
  font-size: 22px;
  line-height: 25px;
  list-style: none;
  padding: 15px 25px;
}
.list_info_slider_right3 ul {
  color: white;
  font-size: 22px;
  line-height: 25px;
  list-style: none;
  padding: 15px 0 15px 30px;
}
.cont_button_main {
    margin: 20px auto 0px auto;
    display: table;


}
.button_main {
	background-color:#fff;
	color:#111;	
    border: 2px solid #111;
    text-decoration: none;
	display:table;
	cursor:pointer;
	font-size:13px;
	padding:4px 20px;
    margin: 0 auto;
	text-decoration:none;
    font-weight:700;
      
}
.button_main:hover {
    background-color:#393B94;
	border:2px solid #393B94;
	color:white;	    
    text-decoration: none;
}

.button_main:active {
	position:relative;
}
.button_main_home {
  background-color: none;
  border: 2px solid #037DB7;
  color: #037DB7;
  text-decoration: none;
  display: inline-table;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 30px;
  margin: 5px;
  text-decoration: none;
  font-weight: 600;
  
}
.button_main_home:hover {
  background-color: #fff;
  border: 2px solid #037DB7;
  color: #037DB7;
  text-decoration: none;
}
.button_main_home:active {
  position: relative;
  top: 1px;
}
@media (max-width: 1024px) {
.trapezoid {
   clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
    height: 100%; width: 360px; background-color: #FFC000; position: absolute; z-index: 9999; left: 300px
}    
  .cont-info-slider {
    top: 60px;
  }
  .tit_slider_1_1 {
    font-size: 20px;
    line-height: 30px;
  }
  .tit_slider_1_2 {
    font-size: 20px;
    line-height: 30px;
  }
  .cont_button_main {
    margin: 5px auto;
    display: table;
  }
  .cont-info-slider2 {
    position: absolute;
    width: 40%;
    right: 10px;
    top: 30px;
  }
  .tit_slider_2_1 {
    font-size: 40px;
    line-height: 40px;
  }
  .list_info_slider {
    width: 70%;
    margin: 0 auto;
  }
  .list_info_slider_left ul {
    color: white;
    font-size: 18px;
    line-height: 20px;
    list-style: none;
    padding: 15px 25px;
  }
  .list_info_slider_right ul {
    color: white;
    font-size: 18px;
    line-height: 20px;
    list-style: none;
    padding: 15px 0 15px 30px;
  }
  .list_info_slider_left3 ul {
    color: white;
    font-size: 15px;
    line-height: 16px;
    list-style: none;
    padding: 15px 25px;
  }
  .list_info_slider_right3 ul {
    color: white;
    font-size: 15px;
    line-height: 16px;
    list-style: none;
    padding: 15px 0 15px 30px;
  }
}
@media (max-width: 768px) {
.text_trapezoid1{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin-top: 80px;
}    
    .trapezoid {
       clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
        height: 100%; width: 360px; background-color: #FFC000; position: absolute; z-index: 9999; left: 200px
    }       
  .cont-info-slider {
    top: 20px;
  }
  .tit_slider_1_1 {
    font-size: 20px;
    line-height: 30px;
  }
  .tit_slider_1_2 {
    font-size: 20px;
    line-height: 30px;
  }
  #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
  }
  .cont-info-slider2 {
    position: absolute;
    width: 40%;
    right: 10px;
    top: 20px;
  }
  .tit_slider_2_1 {
    font-size: 25px;
    line-height: 25px;
  }
  .list_info_slider {
    width: 80%;
    margin: 0 auto;
  }
  .list_info_slider_left ul {
    color: white;
    font-size: 15px;
    line-height: 15px;
    list-style: none;
    padding: 5px 25px;
  }
  .list_info_slider_right ul {
    color: white;
    font-size: 15px;
    line-height: 15px;
    list-style: none;
    padding: 5px 0 5px 30px;
  }
  .list_info_slider3 {
    display: none;
  }
}
@media (max-width: 600px) {
    .text_trapezoid1{
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin-top: 50px;
    } 
    .text_trapezoid2{
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        margin-top: 15px;
    }

    .text_trapezoid3{
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
    }    
    .trapezoid {
       clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
        height: 100%; width: 300px; background-color: #FFC000; position: absolute; z-index: 9999; left: 100px
    } 
}

@media (max-width: 425px) {
  .cont-info-slider {
    top: 20px;
  }
  .tit_slider_1_1 {
    font-size: 16px;
    line-height: 16px;
  }
  .tit_slider_1_2 {
    font-size: 16px;
    line-height: 16px;
  }
  .img_info_slider_1 {
    display: none;
  }
  .list_info_slider {
    display: none;
  }
    .text_trapezoid1{
        text-align: center;
        font-size: 12px;
        font-weight: 800;
        margin-top: 50px;
    } 
    .text_trapezoid2{
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-top: 15px;
    }

    .text_trapezoid3{
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-top: 10px;
    }    
    .trapezoid {
       clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
        height: 100%; width: 180px; background-color: #FFC000; position: absolute; z-index: 9999; left: 70px
    }     
    
}
@media (max-width: 375px) {
  .cont-info-slider {
    top: 25px;
  }
  .tit_slider_1_1 {
    font-size: 12px;
    line-height: 13px;
  }
  .tit_slider_1_2 {
    font-size: 12px;
    line-height: 13px;
  }
  .img_info_slider_1 {
    display: none;
  }
  .tit_slider_2_1 {
    font-size: 20px;
    line-height: 20px;
  }
    .text_trapezoid1{
        text-align: center;
        font-size: 12px;
        font-weight: 800;
        margin-top: 35px;
    } 
    .text_trapezoid2{
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-top: 15px;
    }

    .text_trapezoid3{
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-top: 10px;
    }    
    .trapezoid {
       clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
        height: 100%; width: 180px; background-color: #FFC000; position: absolute; z-index: 9999; left: 70px
    }     
  @media (max-width: 375px) {
    .cont-info-slider {
      top: 15px;
    }
    .tit_slider_2_1 {
      font-size: 16px;
      line-height: 16px;
      padding: 5px 0;
    }
  }
}


/* ------------------------------------------------------ 
					CARRUSEL	
*-------------------------------------------------------- */
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      margin: auto;
  }
  
#myCarousel{
	margin: 0 auto;
	background: #fff;
}

#thumbCarousel{
	margin: 0 auto;
	overflow: hidden;
	padding: 35px;
}

#thumbCarousel .thumb{
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #fff;
    width: auto;
}

#thumbCarousel .thumb:last-child{
	margin-right: 0;
}

.thumb:hover{
	cursor: pointer;
}

.thumb img{
	opacity: 0.5;
}

.thumb img:hover{
	opacity: 1;
}

.thumb.active img{
	opacity: 1;
  border: 1px solid #1d62b7;
}



/* ------------------------------------------------------ 
					CARTA	
*-------------------------------------------------------- */


.txt_carta{
    color: white;
    padding: 15px;
    font-size: 20px;
    font-weight: 400
}

.txt_carta_detail{
    color: white;
    padding: 15px;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    max-width: 750px;
    background: #2E3650;
    padding: 15px 25px;
    margin: 10px auto 25px auto;
    border-radius: 20px;
}

/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
    display: table;
	margin: 0 auto;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 400;
}

.grid figure h3 {
	font-weight: 800;
    font-size: 35px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure p {
	margin: -30px 0 0 0;
}

.grid figure p {
	font-size: 90.5%;
}

@media (max-width:991px){

  .grid figure figcaption {
    padding: 0.7em;
  }
}

/* Individual effects */

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effect-selena {
	background: #F8AA00;
    border-radius: 40px !important;
    box-shadow: 0 3px 30px rgba(0,0,0,0);
}

figure.effect-selena:hover  {
    background: #0A0D12;
    box-shadow: 0 3px 30px rgba(0,0,0,0.8);
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
    border-radius: 40px !important;
	-webkit-transform: scale3d(0.97,0.97,1);
	transform: scale3d(0.97,0.97,1);
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
    opacity: 0.5;
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    text-shadow: 0px 0px 14px rgba(0,0,0,1);
}

figure.effect-selena .tit_carta {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    text-shadow: 0px 0px 14px rgba(0,0,0,1);
    font-size: 40px;
    font-weight: 400;
    line-height: 43px;
}

figure.effect-selena .tit_carta span {
	font-weight: 800;
}

@media (max-width:991px){

  figure.effect-selena .tit_carta {
      font-size: 25px;
      line-height: normal;
  }



}



figure.effect-selena h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    text-shadow: 0px 0px 14px rgba(0,0,0,1);

}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
    text-shadow: 0px 2px 10px rgba(0,0,0,1);
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover .tit_carta  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(10,0,0,0);
	transform: perspective(1000px) rotate3d(10,0,0,0);
}

.picture-container{
    margin: 0 auto;
    display: table;
}


/* ------------------------------------------------------ 
					QUIENES	
*-------------------------------------------------------- */
.tit_quienes {
    font-size: 35px;
    text-align: left;
    font-weight: 400;
    line-height: 38px;
    padding: 15px;
    color: #111;
    
}
.txt_quienes {
    font-size: 40px;
    text-align: left;
    padding:  15px;
    font-weight: 300;
    color: #fff;
}
.txt_quienes2 {
    font-size: 18px;
    text-align: left;
    padding:  20px;
    font-weight: bold;
    color: #000;
    line-height: 33px;
    background-color: #CCCCCC80 ;
    border-radius: 40px;
    margin: 0;
}
.txt_quienes2 span {
    font-size: 23px;
    font-weight: bold;
    color: #333333;
}
.txt_quienes1 {
    font-size: 25px;
    text-align: center;
    padding:  15px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.info_quienes {
  font-size: 30px;
    padding: 20px ;
  text-align: left;
  margin: auto;
  border: 5px solid #ccc;
    background: #fafafa;
  color: #000000;
  border-radius: 40px;
}

@media (max-width:991px){

.info_quienes {
  text-align: center;
}
}
@media (max-width:767px){

  .txt_quienes {
    font-size: 30px;
}
.info_quienes {
  font-size: 20px;
}
}

/* ------------------------------------------------------ 
					EVENTOS	
*-------------------------------------------------------- */
.tit_eventos {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  
  line-height: 28px;
  padding: 5px 10px;
  max-width: 1000px;
  margin: 0 auto;
  color: #71A0B7;
}
.txt_eventos {
  font-size: 20px;
  text-align: justify;
  font-weight: 400;
  
  line-height: 22px;
  margin: 0px auto 30px auto;
  max-width: 1000px;
  color: #111;
}

.tit_eventos2 {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  
  line-height: 30px;
  padding: 5px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  max-width: 1000px;
}



ul.migas {
    
    padding: 0.625rem 1rem;
    list-style: none;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    margin: 0 0 15px 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
}

ul.migas li {
    display: inline;
    font-size: 1.5rem;
}

ul.migas li a{
    color: #ccc
}

ul.migas li a:hover{
    color: #fff;
    text-decoration: underline !important
}

ul.migas li + li:before {
    padding: 8px;
    color: white;
    content: ">\00a0";
}

.container-interior{
    margin-top: 10px
}

@media(max-width:768px) {
    .container-interior{
        margin: 0;
        padding: 0
    }

}

.img-curve{
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-shadow{
    box-shadow: 0 3px 30px rgba(0,0,0,0.8);
}

/* ------------------------------------------------------ 
					CONTACTO	
*-------------------------------------------------------- */
.tit_form_home {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px
}

.tit_form_contacto{
    font-size: 28px;
    text-align: left;
    margin: 0 0 30px 0; 

}

@media (max-width:767px){
  .tit_form_contacto{
    font-size: 20px;
}
.tit_form_contacto{
  text-align: center; 

}
.control-label{
  font-size: 20px;
}
}


.box_form {
    margin: 30px auto;
    border: 5px solid #000000;
    border-radius: 40px !important;
}
.box_form_cotizacion {
    margin: 30px auto;
    border: 5px solid #F8AA00;
    border-radius: 40px !important;

}

.style-box-form {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #222;
    padding: 35px;
}


.bg-reservas {
  background: url(../reservas/reservas.png) right bottom no-repeat #EDE9EA;
  border-bottom: 10px solid #C6B9BC;
}
.bg-contacto {
  background: url(../contacto/contacto.png) right bottom no-repeat #EDE9EA;
  border-bottom: 10px solid #C6B9BC;
}

.cont-form {
  background: transparent:
}
.contenedor_contacto {
  padding: 0 50px;
}
.contenedor_linea {
  padding: 0 80px 50px 0;
  background: url(../linea/bg_linea.jpg) right bottom no-repeat;
}
.contenedor_shows {
  padding: 15px;
}

.style-box-form {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #CCCCCC80;
    padding: 20px;
}
@media (max-width: 991px) {
  .contenedor_contacto {
    padding: 0 0px;
  }
  .contenedor_linea {
    padding: 0 0 300px 0;
  }
}
.contact_form {
  padding: 15px 280px;
}
@media (max-width: 1200px) {
  .contact_form {
    padding: 15px 150px;
  }
  .cont-form {
    background: #EDE9EA;
    padding: 10px
  }
}
@media (max-width: 768px) {
  .contact_form {
    padding: 15px 50px;
  }
}

@media (max-width: 480px) {
  .contact_form {
    padding: 10px;
  }
}
.form-group {
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.control-label {
  margin: 0;
  padding: 0;
  text-align: left;
}
.cont-txt-reservas {
  padding: 30px;
  background: #fff;
  font-size: 16px;
}
/* Required field START */
.required-field-block {
  position: relative;
}
.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #E8E8E8;
  border-color: #FFDE01;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}
.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 26px;
  margin: -3px 0 0 12px;
}
/* Required field END */
.content {
  background: #EEE1D0;
  padding: 50px 0;
  margin: 0;
}
.center-white {
  background: #fff;
  padding: 150px 100px;
  margin: 0 auto;
}
label {
  margin-top: 17px;
  text-align: right;
  color: #333;
  font-size: 22px;
  font-weight: 400;
}


/* ------------------------------------------------------ 
						SLIDER					
*-------------------------------------------------------- */

.btn-u btn-u-blue .ls-l-1 {
  left: 45% !important;
}
.btn-u.btn-u-blue {
  display: block;
  background: #FFF;
  padding: 8px 20px !important;
  border-bottom: 0px solid #000 !important;
}
.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active, .open .dropdown-toggle.btn-u.btn-u-blue {
  display: block;
  background: #DAE9E2;
  padding: 15px 20px !important;
  border: 1px solid 584B9F !important;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #0784FF;
  
}
#ls-s-2, #ls-s-3 {
  background: black;
  padding: 9px 20px;
  color: #fff font-size:25px;
  
}
.tit_slide {
  font-size: 24px;
  font-weight: 400;
  border-bottom: 0px solid #111;
  
  margin-bottom: 0px;
  color: #111;
}
.dias_slide {
  font-size: 20px;
  font-weight: 300;
  
  margin-bottom: 6px;
  color: #111;
}
.desde_slide {
  font-size: 12px;
  font-weight: 400;
  
  margin-bottom: 2px;
  color: #666;
  width: 300px !important;
  display: table !important;
  text-decoration: underline
}
.valor_slide {
  font-size: 12px;
  font-weight: 300;
  
  background: #59997F;
  color: white;
  padding: 5px 10px;
  display: table;
  margin-bottom: 10px
}
.ls-l{
    text-align: center;
    font-size: 70px;
    padding: 20px 30px;
    font-family: "Calistoga", serif;
    color: white;
    border-radius:20px !important; 
    -moz-border-radius:20px;
    -webkit-border-radius:20px;    
    background: rgba(248,170,0,0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    -webkit-box-shadow: 0px 13px 25px -12px rgba(248,170,0,0.7);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);         
}

.ls-l-1{
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    margin-top: 60px;
    
    color: white  
}
@media (max-width: 767px) {
  .btn-u btn-u-blue .ls-l-1 {
    left: 45% !important;
  }
  .tit_slide {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #111;
    
    margin-bottom: 10px;
  }
  .dias_slide {
    font-size: 16px;
    font-weight: 300;
    
    margin-bottom: 6px;
  }
  .desde_slide {
    font-size: 12px;
    font-weight: 300;
    
    margin-bottom: 2px;
    display: none
  }
  .valor_slide {
    font-size: 28px;
    font-weight: 300;
    
    background: #0784FF;
    color: white;
    padding: 5px 15px;
    display: none
  }
}


/* ------------------------------------------------------ 
						PIE					
*-------------------------------------------------------- */

footer {
  padding: 0 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #0A0D12;
  display: table;
  width: 100%;
  border-top: 0 solid #333;
}

.image-footer{
    background: url(../images/image_footer1.jpg);
    clip-path: polygon(52% 8%, 82% 10%, 100% 15%, 100% 100%, 81% 100%, 50% 100%, 20% 100%, 0 100%, 0 14%, 21% 10%);
    height: 211px;
    border-top: 8px solid #F8AA00;
}

.image-footer2{
    background: url(../images/image_footer1.jpg) right;
    clip-path: polygon(52% 8%, 82% 10%, 100% 15%, 100% 100%, 81% 100%, 50% 100%, 20% 100%, 0 100%, 0 14%, 21% 10%);
    height: 211px;
    border-top: 8px solid #F8AA00;
}

.wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100
}
.wsp-2 {
  margin-top: 11px;
  width: 40px;
  height: 40px
}
.txt-local {
    color: #333;
    
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.box-address{
    background-color: #E1EAE3;
    padding: 15px 30px;
    display: block;
    margin: 20px auto;
     border: 1px solid #9DBBA4;
    border-bottom: 5px solid #9DBBA4;
}

.txt-direction {
    color: #666;
    
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.tit_cotizacion_home{
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    color:white;
    font-family: "Calistoga", serif;
    line-height: normal;
}
.tit_cotizacion_home a{
    text-decoration: none;
    color:white;
}
.tit_cotizacion_home a:hover{
    text-decoration: underline;
    color:white;
}
.tit_cotizacion_home2{
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    color:white;
    font-family: "Calistoga", serif;
    line-height: normal;
}
.tit_cotizacion_home2 a{
    text-decoration: none;
    color:white;
}
.tit_cotizacion_home2 a:hover{
    text-decoration: underline;
    color:white;
}



.txt_cotizacion_home{
     font-size:25px;
    line-height: 28px;
    padding: 15px 15px 5px 15px;
    font-weight: 400;
    color:#fff;
    text-align: center;
     max-width:850px;
    margin: 0 auto;
       
}

.item_footer{
    padding: 50px 0
}
.txt-mob{
  display: none;
}
@media (max-width:991px){
  .tit_cotizacion_home{
    font-size: 30px;
    margin-top: 15px;
}}
@media (max-width:767px){
  .tit_cotizacion_home{
    font-size: 20px;
}
  .tit_cotizacion_home{
    font-size: 40px;
}
  .tit_cotizacion_home2{
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
}
.txt-mob{
  display: block;
}
.txt-pc{
  display: none;
}
.txt_quienes2{
  text-align: left;
  font-size: 20px;
}
}
@media (max-width:480px){
  .tit_cotizacion_home{
    font-size: 30px;
}
.titOptionHome{
  font-size: 30px;
}
.titOptionHome2{
  font-size: 25px;
}
}
.item_delivery{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
 
  font-size: 27px;
    line-height: 30px;
  font-weight: 400;
}

.item_delivery span{
  font-size: 30px;
  font-weight: 700;
}

.container-social{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px
}

.btn_social{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    margin: 20px 0 0px 0;
     
}

.btn_social:hover{
    color: white;

}

.btn_cotizacion_home{
    color:#141B26;
    display: table;
    margin: 20px auto;
    text-decoration: none;
    border: 4px solid #141B26;
    padding: 5px 20px;
    border-radius: 20px!important;
    background: #FFF2D9;
}

.btn_cotizacion_home:hover{
    text-decoration: none;
    color:#141B26;
    background: #ffffff;
    
}

.icon_delivery{
    margin-right: 0;
    width: 90px
}

.logo_footer{
    width: 350px;
}

.txt-pie {
  color: #fff;
  
  font-size: 25px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 3%
}
.txt-pie a {
  color: #fff
}
.txt-pie-nav {
  color: #fff;
  
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
    background: black
}
.txt-pie-nav a {
  color: #fff
}


@media (max-width: 767px) {
  .txt_footer_right {
    text-align: left;
    padding-bottom: 25px;
  }
  .footer_img_mobile {
    display: block;
  }
  .footer_img {
    display: none;
  }
  .txt_fc {
    float: none;
    background: none;
    padding: 0;
  }
  .txt_fc a {
    padding: 25px 35px 0px 0px;
    line-height: 20px;
    font-weight: 300;
    background: url(../images/fc.png) no-repeat bottom right;
    display: table;
  }
  .txt_footer_mail {
    margin-bottom: 25px;
  }
  .txt-pie-nav {
    font-size: 20px;
    padding-bottom: 150px;
  }
}
@media (max-width: 375px) {
  .txt_footer_mail {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .txt_footer_mail {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width:767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1), .col-ms-1:nth-child(12n+1), .col-ms-2:nth-child(6n+1), .col-ms-3:nth-child(4n+1), .col-ms-4:nth-child(3n+1), .col-ms-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width:992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-ms-1:nth-child(12n+1), .col-ms-2:nth-child(6n+1), .col-ms-3:nth-child(4n+1), .col-ms-4:nth-child(3n+1), .col-ms-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width:1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-ms-1:nth-child(12n+1), .col-ms-2:nth-child(6n+1), .col-ms-3:nth-child(4n+1), .col-ms-4:nth-child(3n+1), .col-ms-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .tit_pop {
    color: #B88627;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    z-index: 50;
    margin: 0 0 5px 0;
  }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      width: 900px;
    }
  }
  .table-condensed th {
    font-size: 12px;
  }
  .table-condensed td {
    font-size: 12px;
  }}
