html{
  scroll-behavior: smooth;
}

body{
    background-color: rgb(245, 244, 255);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    margin: 0;
    width:100%;
}



ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: white;*/
}

#cambio {
  margin-top: 300px;
  border-top: 1px solid blue;
}

/* ====== HEADER BASE (ESCRITORIO) ====== */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 10vh;
    z-index: 9999;
    transition: height 0.3s;
    overflow: visible !important;
    padding: 0 25px;
}

.navbar.fixed {
  transition: none !important;
  height: auto !important;
}

/* Logo */
.logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/* Menú */
.menu-container {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 5px 40px;
    position: static;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-right: 25px;
  padding: 0;
}

.menu-toggle img.menu-icon {
  width: 70%;
  height: 70%;
  filter: brightness(0); /* negro */
  transition: filter 0.3s;
}

/* Cambia color al pasar el mouse (opcional) */
.menu-toggle:hover img.menu-icon {
  filter: brightness(0.3);
}



/* Dropdown */
.dropdown-li {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px;
    margin-top: 5px;
    overflow: hidden;
}

.dropdown-li:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: white;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-content a:hover {
    background-color: rgb(0,136,68);
    color: white;
}

li{
    float: left;
}

textarea {
    resize: none;
}

#navbarLogo{
    display: block;
}

#rd1, #rd2, #rd3, #rd4{
    display:none;
}

#rd1:checked ~ #img1,
#rd2:checked ~ #img2,
#rd3:checked ~ #img3,
#rd4:checked ~ #img4{
    z-index: 9;
}

#rd1:checked ~ .navSelect #dot1,
#rd2:checked ~ .navSelect #dot2,
#rd3:checked ~ .navSelect #dot3,
#rd4:checked ~ .navSelect #dot4{
    background: rgb(0,136,68);
}

#quien{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    height: 900px;
    padding: 0px 70px;
}


#quienTitle{
    color: rgb(175,198,34);
    font-size: 45;
    font-weight:700;
    text-align: right;
    padding: 0px 70px;
}

.lineTitle{
    width: 185px;
    height: 6px;
    background-color: rgb(175,198,34);
    border-radius: 3px;
    display: flex;
    justify-content: center;
}

#misionVision{
    display: flex;
}

#misionBg{
    background-color: rgb(243, 179, 57);
    padding: 40px;
    width: 33.33%;
}
#visionBg{
    background-color: rgb(130, 92, 74);
    padding: 40px;
    width: 33.33%;
}
#valoresBg{
    background-color: rgb(188, 205, 75);
    padding: 40px;
    width: 33.33%;
}

#servicios{
    background-color: rgb(245, 244, 255);
    text-align: center;
    height: 600px;
}

#serviciosTitle{
    font-size: 50;
    color: rgb(188, 205, 75);
    margin: 0;
    padding: 40px 0px 20px;
}

#productos{
    background-color: rgb(245, 244, 255);
    text-align: center;
    height:750px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#prodTitle{
    font-size: 45;
    font-weight:700;
    color: rgb(188, 205, 75);
    margin: 0;
    padding: 40px 0px 20px;
}

#prodContent label{
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    color: rgb(245, 244, 255);
    background-color: rgb(225, 225, 225);
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    transition: all 400ms ease;
}

#prodContent label:hover{
    background-color: rgb(0,0,0);
}

#prodContent{
    position:relative;
    display: flex;
    width: 90%;
    justify-content: space-around;
}
.prodCards-container{
        display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 40px;
}

#radioFrij,#radioProdS,#radioChiles,#radioEsp,#radioGran,#radioFrutS{
    display:none;
}

#radioFrij:checked ~ #tabFrij,
#radioProdS:checked ~ #tabProdS,
#radioChiles:checked ~ #tabChiles,
#radioEsp:checked ~ #tabEsp,
#radioGran:checked ~ #tabGran,
#radioFrutS:checked ~ #tabFrutS{
    opacity: 1;
    visibility: visible;
}

#radioFrij:checked ~ #labelFrij,
#radioProdS:checked ~ #labelProdS,
#radioChiles:checked ~ #labelChiles,
#radioEsp:checked ~ #labelEsp,
#radioGran:checked ~ #labelGran,
#radioFrutS:checked ~ #labelFrutS{
    background-color: rgb(0,136,68);
}

