
hr, .hr{
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #3a241d;
}
/******Navbar************/
.container__navbar{
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  align-items: center;
}
nav {
    background: var(--background-navbar);
   
}
@media (min-width: 991px) {
nav {
   
    border-bottom: 4px solid #3a241d;
}
}


.navbar {
    transition: .1s linear;
}

.navbar__container-ul{
  width: 70%;
  max-width: 690px;
}

.navbar__ul{
  margin:0 ;
  /* width: 70%; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  padding: 0;

}
.btn-user{
    position: absolute;
    right: 60px;
    top: 19px;
    display: flex;
}
.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;
}

.main-header {
  width: 100%;
 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;
  border-bottom: 3px solid #231711;
}

.nav-link {
    font-size: 16px;
    font-family: Font-Regular;
      color: var(--texcolorANavbar);
}

a:hover {
    color: var(--green-secondary);
}
.menu_open {
    display: block;
}
.close_menu {
    display: none;
}

    /****hover links***/

    
   
        
    .izdadcha {
       position: relative;
    overflow: hidden;
    /* color: #333; */
   margin-top: 10px;   
    padding: 0 5px 7px;
    }
    .izdadcha:after {
       content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: var(--botones-1);;
    transition: left .5s;
    }
    
    .izdadcha:hover:after {
      border-bottom: 2px solid var(--colorPrincipal);
    
      left: 0;
    visibility: visible;} 


/**movil**/
.container__btn-movil-hablemos{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}

.hablemos-nav-movil{
  margin-right: 20px;
  
}
.nav__firts_div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 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: .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: .15rem;
  height: 70%;
}
/* .nav_ a,
.nav_ p,
.nav_ .nav-link {  
    padding-top: 6px ;
    padding-bottom: 6px;  
    margin: 0;
    font-family: Anek;
} */

.redes a{  
    color: #000000 !important;
    padding-bottom: 0;
    line-height: 17px;
}
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: .8rem 0;
    text-align: center;
    color: #FFFBDB;
}

.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: .4s ease-in;
}

#btn-nav:checked~nav {
    transform: translateX(0);
    visibility: visible;
    display: block;
}

#header {
    overflow: hidden;
}

.btn-nav {
    font-size: 25px;
    /* position: absolute;
    right: 0;
    top: 10px; */
    cursor: pointer;
    /* padding: 0px 15px; */
    /* transition:.2s ease; */

}

.nav-1 {
    transition: 0.1s linear;
}

.nav__footer a:first-child {
    display: flex;
    justify-content: start;
}

nav button{
    font-size: 16px;
}

.text-black-1{
    color:black;
}

@media (max-width: 600px) {

    .nav_{

        width: 100%;

    }
    /* .row>*{
        padding-right: 24px;
        padding-left: 24px;
    } */
    

}


/**************/
/* @media (min-width: 991px) {
.d-lg-block{
display: block;
}
.d-lg-flex{
display: flex;
}
.d-lg-none{
  display: none;
}
}

*/

/****slider banner***/

 #carouselExampleDark, .carousel-inner, .carousel-item{
    /* max-height: 80vh; */
    height: 89.48vh;
  }
  #carouselExampleDark h2{
    max-width:570px;
    font-size: 40px;
      color:#FFEAC3;   
      margin-bottom: 60px;
      text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.753);
  }

  .carousel-control-next-icon{
    background-image: url('../images/iconos/arrow-right.svg') !important;
   
  }
  .carousel-control-prev-icon{
        background-image: url('../images/iconos/arrow-left.svg') !important;
  }
.carousel-control-next, .carousel-control-prev{
   opacity: 1 !important;
   filter: none;
  }

  @media (max-width: 600px) {
#carouselExampleDark h2{
 font-size: 30px !important;
  line-height: 42px !important;
  margin-bottom: 40px;
}
  }

  /**zoom efect carousel**/
  .carousel-item.active img {
  animation: zoomInImage 7s ease-in-out infinite alternate;
}


