/*-************** FONTFACE ********************/
@font-face {
    font-family: 'BRegular';
    src: url('fonts/avenir-next-regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/avenir-next-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/avenir-next-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/avenir-next-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/avenir-next-regular.svg#regular') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'BBold';
    src: url('fonts/avenir-next-bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/avenir-next-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/avenir-next-bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/avenir-next-bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/avenir-next-bold.svg#bold') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BItalic';
    src: url('fonts/avenir-next-italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/avenir-next-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/avenir-next-italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/avenir-next-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/avenir-next-italic.svg#bold') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BDemi';
    src: url('fonts/avenir-next-demi.eot'); /* IE9 Compat Modes */
    src: url('fonts/avenir-next-demi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/avenir-next-demi.woff') format('woff'), /* Modern Browsers */
    url('fonts/avenir-next-demi.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/avenir-next-demi.svg#demi') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BDemiCn';
    src: url('fonts/avenir-next-demicn.eot'); /* IE9 Compat Modes */
    src: url('fonts/avenir-next-demicn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/avenir-next-demicn.woff') format('woff'), /* Modern Browsers */
    url('fonts/avenir-next-demicn.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/avenir-next-demicn.svg#demi') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
/*************************************************************/
body{
      background-color: #e7e7e7;
      /*background-image: url(img/bkgnd.jpg);*/
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      background-position: top center;
      font-family: BRegular !important;
}
body > .grid {
      height: 100%;
}
body.pushable>.pusher {
    /* background: #fff; */
    background-color: #e7e7e7 !important;
}
h1,h2,h3,h4,h5{
  font-family: BDemi !important;
}
.fakeh1{
  display: block;
  min-height: 1rem;
  font-size: 1.6rem !important;
  line-height: 1.28571429em;
  margin: calc(2rem - .14285714em) 0 1rem;
  padding: 0;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
h2{
 font-size: 1.2rem !important;
}
p{
  font-family: BRegular !important;
}
/*------------------------*/
.ui.container.lockContainer{
  max-width: 920px !important;
}
.newsalert{
  display: none;
}
.newsalert.active{
  padding: 10%;
  position: fixed;
  display: table;
  top: 0px;
  /*top: 10px;*/
  bottom: 0px;
  left: 0px;
  right: 0;
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background: #000000e8;*/
}
.newsalertContainer{
  display: table-cell;
  vertical-align: top;
}
.newsalertNew{
  padding: 20px;
  vertical-align: top;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 2px;
  max-height: 450px;
  overflow: overlay;
  text-align: left;
  max-width: 720px;
  -webkit-box-shadow: 0px 2px 13px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 13px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 13px -5px rgba(0,0,0,0.75);
}
.limit720{
  max-width: 720px;
}
.newsalertNew>.newsMLetter>.title, .newsalertNew>.title{
  font-size: 1.4em;
  font-weight: bold;
  color: #131313;
  text-align: justify;
}
.newsalertNew>.content, .newsalertNew>.newsMLetter>.content {
  font-size: 1.1rem;
  color: #002a5e;
  text-align: justify;
  font-weight: bold;
}
.newsalertNew>.firma, .newsalertNew>.newsMLetter>.firma{
  font-size: 1em;
  color: #8a8a8a;
  text-align: left;
  font-weight: bold;
}
.newsalertNew>.fecha{
  font-size: .9em;
  color: #a0a0a0;
}
.newsalertCloser{
  cursor: pointer;
}
.moreNewsLinkContainer{
  padding: 15px;
  /*background: #ffffff1f;*/
  background: #0d6595;
  border-radius: 2px;
}
.moreNewsLink{
  color: #FFF;
  font-weight: bold;
}
.moreNewsLink:hover{
  color: #FFF;
  font-size: 1.1em;
}
/*------------------------*/
.lilPadding{
  padding: 2px !important;
}
.tarjeton{ }
.tarjeton:hover{
  box-shadow: -1px 4px 11px 0px rgba(0,0,0,0.37) !important;
}
.tarjetin{
  background-color: #2284d0 !important;
  box-shadow: -1px 4px 11px 0px rgba(0,0,0,0.37) !important;
  color:#ffffff !important;
  font-family: BDemi;
  margin-top: 10px;
  border-radius:.28571429rem .28571429rem 0rem 0rem;
  padding: 1em 1em !important;
  font-weight: bold !important;
}
.respuestas{
  margin-top: 0 auto !important;
  background-color: #ffffff !important;
  padding: 1em 1em !important;
  border-radius:  0rem 0rem .28571429rem .28571429rem  !important;
  border: solid 1px #2284d0  !important;
  box-shadow: -1px 4px 11px 0px rgba(0,0,0,0.37) !important;
}
/*---------MENU TESTES-----------------*/
.alertron{
  background: #00285f;
  margin-left: -30px;
  margin-right: -35px !important;
  color: #fff;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}

.alertron a:hover{
  text-decoration: underline !important;
}

.vatherMenu{
  padding-left: 30px;
  padding-right: 30px !important;
}
.gridMenu{
  display: grid !important;
  width: 96vw;
  /*grid-template-columns: 30% 5% 65% !important;*/
  grid-template-columns: 25% 75% !important;
  grid-template-rows: .5fr .5fr !important;
  grid-template-areas: "logoZone ." "logoZone ." !important;
}
.logoZone {
  grid-area: logoZone !important;
  align-items: center;
  text-align: center;
  padding-top: 15px;
 }
 .logoMenu{
   width: 280px;
   max-width: 280px;
 }
 .itemsMenuPpal{
    color:#00285f !important;
    font-family: BRegular !important;
    letter-spacing: 0.1px;
    font-size: 18px;
    font-weight: bold !important;
 }
 .itemsMenuPpal:hover{
     /* border-bottom-color: #ed5f40 !important; */
     /* border-width: 2px; */
     /* margin-top: -2px; */
     color: #ed5f40 !important;
     background: #f1f1f1 !important;
     text-decoration: underline !important;
 }
 .submenuItem{
   font-size: 16px !important;
 }
 .menuTopInfo{
   font-family: BRegular !important;
   font-weight: bold;
   color: #ed5505 !important;
   padding-top: 10px;
   text-align: right;
 }
 .itemsMenuPpalReserve{
   text-align: right !important;
    color:#ed5505 !important;
    font-family: BRegular !important;
    letter-spacing: 0.1px;
    font-size: 18px;
 }
.subtopanco{
  height: 55px;
  max-height: 55px;
  width: 100%;
}
.topancoitem{
padding-top: 8px !important;
padding-bottom: 2px !important;
}
.mobileGroupMenu{
  background: #022a5e !important;
  font-family: BDemi !important;
  font-size: 1.2rem !important;
}
/*------END MENU--------------------*/

/*----------ESPECIALES-----------*/
.bigOrangeTitle{
  color:#ed5f40 !important;
  font-size: 1.1em;
  font-weight: bold;
}
.bigTitle{
  color: #212121 !important;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
.bigVerdeTitle{
  color:#2e7d32 !important;
  font-size: 1.1em;
  font-weight: bold;
}
.contieneImgRedonda{
  margin-top: 40px !important;
}
.redondeaImg{
  margin-top: -55px !important;
    margin: 1px auto;
    background: #fff !important;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #e7e7e7;
}

/*----BOOKING-----------------------*/
.segmentBgt {
  /*  box-shadow: 0px 0px 5px #6f6f6f; */
    border-radius: 6px !important;
    border: 0px solid #000000;
    padding: 11px 25px;
    background: #f1f1f1;
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: -85px;
    border-bottom: 6px solid #d6d6d6;
}
.inputBgt{
    padding: 10px  !important;
    font-size: 16px !important;
    border-width: 1px !important;
    border-top: 1px solid #b1b1b1 !important;
    border-bottom: 1px solid #b1b1b1 !important;
    border-right: 1px solid #b1b1b1 !important;
    background-color: #f4f4f4 !important;
    box-shadow: inset 0 2px 2px 0px #ccc !important;
    color: #000000 !important;
    border-style: solid !important;
    border-radius: 4px !important;
    width: 100% !important;
    font-weight: bold !important;
}
.buttonBgt{
    border-radius: 5px !important;
    background: #ff3301 !important;
    border-bottom: 4px solid #d02c04 !important;
    padding: 12px 20px 10px 20px !important;
    font-weight: bold !important;
}
/*----END BOOKING-------------------*/

/*----SUSCRIPTOR--------------------*/
.suscribor{
  background: #1567ae;
    /*padding: 20px;*/
}
.buttonBgtYellow{
    border-radius: 5px !important;
    background: #ffc83d !important;
    border-bottom: 4px solid #ffc83d !important;
    padding: 12px 20px 10px 20px !important;
    font-weight: bold !important;
}
/*----END SUSCRIPTOR----------------*/

/*----GLOBALES----------------------*/
.catElementListDis{
  display: none;
}
.justificatxt{
  text-align: justify !important;
}
.centratxt{
  text-align: center !important;
}
.izquierdatxt{
  text-align: left !important;
}
.derechatxt{
  text-align: right !important;
}
.rowSegment{
  padding:20px;
  background-color: #e7e7e7;
  text-align: center;
}
.hrefPlus{
  text-decoration: none;
}
.hrefPlus:hover{
  text-decoration: underline;
}
.footer{
  margin-top: 0px;
  background: #00285f;
  border: 0px solid #f00000;
  margin-bottom: 0px;
  color: #fff;
  padding: 35px;
}
.nobullets{
  list-style: none !important;
}
.flotaizq{
  float:left !important;
}
.flotader{
  float:right !important;
}
.alignCenter{
  text-align: center !important;
}
.alignleft{
  text-align: left !important;
}
.alignright{
  text-align: left !important;
}
.toolildivider{
  height: 5px;
}
.lildivider{
  height: 10px;
}
.minidivider{
  height: 2px;
}
.bkwhite{
  background-color: #FFFFFF !important;
}
.ftwhite{
  color:#FFFFFF !important;
}
.budgetcolor{
  color:#00285f !important;
}
.griste{
  color: #8c8c8c !important;
}
.backTotamo{
  background-color: #ff5506 !important;
}
.backTomato{
  background-color: #ff5506 !important;
}
.slide{
    width: 100%;
    height: 510px;
    background-size: cover;
    background-position: top;
    object-fit:cover;
    background-image: url('/imgs/promo-home.png');
}
.fontblk{
  color: #212121 !important;
}
.fakehref{
  cursor:pointer;
  font-weight: bold;
  color:#2196f3 !important;
  text-decoration: underline;
}
.fakehrefcolorless{
  cursor:pointer;
}
.supertitle{
  font-size: 3rem !important;
}
.megalilcomment{
  font-size: .9rem !important;
}
.txtwhite{
  color:#FFFFFF !important;
}
.txtTotato{
  color:#fa573f !important;
}
.txtTomato{
  color:#fa573f !important;
}
.downSubtitle{
  margin-top: -18px !important;
  font-size: 1.1rem;
}
.subtitleOrange{
  font-weight: bold;
  color: #ff8d00 !important;
}
.subtitleMoreGray{
  font-weight: bold;
  color: #9e9e9e !important;
}
.subtitleGray{
  font-weight: bold;
  color: #bdbdbd !important;
}
.textGray{
  color: #bdbdbd !important;
}
.subtitleLightGray{
  font-weight: bold;
  color: #e7e7e7 !important;
}
.subtitleBlack{
  font-weight: bold;
  color: #212121 !important;
}
.subtitleBlue{
  font-weight: bold;
  color: #00245f !important;
}
.subtitleWhite{
  font-weight: bold;
  color: #ffffff !important;
}
.subtitleGreen{
  font-weight: bold;
  color: #2e7d32 !important;
}
.titleBlue{
  font-size: 1.2rem;
  font-weight: bold;
  color: #00245f !important;
}
.lilcomment{
  font-size: .9em !important;
  font-style: italic;
}
/*------ ESPACIOS  ---------*/
.onYLilMargin{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.onXLilMargin{
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/*------ ZONAAAS  ---------*/
.fillContainer{
  height: 100% !important;
}
.transparentZone{
  background: #ffffff;
  padding: 25px;
  border: 1px solid #ff8400;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #666;
}
.orangeZone{
  background: linear-gradient(132deg, #ff5406, #fd8f3f, #ff5406);
  background-size: 600% 600%;
  -webkit-animation: moveGradient 19s ease infinite;
  -moz-animation: moveGradient 19s ease infinite;
  -o-animation: moveGradient 19s ease infinite;
  animation: moveGradient 19s ease infinite;
}
.resumeTable td{
  padding: 5px 8px 1px 10px !important;
}

/*----------------Slide CARd----------------*/
.promoSlideCard{
  max-width: 310px !important;
  min-width: 280px !important;
  max-height: 250px !important;
  min-height: 225px !important;
  margin-bottom: 10px !important;
  padding: 0px !important;
  border: solid 1px #ece7cb !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  -webkit-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.75)!important;
  box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.75)!important;
}
.promoSliderContImage{
  width: 100%;
  /*height: 180px;*/
  height: 105px;
  overflow:hidden;
  position: relative;
}
.promoSliderContImage::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000020;
}
.imageSlideCard{
  width: 100%;
  /*width: auto;
  height:100%;*/
}
.priceSlideCard{
  padding-top:15px;
}
.promoContentInfo{
  padding:8px !important;
}
.promoContMoreInfo{
  min-height: 50px !important;
}
/*-----------------LOADER--------------------*/
.spinner.loading {
    position: fixed;
    display: none;
    padding: 50px;
    text-align: center;
    top: 0px;
    left: 0px;
    /*top: calc(50% - 213px);*/
    /*left: calc(50% - 65px);*/
    background-color: rgba(0,40,95,0.4); /*transparent !important*/
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.spinner.loading>.loading-text {
    width: 150px;
    position: fixed;
    top: calc(50% - 71px);
    left: calc(50% - 90px);
    text-align: center;
    background: url(/imgs/icons/loader-logo.png) no-repeat scroll center center;
    background-size: 50px auto;
    z-index: 99;
    color: #fff;
}
.spinner.loading:after{ }
.spinner.loading:before{
    content: "";
    height: 90px;
    width: 90px;
    margin: -15px auto auto -15px;
    position: fixed;
    top: calc(50% - 93px);
    left: calc(50% - 45px);
    border-width: 10px;
    border-style: solid;
    border-color:#A0C1E9 #A0C1E9 #00285F ;
    border-radius: 100%;
    animation: rotation .9s infinite linear;
    z-index: 10;
    background: #fff;
}
@keyframes rotation {
  from{ transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
/*----------------FFIXIADORES----------------*/
.extiendeOnNeed{
  overflow: auto;
}
.calzaMenu,.calzaMenuMin{
  height: 0 !important;
}
@media screen and (min-width: 992px) {
  .calzaMenu{
    height: 105px !important;
  }
  .calzaMenuMin{
    height: 61px !important;
  }
}

@media screen and (min-width: 766px) {
  .justMobile{
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .justComputer{
    display: none !important;
  }
}
.noshow{
  display:none;
}
.fixmargin{
  marigin:auto !important;
}
.fixMarginLeft{
  margin-left: 0px !important;
}
.makebloque{
  display: block !important;
}
.iconadorSuperMini{
  max-width: 17px !important;
}
.iconadorSmall{
  max-width: 60px !important;
  max-height:60px !important;
}
.iconadorMid{
  max-width: 80px !important;
}
.iconadorLarge{
  max-width: 100px !important;
}
@-webkit-keyframes moveGradient {
      0%{background-position:22% 0%}
      50%{background-position:79% 100%}
      100%{background-position:22% 0%}
      }
      @-moz-keyframes moveGradient {
          0%{background-position:22% 0%}
          50%{background-position:79% 100%}
          100%{background-position:22% 0%}
      }
      @-o-keyframes moveGradient {
          0%{background-position:22% 0%}
          50%{background-position:79% 100%}
          100%{background-position:22% 0%}
      }
      @keyframes moveGradient {
          0%{background-position:22% 0%}
          50%{background-position:79% 100%}
          100%{background-position:22% 0%}
      }


/*//////////////////////////////////////////////////////////*/
.ui.teal.label{
  background-color:#2b7483 !important;
  border-color:#2b7483 !important;
}
.searchbox{
  top: 50% !important;
    transform: translatey(-65%);
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.25em !important;
}
/*.
.ui.grid{
  margin-left: 0rem !important;
}
.ui.modal>.content{
  padding:0 !important;
}
.ui.form .field>label{
color:#2b7483 !important;
font-weight:600;
}
image {
      margin-top: -100px;
}
.column {
      max-width: 450px;
}
*/