#tabFrij, #tabProdS, #tabChiles, 
#tabEsp, #tabGran, #tabFrutS{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    line-height: 1.8;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
    margin: 100px 50px;
    background-color: transparent;
}

#tabFrij span, #tabProdS span, 
#tabChiles span, #tabEsp span, 
#tabGran span, #tabFrutS span{
    margin: auto;
    width: 14vw;
}

#instTitle{
    font-size: 40;
    color: rgb(188, 205, 75);
    margin: 0;
    padding: 40px 40px 0px;
}

#contTitle{
    font-size: 40;
    color: rgb(188, 205, 75);
    margin: 0;
    padding: 40px 40px 0px;
}

#contFields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    margin: 30px 50px;
    border-radius: 25px;
    padding: 40px;
}

.inputs-container {
    padding-left: 25px;
}

#contFields input {
    display: block;
    margin: 0px 350px 20px 0px;
    width: 100%;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    border: 1px lightgrey solid;
}
#contFields textarea {
    display: block;
    margin: 0px 400px 30px 0px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    padding: 10px;
    border: 1px lightgrey solid;
}

#contFields label{
    display: block;
    color: rgb(0,136,68);
    font-size: 20px;
} 

#contFields img{
    width: 420px;
    display: block;
}

.logoContacto-container {
    display: flex;               /* activa el contenedor */
    flex-direction: column;      /* coloca los logos uno arriba del otro */
    align-items: center;         /* centra horizontalmente */
    justify-content: center;     /* centra verticalmente */
    gap: 50px;                   /* espacio entre los logos */
    width: 100%;
    margin-top: 20px;            
}

.banner {
  background-color: rgb(0,136,68);
  height: 292px;
  overflow: hidden;
  transition: height 1s ease;
}

.banner-content a,
.banner-content a:visited{
    text-decoration: none;
    color:white;
}


.banner-content h1 {
    font-size: 3.5vw;
    margin: 0;
}

.banner-message-container{
    display: flex;
    flex-direction:row;
    gap:3vw;
    margin-top: 2vw;
}

.bannerMessageImg{
    width:18vw;
    animation: floatAnimation2 3s ease-in-out infinite;
}

.banner.expand {
  height: 100vh;
}

.banner-top {
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.bannerImg {
  width: 20vw;
}

.banner-content {
  text-align: center;
  padding: 2vw 8vw;
  color: white;
  place-items: center;
}

.banner-content h2{
    margin-top: 3vw;
    margin-bottom: 0;
    font-size: 2vw;
    color: white;
    justify-self: left;
}

.banner-content p{
    margin: 0;
    font-size: 1.4vw;
    color: white;
    text-align: justify;
    margin-bottom: 2vw;
}

.banner-content .messageLink{
    font-size: 1.6vw;
    color: #B4BD00;
    font-weight: 600;
}

.banner-content p span{
    font-size: 1.6vw;
    font-weight: 600;
}

.banner-btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #6b3a1e;
  color: white;
  padding: 14px 30px;
  border-radius: 25px;
  text-decoration: none;
}


/* Enlaces generales */
.navbarA {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.navbarA:visited,
.navbarA:active,
.navbarA:focus {
    color: rgb(0, 0, 0);
}

.navbarA#instalacioness:hover,
.navbarA#productoss:hover,
.navbarA#quienesSomos:hover,
.navbarA#contactoo:hover,
.navbarA#tienda:hover,
.navbarA#inicio:hover {
    color: #008844;
    border-bottom: 2px solid #008844;
    transition: all 0.1s ease;
}

.sliderContainer{
    margin: 0;
    position: relative;
    width: 100%;
    height: 0;
    z-index: 1;
    overflow: visible !important;
    padding-bottom: 35%;
    background: rgb(0,136,68);
}

.sliderPadd{
    /* Use a viewport / fixed value so it reliably offsets the fixed navbar
       Percent (%) may compute to 0 if parent has no explicit height. */
    height: 10vh;     /* matches .navbar height (10vh) */
    min-height: 56px; /* fallback for very small viewports */
    width: 100%;
}

.sliderImg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sliderImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.sliderImg a {
  display: block;
  cursor: pointer;
  transition: .2s;
}

.sliderImg a:hover img {
  transform: scale(1.1);
  transition: .2s;
}

.pre, .nxt{
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 99;
    cursor: pointer;
}

.pre{
    left: 0;
}

.nxt{
    right:0;
}

.navSelect{
    width: 100%;
    height: 11px;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 99;
}