@keyframes zoomInImage {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* Puedes ajustar la escala */
  }
}






  /***quienes somos****/
  .div-container-text-somos{
    max-width: 700px;
  }
  .section-heraderiaArtesanal{    
    background: linear-gradient(to bottom, transparent 50%, #f1eeec 50%);
  }
  @media (max-width: 800px) {
      .section-heraderiaArtesanal{    
    background: linear-gradient(to bottom, transparent 40%, #f1eeec 40%);
  }
  .section-heraderiaArtesanal .container{
    width: 100% !important;
    padding: 0;
  }
  }
/****ingredientes**/
  .ingredientes{
    background: #f1eeec;
  }


  .div-container-text-natural{
    max-width: 730px;
  }
  .ingredientes-img{
    background: linear-gradient(to bottom, #f1eeec 50%, transparent 0%);
  }

  .ingredientes-img .col-lg-3{
    padding-left: 2px;
    padding-right: 2px;
  }
@media (max-width: 991px) {
     .ingredientes-img{
    background: linear-gradient(to bottom, #f1eeec 8%, transparent 0%);
  }
}

  @media (min-width: 576px) and (max-width: 992px) {
    .container-img-ing{
      max-width: 60%;
    }
 
  .ingredientes-movil p{
    width: 40%;
  }
  .ingredientes-img .row{
    row-gap: 6px;
  }
}


.ingredient {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.ingredient.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/*****clientes****/
#clientes .col-5{
  display: flex;
  justify-content: center;
}

#clientes .logos-section img{
  width: 100%;
  max-width: 200px;
}

@media (min-width: 600px) and (max-width: 1200px){
#clientes .logos{
  padding: 0 25px;
}
}

/* @media (min-width: 1500px){
#clientes .logos-section img{
  width: 100%;
  max-width: 250px;
}
} */
/*****lineas de producto***/
.conatiner-text-lineas{
  max-width: 80%;  
  margin: auto;
}
#banner-home .f2-italic{
  font-family:Font-Regular-2-italic;
font-weight: 500;
}
.f2-italic{
font-family:Font-Regular-2-italic;
font-weight: 500;
}
@media (min-width: 991px){
.conatiner-text-lineas{
  max-width: 370px;  
 
}
}
/***sabores*****/
#sabores{
  background-image: url('../images/Helados-personalizados/helado-fondo.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  /* background-size: 35%; */
  
}

.zoom-background {  
  animation: zoomEffect 2s ease-in-out forwards;
}
/* Animación de zoom */
@keyframes zoomEffect {
  0% {
    background-size: 10%;
  }
  100% {
    background-size: 45%; 
  }
}


@media (max-width: 1025px){
/* Animación de zoom */
@keyframes zoomEffect {
  0% {
    background-size: 40%;
  }
  100% {
    background-size:100%; 
  }
}
}


.container-text-sabores{
  max-width: 680px;
  margin: auto;
  text-align: center;
}
#sabores img{
  height:280px ;
  border-radius: 15px;
  object-fit: cover;
}
@media (min-width: 1025px){
  #sabores img{
    height:463px ;
  }


}
@media (min-width: 768px) and (max-width: 1024px) {
#sabores img{
  height:300px ;
 
}
}
@media (max-width: 500px){
#sabores img{
  height:155px ;
 
}
}

/**************/
.logos {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.logos.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/*****Contacto***/


/* Overlay negro translúcido */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Contenedor del popup */
.popup {
  background: white;
  padding: 40px 60px;
  padding-bottom: 0;
  width: 90%;
  max-width: 1200px;
  max-height: 98%;  
  overflow-y: auto;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
}

.popup a{
  color:#29170E
}


#contacto .form{
   background-image: url('../images/Helados-personalizados/helado-fondo.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-bottom: 40px;
  
}


/* Animación suave */
.overlay.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


#cerrarPopup{
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  
}

#cerrarPopup img{
  height: 50px;
}

@media (max-width: 1024px){
  .popup {
  padding: 40px;
  padding-bottom: 0;
}
}

@media (max-width: 600px){
  .popup {
  padding: 20px;
}
}

label{
  color: #29170E;
}

input[type="text"],input[type="email"], textarea{
  padding: 5px 0;
  margin: 5px 0 15px 0;
  border-radius: 6px;
  border: 1.5px solid #AB8263;
}
textarea {
    resize: none;
}


/*****Footer****/
footer p, footer a{
  font-size: 16px !important;
  line-height: 24px !important;
  color: #29170E;
}

@media (min-width: 991px){
.footer-logo{max-width: 370px;}
}
@media (max-width: 767px){
  footer p, footer a{
  font-size: 14px !important;
  line-height: 27px !important;
}

}