
      /* === Fuentes === */
    @font-face {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 300;
        src: url(../../assets/fonts/lato/Lato-Light.ttf);
    }
    
    @font-face {
        font-family: 'Bodoni 72';
        font-style: normal;
        font-weight: 700;
        src: url(../../assets/fonts/bodoni-72-bold.ttf);
    }
    
    
    @font-face {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        src: url(../../assets/fonts/lato/Lato-Regular.ttf);
    }
    
    @font-face {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        src: url(../../assets/fonts/lato/Lato-SemiBold.ttf);
    }
    
    @font-face {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        src: url(../../assets/fonts/lato/Lato-Bold.ttf);
    }
    
    @font-face {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 900;
        src: url(../../assets/fonts/lato/Lato-Black.ttf);
    }
    
    @font-face {
        font-family: 'Lato';
        font-style: italic;
        font-weight: 400;
        src: url(../../assets/fonts/lato/Lato-Italic.ttf);
    }
    
    @font-face {
        font-family: 'Lato';
        font-style: italic;
        font-weight: 700;
        src: url(../../assets/fonts/lato/Lato-BoldItalic.ttf);
    }
    
    @font-face {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        src: url(../../assets/fonts/lato/lato.medium.ttf);
    }
    
    
    .box-navads {
      display: none !important;
    }
    
    #back-top{
        display: none;
    }
    /*  Modal anuncios */
    
    
    
    /* === CSS Principal === */
    
    .mobile-block-2{
        display: none !important;
    }
    
    
    /* Overlay */
    .modalanuncios-overlay {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(0,0,0,0.6);
      z-index: 9999;
    }
    
    /* Dialog */
    .modalanuncios-dialog {
      width: 480px;
      max-width: 94%;
      background: #ffffff;
      color: #000000;
      border-radius: 0;
      padding: 28px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.6);
      position: relative;
      text-align: center;
      font-family: 'Lato';
    }
    
    /* Close button */
    .modalanuncios-close {
      position: absolute;
      right: 14px;
      top: 12px;
      background: transparent;
      border: none;
      font-size: 28px;
      color: #000;
      cursor: pointer;
    }
    
    /* Header */
    .modalanuncios-header {
      margin-bottom: 12px;
    }
    
    .modalanuncios-icon img {
      object-fit: contain;
      margin-bottom: 10px;
      width:35% !important;
      filter: brightness(0) invert(0);
    }
    
    .modalanuncios-title {
      font-size: 28px;
      margin: 0px 0px 30px;
      color: #000 !important;
      font-family: "Bodoni 72 !important";
      font-weight: 700;
    }
    
    .modalanuncios-subtitle {
      font-size: 15px;
      color: rgb(0, 0, 0);
      margin: 0px 0px -15px;
      font-family: "Lato";
      font-weight: 700;
    }
    
    /* Contenido */
    .modalanuncios-body {
      color: #e6e6e6;
      text-align: left;
      max-height: 340px;
      overflow-y: auto;
      padding: 14px;
      padding-bottom: 0;
      border-radius: 6px;
    }
    
    /* Footer buttons */
    
    .modalanuncios-footer {
      margin-top: 18px;
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-direction: column;
      margin-top: 0;
    }
    

    
    .modalanuncios-footer .btn {
  min-width: 110px;
  padding: 10px 14px;
  border: 1px solid rgb(0, 0, 0);
  background: #292929;
  color: #fff;
  cursor: pointer;
  width: 37%;
  text-align: center;
  display: block;
  margin: auto;
    padding: 5px;
  border-radius: 3px;
  font-family: "Lato" !important;
  font-weight: 700 !important;
}