.dots{
    top: -5px;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background: rgb(188, 205, 75);
    cursor: pointer;
}

.quienText{
    font-size: 16px;
    text-align: justify;
    padding: 0px 70px 10px;
}
.subtituloQuien{
    font-size: 24px;
    color: rgb(175,198,34);
    font-weight: 800;
    padding: 0px 70px 0px;
}

.misionVisionIcon{
    width:100px;
}

.misionVisionTitle{
    font-size: 26;
    font-weight:700;
    color: rgb(245, 244, 255);
}

.misionVisionText{
    font-size: 18;
    font-weight:600;
    margin:0;
    background-color: transparent;
    text-align: justify;
    color: rgb(245, 244, 255);
}
.misionVisionText.woJ{
    text-align: left;
}
.misionVisionText li{
    background-color: transparent;
}
.valores-container {
    display: flex;
}
.valores-col{
    width:50%;
}
.iconMisionVision-container {
    display: flex;
    justify-content: center;
}
.serviciosIcons{
    display: inline-block;
    margin: auto;
    padding: 20px 100px;
}

.serviciosText{
    font-size: 18;
    font-weight:700;
    color: rgb(0,0,0);
}

.prodImg{
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.prodSubtitle{
    font-size: 25;
    color: rgb(130, 92, 74);
    margin: 0;
    padding: 40px 40px 0px;
}
.prodCardContainer{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    transition: scrollbar-color 0.3s ease-out;
    scrollbar-width: thin;
    scrollbar-color: #6969dd #e0e0e0;
}
.prodCardContainer:hover {
  scrollbar-color: #5749d2;
}
.prodCardContainer::-webkit-scrollbar {
  width: 16px;
}
.prodCardContainer::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
  margin-left: 500px;
  margin-right: 500px;
}
.prodCardContainer::-webkit-scrollbar-thumb {
  background-color: #bccd4b;
  border-radius: 100px;
}

.list-prod {
height:190px;
}
.btnMasMenos-container {
    display: flex;
    justify-content: center;
}
.expand-btn {
    color: rgb(175,198,34);
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    border: transparent;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    transition: .3s;
}
.expand-btn:hover {
    cursor:pointer;
    color: rgb(0,136,68);
    transition: .3s;
}
.list-prod:hover {
  scrollbar-color: #ED8316;
}
.list-prod::-webkit-scrollbar {
  width: 12px;
}
.list-prod::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.list-prod::-webkit-scrollbar-thumb {
  background-color: #ED8316;
  border-radius: 100px;
}

.list-prodAveCone{
    height: 140px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #6969dd #e0e0e0;
}
.list-prodAveCone:hover {
  scrollbar-color: #ED8316;
}
.list-prodAveCone::-webkit-scrollbar {
  width: 12px;
}
.list-prodAveCone::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.list-prodAveCone::-webkit-scrollbar-thumb {
  background-color: #ED8316;
  border-radius: 100px;
}


.prodCard{
    box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.10);
    transition: 0.3s;
    width: 280px;
    height: 400px;
    /*height: fit-content;*/
    border-radius: 31px;
    background-color: white;
    margin: 40px 15px 40px 15px;
    display:inline-block;
    vertical-align:top;
    padding: 30px;
    transition: height 0.5s ease;
}
.prodCardAveCone{
    box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.10);
    transition: 0.3s;
    width: 280px;
    min-height: 200px;
    height: fit-content;
    border-radius: 31px;
    background-color: white;
    margin: 40px 15px 40px 15px;
    display:inline-block;
    vertical-align:top;
    padding: 30px;
}

.prodImg-container {
    display: flex;
    justify-content: center;
    width: 280px;
    height: 170px;
    margin-bottom:20px;
}
.prodCard img{
    width:200px;
}
.prodCard #grandPet{
    width:160px;
}
.prodCard:hover {
    transition: .2s;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
}
.prodCardAveCone img{
    width:200px;
}
.prodCardAveCone #grandPet{
    width:160px;
}
.prodCardAveCone:hover {
    transition: .2s;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
}
/*.prodCardContent{*/
    
/*}*/
.prodCardContent li{
    font-size: 14px;
    color: rgb(0,0,0);
    margin-bottom: 5px;
    white-space:normal;
    float: left;
    clear: left;
}

