
.container__navbar {
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  align-items: center;
}
@media (min-width: 1500px) {
  .container__navbar {
    min-height: 80px;
  }
}

nav li{
  list-style: none;
}
nav {
  background: var(--background-navbar);
}
/* @media (min-width: 991px) {

  .nav-item {
    display: flex;
  }
} */

   .activeAnccord {
        color: var(--principal) !important;
        font-family: Font-Bold !important;
    }
@media (max-width: 1024px) {
  .nav-item a {
    display: flex;
 
    text-align: center;
    margin:0 1rem;
  }
 

}

.navbar {
  transition: 0.1s linear;
}

.navbar__container-ul {
  width: 100%;
  display: contents;
}

.navbar__ul {
  margin: 0;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
   padding: 0 0.3rem 0 1rem;
  column-gap: 1.7rem;
}
@media (max-width: 1130px) {
.navbar__ul {
     column-gap: 1rem;
}
}


.stick,
.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 9999;
}
.nav__active {
  display: inline !important;
  border-bottom: 1px solid var(--black);
}

.logo_movil {
  margin-top: auto;
  height: 30px;
}

.main-header {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--background-navbar-movil);
  color: var(--black) !important;
  height: 70px;
  z-index: 100;
  transition: 10s linear;
}

.nav-link {
  font-size: 16px;
  font-family: Font-Medium;
  color: #636569;
   transition: 0.1s ease-in !important;
}

.nav-link:hover, .nav-link.active, .nav-item:hover .nav-link {
  color: var(--principal);
  font-weight: bold;
    transition: 0.1s ease-in !important;
}




.logo-navbar{
  height: 50px;
}
@media (min-width: 1500px) {
  .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .nav-link {
    font-size: 14px;
  }
   .logo-navbar{
    height: 40px;
  }

}


.menu_open {
  display: block;
}
.close_menu {
  display: none;
}

.nav-item{
  margin: 0;
}

/**movil**/




.nav__firts_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12% 0px 5%;
}

@media (max-width: 600px) {
  .nav__firts_div {
    padding: 12px 6% 0px 5%;
  }
}

.large-navbarmovil {
  height: 90vh;
}
.nav_ {
  position: fixed;
  right: 0;
  top: 0;
  width: 324px;
  height: 100vh;
  background: var(--background-menu-movil);
  transition: 0.8s ease;
  z-index: 1000;
  transform: translateX(100%);

  /* padding-left: 24px;
    padding-right: 24px;    */
}

@media (min-width: 601px) {
  .menu-open-logo {
    visibility: hidden;
  }
}

.header__container-ul-movil {
  padding-top: 0.15rem;
  height: 70%;
  padding:0 2rem ;
}
/* .nav_ a,
.nav_ p,
.nav_ .nav-link {  
    padding-top: 6px ;
    padding-bottom: 6px;  
    margin: 0;
    font-family: Anek;
} */

ul.navigation {
  height: 70%;
  max-height: 658px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 1rem;
}

.navigation li {
  list-style: none !important;
  width: 100%;
  /* margin: 0.8rem 0; */
 
}

.navigation a {
  line-height: 18px !important;
  display: inline-block;
}

.navigation .nav-link {
  font-size: 16px;
}

.navigation a:hover,
.nav_ a:hover {
  font-weight: 700;
}
/* .hr-menu-movil {
  height: 3px;
  background: #e46436;
  border: none;
} */

#btn-nav {
  display: none;
}

.hidden {
  visibility: hidden;
  transition: 0.4s ease-in;
}

#btn-nav:checked ~ nav {
  transform: translateX(0);
  visibility: visible;
  display: block;
}

#header {
  overflow: hidden;
}

.btn-nav {
  font-size: 25px;
 
  cursor: pointer;
 
  display: flex;
  align-items: center;
}

.nav-1 {
  transition: 0.1s linear;
}

.nav__footer a:first-child {
  display: flex;
  justify-content: start;
}



@media (max-width: 600px) {
  .nav_ {
    width: 100%;
  }
  /* .row>*{
        padding-right: 24px;
        padding-left: 24px;
    } */
}

/******buscador**********/

.navbar__container-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* clave para el slide */
    padding: 5px 0;
}

/* UL normal */
.navbar__ul {
    display: flex;
    transition: all 0.4s ease;
}

/* 👉 se va hacia la izquierda */
.navbar__ul.hide {
    transform: translateX(-100%);
    opacity: 0;
}

/* botón lupa / cerrar */
.search-toggle {
    margin-left: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    transition: transform 0.3s ease;
    
    border-radius: 50px;
    padding-top: 5px;
}

