@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --width-desktop: 85%;
  --width-mobile: 90%;
  --font-mobile: 14px;
  --font-modile-title: 18px;
}

@font-face {
    font-family: 'Futura-Bk-BT-Book';
    src: url('../font/Futura-Bk-BT-Book.woff') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
  font-family: 'Futura-Bk-BT-Book', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #3e3c3c;
}



img {
  width: 100%;
  height: auto;
  display: block;
}



/*.ckeditor-accordion-container > dl dt.active > a {
    background-color: #870303 !important;
    
}*/
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button) {
    background-color: #fbfbfb !important;
    box-shadow: none;
    color: #000000 !important;
    text-decoration: none;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color: #e3e1e1 !important;
    box-shadow: none;
    color: #000000 !important;
    text-decoration: none;
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    border-bottom: 1px solid #c1c1c1 !important;
}

.ckeditor-accordion-container > dl {
    border: 1px solid #ffffff !important;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
    background: #9b0000 !important;
   
}

a {
  text-decoration: none;
  color: inherit;
}

#slider {
  /*margin-top: -75px;*/
  z-index: 0;
  position: relative;
}

#header {
  position: sticky;
  top: 0;
  z-index: 11;
}

/*#menu {
  z-index: 1;
  position: sticky;
  top: 40px;
}*/

.content-page {position: relative}
.path-frontpage {
  #menu {
    position: absolute;
    top: 55px;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
  }

  .tb-megamenu {
    background-color: transparent;
    display: flex;
    justify-content: center;
  }

  .tb-megamenu .nav > li > a {
    background-color: transparent;
    border-right: none;
  }

  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
    background-color: transparent;
  }

  #menu.is-sticky {
    position: sticky;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    .region-menu {
      display: flex;
      align-items: center;
    }
  }
}

.not-frontpage {
  #menu {
    position: sticky;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    z-index: 11;
    top: 56px;

    a {
      font-size: 16px;
    }
  }
  .tb-megamenu {
    background-color: black;
    display: flex;
    justify-content: center;
  }

  .tb-megamenu .nav > li > a {
    background-color: black;
    border-right: none;
  }

  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
    background-color: transparent;
  }
}

.tb-megamenu .nav li.dropdown.open.active,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
  background-color: rgba(125, 15, 37, 0.7);
}

.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
  background-color: rgba(125, 15, 37, 0.7);
}

.tb-megamenu .dropdown-menu .active > a {
  background-image: none;
}

.tb-megamenu .mega-nav, .tb-megamenu .dropdown-menu .mega-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.tb-megamenu .dropdown-menu .active > a {
  background-color: transparent;
  color: #2e2e2e;
}

.tb-megamenu .mega > .mega-dropdown-menu {
  min-width: 300px;
}

#block-happyllamastravel-site-branding {
  display: none;
}

#block-gtranslate {
  .gtranslate_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  img {
    width: 32px;
    opacity: 1;
  }
}


/*.path-frontpage #menu.is-sticky #block-happyllamastravel-site-branding {
  display: block;

  img {
    width: 80px;
  }

  .site-name {
    display: none;
  }
}*/

#block-happyllamastravel-main-menu {

  .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    gap: 4em;
    font-size: 0.9em;
    margin-bottom: 2em;

    li.menu-item a.is-active {
    color: #ffffff;
      }
  }
  

  ul li.menu-item:hover{
    background-color: rgb(88 0 0 / 50%);
    padding: 3px 10px;
    border-radius: 5px;

  }
}



.not-frontpage .region-menu {
  display: flex;
  align-items: center;
}

/*.not-frontpage #block-happyllamastravel-site-branding {
  display: block;

  img {
    width: 80px;
  }

  .site-name {
    display: none;
  }
}*/

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* Oculto en escritorio */
  padding: 10px;
  position: relative;
  z-index: 12;
}

.hamburger {
  width: 25px;
  height: 3px;
  background-color: white;
  position: relative;
  display: block;
}

.hamburger::before,
.hamburger::after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

/* Cuando el menú está abierto, transformamos el ícono */
.menu-toggle.active .hamburger {
  background-color: transparent;
}

.menu-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}


.path-frontpage #block-happyllamastravel-page-title {
  display: none;
}

.path-frontpage #block-happyllamastravel-content {
  display: none;
}

#block-navegacionprincipal {
  position: sticky;
  top: 20px;
}