.btn-comprar {
    width: 8.5vw;
    height: 2vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    font-size: .8vw;
    font-weight: 700;
    background-color: rgb(0, 136, 68);
    color: white;
    margin: 1vw auto;
    margin-bottom: 0;
    display: none; 
    transition: 0.2s;
}

.btn-comprar a {
    color: white;
    text-decoration: none;
}

.btn-comprar-visible {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -2vw auto 0 auto; 
  position: relative; 
}

.btn-comprar:hover {
    transition: 0.2s;
    background-color: rgb(107, 58, 30);
}

#modalBanner2 .btn-comprar {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 3rem;
}

#modalBanner1 .btn-comprar {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 3rem;
}


/*.modal{*/
/*    background-color: rgba(0,0,0,0.8);*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    position: absolute;*/
/*    z-index: 100;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.5s;*/
/*}*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modalContent{
    height: 512px;
    width: 1024px;
    background-color: rgb(255,255,255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    
    display:flex;
    align-items:center;
}
.modalInfo{
    display:flex;
    flex-direction:column;
    height: 90%;
    width: 50%;
    padding: 30px;
}
.modalHeader{
    display:flex;
    justify-content: space-between;
}
.modalImg{
    height: 100%;
    width: 50%;
}
.modalImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modalTitle{
    color: rgb(188, 205, 75);
    font-size: 32px;
    font-weight: 700;
}
.modalTxt{
    margin-top: 10px;
    font-size: 18px;
    text-align: justify;
}
.modalClose{
    color: rgb(20, 20, 20);
    font-size: 30px;
    position: absolute;
    top: 8px;
    right: 14px;
    text-decoration: none;
}
.modalOpen{
    text-decoration: none;
}
.modalOpen:link,
.modalOpen:visited{
    color: white;
}
#modalFrijoles1:target,#modalFrijoles2:target,
#modalFrijoles3:target,#modalFrijoles4:target,
#modalFrijoles5:target,#modalFrijoles6:target,
#modalFrijoles7:target,#modalFrijoles8:target,

#modalProdS1:target,#modalProdS3:target,
#modalProdS2:target,

#modalChiles1:target,#modalChiles2:target,
#modalChiles3:target,

#modalEspecias1:target,

#modalGranos1:target,#modalGranos2:target,
#modalGranos3:target,#modalGranos4:target,
#modalGranos5:target,#modalGranos6:target,
#modalGranos7:target,#modalGranos8:target,

#modalFrutS1:target,#modalFrutS2:target,
#modalFrutS3:target,#modalFrutS4:target,
#modalFrutS5:target,#modalFrutS6:target,#modalFrutS7:target,

#modalServicios1:target,#modalServicios2:target,
#modalServicios3:target,#modalServicios4:target,
#modalServicios5:target,

#modalBanner1:target,#modalBanner2:target
{
    opacity: 1;
    visibility: visible;
}

#modalFrijoles1:target .modalContent,
#modalFrijoles2:target .modalContent,
#modalFrijoles3:target .modalContent,
#modalFrijoles4:target .modalContent,
#modalFrijoles5:target .modalContent,
#modalFrijoles6:target .modalContent,
#modalFrijoles7:target .modalContent,
#modalFrijoles8:target .modalContent,

#modalProdS1:target .modalContent,
#modalProdS2:target .modalContent,
#modalProdS3:target .modalContent,

#modalChiles1:target .modalContent,
#modalChiles2:target .modalContent,
#modalChiles3:target .modalContent,

#modalEspecias1:target .modalContent,

#modalGranos1:target .modalContent,
#modalGranos2:target .modalContent,
#modalGranos3:target .modalContent,
#modalGranos4:target .modalContent,
#modalGranos5:target .modalContent,
#modalGranos6:target .modalContent,
#modalGranos7:target .modalContent,
#modalGranos8:target .modalContent,

#modalFrutS1:target .modalContent,
#modalFrutS2:target .modalContent,
#modalFrutS3:target .modalContent,
#modalFrutS4:target .modalContent,
#modalFrutS5:target .modalContent,
#modalFrutS6:target .modalContent,
#modalFrutS7:target .modalContent,

#modalServicios1:target .modalContent,
#modalServicios2:target .modalContent,
#modalServicios3:target .modalContent,
#modalServicios4:target .modalContent,
#modalServicios5:target .modalContent,

#modalClientes1:target .modalContent,
#modalProveedores1:target .modalContent,

#modalBanner1:target .modalContent,
#modalBanner2:target .modalContent{
    opacity: 1;
    visibility: visible;
}

.benny-container {
    width:100%;
    height:35vw;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    background-color: #ED8316;
}
.sabinal-general-container {
    width:100%;
    height:35vw;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    background-color: rgb(175 198 34 / 30%);
}
.sabinal-container {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.bennyUp-container {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.logoContainer-benny {
    margin-right: 25px;
}
.perrosBenny-container {
    position: absolute;
    right: 0;
}
.infoBanner-sabinal {
    padding: 20px;
    text-align: right;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.espacioPerros {
    width: 20vw;
}
.perrosBenny {
    width: 35vw;
}
.sacosSabinal {
    width: 45vw;
    margin-top: -10vw;
}
.logoSabinal {
    width: 18vw;
}
.logoBenny {
    width: 28vw;
}
.titleBanner-sabinal {
    color: #663820;
    font-weight: 800;
    font-size: 4vw;
    line-height: 3.5vw;
}
.infoText-sabinal {
    color: #1E1E1E;
    font-weight: 800;
    font-size: 1.5vw;
    margin-top: 0.5vw;
    line-height: 1.8vw;
}
.infoBanner-benny {
    width: 40vw;
    line-height: 3.5vw;
}
.infoText-benny {
    font-size: 3.3vw;
    font-weight: 800;
    color: white;
}
.blueBenny {
    color: #2D2E81;
    font-size: 3.8vw;
}
.btn-conoceMas {
    width: 18vw;
    height: 3.8vw;
    display:flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    font-size: 1.4vw;
    font-weight: 700;
    color: white;
}
.btn-conoceMas.sabinal {
    background-color:#663820;
}
.btn-conoceMas.benny {
    background-color:#2D2E81;
}
.instCardContainer{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.instCard{
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 390px;
    height: 330px;
    border-radius: 40px;
    background-color: white;
    margin: 40px 0px 40px 20px;
    display:inline-block;
    vertical-align:top;
}
.inst-items-container{
    display: grid;
    justify-content: center;
    margin-bottom: 3vw;
    grid-template-columns: 430px 430px 430px;
}
.instBanner{
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 48%;
    max-width: 100%;
    width: 390px;
    border-radius: 40px 40px 0px 0px;
    object-fit: cover;
}
.instCard:hover {
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.4);
}
.instCardContent{
    padding: 0px 20px;
}
.instCardContent h1{
    font-size: 20;
    color: rgb(130, 92, 74);
    margin-bottom: 5px;
    white-space:normal;
}
.instCardContent p{
    font-size: 15;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
    white-space:normal;
}
.dirTelIcon{
    display: flex;
    align-items:center;
    justify-content:left;
    max-height: 100%;
    max-width: 100%;
}
.dirTelIcon img{
    padding: 5px 20px 0px 0px;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
}
.dirTelIcon p{
    padding: 5px 0px 0px 0px;
    margin: 0;
}

.bannerImg{
    padding: 0;
    display: block;
    margin: 30px;
    max-height: 100%;
    max-width: 100%;
}
.imgSacosBanner-sabinal{
    position:relative;
}
.imgSacosBanner-sabinal img{
    animation: floatAnimation 3s ease-in-out infinite;
}
.perrosBenny-container img{
    animation: floatAnimation2 3s ease-in-out infinite;
}

fieldset {
    border: transparent;
}
.btnEnviar-container {
    display: flex;
    justify-content: end;
}

.btnEnviar {
    background-color: rgb(0,136,68);
    color: white;
    font-size: 16px;
    border: transparent;
    border-radius: 30px;
    width: 120px;
    font-weight: 400;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
}
.btnEnviar:hover{
    cursor:pointer;
    transition: .3s;
    background-color: rgb(0 91 45);
}


.redesSociales-text {
    font-size: 18px;
    font-weight: 600;
}
.redesSocialesIcons-container {
    width: 100px;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.copyright-text {
    font-size: 14px;
    font-weight: 600;
}
.instagramIcon:hover,
.facebookIcon:hover{
    cursor:pointer;
    opacitY: 0.8;
    transition: 0.2s;
}

#clientesProveedores {
    background-color: rgb(0,136,68);
    padding: 10px 40px;
    display: flex;
    justify-content: center;
}
.text-clientesProveedores {
    color: white;
    display: flex;
}
.remarkedText {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(188, 205, 75);
    transition: 0.2s;
    margin: 0px 2px;
}
.remarkedText:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}


@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes floatAnimation2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes anim-fade-in { from { opacity: 0; } to { opacity: 1 } }

@keyframes anim-up { 
	from { opacity: 0; transform: translateY(100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-down { 
	from { opacity: 0; transform: translateY(-100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-left { 
	from { opacity: 0; transform: translateX(100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

@keyframes anim-right { 
	from { opacity: 0; transform: translateX(-100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

.anim-up, .anim-down, .anim-left, .anim-right, .anim-fade-in {
	animation-duration: 2s;
	animation-delay: 1s;		
	animation-fill-mode: both;
}

.anim-up { animation-name: anim-up; }
.anim-down { animation-name: anim-down; }
.anim-left { animation-name: anim-left; }
.anim-right { animation-name: anim-right; }
.anim-fade-in { animation-name: anim-fade-in; }

.anim-pause-2 { animation-delay: 2s; } /* la animacion empieza en 2 seg. */		
.anim-pause-3 { animation-delay: 3s; } /* la animacion empieza en 3 seg. */
.anim-pause-4 { animation-delay: 4s; } /* la animacion empieza en 4 seg. */
.anim-pause-5 { animation-delay: 5s; } /* la animacion empieza en 5 seg. */