.modalanuncios-footer .btn-primary {
  background: rgb(68, 105, 95);
  color: rgb(255, 255, 255) !important;
  border-radius: 3px;
  width: 37%;
  text-align: center;
  display: block;
  margin: auto;
  padding: 8px;
  border: medium;
  font-family: "Lato" !important;
  font-weight: 700 !important;
}
    
    
    #wrapper-listado-anuncios {
        display: flex !important;
        justify-content: center !important;
    }
    
    #listado-anuncios {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 25px !important;
        margin-left: 50px;
    }
    
    #listado-anuncios > li {
      padding: 4px 0px !important;
      font-size: 15px;
      color: #000 !important;
      font-family: "Lato";
      font-weight: 300;
    }
    

    #listado-anuncios > li .fa {
        padding-right: 10px !important;
        font-size: 15px;
    }


      
   /* HEADER */
   
   
    .wrapper-loading{
        position: fixed;
        inset:0;
        z-index: 9999;
        background-color: #000 !important;
        display: grid;
        place-items: center;
        transition: opacity .25s, visibility 1s;
    }

    .fade-loading{
        opacity: 0;
        visibility: hidden;
    }
    
    .logo-carga{
        width: 15% !important;
        top: 35%;
        position: absolute;
    }
    


 
    .spinner {
      margin: 100px auto;
      width: 71px;
      height: 40px;
      text-align: center;
      font-size: 14px;
      font-family: "Bodoni 72";
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(255, 255, 255) !important;
    }
        
    .spinner > div {
        background-color: #f1f1f1;
        height: 100%;
        width: 6px;
        display: inline-block;
    
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }
    
    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }
    
    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }
    
    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }
    
    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
    
    @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
    }
    
    @keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
    }

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
    
   .block-beneficios{
    position: absolute;
    top: 135px;
    left: 78%;
    z-index: 1;
   }
   
    .beneficios-card {
      background: rgb(255, 255, 255);
      border-radius: 20px;
      padding: 22px 30px 25px;
      width: 220px;
      text-align: center;
    }
    
    .beneficios-header h2 {
      font-size: 14px;
      color: rgb(0, 0, 0);
      margin: 0px;
      font-family: 'Lato';
      font-weight: 900;
      line-height: 1;
    }
    
    .beneficios-header h3 {
      font-size: 14px;
      color: #000;
      font-family: 'Lato';
      font-weight: 400;
      margin-top: 0 !important;
    }
    
    .beneficios-list {
      list-style: none;
      padding: 0;
      margin: 15px 0;
      text-align: left;
    }
    
    .beneficios-list li {
      position: relative;
      margin-bottom: 12px;
      color: #000;
      font-size: 14px;
      line-height: 1;
      padding-left: 10px;
      font-family: 'Lato';
      font-weight: 400;
    }
    
    .beneficios-list li::before {
      content: "›";
      position: absolute;
      left: -9px;
      color: rgb(255, 255, 255) !important;
      font-weight: bold;
      background: #44695F !important;
      border-radius: 25px;
      padding: 6px 5px 8px;
      line-height: 0;
      font-size: 14px;
    }
    
    .btn-buscar {
      background-color: #44695F !important;
      color: white;
      border: medium;
      border-radius: 25px;
      padding: 7px 15px;
      font-size: 11px;
      cursor: pointer;
      transition: background-color 0.3s;
      font-family: "Lato";
      font-style: normal;
      font-weight: 500;
      width: 90%;
    }
    
    .btn-buscar:hover {
      background-color: #2f4a43;
    }


   	.block-header-mobile{
	   display: none !important; 
	}
	
	#header > div.header-top > div > div.wrapper > div > div > div.col-xl-2.col-lg-2.col-md-12.col-sm-12.col-xs-12.col-sp-12.col-logo.ApColumn {
    padding-bottom: 0px !important;
    }
	
	
    .box-navads > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
      font-family: "Lato";
      font-style: normal;
      font-size: 10px;
    }
    
    .color-black-full::before {
      background: #44695F !important;
    }
    
    .header-top > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
      width: 100%;
      padding-top: 17px;
      padding-bottom: 24px;
    }
    
    .box-top.box-h2 .leo-megamenu .navbar-nav > li > a {
      padding-left: 10px !important;
      padding-top: 0px;
    }
   
    .leo-megamenu .navbar-nav > li > a > .menu-title {
      position: relative;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 12px;
      margin-left: 33px;
    }

   .text-skyblue{
        color: #44695F !important;
        font-weight: 600;
        font-family: 'Lato';
   }
   
    .leo-top-menu {
      display: flex !important;
      text-align: center;
      align-items: center;
      justify-content: center;
      gap: 45px !important;
    }
   
    .header-top {
      background: #ffffff !important;
      /*position: absolute;
      z-index: 1;
      opacity: 80%; 
      */
      width: 100%;
    }

    .leo-megamenu .navbar-nav > li > a {
      color: rgb(255, 255, 255) !important;
      padding-bottom: 10px !important;
      padding-top: 4px;
    }
    
    .menu-bar-banner{
      position: absolute;
      z-index: 1;
      background: #000 !important;
      margin: 0px auto;
      padding: 5px 0px;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 128px;
      width: 100%;
    }
  
    .paneltool.themetool .panelbutton {
        display: none;
    }
    
    .link-header {
      color: rgb(255, 255, 255) !important;
      font-family: "Lato", sans-serif;
      font-size: 12px !important;
    }
    
    .col-menu {
      width: 70% !important;
      margin-left: -45px;
    }
    
    .block-header {
      display: flex;
      flex-direction: column;
      margin-top: 5px;
      margin-left: -30px;
    }
    
    .block-header-mobile{
        display: none !important;
    }
    
    .contact-info {
      margin-left: 0px;
      margin-bottom: 5px;
    }
    
    
    .language {
      margin-left: 0px;
      margin-bottom: 5px;
    }
    
    .block-header > div:nth-child(2) > p:nth-child(1) > img:nth-child(1),
    .block-header > div:nth-child(2) > p:nth-child(2) > img:nth-child(1){
        width: 7% !important;
    }
    
    
    .titulo-banner-img{
        font-family: 'Lato';
        font-weight: 300 !important;
    }
    
    .subtitulo-banner-img{
        font-family: "Bodoni 72 !important";
        font-weight: 700 !important;
    }
    
    
    .titulo-banner-img-2 {
      font-family: "Lato";
      font-weight: 300 !important;
      opacity: 1;
      position: absolute;
      top: 15.5vw;
      left: 50%;
      transform: translateX(-50%);
      font-size: 25px;
      color: #fff;
      width: max-content;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }
    
    .subtitulo-banner-img-2 {
      font-family: "Bodoni 72";
      font-weight: 700 !important;
      position: absolute;
      top: 16.6vw;
      left: 50%;
      transform: translateX(-50%);
      font-size: 52px;
      color: #fff;
      width: max-content;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    

    
    /*100% del header para el que banner alcance el total y no tengan margenes*/
   /* body > main:nth-child(1) > header:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)*/
   body > main:nth-child(5) > section:nth-child(3) > div:nth-child(1){
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important;
    }
    
    .col-menu .ApMegamenu{
        position: relative;
        top: 25px;
        z-index: 1;
    }
    
    
    .box-top .h-logo {
        padding: 0 !important;
        margin: auto;
        margin-left: 5%;
        display: block;
        text-align: center;
    }
    
 

   /* 
   .box-navads {
      padding: 2px 0px !important;
    }
    
    .box-top .h-logo img {
      width: 66% !important;
    }*/
        
 
    
    .sticky-search-bar {
      position: absolute;
      z-index: 1;
      background: #333;
      border-radius: 35px;
      margin: 0px auto;
      padding: 15px 20px;
      left: 49%;
      transform: translate(-50%, -50%);
      max-width: 930px;
      top: 37vw;
    }
    
    
    .sticky-search-bar.is-fixed {
      position: fixed;
      top: 0;
      left: 0;              
      transform: none;     
      width: 100%;          
      max-width: none !important;
      border-radius: 0;
      z-index: 9999;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
      background: rgba(40, 40, 40, 0.95);
      margin: 0;
      padding: 15px 40px;
    }
        
    /* evita que el contenido suba por debajo*/
    .body-with-fixed-padding {
      padding-top: 72px;
    }
    
    .search-item {
      cursor: pointer;
    }
    
    .search-item label {
      color: #fff !important;
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'Lato';
      font-weight: 700;
      margin-bottom: 2px !important;
    }
    
    .search-item span {
      color: #ccc;
      font-size: 12px;
      font-family: "Lato";
    }
    
    

        
   
    
    .modal-reserva {
      z-index: 9999 !important;
    }
    
    .modal-reserva .counter-group {
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0.5px;
    }
    
    .modal-reserva .counter-wrapper {
      margin-top: 0px;
    }
    
    .modal-reserva .counter-btn {
      background: transparent;
      color: #fff;
      font-size: 20px;
      padding: 0 10px;
      cursor: pointer;
      user-select: none;
    }
    
    .modal-reserva .counter-input {
      width: 30px;
      text-align: center;
      border: medium;
      background: transparent;
      color: rgb(255, 255, 255);
      font-size: 27px;
      font-family: "Lato";
      font-weight: 600;
    }
    
    .modal-reserva .start-date,
    .modal-reserva .end-date {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.2;
    }
    
    .modal-reserva .counter-label {
      display: block;
      font-size: 11px;
      color: #ccc;
      font-family: 'Lato';
      font-weight: 500;
      margin-bottom: 0 !important;
    }


    .daterangepicker.show-calendar .ranges {
      width: 100%;
      padding: 0px !important;
      margin-top: 0px;
    }


    .daterangepicker .calendar-table td {
      white-space: nowrap;
      text-align: center;
      vertical-align: middle;
      min-width: 45px !important;
      width: 45px !important;
      height: 35px;
      font-size: 13px !important;
      border-radius: 0px !important;
      border: 1px solid #b7b3b3;
      padding: 6px !important;
      margin: 3px !important;
      font-family: 'Lato';
      font-weight: 500;
  
    }
    
    .daterangepicker .calendar-table td:not(.available) {
        border: 0px !important;
    }
    
    /*
    
    .daterangepicker .calendar-table table{
      border-collapse: inherit !important;
      border-spacing: 1px !important;
    }*/
    
    .daterangepicker td.available:hover{
        background-color: rgb(0, 0, 0) !important;
        border-color: rgb(0, 0, 0) !important;
        color: #fff !important;
    }
    
    div.drp-calendar:nth-child(3) > div:nth-child(1) > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
    div.drp-calendar:nth-child(2) > div:nth-child(1) > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2){
        color: #000 !important;
    }
    
  
    
   .date-content {
  display: flex;
  align-items: center;
}

.day {
  font-size: 27px;
  line-height: 1;
  margin-right: 8px;
  font-family: 'Lato';
  font-weight: 600;
}

.month-year-weekday {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.month-year {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: capitalize;
  font-family: 'Lato';
  font-weight: 500;
}

.weekday {
  font-size: 11px;
  color: #ffffff;
  font-family: 'Lato';
  font-weight: 500;
  text-transform: capitalize !important;
}



    #saveDates {
        background: rgb(68, 105, 95);
        border-radius: 25px;
        margin-top: 10px;
        margin-bottom: 0 !important;
        font-family: 'Lato';
        font-weight: 500;
        font-size: 14px;
    }
  
  
   .daterangepicker .calendar-table th{
        text-transform: uppercase !important;
        font-family: "Lato";
        font-weight: 900 !important;
        font-size: 13px;
    }

    #dateModal .modal-dialog {
      max-width: 735px;
      width: 100%;
      margin-top: 6%;
    }
    
    #dateModal .modal-content {
      min-height: 300px;
    }
    
  
    
   

    .daterangepicker {
      top: -7px !important;
      left: 30px !important;
      right: auto !important;
      display: block !important;
      width: 94%;
      border: none !important;
    }
    
    #dateModal .modal-footer {
      border-top: none !important;
    }

 
    
    .footer-bottom-h{
        background: #000 !important;
        text-align: center;
        color: #fff;
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
    }