/* pequeño giro visual */
.search-toggle.active {
    transform: rotate(90deg);
}

/**** 🔥 buscador ****/
.form-search{
  width: 65%;
  display: flex;
  justify-content: end;
}
.search-box {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    transform: translateY(-50%) scaleX(0);
    transform-origin: right; 

    opacity: 0;
    transition: all 0.4s ease;
}


.search-box.active {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

/* input */
.search-box input[type="search"] {
    width: 60%;
    max-width: 400px;
    padding: 6px 6px 6px 10px;
    border: 2px solid var(--principal);
    border-radius: 20px;    
    margin-right: 5px;
}


/* botón buscar */
.search-btn {
    padding: 6px 12px;
    border: none;
    background: var(--principal);
    color: white;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid var(--principal);
}
.container__btn-movil-hablemos{
  display: flex;
  
}


.search-box-movil{
  display: flex;
  align-items: center;
  border: 2px solid var(--principal);
  border-radius: 20px;
  margin:0 10px;
  padding: 0px 8px 0 10px;
}
.search-btn-movil{
  border: none;
  background: transparent;
  padding-top: 5px;
   
   color: #333;
   padding: 5px 8px 0 8px;
margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='10' cy='10' r='6.07107' stroke='%230056B4' stroke-width='2'/%3E%3Cpath d='M14.7217 14.167L18.6106 18.0559' stroke='%230056B4' stroke-width='2'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
  width: 30px;
   cursor: pointer;
}
.search-box-movil .input-search-movil{
  border: none;
  width: 85%;
  font-size: 14px;
   color: var(--principal);
 
}
.search-box-movil input::placeholder {
  color: var(--principal);
}

.search-box-movil input:focus-visible {
  border: none;
}
input:focus {
  border-color: none;
  outline: none; 
}
/* @media (max-width: 600px) {
  .search-box-movil input{
  
  width: 80%;
}
} */
/*****************/


.pt-xl{    
padding-top: 9.4rem;
}

@media (max-width: 991px) {
.pt-xl{    
padding-top: 3rem;
}
}


@media (min-width: 1077px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-none {
    display: none;
  }
}


/****FOOTER*****/

footer {
  background: var(--principal);
 
  color: #fffcda;
  padding: 80px 0;
  font-family: Font-Regular;
}

.container-footer {
  display: grid;
  /* grid-template-columns: 1fr 2fr 1fr 1fr; */
  grid-template-columns: 16% 32% 19% 27%;
  column-gap: 1.8rem;
  justify-content: space-between;
  align-items: flex-start;
}
footer p {
  font-size: 14px;
  line-height: 24px;
  color:#FFFCDA;
}

.contactanos,
.siguenos {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-start; */
  /* height: 100%; */
  /* align-self: center; */
  text-align: center;
}
.redes {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 1.5rem;
  padding-bottom: 20px;
}
.redes a {
  transition: 0.5s ease;
}
.redes a:hover {
  scale: 1.2;
  transition: 0.5s ease;
}
.redes img {
  height: 38px;
}

footer a {
  font-family: Font-Regular;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}

footer .title {
  font-size: 16px;
  font-family: Font-Regular;
  padding-bottom: 20px;
}
footer .aviso-privacidad {
  font-size: 16px;
}

.aviso-privacidad-movil {
  display: none;
}
.logo-footer {
  max-width: 225px;
}

@media (max-width: 1230px) {

.logo-footer {
  max-width: 300px;
}

  footer .title {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  footer a,
  footer p {
    font-size: 12px;
    line-height: 20px;
  }
  /* footer .aviso-privacidad {
    font-size: 12px;
  } */
  .redes{
    column-gap: 1rem;
  }
  .redes img{
    height: 30px;
  }
}

@media (max-width: 1024px) {
   .container-footer {
  display: grid;
  /* grid-template-columns: 1fr 2fr 1fr 1fr; */
  grid-template-columns: 35% 60%;
  row-gap: 3rem;
}
  footer .title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  footer a,
  footer p {
    font-size: 14px;
    line-height: 24px;
  }
    .redes img{
    height: 32px;
  }
}



@media (max-width: 916px) {
  
  .logo-footer {
    /* max-width: 125px; */
    margin-bottom: 0px;
  }

  .contactanos,
  .siguenos {
    justify-content: center;
    align-self: center;
  }
  .aviso-privacidad {
    display: none;
  }
  .aviso-privacidad-movil {
    display: block;
  }
  footer {
    padding: 3rem 0 2rem 0;
  }

  footer .aviso-privacidad-movil a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
    .container-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
  }
.text-footer{
  max-width: 500px;
  text-align: center;
}

}