/* todas las animaciones pausadas */
.paused * { 
	animation-play-state: paused;
}


ul.prodCriba {
    display: flex;
    flex-direction: column;
    list-style-type: square;
    padding: 0px 25px;
}
.historia-container {
    padding: 0px 70px;
}
.historia-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.year-container {
    width: 3rem;
    font-weight: 700;
}
.yearText {
    text-align: justify;
    width: 95%;
}

/* ====== MEDIA QUERY ≤1024px (TABLET / PORTÁTIL PEQUEÑA) ====== */
@media (max-width: 1100px) {
    .menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1001;
  }

    .navbar {
        height: 10vh;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 20px;
    }

    .menu-container {
    position: fixed;
    top: 13vh; 
    left: 0;
    width: 100%;
    background-color: white;
    flex-direction: column;
    align-items: center;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    
    z-index: 999;
    border-top: none;
}


    .menu-container.show {
        max-height: 500px; 
        transition: 1s;
    }

    .menu-container li {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        float: none;
    }

    .dropdown-content {
        position: static;
        display: none !important;
        box-shadow: none;
        background-color: #f9f9f9;
    }

    .dropdown-li.active .dropdown-content {
        display: block !important;
    }

    .dropdown-content a {
        text-align: center;
    }

    

    .sliderPadd {
        height: 70px;
    }
    .bannerLogo {
        height: 90px;
    }
    .bannerImg {
        width: 180px;
    }
    #quien {
        flex-direction: column;
        height: fit-content;
        padding: 25px 0px;
    }
    #quienTitle {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        padding: 0px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .lineTitle {
        width: 150px;
        height: 4px;
    }
    .quienText {
        padding: 0px 40px 10px;
    }
    .subtituloQuien{
        padding: 0px 40px 0px;
    }
    #quienImg {
        width: 200px;
    }
    #misionVision {
        display: flex;
        flex-direction: column;
    }
    #valoresBg,
    #visionBg,
    #misionBg {
        width: auto;
    }
    .text-clientesProveedores{
        flex-wrap: wrap;
    }
    #servicios{
        height:fit-content;
    }
    #prodTitle,
    #serviciosTitle{
        font-size: 35px;
        font-weight: 600;
    }
    #prodContent{
        flex-wrap: wrap;
        width:100%;
    }
    .prodImg{
        width: 120px;
        height: 120px;
    }
    .serviciosText {
        font-size: 12px;
    }
    #productos{
        height: 140vh;
    }
    #prodContent label{
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    #tabFrij, #tabProdS, #tabChiles, #tabEsp, #tabGran, #tabFrutS{
        margin: 130px 50px
    }
    #tabFrij span, #tabProdS span, #tabChiles span, #tabEsp span, #tabGran span, #tabFrutS span{
        width: 185px;
        height: 210px;
    }
    #contTitle,
    #instTitle{
        font-size: 35px;
    }
    .inst-items-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .instCard{
        width: 340px;
        height: 310px;
    }
    .instCardContent h1{
        font-size: 18px;
    }
    .instCardContent p{
        font-size: 14px;
    }
    .dirTelIcon img{
        padding: 5px 15px 0px 0px;
    }
   
    #contFields{
        margin: 30px 40px;
        padding: 20px;
    }
    .inputs-container{
        padding-left:0px;
    }
    
    
   
    form {
        width: 300px;
    }
   
    .modalContent{
        width: 90vw;
        height: 38rem;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .modalInfo{
        height: 20rem;
        width: 90%;
        overflow: auto;
    }
    .modalImg {
        width:100%;
        height: 20rem;
    }
    .sabinal-general-container{
        height: fit-content;
    }
    .sabinal-container{
        flex-direction: column;
    }
    .infoBanner-sabinal{
        text-align: center;
        width: 100%;
        padding: 20px 0px;
    }
    .titleBanner-sabinal{
        font-size: 30px;
        line-height: 25px;
    }
    .infoText-sabinal{
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
        padding: 0px 40px;    
    }
    .sacosSabinal {
        width: 330px;
        margin-top: 5px;
    }
    .logoSabinal {
        width: 150px;
    }
    .btn-conoceMas{
        font-size: 16px;
        width: 150px;
        height: 40px;
        margin: 25px 0px;
    }
    .benny-container{
        height: 380px;
        justify-content: space-between;
    }
    .bennyUp-container{
        margin-top: 25px;
    }
    .espacioPerros {
        width: 0;
    }
    .logoBenny {
        width: 140px;
    }
    .infoText-benny {
        font-size: 16px;
    }
    .blueBenny{
        font-size: 18px;
    }
    .perrosBenny-container {
        position: absolute;
        right: 30vw;
        margin-top: 270px;
    }
    .historia-container{
        padding: 0px 40px;
    }
    .anim-up, .anim-down, .anim-left, .anim-right, .anim-fade-in{
         animation: none;
    }
}



