/* ----------------------- GENERAL ----------------------- */



@media (max-width: 768px) {
    h1{
        font-size: 40px;
    }
    h2,h3{
        font-size: 30px
    }
    h4,h5,h6{
        font-size: 20px;
    }
    p,span,a{
        font-size: 10px;
    }
}
@media (min-width: 1000px) {
    h1{
        font-size: 70px;
    }
    h2,h3{
        font-size: 40px
    }
    h4,h5,h6{
        font-size: 30px;
    }
    p,span,a{
        font-size: 20px;
    }
}
h1,h2,h3,h4,h5,h6,a{
    color: #011126;
}
a{
    text-decoration: none;
}
.row {
    --bs-gutter-x: 0rem; 
}

body{
    font-family: 'Roboto', sans-serif; 
    background-color: #f2ede4;
    width: 100vw;
    margin: 0;
    padding: 0;
}

/* HEADER start */
@media (min-width: 768px) {
    .collapse-container {
        display: none; /* Ocultar el collapse-container en pantallas grandes */
    }
    .headhover {
      background-color: #d9d4cc;
      /* color: #d9d4cc; */
        text-decoration: none;
        color: #011126;
        border-radius: 30px;
    }
    
    .headhover:hover {
        background-color: #011126;
        color: #d9d4cc;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        text-align: center;
    }
    .dropdown:hover .dropdown-content {
        display: block;
        border-radius: 5px;
    }
    .dropdown-content a {
        color: #333;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 5px;
    }
    .dropdown-content a:hover {
        background-color: #c2b091;
    }
    .home_button,.dropdown,.headhover{
      text-align: center;
      align-items: center;
      padding: 0px 10px;
  }
}
@media (min-width: 768px) {
  .collapse-container {
      display: none; /* Ocultar el collapse-container en pantallas grandes */
  }
  .headhoverG {
    background-color: #737048;
    /* color: #d9d4cc; */
      text-decoration: none;
      color: #011126;
      border-radius: 30px;
      font-size: 22px;
      font-weight: bold;
  }
    
  .headhoverG:hover {
      background-color: #011126;
      color: #d9d4cc;
  }
  .dropdown {
      position: relative;
      display: inline-block;
  }
  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      text-align: center;
  }
  .dropdown:hover .dropdown-content {
      display: block;
      border-radius: 5px;
  }
  .dropdown-content a {
      color: #333;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      border-radius: 5px;
  }
  .dropdown-content a:hover {
      background-color: #c2b091;
  }
  .home_button,.dropdown,.headhoverG{
    text-align: center;
    align-items: center;
    padding: 0px 10px;
    display: block;
    height: auto;
    width: auto;
}
}
@media (max-width: 768px) {
    .header.fijar{
        padding: 2px 0px;
    }
    .home_button img{
        width: 20vw;
    }
    .header .header.fijar{
      padding-left: 2%;
    }
    .language-icon {
      width: 12vw
  }
    
}
@media (min-width: 766px) and (max-width: 1025px) {
    .header.fijar{
        padding: 2px 0px;
    }
    .home_button img{
        width: 20vw;
    }
    .header .header.fijar{
      padding-left: 10%;
    }
    .language-icon {
      width: 12vw
  }
}
@media (min-width: 1025px) {
    .header.fijar{
        padding: 15px 10px;
    }
    .home_button img{
        width: 13vw;
    }
    .header .header.fijar{
      padding-left: 10%;
    }
    .language-icon {
      width: 6vw
  }
}


.header{
  /* background-color: rgba(217, 212, 204, 0.5); */
  
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: space-between;
    text-align: center;
    z-index: 10;
    align-items: center;
    /* top: 2%; */
}
.header.fijar,.collapse-container.fijar {
    background-color: #d9d4cc;
    top: 0;
}
.active {
    font-weight: bold;
    background-color:#737048 ;
    display: inline-block;
}
.options-header{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* HEADER end */


/* HEADER 2 */

@media (max-width: 767px) {
  .header {
      display: none; 
  }

  .collapse-container {
      position: fixed;
      justify-content: space-around;
      align-items: center;
      width: 100vw;
      z-index: 100;
      background-color: #d9d4cc;
  }

  .collapse {
      position: absolute;
      top: 100%;
      right: 0;
      width: 30%;
      height: 50vh;
      overflow-y: auto;
      background-color: #343a40;
      color: white;
      z-index: 1000;
  }

  .p-4 {
      height: 100%;
      display: flex;
      flex-direction: column;
      background-color: antiquewhite;
  }
  .collapsing{
    right: 0;
  }
  .navbar>.container-fluid{
    justify-content: center;
  }
  .language-option, .home_button, .navbar_button{
    display: flex;
    justify-content: center;
  }
  .dropdown {
    position: relative;
    display: flex;
}
.nav-item a{
  font-size: 100%;
}
.offcanvas{
  background-color: #d9d4cc;
}

}

/* HEADER 2 END */




/* PROMOBOX start */

#PromoButton {
  position: fixed;
  top: 190px;
  left: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Century Gothic', sans-serif;
  width: 40px;
  height: 80px;
  background-color: transparent;
  border: none;
  background: url("../img/PromoButton/PromoImage.png");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  z-index: 999;
}