/* Bloque header contacto */
#block-happyllamastravel-bloqueheadercontacto {
  background-color: black;
  color: white;

  .container {
    width: var(--width-desktop);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    align-items: center;
  }

  .field--name-field-tipbloq-head-contac-redes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px;

    > .field__item {
      padding: 5px;
    }

    img {
      width: 30px;
    }

  }

  .field--name-field-tipbloq-head-parraf-contac {
    display: flex;
    gap: 10px;

    .paragraph--type--tipo-paragraph-contacto-header {
    display: flex;
    font-size: 0.9em;
    font-weight: bold;
    gap: 0.5em;
    align-items: center;

     .field--name-field-tip-parraf-head-contac-ima img {
      width: 30px;
      height: auto;
      }
    }

  }

  .redes-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 10px;
  }

  .info-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .field--name-field-tipbloq-head-contac-dispo {
    color: white;
    padding: 2px 10px;
    font-size: 0.9em;
    display: inline-flex;
    align-self: center;
    border-radius: 3px;
    border-bottom: solid 2px #d5a301;
    transition: 0.5s ease;
  }
  .field--name-field-tipbloq-head-contac-dispo:hover {
    background-color: #9c6143;
    
  }

  .field--name-field-tipbloq-head-contac-perso {
    color: white;
    padding: 2px 10px;
    font-size: 0.9em;
    display: inline-flex;
    align-self: center;
    border-radius: 3px;
    border-bottom: solid 2px #d5a301;
    transition: 0.5s ease;
  }

  .field--name-field-tipbloq-head-contac-perso:hover {
    background-color: #9c6143;
  }


}

/* End bloque header contacto */

/* Bloque de slider */
#block-happyllamastravel-bloqueslider {
  .container {
    position: relative;
    top: -40px;
  }

  #tns1-ow {
    background-color: black;
    overflow: hidden;
    display: block;

    img {
      object-fit: cover;
      background-position: center;
      opacity: 0.6;
      display: block;
    }
  }

  .cont-slider {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .cont-slider-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    margin-left: 8%;
    margin-top: 5%;
  }

  .field--name-field-tipbloq-slider-logo {
    display: inline-flex;
    justify-content: center;

    img {
      width: 190px;
    }
  }

  .field--name-field-tipbloq-slider-menu {
    .menu {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 20px;

      a {
        color: white;
        font-size: 18px;
      }
    }
  }

  .field--name-field-tipbloq-slider-titulo {
    color: white;
    text-align: center;
    h1 {
      font-size: 1.5em;
    }

    &:after {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background-color: #BF0404;
    }
  }

  .field--name-body {
    color: white;
    font-size: 16px;
    text-align: center;
  }

  .field--name-field-tipbloq-slider-contactenos {
    margin-top: 10px;
    text-align: center;

    a {
      color: white;
      font-size: 14px;
      background-color: #BF0404;
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 5px;
    }
    a:hover {
    background:#ff4600;
    }
  }
}

/* End bloque de slider */

/* Bloque de Quienes Somos*/
#block-happyllamastravel-bloquequienessomos {
  margin-top: 30px;

  > .container {
    width: var(--width-desktop);
    margin: 0 auto;
    text-align: center;
  }

  .field--name-field-tipbloq-quiesom-title {
    color: #7d0f25;
  }

  .field--name-body {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .field--name-field-tipbloq-quisom-pargquisom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    width: 70%;
    margin: auto;

    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #f9f9f9;
      padding: 20px;
      height: 250px;

    }

    .field--name-field-tipparg-quisomo-icon {
      width: 64px;
    }

    .field--name-field-tipparg-quisomo-title {
      color: #4c1400;
      margin-top: 10px;
      /*letter-spacing: 0.06rem;*/
      font-size: 0.9em;
      font-weight: bold;


      &::after {
        content: "";
        display: block;
        width: 100%;
        border: 1px dashed #592A19;
      }
    }

    .field--name-field-tipparg-quisomo-body {
      /*text-align: start;*/
      font-size: 0.9em;
    }
  }
}

/* End bloque de Quienes Somos*/