.footer-container .container {
  max-width: 1200px;
}



/* === LOGO DEL FOOTER === */
.footer-container .ApImage img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 105px;
}


    
    
    .daterangepicker .drp-calendar.left {
      margin-right: 70px;
    }
    
    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        padding: 6px !important;
    }

    #dateModal .modal-body {
      min-height: 305px;
      padding: 0px;
    }
    
    .daterangepicker td.active{
        background: rgb(68, 105, 95) !important;
    }

    div.drp-calendar:nth-child(3) > div:nth-child(1) > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(2),
    div.drp-calendar:nth-child(2) > div:nth-child(1) > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(2){
        background: #000 !important;
        color: #fff !important;
        border-radius: 0 !important;
    }
  
    
    .daterangepicker select.yearselect,
    .daterangepicker select.monthselect {
      background: #f0f8ff00;
      border: none;
      text-transform: uppercase !important;
      font-family: 'Lato';
      font-weight: 900 !important;
      font-size: 13px;
    }
    
    .daterangepicker .applyBtn,
    .daterangepicker .cancelBtn {
        display: none !important;
    }
    
   
    .daterangepicker .drp-buttons {
        display: none !important;
    }
    
  
    
    .counter-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    
    .counter-label {
        font-size: 10px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    
    .counter-wrapper {
        display: flex;
        align-items: center;
        gap: 0px;
    }
    
    .counter-btn {
        width: 30px;
        height: 30px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease;
    }
    
   
    
    .counter-btn:active:not(:disabled) {
        transform: scale(0.95);
    }
    
    .counter-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    
    .counter-input {
      width: 40px;
      height: 30px;
      text-align: center;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0);
      border-radius: 15px;
      color: rgb(255, 255, 255);
      font-weight: 600;
      font-size: 22px;
    }
    
    .counter-input:read-only {
        cursor: default;
    }
        
      
        
    

    html[lang^="es"] .language a[href*="/pe/"] {
      font-weight: 900;
    }
    

    html[lang^="en"] .language a[href*="/en/"] {
      font-weight: 900;
    }
    
    .language .link-header {
      font-weight: 400;
      font-size: 11px !important;
      font-family: "Lato", sans-serif;
      color: #000 !important;
    }
    
    .btn-reservar-label {
      background: #44695F;
      padding: 0;
      height: 40px;
      border-radius: 25px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Lato';
      font-weight: 700;
      width: 80% !important;
      text-transform: capitalize;
      font-size: 14px;
      max-width: 200px;
    }
    
    .btn-reservar-label:hover{
       background: rgb(51, 51, 51) !important;
       color: rgb(255, 255, 255) !important; 
       border: 1px solid #fff;
    }
    
  

    
    

    
    #guests{
        width: 30% !important;
    }
    
    .row-inter {
      padding: 0px !important;
    }
    
    nav.breadcrumb {
        display: none !important;
    }
    
    #main .page-header {
        margin-bottom: 25px;
        display: none;
    }
    
    body:not(.page-index) .nav-item.active .nav-link span {
      border-bottom: 2px solid white;
      padding-bottom: 6px !important;
    }
    
    body:not(.page-index) .leo-megamenu .navbar-nav > li.active > a > .menu-title {
      font-weight: 900 !important;
    }

    
    .block-row-guest{
        width: 65%;
    }
    
    .titulo-hotel-home {
      font-family: "Bodoni 72 !important";
      font-weight: 700;
      font-size: 35px;
      text-align: center;
    }
    
  
    
    .form-group-select-row{
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 8px;
        margin-bottom: 0 !important;
    }
    
    .block-row-select{
        display: flex !important;
        justify-content: flex-start;
        align-items: normal;
    }

        
    
    /* BLOQUE 2 */
    
    
    .titulo-home-block-2 .image_description{
        top: 85% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    
    .subtitulo-image-home-b1 {
      font-size: 21px !important;
      font-family: "Lato";
      font-weight: 300 !important;
      text-align: center;
      line-height: 2rem;
      color: #fff !important;
      text-transform: uppercase;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }
    
    .subtitulo-image-home-b2{
        font-family: "Bodoni 72 !important";
        font-weight: 700 !important;
        text-align: center;
        color: #fff !important;
        font-size: 35px;
        line-height: 2.5rem;
        text-transform: uppercase;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }
    

    
    .block.image-home2.ApImage{
        margin-bottom: 14px !important;

    }
    
    .container.block-2{
        width: 100% !important;
    }
    
    .image-block-2{
        padding: 0 !important;
    }
    
    .box-slider.box-padding800{
        margin-bottom: 0 !important;
    }
    
  
    
    .block-contenido-full-home > div:nth-child(4),
    div.wrapper:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3){
        padding-left: 0 !important;
    }
    
    
    body#index div.wrapper:nth-child(3) > div:nth-child(1) {
      width: 80%;
    }
        
    
    /* BLOQUE 4 */
    .module-subscription {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-image: url('/themes/at_movic/assets/img/modules/appagebuilder/images/background-ecofriendly.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        padding: 40px 0;
        margin-bottom: 2.5%;
        text-align: left;
    }
    
    
    .eco-title {
      font-family: "Lato";
      font-weight: 400;
      color: rgb(68, 105, 95) !important;
      text-align: right;
      margin-right: 59px;
      margin-bottom: 0px !important;
      font-size: 35px;
    }
    
    .eco-badge {
      color: rgb(255, 255, 255);
      padding: 0px 38px 0px 0px;
      display: inline-block;
      position: absolute;
      right: 0px;
        font-size: 35px;
        font-family: "Lato";
        font-weight: 600;
        top: 45px;
    }
        
    .eco-text {
      color: rgb(0, 0, 0);
      font-size: 15px;
      line-height: 1.6rem;
      text-align: justify;
      margin-left: 40px !important;
      margin-top: 25px !important;
      font-family: "Lato";
      font-weight: 300;
      width: 100%;
    }

    /* PIE DE PAGINA */
    
    
    .block-footer-1{
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
    }
    
    .block-footer-1 > div{
        margin-bottom: 15px !important;
    }
    
    .footer-center > div:nth-child(1) > div:nth-child(2){
        background: #000000 0% 0% no-repeat padding-box;
    }
     
     
     
    .footer-container .ApColumn .title_block {
     margin: 0 0 20px;
     font-size: 14px;
     color: #fff;
    }
  
  
    .footer-container .ApLink li a {
      display: inline-block;
      line-height: 20px;
      padding: 5px 0px;
      vertical-align: top;
      transition: 0.4s;
      color: rgb(255, 255, 255) !important;
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
    }
    
    .col-form{
        margin-left: 9%;
    }
    
    .redes-sociales-footer{
        display: flex;
        gap: 8px;
    }
    
    .block_newsletter .input-wrapper input {
  padding: 10px 10px;
  height: 50px;
  border: 1px solid #ddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(221, 221, 221);
  background: #f8f8f8;
  border-right: 0px;
  width: 100%;
  border-radius: 3px 0 0 3px;
  width: 70%;
}

.block_newsletter .input-wrapper button {
  background: #44695F;
  border-color: #44695F;
  color: #fff;
  width: 11%;
}

.btn-wsp {
  position: fixed;
  width: 54px;
  height: 54px;
  line-height: 57px;
  bottom: 100px;
  right: 25px;
  background: rgb(68, 105, 95) !important;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 1;
  padding-left: 2px;
}

.btn-wsp:hover {
   background: rgb(51, 51, 51) !important;
   color: rgb(255, 255, 255) !important; 
}


.img-background-home{
    background-image: url("https://habitathotelperu.com/themes/at_movic/assets/img/modules/appagebuilder/images/logo-h.webp");
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center center;
}   

.block-contenido-full-home div.block_content {
  text-align: left;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
  opacity: 1;
  width: 90%;
  height: 35.5vw;
  padding-left: 10%;
  padding-top: 15%;
}

.block-ubicacion-home {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5%;
  margin-bottom: 5%;
}


#iframe-ubicacion{
    width: 52vw !important;
}