.gYReNf img {
  filter: invert(100%) !important;
}


.rounded-text {
  position: fixed;
  top: 185px;
  left: 10px;
  width: 6rem;
  height: 6rem;
  text-transform: uppercase;
  transform: rotate(-103deg);
  color: #fff;
  font-weight: bold;
  z-index: 999;
  font-family: 'Raleway', sans-serif;
  color: transparent;
}

@keyframes rotating {
  from {
      transform: rotate(360deg);
  }
  to {
      transform: rotate(0deg);
  }
}

.rotating {
  animation: rotating 11s linear infinite;
}

@keyframes coloring {
  0% {
      fill: #011126;
  }
  35% {
      fill: #262401;
  }
  75% {
      fill: #737048;
  }
  100% {
      fill: #d9d4cc;
  }
}

.coloring {
  animation: coloring 12s linear infinite;
}

.on_margin_top {
  margin-top: 20vh;
}

.on_margin_top .to_margin_both{
  margin-left: 20%;
  margin-right: 20%;
}

#PromoForm {
  display: none;
  position: fixed;
  top: 115px;
  left: 90px;
  max-width: 267px;
  max-height: 56vh;
  overflow-y: auto;
  background-color: #f2ede4f0;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.316);
  z-index: 2;
  animation: fadeInDown 0.5s ease-in-out;
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
#promobox {
  text-align: center;
  margin-top: 20px;
}

#promobox a {
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

#contactTitleButton {
  display: block ruby;
  background-color: #737048;
  color: #011126;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  max-width:220px;
  max-height: 33px;
  line-height: 5px;
  
}

#contactTitleButton:hover {
  background-color: #d9d4cc;
}

#onlyNowPackage h2 {
  font-family: 'Arial Black', sans-serif;
  font-size: 28px;
  color: #737048; /* Color naranja llamativo */
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#onlyNowPackage .package-details i {
  color: #011126; /* Color rojo */
}
/* PROMOBOX end */

/* CONTACT BUTTON start */
@media (max-width: 767px) {
  .contact{
    width: 100vw;
    bottom: 10px;
  }
  .contact-button{
    text-align: center;
    background-color: transparent;
    align-items: center;
    display: grid;
  }
  .contact-button {
    list-style: none; /* Elimina los estilos de lista predeterminados */
    padding: 0; /* Elimina el relleno predeterminado de la lista */
    display: flex; /* Cambia la visualización de la lista a flexbox */
}

.contact-button-item {
    margin-right: 10px; /* Agrega un espacio entre los elementos */
}

/* Opcional: Si deseas que los elementos estén centrados verticalmente */
.contact-button {
    align-items: center;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact{
    top: 30%;
    right: 0%;
    width: 5vw;
    right: 0px;
  }
  .contact-button{
    text-align: center;
    height: 40%;
    background-color: transparent;
    align-items: center;
    display: grid;
  }
  .space-between-button{
    margin-bottom: 100%;
  }
  
}

@media (min-width: 1025px){
  .contact{
    top: 30%;
    right: 0%;
    width: 5vw;
    right: 0px;
  }
  .contact-button{
    text-align: center;
    height: 40%;
    background-color: transparent;
    align-items: center;
    display: grid;
  }
  .space-between-button{
    margin-bottom: 100%;
  }
}

.contact{
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 5;
  position: fixed;
}
.contact ul{
  padding: 5%;
  margin: 0%;
}

.contact-button-link {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(217, 212, 204, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 60px;
  width: 60px;
  display: flex;
}
.contact-button-item:hover {
  background-color: rgba(115, 112, 72, 0.9);
  border-radius: 50%;
}
/* CONTACT BUTTON end */

/* FOOTER start */
.container {
    max-width: 1170px;
    margin: auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #d9d4cc;
    padding: 20px 0;
    position: relative;
}

.footer-col {
    width: 100%;
    padding: 0 0px;
}

.footer-col h4 {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #011126;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #011126;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #011126;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #011126;
    background-color: #d9d4cc;
}

.footer-col .contact-info{
        list-style: none; /* Quita los estilos de lista predeterminados */
        padding: 0; /* Elimina el relleno predeterminado */
        display: flex; /* Establece el diseño de la caja como flexible */
        justify-content: left; /* Centra los elementos horizontalmente */
    }
    .contact-info li {
        margin: 0 10px; /* Añade un margen entre los elementos de la lista */
    }
/* Responsive */
@media (max-width: 767px) {
    .footer-col {
        width: 100%; /* Change to 100% for single column on smaller screens */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-col {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .footer-col {
        width: 25%; /* Adjusted to 33.33% for three columns on larger screens */
    }
}
/* FOOTER end */

/* COPYRIGHT start */
.copyright{
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    color: inherit;
}
.text-light1 a,.copyright span {
    text-decoration: none; /* Esto elimina el subrayado */
  }
/* COPYRIGHT end */