/* Bloque tours mas populares */
#block-happyllamastravel-bloquetourspopulares {
  margin-top: 40px;

  > .container {
    /*position: relative;*/
    width: 100%;
    margin: 0 auto;
    /*height: 600px;
    overflow: hidden;*/
  }

  .field--name-field-tipbloq-tourpopu-backgroun {
    object-fit: contain;
    background-position: center;
    position: relative;

    /*&:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;  o ajusta la altura como 50%, etc.
      background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
      pointer-events: none;  para que no interfiera con interacciones
    }*/
  }

  .cont-body {
    /*position: absolute;
    bottom: 0;
    right: 0;*/
    width: 85%;
    /*background: rgb(133 0 0 / 70%);*/
    color: #000000;
    /*padding: 30px 100px;*/
    margin: 0 auto;

      .field--name-field-tipbloq-tourpopu-title {
      font-size: 1.5em;
      text-align: center;
      font-weight: bolder;
      color: #7d0f25;

      }

      .field--name-body {
      font-size: 14px;
      text-align: center;
      }
    }

  }



.view-vista-tours-populares-inicio {
  width: var(--width-desktop);
  margin: 0 auto 0;

  .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .views-row {
    position: relative;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);

    .contenedor-body {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.7) 30%,
      rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.8) 100%);
      color: white;
      padding: 20px;
      box-sizing: border-box;
      height: 0px;
      transition: height 0.5s ease;
      padding-bottom: 30px;
    }
  }


  .animate-body {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-top: 35px;
  }

  .views-row:hover .contenedor-body {
    height: 180px;
  }

  .views-row:hover .animate-body {
    opacity: 1;
    transform: translateY(0);
    margin-top: 0;
  }

  .views-field-title {
    font-size: 14px;
    /*letter-spacing: 0.06rem;*/
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: orange;
    padding-bottom: 10px;
  }

  .views-field-field-page-tour-body2 {
    font-size: 0.8em;
    text-align: justify;
  }

  .views-field-field-page-tour-body {
    font-size: 12px;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;

  }

  .views-field-view-node {
    margin-top: 20px;
    text-align: center;

    a {
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      padding: 8px 30px;
      font-size: 14px;
    }
    a:hover{
        color: #ff4600;
    }
  }
}

/* End bloque tours mas populares */
/* Bloque inca trail */
#block-happyllamastravel-bloqueincatrail {
  margin-top: 30px;

  .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .field--name-field-tipbloq-incatra-background {
    img {
      object-fit: cover;
      background-position: center;
      display: block;
    }
  }

  .field--name-field-tipbloq-incatra-title {
    font-size: 2.5em;
  }

  .field--name-field-tipbloq-incatra-read {
    margin-top: 20px;

    a {
      color: white;
      background-color: #BF0404;
      padding: 5px 30px;
      border-radius: 5px;
    }
    a:hover {
      background-color: #ff4600;
    }
  }

  .cont-body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 100px;
    background-color: rgba(149, 50, 50, 0.8);
    width: 50%;
    color: white;
  }
}

/* End Bloque inca trail */
/* Bloque machupicchu */
#block-happyllamastravel-bloquemachupicchu {
  margin-top: 60px;

  .container {
    width: var(--width-desktop);
    margin: 0 auto;

  }

  .field--name-field-tipbloq-machu-title {
    color: #7d0f25;
    text-align: center;
  }

  .field--name-body {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .view-vista-machupicchu-home {
    margin-top: 50px;

    .view-content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }

    .views-row {
      position: relative;
      box-sizing: border-box;
      -webkit-box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
      box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);


      .contenedor-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.8) 100%);
        color: white;
        padding: 20px;
        box-sizing: border-box;
        transition: height 0.5s ease;
        height: 80px;
      }
    }

    .animate-body {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease, transform 0.5s ease;
      margin-top: 35px;
    }

    .views-row:hover .contenedor-body {
      height: 200px;
    }

    .views-row:hover .animate-body {
      opacity: 1;
      transform: translateY(0);
      margin-top: 0;
    }

    .views-field-title {
      font-size: 18px;
      letter-spacing: 0.06rem;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;

    }

    .views-field-field-page-tour-body {
      font-size: 12px;
      /*text-transform: uppercase;*/
      margin-bottom: 20px;
      text-align: center;
    }

    .views-field-view-node {
      margin-top: 20px;
      text-align: center;

      a {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding: 8px 30px;
        font-size: 14px;
      }
      a:hover {
          color: #ff4600;
      }
    }
  }
}