@media (max-width: 600px) {
    .navbar{
        display: flex;
        height: auto;
    }
    
    .menu-toggle {
        display: flex !important;
    }
    
    .menu-container {
        position: fixed;
        top: 10vh;
        left: 0;
        width: 100%;
        flex-direction: column;
        background-color: white;
        padding: 0;
        max-height: 0;
        overflow-y: auto;
        transition: max-height 0.3s ease;
        z-index: 998;
    }
    
    .menu-container.show {
        max-height: calc(100vh - 10vh);
    }
    
    .menu-container li {
        float: none;
        padding: 15px 20px;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

    .logo-container {
    gap: 10px; /* menos espacio entre logos */
    }

    .logo-container img {
        width: 90px; /* antes era, por ejemplo, 130px */
        height: auto;
    }

    /* Si quieres aún más control individual */
    .logo-container .logoFrij {
        width: 80%;
    }

    .logo-container .logoCroq {
        width: 80%;
    }
    
    .hidden {
        display: none !important;
    }
    
    
    .sliderPadd {
        height: 70px;
    }
    .bannerLogo {
        height: 90px;
    }
    .bannerImg {
        width: 180px;
    }
    #quien {
        flex-direction: column;
        height: fit-content;
        padding: 25px 0px;
    }
    #quienTitle {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        padding: 0px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .lineTitle {
        width: 150px;
        height: 4px;
    }
    .quienText {
        padding: 0px 40px 10px;
    }
    .subtituloQuien{
        padding: 0px 40px 0px;
    }
    #quienImg {
        width: 200px;
    }
    #misionVision {
        display: flex;
        flex-direction: column;
    }
    #valoresBg,
    #visionBg,
    #misionBg {
        width: auto;
    }
    .text-clientesProveedores{
        flex-wrap: wrap;
    }
    #servicios{
        height:fit-content;
    }
    #prodTitle,
    #serviciosTitle{
        font-size: 35px;
        font-weight: 600;
    }
    #prodContent{
        flex-wrap: wrap;
        width:100%;
    }
    .prodImg{
        width: 120px;
        height: 120px;
    }
    .serviciosText {
        font-size: 12px;
    }
    #productos{
        height: 140vh;
    }
    #prodContent label{
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    #tabFrij, #tabProdS, #tabChiles, #tabEsp, #tabGran, #tabFrutS{
        margin: 130px 50px
    }
    #tabFrij span, #tabProdS span, #tabChiles span, #tabEsp span, #tabGran span, #tabFrutS span{
        width: 185px;
        height: 210px;
    }
    #contTitle,
    #instTitle{
        font-size: 35px;
    }
    .inst-items-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .instCard{
        width: 340px;
        height: 310px;
    }
    .instCardContent h1{
        font-size: 18px;
    }
    .instCardContent p{
        font-size: 14px;
    }
    .dirTelIcon img{
        padding: 5px 15px 0px 0px;
    }
   
    #contFields{
        margin: 30px 40px;
        padding: 20px;
    }
    .inputs-container{
        padding-left:0px;
    }
    
    
   
    form {
        width: 300px;
    }
   
    .modalContent{
        width: 90vw;
        height: 38rem;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .modalInfo{
        height: 20rem;
        width: 90%;
        overflow: auto;
    }
    .modalImg {
        width:100%;
        height: 20rem;
    }
    .sabinal-general-container{
        height: fit-content;
    }
    .sabinal-container{
        flex-direction: column;
    }
    .infoBanner-sabinal{
        text-align: center;
        width: 100%;
        padding: 20px 0px;
    }
    .titleBanner-sabinal{
        font-size: 30px;
        line-height: 25px;
    }
    .infoText-sabinal{
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
        padding: 0px 40px;    
    }
    .sacosSabinal {
        width: 330px;
        margin-top: 5px;
    }
    .logoSabinal {
        width: 150px;
    }
    .btn-conoceMas{
        font-size: 16px;
        width: 150px;
        height: 40px;
        margin: 25px 0px;
    }
    .benny-container{
        height: 380px;
        justify-content: space-between;
    }
    .bennyUp-container{
        margin-top: 25px;
    }
    .espacioPerros {
        width: 0;
    }
    .logoBenny {
        width: 140px;
    }
    .infoText-benny {
        font-size: 16px;
    }
    .blueBenny{
        font-size: 18px;
    }
    .perrosBenny-container {
        position: absolute;
        right: 30vw;
        margin-top: 270px;
    }
    .historia-container{
        padding: 0px 40px;
    }
    .anim-up, .anim-down, .anim-left, .anim-right, .anim-fade-in{
         animation: none;
    }
}
@media (max-width: 370px) {
    #productos {
        height: 150vh;
    }
    #tabFrij span, #tabProdS span, #tabChiles span, #tabEsp span, #tabGran span, #tabFrutS span{
        width: 130px;
        height: 160px;
    }
    .prodImg{
        width: 100px;
        height: 100px;
    }
    .serviciosText {
        font-size: 10px;
    }   
}