.contenido-hotel-home {
  font-family: "Lato";
  font-weight: 300;
  font-size: 15px;
  line-height: 2.1;
  text-align: justify;
}


.col-conditions > p:nth-child(1){
    display: none !important;
}


#block-newsletter-label {
  margin: 20px 0px 12px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-family: "Lato";
  font-weight: 700;
}

.siguenos.ApColumn{
    padding-left: 0px;
}


.siguenos.ApColumn > div > h4.title_block{
  margin: 6px 0px 12px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-family: "Lato";
  font-weight: 700;
}

.input-wrapper input[name="email"]::placeholder {
    color: transparent;
    opacity: 0;
}

.contactanos-footer > a > span{
  background: #fff;
  color: #000;
  font-family: "Lato";
  font-weight: 700;
  padding: 4px;
  border-radius: 0px;
 
}


.button-galeria {
  margin-top: 40px !important;
  margin-left: 44px;
  position: relative;
  top: -44px;
}

.button-galeria > a > span {
    font-family: 'Lato' !important;
    font-weight: 700 !important;
}

.block-contenido-full-home {
  margin-bottom: 5% !important;
}
   

#image-form_2682127288949400{
    margin-bottom: 12px !important;
}


#cms > main:nth-child(3) > section:nth-child(3) > div:nth-child(1){
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#content > p:nth-child(1){
    display: none !important;
}


/* PAGINA HABITACIONES */

.habit-icono{
  width: 7%;
  /*height: 20px !important;*/
  margin-right: 2%;
}

.caption-contain {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.image-habitaciones-fila .image_description{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.image-habitaciones-fila .image_description > p{
    font-family: "Bodoni 72 !important";
    font-weight: 700;
    color: #fff !important;
    font-size: 25px !important;
}


html {
  scroll-behavior: smooth;
}


/*

.slider-h {
  padding-right: 80px !important;
}



*/


/* ==== Slider Principal Internas ==== */

.banner-principal-internas {
    overflow: hidden;     /* oculta el sobrante de la imagen */
    position: relative;
}


.banner-principal-internas > img {
    /*width: 100% !important;*/
    /*height: 100% !important;*/
    object-fit: cover !important;          /* llena el contenedor sin deformarse */
    object-position: center !important;    /* centrada (puedes usar 'center top' si quieres ver más la parte superior) */
}






body.cms-id-6 div.iview-items {
  bottom: 130px;
}

#habitacion-individual,
#habitacion-matrimonial,
#habitacion-doble,
#habitacion-triple{
  scroll-margin-top: 120px;
}


.tipo-habitaciones{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

  
.block-label-h {
  margin-top: 2%;
  width: 80%;
  margin-left: 11%;
}
  
.label-titulo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.label-titulo img {
  height: auto;
  opacity: 0.8;
  width: 3.5vw;
}

.label-titulo .texto {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.label-titulo .subtitulo {
  color: #333;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  font-family: 'Lato';
  font-weight: 400;
  font-size: 19px;
}

.label-titulo .titulo {
  text-transform: uppercase;
  color: #000;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 29px;
}

.label-titulo .separador {
  width: 1px;
  background-color: rgb(0, 0, 0);
  height: 4.7vw;
}


.card-habitacion {
  background: #fff;
  position: relative;
}

.block-habitaciones-3 {
  margin-top: 4% !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  position: relative;
  margin-bottom: 20px;
}


.bg-imagen {
  position: absolute;
  top: -60px;
  left: 0px;
  width: 50%;
  height: 90px;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.bg-imagen-individual {
  background: url("https://habitathotelperu.com/themes/at_movic/assets/img/modules/appagebuilder/images/single.webp") left top / contain no-repeat;
}

.bg-imagen-matrimonial {
  background: url("https://habitathotelperu.com/themes/at_movic/assets/img/modules/appagebuilder/images/double.webp") left top / contain no-repeat;
}

.bg-imagen-doble {
  background: url("https://habitathotelperu.com/themes/at_movic/assets/img/modules/appagebuilder/images/twin.webp") left top / contain no-repeat;
}

.bg-imagen-triple {
  background: url("https://habitathotelperu.com/themes/at_movic/assets/img/modules/appagebuilder/images/triple-titulo.webp") left top / contain no-repeat;
}

.card-habitacion .header h2 {
  font-size: 40px;
  margin-bottom: 8px;
  font-family: "Bodoni 72 !important";
  font-weight: 700;
}

.card-habitacion .header p {
  font-size: 15px;
  color: rgb(85, 85, 85);
  margin-bottom: 25px;
  line-height: 1.5;
  font-family: "Lato";
  font-weight: 300;
}

.card-habitacion .detalles {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}

.card-habitacion ul {
  list-style: none;
  padding: 0px !important;
  margin: 0;
  width: 50%;
}

.card-habitacion ul li {
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-family: "Lato";
  font-weight: 300;
}

.card-habitacion .contacto {
  background: #EFEFEF !important;
  color: rgb(255, 255, 255);
  padding: 15px 0px;
  border-radius: 3px;
  width: 63%;
  padding-left: 12px;

}

.card-habitacion .contacto p {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Lato";
  font-weight: 300;
}

.btn-reservar {
  display: block;
  text-align: center;
  background: #44695F !important;
  color: #fff !important;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.3s ease;
  font-family: 'Lato';
  font-weight: 700 !important;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 20px;
}

.btn-reservar:hover {
  background: #333 !important;
  color: #fff !important;
}


.image-habitaciones-fila{
  position: relative;
  overflow: hidden;
}


.image-habitaciones-fila::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 122, 138, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.image-habitaciones-fila:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}


/* PAGINA SERVICIOS*/



.block-servicios-3 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.card-header {
  background-color: #f4f4f4;
  cursor: pointer;
}

.toggle-btn {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

/* Estilo del ícono */
.icono-collapse {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.block-detalle{
  text-align: center;
  display: block;
  margin: auto; 
  margin-bottom: 4vw !important;
}





#details1,#details2,#details3,#details4,#details5,#details6{
  background-color: #EFEFEF !important;
  border-bottom: none !important;
  
    position: sticky;
    top: 0;
    z-index: 0;
    padding: 1px;
}


.arrow-icon.arrow-customize {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.toggle-btn[aria-expanded="true"] + .arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}



#collapseOne > div:nth-child(1),
#collapseTwo > div:nth-child(1),
#collapseThree > div:nth-child(1),
#collapseFour > div:nth-child(1),
#collapseFive > div:nth-child(1),
#collapseSix > div:nth-child(1){
  background: #EFEFEF;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 66px;
  padding-bottom: 25px;
}


#collapseOne > div:nth-child(1) > p,
#collapseTwo > div:nth-child(1) > p,
#collapseThree > div:nth-child(1) > p,
#collapseFour > div:nth-child(1) > p,
#collapseFive > div:nth-child(1) > p,
#collapseSix > div:nth-child(1) > p{
  width: 95%;
  line-height: 1.7;
  text-align: left;
  margin: auto;
  font-family: "Lato";
  font-weight: 300;
  font-size: 15px;
  color: #000 !important;
}


#collapseOne > div:nth-child(1) > h6,
#collapseTwo > div:nth-child(1) > h6,
#collapseThree > div:nth-child(1) > h6,
#collapseFour > div:nth-child(1) > h6,
#collapseFive > div:nth-child(1) > h6,
#collapseSix > div:nth-child(1) > h6{
  text-align: left;
  margin-left: 13px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Lato";
  font-weight: 700;
  font-size: 15px;
}

.block.block-detalle .card{
    border-radius: 3px !important;
}

#details1 > h5:nth-child(1) > button:nth-child(1),
#details2 > h5:nth-child(1) > button:nth-child(1),
#details3 > h5:nth-child(1) > button:nth-child(1),
#details4 > h5:nth-child(1) > button:nth-child(1),
#details5 > h5:nth-child(1) > button:nth-child(1),
#details6 > h5:nth-child(1) > button:nth-child(1){
  text-decoration: none;
  color: rgb(0, 0, 0);
  background: rgb(239, 239, 239);
  font-family: "Lato";
  font-weight: 700 !important;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 20px;
}