/* End Bloque machupicchu */
/* Bloque inca jungle */
#block-happyllamastravel-bloqueincajungle {
  margin-top: 30px;

  > .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .cont-body {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px 100px;
    background-color: rgba(149, 50, 50, 0.8);
    width: 50%;
    color: white;
  }

  .field--name-field-tipbloq-incjung-title {
    font-size: 2.5em;
  }

  .field--name-field-tipbloq-incjung-read {
    margin-top: 20px;

    a {
      color: white;
      background-color: #BF0404;
      padding: 5px 30px;
      border-radius: 5px;
    }
    a:hover{
      background: #ff4600;
    }
  }
}

/* End Bloque inca jungle */
/* Bloque tours tradicionales */
#block-happyllamastravel-bloquetradicionales {
  margin-top: 30px;
  /*background-color: #fff7ed;*/

  > .container {

  }

  .field--name-field-tipbloq-tradi-title {
    text-align: center;
    width: var(--width-desktop);
    margin: 0 auto;
    color: #7d0f25;
  }

  .field--name-body {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .view-vista-tours-tradicionales-home {
    background-color: #fff7ed;
    padding: 30px 0;

    .view-content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      width: var(--width-desktop);
      margin: 0 auto;

    }

    .views-row {
      -webkit-box-shadow: 3px -1px 23px -13px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 3px -1px 23px -13px rgba(0, 0, 0, 0.75);
      box-shadow: 3px -1px 23px -13px rgba(0, 0, 0, 0.75);
      border-radius: 5px;
      background: white;
    }

    .views-field-field-page-tour-thumbnail img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .cont-body {
      padding: 30px 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    .views-field-field-page-tour-body {
      padding: 5px;
      flex-grow: 1;
      border-right: 1px solid #c1c1c1;
      margin-right: 10px;
      font-size: 0.9em;
    }

    .views-field-view-node {
      width: 45%;
      color: #850000;

      a {
        &:after {
          content: "";
          background-image: url("../img/icons/right-arrow.png");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          width: 20px;
          display: inline-block;
          height: 20px;
          vertical-align: middle;
          margin-left: 8px;
        }
      }
      a:hover {
      color: orange ;
      }
    }
  }
}

/* End Bloque tours tradicionales */