.footer-container {
    background-image: url('imagenes/bannerFooter.svg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 20px 20px 20px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 150px;
}

.brand-info {
  flex: 2; 
  margin-top: 1vw;
}

.footer-logos {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
}

.footer-logos img {
  height: 3.5vw; 
}

.footer-col h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}


.footer-container .footer-col ul li,
.footer .footer-col ul li,
.footer-container ul li,
.footer ul li{
    float: none;
    display: list-item;
}

.footer-col a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.8;
}

.footer-col a:hover {
  opacity: 1;
}

.footer-col p {
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.9;
}

.brand-info p{
    font-size: 1.1vw;
}

.vertical-divider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 4vw;
    align-self: stretch;
}


.redesSocialesIcons-container a{
    display: inline-block;
    margin-right: 8px;
}
.redesSocialesIcons-container img{
    width: 34px;
    height: auto;
    display: block;
}


.footer-container::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,136,68, 0.35);
    z-index: 0;
    pointer-events: none;
}

.footer-content, .footer-col, .footer-logos, .copyright-container{
    position: relative;
    z-index: 1; 
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 0.75rem;
}

/* Responsivo para m贸viles */
@media (max-width: 768px) {
  .banner.expand {
    height: 40vh;
  }
  .banner-top{
    gap: 0px;
    margin-top: 15px;
  }
  .banner-content h2{
     font-size: 13px;
  }
  .banner-content p{
     font-size: 10px;
  }
  .banner-content .messageLink{
     font-size: 11px;
  }
  .banner-content p span{
     font-size: 11px;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-logos {
    justify-content: center;
  }
  .vertical-divider {
    display: none;
  }
  .footer-logos img {
    height: 45px; 
  }
  .brand-info p{
    font-size: 16px;
  }
}

@media (max-width: 418px) {
  
  .banner-top img {
    width: 90px; 
    height: auto;
  }

  .banner-top .bannerImg {
    width: 40%;
  }
}