#collapseOne > div:nth-child(1) > p:nth-child(4),
#collapseTwo > div:nth-child(1) > p:nth-child(4),
#collapseThree > div:nth-child(1) > p:nth-child(4),
#collapseFour > div:nth-child(1) > p:nth-child(4),
#collapseFive > div:nth-child(1) > p:nth-child(4),
#collapseSix > div:nth-child(1) > p:nth-child(4){
    color:#000 !important;
    font-family: "Lato";
  font-weight: 700;
  font-size: 15px;
  margin-top: 25px
}


.titulo-image-servicios{
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 1.2vw !important;
    font-size: 25px;
    font-family: "Bodoni 72 !important";
    font-weight: 700;
}

.servicios-block-lat-izq > div.ApImage {
    margin-bottom: 1.5vw !important;
}

.servicios-block-lat-de > div.ApImage {
    margin-bottom: 1.5vw !important;
}

/* PAGINA RESTAURANTE*/



.block-text-restaurante {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-derecha-restaurante-g,
.image-taza-r{
    margin-bottom: 18px !important;
}
/*


div.block-derecha-restaurante-g > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div > a:nth-child(1){
   pointer-events: none !important;
}*/

.titulo-r-block-izquierda{
  font-family: "Bodoni 72 !important";
  font-weight: 700;
  font-size: 35px;
}

/*
div.block-derecha-restaurante-g > div:nth-child(1), .image-restaurante-r, .image-taza-r {
  padding-right: 70px !important;
}

.block-derecha-restaurante-g div.image-item:nth-child(1){
    padding-right: 10px !important;
}

.block-derecha-restaurante-g div.image-item:nth-child(2){
    padding-left: 10px !important;
}
*/
div.block-info-restaurante div.block_content{
  text-align: center;
  background: #EFEFEF;
}

.block-info-restaurante > div:nth-child(1) > div:nth-child(1) > span:nth-child(2){
    margin-top: -22px;
    display: block;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.horario-restaurante > h6,
.horario-desayuno > h6{
    margin-bottom: 0 !important;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 17px;
}

.horario-restaurante > p,
.horario-desayuno > p{
    font-family: 'Lato';
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.horario-desayuno{
    margin-top: 12%;
}

.horario-restaurante{
    margin-top: 12%;
}


body.cms-id-8 .ApImageGallery .image-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
}

body.cms-id-8 .ApImageGallery .image-item.oculta {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  display: none;
}



body.cms-id-8 .ApImageGallery .row.show_image {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  align-items: stretch;
}

body.cms-id-8 .ApImageGallery .image-item {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

body.cms-id-8 .ApImageGallery .image-item a,
body.cms-id-8 .ApImageGallery .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

body.cms-id-8 .ApImageGallery .image-item:nth-child(1),
body.cms-id-8 .ApImageGallery .image-item:nth-child(2){
  grid-area: span 1 / span 2;
}


body.cms-id-8 .ApImageGallery .image-item:nth-child(3) {
  grid-column: span 2;
  grid-row: span 1;
}


body.cms-id-8 .ApImageGallery .image-item:nth-child(4){
  grid-area: span 2 / span 2;
}

body.cms-id-8 .ApImageGallery .image-item:nth-child(7){
  grid-area: span 2 / span 4;
}

body.cms-id-8 .ApImageGallery div.image-item:nth-child(9),
body.cms-id-8 .ApImageGallery div.image-item:nth-child(8){
    grid-area: span 2 / span 2;
}

body.cms-id-8 .ApImageGallery div.image-item:nth-child(10){
    grid-area: span 2 / span 4;
}


.titulo-image-promociones{
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 30px !important;
    font-size: 60px;
    font-family: "Bodoni 72 !important";
    font-weight: 700;
}


/* PAGINA GALERIA*/

.row-botones-galeria {
  display: flex;
  width: 78%;
  gap: 2px;
  margin-left: auto;
  margin-right: auto;
}


div.button-g > span{
  background: #EFEFEF !important;
  color:#000 !important;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Lato";
  font-size: 13px;
  padding: 10px 20px;
  line-height: 20px;
  font-weight: 700;
}

div.button-g > span:hover{
  background: rgb(51, 51, 51) !important;
  color: rgb(255, 255, 255) !important;
}

div.button-g.active > span{
  background: #44695F !important;
  color: #fff !important;
  font-weight: 900 !important;
}



/*

.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.imagen-galeria {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 200px;
}

.imagen-galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.imagen-galeria:hover img {
    transform: scale(1.05);
}

.categoria {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px;
    font-size: 0.8rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.imagen-galeria:hover .categoria {
    opacity: 1;
}

.imagen-galeria.oculta {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    position: absolute;
}
*/


body.cms-id-10 .ap-image-gallery {
  width: 76%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


body.cms-id-10 .active .btn {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
}


body.cms-id-10 .ApImageGallery .image-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
}

body.cms-id-10 .ApImageGallery .image-item.oculta {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  display: none;
}



body.cms-id-10 .ApImageGallery .row.show_image {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  align-items: stretch;
}

body.cms-id-10 .ApImageGallery .image-item {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

body.cms-id-10 .ApImageGallery .image-item a,
body.cms-id-10 .ApImageGallery .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

body.cms-id-10 .ApImageGallery .image-item:nth-child(1),
body.cms-id-10 .ApImageGallery .image-item:nth-child(2){
  grid-area: span 1 / span 1;
}


body.cms-id-10 .ApImageGallery .image-item:nth-child(3) {
  grid-column: span 2;
  grid-row: span 1;
}


body.cms-id-10 .ApImageGallery .image-item:nth-child(4){
  grid-area: span 2 / span 2;
}

body.cms-id-10 .ApImageGallery .image-item:nth-child(7){
  grid-area: span 2 / span 2;
}




/* PAGINA UBICACION*/

.contenido-ubicacion{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;    
}

.block-ubicacion-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.texto-ubicacion {
  font-family: "Lato";
  font-weight: 300;
  font-size: 15px;
  max-width: 100%;
  text-align: justify;
  color: #000;
}

.block.block-content-ubicacion.ApHtml {
  padding: 0px 0px 30px !important;
}

.block.block-content-ubicacion.ApHtml > div > div {
  text-align: center;
  margin: auto;
}

.block-content-ubicacion > div {
  background: rgb(239, 239, 239);
  padding: 30px 5px;
}

.block-content-ubicacion > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1){
  font-family: "Bodoni 72 !important";
  font-weight: 700;
  font-size: 35px;
}

.block-content-ubicacion > div:nth-child(1) > div:nth-child(1) > h1:nth-child(4){
  font-family: "Bodoni 72 !important";
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
}

.block-content-ubicacion > div:nth-child(1) > div:nth-child(1) > p:nth-child(5),
.block-content-ubicacion > div:nth-child(1) > div:nth-child(1) > p:nth-child(2){
  font-family: 'Lato';
  font-weight: 300;
  font-size: 15px;
  color: #000 !important;
}

/* PAGINA COVID-19*/

.block.block-covid-19.ApHtml{
    padding: 30px !important;
}

.block-covid-19 > div:nth-child(1){
  font-family: 'Lato';
  font-weight: 300;
  font-size: 15px;
}

.block-covid-19 > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1){
  font-family: 'Lato';
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #000 !important;
}

.block-covid-19 > div:nth-child(1) > p:nth-child(11) > strong:nth-child(1){
  font-family: 'Lato';
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #000 !important;
}

.block-covid-19 > div:nth-child(1) > p:nth-child(24),
.block-covid-19 > div:nth-child(1) > p:nth-child(17),
.block-covid-19 > div:nth-child(1) > p:nth-child(13){
  font-family: 'Lato';
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000 !important;
}

/*  FORMULARIO DE CONTACTO */

.block-container-contacto{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#formulariocontacto {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.formulario-grid input.form-control {
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  height: 40px !important;
}

.formulario-grid select.form-control {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Lato';
  font-weight: 300;
  height: 40px !important;
}

textarea.form-control{
   border: 1px solid #e5e5e5 !important; 
   height: 190px !important;
   resize: none;
}


/* PAGINA PREGUNTAS FRECUENTES */

.block-preguntas-3{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.titulo-preguntas{
    font-size: 30px;
    margin-bottom: 8px;
    font-family: "Bodoni 72 !important";
    font-weight: 700;
}


.contenido-preguntas{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 15px !important;
  line-height: 2.5; 
  margin-left: 30px !important;
  color: rgb(0, 0, 0) !important;
  margin-top: 4% !important;
}

.contenido-preguntas-2 span,
.contenido-preguntas span {
  font-family: 'Lato';
  font-weight: 700;
  color: #000 !important;
  font-size: 16px;
}

.contenido-preguntas-2{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 15px !important;
  line-height: 2.5; 
  margin-left: 30px !important;
  color: rgb(0, 0, 0) !important;
  margin-top: 0 !important;
}

.ap-accordion .panel-default {
  margin-bottom: 11px !important;
}


.ap-accordion .panel-default .panel-title {
  text-transform: none;
  background: rgb(239, 239, 239) !important;
  position: relative;
  font-family: "Lato" !important;
  font-weight: 700 !important;
  color: rgb(0, 0, 0) !important;
  font-size: 16px !important;
}

.ap-accordion .panel-default .panel-heading {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  padding: 10px !important;
  padding-bottom: 4px !important;
}

.content-acorddions {
  font-family: "Lato";
  font-weight: 300;
  color: rgb(0, 0, 0) !important;
  font-size: 15px;
  padding: 15px;
  margin-bottom: -27px !important;
}






/* PAGINA TRABAJA CON NOSOTROS */

#formularioempleo{
    width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.formulario-grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.col-izq {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.col-izq, .col-der {
  flex: 1;
}

.block-container-empleo{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%;
}

.titulo-unete{
  text-align: center;
  display: block;
  margin: auto;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-family: "Lato";
  font-weight: 700;
  font-size: 25px;
}

.subtitulo-unete{
  text-align: center;
  display: block;
  margin: auto;
  color: rgb(0, 0, 0);
  font-family: "Lato";
  font-weight: 300;
  font-size: 13px;  
}

/* LIBRO DE RECLAMACIONES */

.block-container-libro {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%;
}

@media screen and (max-width: 768px){
    
     /* === CSS Principal === */
    
    .mobile-block-2{
        display: block !important;
    }
    
    .desk-block-2{
        display: none !important;
    }
    
    
    
    
    .box-navads {
      display: block !important;
    }
    
    .menu-bar-banner{
        display: none !important;    
    }
    
    #back-top{
        display: block;
        bottom: 15px;
        right: 10px;
    }
    
  .modalanuncios-dialog { padding: 18px; }
  .modalanuncios-title { font-size: 20px; }
  .modalanuncios-icon img { width: 56px; height: 56px; }
  
    .logo-carga{
        width: 40% !important;
        top: 41%;
    }
    
  

/* --- Slider ---- */    

.bannercontainer .tp-caption {
    width: 100% !important;
    left: 0px !important;
    text-align: center !important;
}

.slider-paginas-internas-block > div.ApSlideShow > div > div > div.iviewSlider > div > div:nth-child(1) > div {
    font-size: 20vw !important;
}

.slider-paginas-internas-block > div.ApSlideShow > div > div > div.iviewSlider > div > div:nth-child(2) > div {
    font-size: 26vw !important;
    margin-top: 8vw !important;
    font-weight: 600 !important;
}
    

    .language-mobile{
        position: absolute;
        top: 18%;
        left: 61%; 
    }
    
  .language-mobile > a {
    font-family: "Lato";
    font-weight: 500 !important;
    font-size: 11px !important;
    border-radius: 25px;
    background: #44695F;
    color: #ffffff !important;
    padding: 4px 5px 6px 5px;
    vertical-align: bottom;
  }


    .header-top {
      background: rgb(0, 0, 0);
      position: relative;
      opacity: 100%;
    }

    .block-label-h {
      margin-top: 7%;
      margin-left: 5%;
      margin-bottom: 8%;
    }

    /*
    .off-canvas-active > .off-canvas-nav-megamenu.active {
      -webkit-transform: translate(87px, 0) scale(1, 1);
      -moz-transform: translate(87px, 0) scale(1, 1);
      -ms-transform: translate(87px, 0) scale(1, 1);
      -o-transform: translate(87px, 0) scale(1, 1);
      transform: translate(87px, 0px) scale(1, 1);
    }*/
    
    
      .titulo-home-block-2 .image_description {
        left: 50% !important;
        bottom: 70px !important;
        top: 50% !important;
      }
   
    
    .off-canvas-button-megamenu .off-canvas-nav::before {
      font-size: 16px;
      color: #fff;
    }
    
    body:not(.page-index) .nav-item.active .nav-link {
      border-bottom: 0px solid white;
      padding-bottom: 20px
    }
    
    .off-canvas-nav-megamenu .offcanvas-mainnav {
      background-color: #000;
    }
    
    .off-canvas-nav-megamenu .navbar-nav > li > a {
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      font-family: 'Lato';
      font-weight: 500;
      text-transform: uppercase;
      padding: 15px 10px;
    }
    

    
    .megamenu.horizontal li.nav-item {
      border-bottom: 1px solid #8c8c8c;
      width: 91%;
      margin-left: 5%;
    }
    
	.navbar-header{
	    height: 0 !important;
	}
	
	.header-top > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    	
	/*  HEADER*/
	
	.modalanuncios-footer .btn,
	.modalanuncios-footer .btn-primary {
      font-size: 10px;
    }
    

	.block-header-mobile{
	   display: block !important; 
	}
	
	.block-header{
        display: none !important;
    }
    
    .block-header-mobile {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    
    img.logo-mobile{
        width: 40% !important;
    }
    
    .contact-info {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    
    .block-banner-label-2,
	.block-banner-label {
        display: none !important;
    }
    
    .col-info{
        display: none !important; 
    }
    
     .box-top .h-logo {
        text-align: left !important;
        margin-top: 3%;
        margin-left: 25%;
        margin-bottom: 3%;
      }
    
    .box-top .h-logo img {
        max-height: 45px !important;
    }
    
    .leo-megamenu.enable-canvas .leo-top-menu {
        display: none !important;
    }
    
    .navbar-header .navbar-toggler::before {
        background: #000 !important;
        width: 20px !important;
    }
    
    .label-titulo .separador {
      height: 13.7vw;
    }
    
    
   .navbar-header .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 16px;
        border: 2px solid #ffffff;
        border-color: rgb(0, 0, 0);
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-width: 2px 0;
        top: 12px;
        left: 10px;
    }
    
    
    .navbar-header .navbar-toggler {
        border: 0;
        color: transparent !important;
        position: relative;
        background: none !important;
        left: 137%;
        top: -104px;
    }
    
    .image-block-2 div.block.ApImage{
        margin-bottom: 0 !important;
    }
       
       
    .box-navads > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
      font-family: 'Lato';
      font-style: normal;
      font-size: 9px;  
    }
    
    
      .block-contenido-full-home div.block_content {
        text-align: left;
        letter-spacing: 0px;
        color: rgb(0, 0, 0);
        opacity: 1;
        height: 484px;
        width: 93% !important;
        padding-left: 8%;
      }
    
    .button-galeria {
      margin-top: 20px !important;
      margin-left: 0;
      position: relative;
      top: -32px;
      text-align: center;
    }
    
    html[lang="en-US"] .button-galeria {
        margin-top: 100px !important;
    }
    
    
    div.wrapper:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
        background-size: 85% 80%;
        padding-left: 0px;
        padding-right: 0;
        margin-left: 0px;
    }
      
    .titulo-hotel-home {
      font-size: 35px;
      text-align: left;
      line-height: 3.5rem;
    }
    
    html[lang="en-US"] .titulo-hotel-home {
      line-height: 4.5rem;
    }
    
    .block-contenido-full-home {
      margin-bottom: 5% !important;
      margin-top: -25px;
    }
    
    .block-contenido-full-home > div:nth-child(2) > div:nth-child(1) > img:nth-child(1){
        width: 100% !important;
        height: auto !important;
    }
    
    .block-contenido-full-home > div:nth-child(3) > div:nth-child(1) > img:nth-child(1){
        width: 100% !important;
    }
    
    .block-contenido-full-home > div.col-xl-4:nth-child(4) > div:nth-child(1) > img:nth-child(1){
        width: 100% !important;
    }
    
     div.wrapper:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    
    /*
    html[lang="en-US"] body#index div.wrapper:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
        padding-right: 17px !important;
    }*/
    
    html[lang="en-US"] body#index div.col-md-12:nth-child(4) {
       /* padding-right: 17px !important;*/
        padding-left: 10px !important;
    }
    
    
    html[lang="es-PE"] .block-contenido-full-home > div:nth-child(4){
        padding-left: 10px !important;
    }
    
    .block-contenido-full-home > div:nth-child(2) > div:nth-child(1){
        margin-bottom: 14px !important;
    }
    
    #block-newsletter-label {
      margin: 20px 0px 12px;
      font-size: 15px;
      color: rgb(255, 255, 255);
      font-family: "Lato";
      font-weight: 700;
      line-height: 1.3;
    }
    
    .box-footerlink{
        text-align: center !important;
    }
    
    .redes-sociales-footer {
        text-align: center !important;
        display: flex !important;
        justify-content: center;
        gap: 70px;
    }
    
    
    .btn-wsp {
        position: fixed;
        width: 29px;
        height: 29px;
        line-height: 31px;
        right: 125px;
        background: rgb(37, 211, 102);
        color: rgb(255, 255, 255);
        border-radius: 50px;
        text-align: center;
        font-size: 26px;
        z-index: 2;
        bottom: 21px;
    }
  
     body#index div.wrapper:nth-child(3) > div:nth-child(1) {
      width: 97%;
    }
    
    #iframe-ubicacion {
        width: 94vw !important;
    }
        
    body#cms .box-slider > div:nth-child(1){
        padding:0 !important;
        width: 100% !important;
    }
    
    
    .block-ubicacion-home {
      width: 100%;
      margin-left: 0px;
      margin-top: 70px;
      margin-bottom: 70px;
    }
    
      .block-ubicacion-home > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > iframe:nth-child(1) {
        height: 400px;
      }
        
    .block-ubicacion-home > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5),
    .block-ubicacion-home > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(4),
    .block-ubicacion-home > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2),
    .block-ubicacion-home > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1){
        text-align: center;
    }
    
    .footer-bottom div.container{
        padding: 0 !important;
    }
    
    
    #footer{
        margin-bottom: 15% !important;
    }
    
    
  .footer-bar {
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgb(43, 43, 43);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 13px 0px;
    box-shadow: rgba(0, 0, 0, 0.39) 0px -2px 8px;
    z-index: 1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    opacity: 0.9;
    position: fixed;
  }
    
    .footer-btn {
      flex: 1;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-size: 1.3rem;
      transition: all 0.3s ease;
    }
    
    .footer-btn:hover {
      background: #3a3a3a;
    }
    
    .footer-btn i {
      font-size: 1.4rem;
    }
    
    .footer-btn.reservar {
        background: rgb(68, 105, 95);
        padding: 8px 0px;
        border-radius: 8px;
        margin: 0px 15px;
        font-weight: 600;
        font-size: 1rem;
      }
        
    .footer-btn.reservar span {
      color: #fff;
    }
    
    .label-titulo img {
        width: 50px;
    }
    
    
    .label-titulo .subtitulo {
        font-size: 16px;
    }
    
    .label-titulo .titulo {
        font-size: 26px;
    }
    
    /*  PAGINA HABITACIONES */
    
    
    .card-habitacion ul {
    padding: 0;
    margin: 0;
    width: 100%;
    }
    
    
    .block-habitaciones-3 {
      margin-top: 7% !important;
      width: 94%;
      margin-left: 11px;
    }

    body.cms-id-6 div.row:nth-child(4){
        display:none !important;
    }
    
    .card-habitacion {
        position: relative;
        background: rgb(255, 255, 255);
        padding: 15px;
        padding-left: 0;
    }
    
     .bg-imagen {
        position: absolute;
        top: -70px;
        left: 0;
        width: 100%;
        height: 100px;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
      }
    
    
    .card-habitacion .contacto {
        display: none !important;
    }
    
    .card-habitacion .detalles {
        margin-bottom: -40px;
    }
    
    
    .btn-reservar {
        display: none !important;
    }
    
    .slider-h {
        width: 100% !important;
        padding: 0px;
        padding-right: 0px;
        margin: 0px;
        padding-right: 0 !important;
    }
    
    .slider-h .bannercontainer{
        padding: 0 !important;
        margin: 0 !important;
    }
    
    body.cms-id-6 div.iview-items {
        bottom: 90px;
    }
    
    .card-habitacion .header h2 {
      font-size: 40px;
      margin-bottom: 8px;
      font-family: "Bodoni 72 !important";
      font-weight: 700;
      line-height: 1;
    }
    
    
    
    .eco-title {
      font-family: "Lato";
      font-weight: 400;
      color: rgb(68, 105, 95) !important;
      text-align: center;
      margin-right: 59px;
      margin-bottom: 0px !important;
      font-size: 35px;
    }

    .eco-badge {
      color: rgb(255, 255, 255);
      padding: 0px 38px 0px 0px;
      display: inline-block;
      position: absolute;
      left: 109px;
      font-size: 35px;
      font-family: "Lato";
      font-weight: 600;
      top: 45px;
    }
    
    
    .eco-text {
      color: rgb(74, 74, 74);
      font-size: 15px;
      line-height: 1.6rem;
      text-align: justify;
      margin-left: 30px !important;
      margin-top: 25px !important;
      font-family: "Lato";
      font-weight: 300;
      width: 85%;
    }
    
    .titulo-banner-img-2 {
      top: 13.5vw;
      font-size: 18px;
    }

    .subtitulo-banner-img-2 {
      top: 17.1vw;
      font-size: 25px;
    }

        
    /*  PAGINA SERVICIOS */
    
    .servicios-block-lat-izq > div.ApImage {
      margin-bottom: 0 !important;
    }
    
    .servicios-block-lat-de > div.ApImage {
      margin-bottom: 0 !important;
    }


    .block-servicios-3 {
      width: 95%;
      margin-left: 10px;
    }

    .servicios-block-lat-izq {
        padding-left: 0px !important;
        padding-right: 0;
    }
    
    .titulo-image-servicios{
        font-size: 30px;
        margin-top: 20px !important;
    }
    
    .block-detalle{
        width: 95% !important;
    }
    
    .servicios-block-lat-de {
        padding-right: 0px !important;
        padding-left: 0 !important;
    }
    
    .block-detalle {
        width: 100% !important;
    }
    
    #accordion1 > div:nth-child(1){
        margin-bottom: 45px !important;
    }
    
    #collapseOne > div:nth-child(1), #collapseTwo > div:nth-child(1), #collapseThree > div:nth-child(1), #collapseFour > div:nth-child(1), #collapseFive > div:nth-child(1), #collapseSix > div:nth-child(1) {
        padding: 0px 30px 25px 66px;
    }
    
    
    #details1, #details2, #details3, #details4, #details5, #details6 {
        padding-bottom: 0;
    }
    

    
  
    

    
    /*  PAGINA RESTAURANTE */
    
    .block-derecha-restaurante-g, .image-taza-r {
        margin-bottom: 15px !important;
    }

    .titulo-r-block-izquierda {
        font-family: "Bodoni 72 !important";
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 30px;
    }
    
    div.block-info-restaurante div.block_content {
      text-align: center;
      background: rgb(239, 239, 239);
      height: 360px;
    }
    
      body.cms-id-8 .ap-image-gallery {
        width: 94%;
        margin-top: -1%;
        margin-left: 11px;
      }
    
    .block-text-restaurante div.ApImageGallery:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
      margin-bottom: 20px;
    }
    
    .block-derecha-restaurante-g div.image-item:nth-child(2),
    .block-derecha-restaurante-g div.image-item:nth-child(1) {
      padding-right: 0px !important;
      width: 100%;
      margin-left: 10px;
      margin-bottom: 20px;
    }
    
    
    
    .block.image-restaurante-r img{
        height: 55vw !important;
    }
    
    .image-taza-r img{
        height: 40vw !important;
    }

    
    .block-derecha-restaurante-g .widget-images.block.ApImageGallery{
        margin-bottom: 0px !important;
    }
    
   

    
    .block-text-restaurante {
      width: 100%;
      margin-left: 0px;
    }

    /*
    .block-text-restaurante {
      padding-left: 0 !important;
    }*/
    
    .block-info-restaurante div.container:nth-child(5){
        display: none !important;
    }
    
    .block-info-restaurante > div:nth-child(1) > div:nth-child(1){
        padding: 40px 0px 0px !important;
    }
        
    
    /*  PAGINA PROMOCIONES */
        
    .titulo-image-promociones{
        font-size: 30px;
        margin-top: 20px !important;
    }
    
      #collapseOne > div:nth-child(1), #collapseTwo > div:nth-child(1), #collapseThree > div:nth-child(1), #collapseFour > div:nth-child(1), #collapseFive > div:nth-child(1), #collapseSix > div:nth-child(1) {
        padding: 0px 30px 25px 30px !important;
    }
    
    #details1 > h5:nth-child(1) > button:nth-child(1), #details2 > h5:nth-child(1) > button:nth-child(1), #details3 > h5:nth-child(1) > button:nth-child(1), #details4 > h5:nth-child(1) > button:nth-child(1), #details5 > h5:nth-child(1) > button:nth-child(1), #details6 > h5:nth-child(1) > button:nth-child(1) {
      padding-bottom: 20px;
    }
    
    
    /*  PAGINA GALERIAS */
    
      .row-botones-galeria {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 90%;
        margin: 0px auto;
      }
    
      .row-botones-galeria > div:first-child {
        grid-column: span 2;
      }
  
    body.cms-id-10 div:nth-child(4),
    body.cms-id-10 div:nth-child(2){
       padding-right: 0;
    }
    
    body.cms-id-10 div:nth-child(5),
    body.cms-id-10 div:nth-child(3){
       padding-left: 0;
    }
     
     body.cms-id-10 .ap-image-gallery {
        width: 88%;
        margin-top: 5%;
        margin-left: 25px;
      }
            
    
    body.cms-id-10 .ApImageGallery .row.show_image {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /*  PAGINA UBICACION */
    
    .contenido-ubicacion {
      width: 100%;
    }

    .block-ubicacion-3 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > iframe:nth-child(1) {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    
    .block-ubicacion-3 {
      width: 100%;
      margin-left: 0px;
    }

    .block.block-content-ubicacion.ApHtml {
        padding: 0px !important;
    }
    
    
    body.cms-id-11 div.row:nth-child(4) > div:nth-child(2){
        padding: 0 !important;
    }
    
    body.cms-id-10 .wrapper{
        padding-bottom: 0 !important;
    }
    
    .texto-ubicacion {
      font-family: "Lato";
      font-weight: 300;
      font-size: 16px;
      margin-left: 0px;
    }
    
    
    /*  PAGINA COVID-19 */
     
    .block.block-covid-19.ApHtml {
        padding: 15px !important;
    }
    
    /*  PAGINA CONTACTO */
     
    #formulariocontacto {
      width: 100% !important;
      margin-left: 3% !important;
    }
    
    
    .block-container-contacto {
      padding-left: 0;
      padding-right: 0;
    }
    
    .col-izq {
      gap: 0px;
      width: 93% !important;
    }
    
    .col-der {
      flex: 1;
      width: 93%;
    }
    
    
    .subtitulo-contacto-politica {
        font-family: 'Lato';
        font-weight: 300;
        font-size: 14px !important;
        text-align: center;
        display: block;
        margin: auto;
        width: 70%;
    }
    
    #btnenviar-contacto {
        text-align: center;
        display: block;
        margin: auto;
    }
    
    .div-btn-contact{
        margin-top: 40px !important;
    }
    
      body.cms-id-14 .wrapper{
        padding-bottom: 0 !important;
    }
    
    
    /*  LIBRO DE RECLAMACIONES */
    


      #formulario-libro-reclamaciones {
        width: 100% !important;
      }
    
    body.cms-id-13 #btnenviar{
        width: 50% !important;
    }
    
    .block-container-libro {
      width: 100%;
    }
        
    
     /*  PIE DE PAGINA */
    .block-toggler.accordion_small_screen .collapse {
        display: block;
        text-align: center;
    }
    
    .libro-reclamaciones-contenedor > img:nth-child(2){
        margin-left: 20% !important;
    }
    
    
    
    /*  PREGUNTAS FRECUENTES */
    .block-preguntas-3{
      width: 100%;
    }
    
    .ap-accordion .panel-default .panel-title .collapsed::before,
    .ap-accordion .panel-default .panel-title a::before {
      right: -10px;
    }
    
     /*  TRABAJA CON NOSOTROS */
     
    .block-container-empleo {
      width: 100%;
    }
    
    #formularioempleo {
      width: 100% !important;
    }
    
    #btnenviar-empleo{
        text-align: center;
        display: block;
        margin: auto;
    }
    
}
    
    
 