/* Bloque acreditaciones */
#block-happyllamastravel-bloqueacreditaciones {
    margin-top: -100px;
    background: #f7f7f7;
    padding-top: 30px;

  > .container {
    width: var(--width-desktop);
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .field--name-field-tipbloq-acredi-title {
    text-align: center;
    color: #7d0f25;
  }

  .field--name-body {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .field--name-field-tipbloq-acredi-imagenes {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-evenly;

    img {
      width: 150px;
    }
  }
}

/* End Bloque acreditaciones */

/* Bloque Footer */
#block-happyllamastravel-bloquefooter {
  margin-top: 30px;
  width: 100%;
  height: 600px;

  > .container {
    position: absolute;
    width: 100%;
    height: 600px;
    .field.field--name-field-tipbloq-footer-background.field--type-image.field--label-hidden.field__item {
    width: 100%;
    height: 100%;
    img.image-style-slider-footer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    }

  }
  .grupo01 {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding: 25px 0 0 0;
    width: 90%;
    margin: 0 auto;
    gap: 40px;
    .field--name-field-tipblock-foot-block-contus{
      width: 30%;
      div#block-bloquecontactus {
         .field--name-field-tipbloq-contusfoot-logo {
          width: 200px;
          margin-top: 10px;
          }
          .field--name-field-tipbloq-contacus-title {
          text-transform: uppercase;
          font-size: 14px;
          color: #e9d900;
          margin-top: 30px;
          }
          .field--name-field-tipbloq-contusfoot-body {
          color: white;
          }

        
      }
      
    }
    .field--name-field-tipblock-foot-vista-abou-u {
      margin-top: 150px;
      #block-acercadelaempresa {
      .field.field--name-field-bloq-about-us-title-footer {
        h2{
          color: #e9d900;
          }
        }
      .field--name-field-bloq-about-us-title-vista {
        font-size: 0.9em;
        div#block-views-block-about-us-footer-block-1 {
          .view-content .views-row {
          a {
            color: white;
          }
          a:hover{ 
            color: orange;
           }

            }

        }
        }

        }
      }
    .field--name-field-tipbloq-footer-block-socia{
    margin-top: 20px;
    #block-loquesocialnetworks {
    .field--name-field-tipbloq-socialnet-title {
    text-transform: uppercase;
    font-size: 14px;
    color:#e9d900;
    margin-top: 150px;
    }
    
    .field--name-field-tipbloq-socialnet-pargh-so {
    display: flex;
    flex-direction: row;
    gap: 15px;

    img {
      width: 32px;
      height: 32px;
      }
    }
  }
    }
    .field--name-field-tipbloq-footer-linro-recla {
    width: 10%;
    margin-top: 30px;
    #block-linklibroreclamac{
    margin-top: 150px;
    img{
    width: 100px}
      }
    }

   

    }

  /*.field--name-field-tipbloq-contfoot-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffc2ab;
  }
.field--name-field-tipbloq-info-title {
          text-transform: uppercase;
          font-size: 14px;
          color: #ffc2ab;
          }*/

  

  /*.cont-body {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    color: white;
    font-size: 0.9em;
    width: 100%;
    box-sizing: border-box;
  }

  .content-container {
    width: var(--width-desktop);
    margin: 0 auto;
  }

  .field--name-field-tipbloq-block-contact {
    background-color: red;
    padding: 20px;
    width: 25%;
    float: left;
    z-index: 1;
    position: relative;
  }

  .container2 {
    padding: 20px;
    background-color: red;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: -15px;
    margin-top: 0;
    width: 69%;
    float: right;
    gap: 50px;

    .container3 {
    display: flex;
    gap: 5em;

        .field--name-field-tipblock-foot-block-contus {
        padding: 0 0 0 5em;
        }
    }


  }

  .field--name-field-tipbloq-contus-pargh-contu {
    > .field__item {
      margin-bottom: 10px;
    }

    .paragraph--type--tipo-paragraph-contac-us {
      display: flex;
    }

    .field--name-field-tipparagh-contus-icon img {
      width: 20px;
      height: 20px;
      margin-right: 6px;
    }
  }

 

  .field--name-field-tipbloq-foot-block-informa {
    margin-left: 20px;
  }

  .field--name-field-tipbloq-info-pargh-info {
    margin-left: 15px;
    list-style: disc;

    > .field__item {
      display: list-item;
      margin-bottom: 20px;
      border-bottom: 1px solid #cccccc;
    }

    .field--name-field-tipparaph-item {
      margin-bottom: 8px;
    }
  }

  .field--name-field-tipbloq-contfoot-pargcont {
    .field__item {
      margin-bottom: 15px;
    }
  }*/

  
  



}


#block-linklibroreclamac .field--name-field-tipparaph-link-instituc a {
    padding: 80px 90px 0 0;
    opacity: 1;
    color: #ffffff00;
}
#block-esnna .paragraph--type--tipo-paragraph-info .field--name-field-tipparaph-link-instituc a {
    padding: 120px 50px 0 0;
    color: #ffffff00;
}
#block-esnna {
    width: 100px;
}


/* End Bloque Footer */



/* Pagina Tour */

.field--name-field-page-tour-title {
    text-align: center;
    color: #7d0f25;
} 
.field--name-field-page-tour-gallery {
    padding: 10px 50px 0;
    background: #f7f7f7;
}

#block-happyllamastravel-content {
    width: 85%;
    margin: auto;
}
.page-node-type-pagina-tour {
  #contenedor {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px;
    width: var(--width-desktop);
    margin: 0 auto;
  }

  .entity-ref-anchor-formatter ul {
    position: sticky;
    background-color: #7d0f25;
    top: 100px;
    display: flex;
    justify-content: space-evenly;
  }

  .entity-ref-anchor-formatter .value-formatter.active {
    background-color: #b30000;
    color: white !important;
  }

  .entity-ref-anchor-formatter > ul li a:hover {
    background-color: #b30000;
    color: white !important;
  }

  .entity-ref-anchor-formatter > ul li a {
    color: #ffffff;
  }

  .field--name-field-page-tour-tippargh-tabs {
    margin-top: 30px;
  }

  #block-happyllamastravel-views-block-vista-tour-book-now-block-1 {
    .view-vista-tour-book-now {
      background-color: #7d0f25;
      padding: 20px;
      color: white;
      margin-top: 100px;

      .views-field-title {
        text-align: center;
        font-size: 18px;
      }

      .views-field-field-page-tour-precio {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;


        .precio {
          font-size: 24px;
          margin-left: 10px;
          font-weight: bolder;
        }
      }
    }
  }

  #block-happyllamastravel-loquecontactotour {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;

    border: 1px solid #cccccc;

    .field--name-field-tipbloq-contac-tour-title {
      text-align: center;
      font-size: 25px;
      color: #592A19;
      margin-top: 30px;
    }

    .field--name-field-tipbloq-contac-tour-wf-tou {
      input {
        box-sizing: border-box;
        width: 100%;
        border-radius: 8px;
        border: 1px solid #cccccc;
        padding: 8px;
      }

      textarea {
        box-sizing: border-box;
        width: 100%;
        border-radius: 8px;
        border: 1px solid #cccccc;
        padding: 8px;
      }

      .button {
        background-color: #9c9843;
        color: white;
        cursor: pointer;
        border-radius: 8px;
      }
    }
  }

  .field--name-field-page-tour-galleria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;

    .field__item {
      height: 300px;
    }

    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }


  #sidebar_right {
    .region-sidebar-right {
      position: sticky;
      top: 100px;
    }
  }

  #block-happyllamastravel-page-title {
    h1 {
      padding: 0;
      margin: 30px 0 0;
      color: #642230;
    }
  }

  #block-happyllamastravel-breadcrumbs {
    a {
      font-size: 13px;
    }
  }
}

/* End Pagina Tour */
/* Pagina Blog */
.page-node-type-pagina-blog {

  #slider {
    margin-top: 0;
  }

  .view-vista-slider-blog {
    .views-field-field-page-blog-slider {
      background-color: black;

      img {
        opacity: 0.6;
      }
    }

    .views-row {
      position: relative;
    }

    .contenedor-title {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .views-field-title {
      font-size: 45px;
      color: white;
    }
  }

  #block-happyllamastravel-page-title {
    display: none;
  }

  #contenedor {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px;
    width: var(--width-desktop);
    margin: 0 auto;
  }

  #block-vista-blog-tour-vendidos-block {
    h2 {
      text-align: center;
      text-transform: uppercase;
      color: #8C452B;
      font-size: 22px;
    }
  }

  .view-vista-blog-tour-vendidos {
    .views-row {
      display: grid;
      grid-template-columns: 40% auto;
      gap: 20px;
      margin-bottom: 5px;
      border-bottom: 1px solid #fdb100;
      

      .views-field-field-page-tour-thumbnail {
      width: 100%;
      height: 200px;
      overflow: hidden;
        }
      .views-field.views-field-title {
      color: #7e0d0d;
      
      }
      .views-field.views-field-field-page-tour-body2 {
      font-size: 0.9em;
      }


      .views-field.views-field-field-page-tour-body {
      font-size: 0.9em;
      }

      .views-field.views-field-field-page-tour-precio {
      font-size: 1.5em;
      font-weight: bolder;
      color: #7a7979
      }


    }

    .views-field-field-page-tour-thumbnail {

    }

    .views-field-title {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: 600;
    }
  }
}

/* End Pagina Blog */
/* Bloque Blogs Home */
#block-happyllamastravel-bloqueblogs {
  > .container {
    width: var(--width-desktop);
    margin: 0 auto;
    margin-top: 30px;
  }

  .field--name-field-tipbloq-blog-title {
    text-align: center;
    color: #7d0f25;
  }

  .field--name-body {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .view-vista-blog-en-home {
    margin-top: 20px;
    .view-content {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .views-row {
      position: relative;
      box-sizing: border-box;
      -webkit-box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
      box-shadow: 5px 4px 4px -4px rgba(0, 0, 0, 0.75);
    }

    .contenedor {
      position: relative;
    }

    .contenedor-titulo {
      position: absolute;
      box-sizing: border-box;
      bottom: 0;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      color: white;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
    }

    .contenedor-body {
      padding: 10px;
      text-align: center;
    }

    .views-field-view-node {
      a {
        padding: 3px 30px;
        background-color: #8C0303;
        display: inline-block;
        color: white;
        margin-top: 20px;
      }
      a:hover {
      background: #ff4600;
      }
    }
  }
}

/* End Bloque Blogs Home */
/* Bloque whatsapp  */
#block-happyllamastravel-bloquewhatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;

  img {
    width: 55px;
    height: 55px;
  }
}
/* End Bloque whatsapp  */

/*----- Página Formulario web---------*/
.path-webform #block-happyllamastravel-page-title {
    text-align: center;
    color: #a51f1f;
}

.path-webform #block-happyllamastravel-breadcrumbs {
    font-size: 0.8em;
    width: 85%;
    font-style: italic;
    color: #686868;
    padding: 0 0 0 50px;
}
#edit-grupo02formulario {
    background: #f1f1f1;
    padding: 30px 100px;
    color: black;
    input{
      border: solid 1px #b7a7a7;
      height: 30px;
      border-radius: 5px;
      width: 100%;
    }
}

form#webform-submission-cotiza-tu-viaje-add-form #edit-actions {
    text-align: center;
    input#edit-actions-submit {
      background: #4e0001;
      color: white;
      padding: 10px 50px;
      border: none;
    }
    input#edit-actions-submit:hover {
      background: orange;
      
    }
}

.webform-confirmation {
    width: 100%;
    background: #ededed;
    text-align: center;
    padding: 20px;
  
    .webform-confirmation__back {
    color: #4e0001;
    }

    .webform-confirmation__back:hover {
    color: orange;
    }

}

.path-webform #block-happyllamastravel-content {
    width: 40%;
    margin: auto;
}

#edit-wf-cotizar-viaje-formimg {
    width: 100px;
    margin: auto;
    margin-bottom: 30px;
}

/*--------------------- VISTA CATEGORIA MENU-------------*/
#block-happyllamastravel-bloquecategoriatour {
    width: 85%;
    margin: auto;
}

#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
}

#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row {
    width: 100%;
    max-width: 23%;
    margin-bottom: 30px;
}
#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row .views-field-field-page-tour-thumbnail img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row .views-field.views-field-title {
    font-weight: bolder;
    text-align: center;
    font-size: 1em;
    color: #959595;
}
#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row .views-field-field-page-tour-body {
    font-size: 0.8em;
}

#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row .views-field.views-field-fieldset .grupo-vista-categ-tours {
    display: flex;
    font-size: 0.9em;
    gap: 50px;
}

#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row .views-field.views-field-fieldset .grupo-vista-categ-tours .views-field.views-field-view-node {
    padding: 2px 20px;
    background: #ad5413;
    border-radius: 10px;
    font-style: italic;
    color: white;
    font-size: 0.8em;
}
#block-happyllamastravel-bloquecategoriatour .view-vista-taxonom-categorias-tours .view-content .views-row .views-field.views-field-field-page-tour-precio {
    background: #f5f5f5;
    border-bottom: solid 2px #b90000;
    text-align: center;
    padding: 5px;
    font-size: 0.9em;
}
.path-taxonomy #block-happyllamastravel-page-title{
text-align: center;
}

/*---------------------- FONTAWESOME-----------------*/
svg.svg-inline--fa.fa-font-awesome {
    color: #ffffff;
    border-radius: 50%;
    padding: 5px;
    background: #00b700;
    font-size: 0.7em;
}

svg.svg-inline--fa.fa-circle-check {
    color: #00ab00;
}

svg.svg-inline--fa.fa-square-check {
    color: #00a900;
}
svg.svg-inline--fa.fa-square-xmark {
    color: red;
}
    svg.svg-inline--fa.fa-circle-xmark {
    color: red;
}
svg.svg-inline--fa.fa-person-hiking {
    color: #0056a3;
}
svg.svg-inline--fa.fa-star {
    color: #dbae00;
}
/*---------------- template ck editor-----------*/
.template-2-columns-row {
  display: flex; /* Utiliza Flexbox para el diseño de columnas */
  justify-content: space-between; /* Espacia las columnas */
  gap: 20px; /* Opcional: Añade un espacio entre las columnas */
  .column-left,
  .column-right {
  flex: 1; /* Hace que ambas columnas ocupen el mismo ancho disponible */
  padding: 10px; /* Opcional: Añade un poco de relleno interno */
  /*border: 1px solid #ccc;  Opcional: Para visualizar los límites de las columnas */
  box-sizing: border-box; /* Asegura que el padding no añada ancho extra */
}
}


/*---------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #7d0f25 !important/*{borderColorActive}*/;
    background: #7d0f25 !important;
    font-weight: normal/*{fwDefault}*/;
    color: #ffffff/*{fcActive}*/;
}

.entity-ref-tab-formatter-tabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    font-family: 'Futura-Bk-BT-Book';
    ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header  {
    margin: 0;
    padding: .2em .2em 0;
    display: flex;
    justify-content: center;
  }
}
