@charset "utf-8";
/* CSS Document */
*, *::before, *::after{
    box-sizing: border-box;
    margin: 0;
    text-decoration:none;
}



body{
    background-color: #fff;
    font-family: Lato-Regular;
    background-color: #F5F5F5;
}
.encabezado{
    background-color: rgba(255,255,255, 1);
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(48, 61, 91, 0.05), 0 6px 18px rgba(48, 61, 91, 0.09);
}



.socialNets{
    display: flex;
    flex-direction: column;
}

.socialNets img{
    height: 40px !important;
}

.socialNets div{
    margin-bottom: .3rem;
}

.botonWhatsFlotante{
    position: fixed;
    width: 40px;
    height: 220px;
    top: calc(50% - 60px);
    background-color: #128C7E;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 9999999;
}
.botonWhatsFlotante a{
    color: #fff;
    display: block;
    padding: 1rem .5rem;
    align-self: center;  
    transform: rotate(-90deg);
    width: 220px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    position: relative;
}

.flotanteWhats{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

p.tipografianormal{
    font-family: Lato-Regular !important;
    color: #110e0f;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 2rem;
}


.contenedorSlider{
    height: auto;
}


.esconder{
    display: none !important;
}

.ocultarPC{
    display: none;
}

#wowslider-container1 {
    position: relative;
    top: -50px;
}

/* HEADER PRINCIPAL */
.encabezado > header{
    display:flex;
    justify-content: space-between;
    height: auto;
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    font-size: 1.2em;
    padding: .5rem 1rem;
    z-index: 10000;
}
.encabezado > header > ul{
    display: flex;
    list-style: none;
    align-items: center; 
    margin-right: 0em;
    
}
.encabezado > header > ul > li {
    padding: .2em;
}



.encabezado > header > ul > li > a{
    text-decoration: none;
    /*background-color:#9acbc7;*/
    padding: .6em .8em;
    color: #7bc9c1;
    border-radius: 3px;
    border: solid 1px #7bc9c1;
}

.encabezado > header > ul > li > a:hover{
    background-color: #9acbc7c0;
    transition: all 0.4s ease;
    color: #fff;
}


.encabezado > header > img{
    width: 10em;
}

.separador{
height: 150px;
}

img.pleca{
    overflow: hidden;
    width: 100%;
}


.valoresBarra{
    width: 100%;
    background-image: url('/img/bg-noise-1.png');
    background-repeat: repeat;
    margin-bottom: -5px;
}


.recetario{
    position: relative;
/*    overflow: hidden;*/
    padding-top: 50%;
}

.contenidoRecetario{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #000;
    border-radius: unset;
}


.ContenedorTituloRecetario{
    width: 100%;
    background-color: #110e0f;
    padding: 1em 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.tituloRecetario{
    font-size: 1.6em;
    color: goldenrod;
    padding: 0 1em;
    margin-bottom: 1em;
}

.btnDescargaRecetario{
    display: block;
    width: 16em;
    background-color: goldenrod;
    padding: 1em .5em;
    border-radius: 6px;
    margin: 2em auto;
    color: #110e0f;
}

.ContenedorFichasTecnicas{
    width: 100%;
    background-image: url('/img/bg-noise-2.png');
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 6em 0;
    line-height: 1.6em;
    display: flex;
    align-items: center;
}

.btnDescargaFichasT{
    max-width: 500px;
    /*border: #fff 1px solid;*/
    padding: 2em 3em;
    margin: auto 1em;
    background-color: #71b8c9;
    border: #89dff5 solid 1px;
    display: flex;
    flex-direction: column;
    border-radius: 25em;
    transition: all ease-in-out 200ms;
    box-shadow: 0px 4px 10px rgba(79, 164, 185, .45);
}

.btnDescargaFichasT:hover{
    background-color: #4fa4b9;
}

.BtnPromocion{
    background-color:#303d5b !important;
    color: #fff !important;
    border: #1ab4c9 solid 1px !important;
    border-radius: 5px;
}

.promoCalculaGana{
    width: 100%;
    height: auto;
    background-image: url('/img/promo-fondo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 8rem 0;
    border-top: #303d5b solid 1px;    
    border-bottom: #303d5b solid 1px;
    overflow: hidden;   
}

.promoCalculaGana section{
    max-width: 1200px;
    text-align: center;
}

.promoCalculaGana .imagenA{
    width: 70%;
    
}

.promoCalculaGana .imagenB{
    width: 80%;
    margin-top: -8rem;
}

.botonPromoCG{
    background-color: #303d5b;
    border-radius: 50px;
    height: auto;
    max-width: 300px;
    color: #fff;
    padding: 1.2rem 2rem;
    border: #13e1fe solid 3px;
    font-size: 1.6rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .50);
    font-weight: bold;
    display: block;
    margin: auto;
}

.botonPromoCG:hover{
    background-color: #13e1fe;
    color: #303d5b;
    
}

.ContenedorFichasTecnicas img{
    width: 12em;
}

.enEspera{
    color: rgb(199, 27, 84);
}

.iconoContacto{
max-height: 40px;

}

.colorLink{
    color: #128c7e;
}

.botonWhats{
    background-color: #128c7e;
    padding: 5px 0;
    margin: 0 0 0 30px;
    border-radius: 50px;
    border: solid 1px rgba(0, 0, 0, .25);
    color: var(--blanco);
    text-decoration: none;
    font-size: 1.2rem;
    display: flex;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .75);
} 

.botonWhats img{
    height: 30px;
    position: relative;
    left: -20px;
}

.botonWhats span{
    position: relative;
    left: -20px;
}

.infoContacto{
    display: flex;
    justify-content: center;
    margin-bottom: 4em;
}

.infoContacto img{
    vertical-align: bottom;
    margin-right: .5em;
    margin-left: 2em;

}


/*Ancla pra visualizar bien al usar menu*/
.ancla:before {       
    display: block;       
    content: " ";
    margin-top: -150px;       
    height: 150px;       
    visibility: hidden; 
  } 


/* Compensación para destinos que no usan la clase .ancla */
#A-recetario,
#A-productos {
    scroll-margin-top: 150px;
}

/* NAVEGACIÓN MÓVIL */
.menu a{
  display: flex;
  color: #ffffff;
  padding: .5em 0;
  font-size: 1em;
  
}
.menu li{
    list-style: none;
    border-bottom: solid 1px rgba(255,255,255,0.15);
    /*padding: .5em .5em;*/
}
.menu li:last-child{
    border: none;
}
.menu {  
  position: fixed;
  overflow: hidden;
  background: #303d5b;
  margin-top: 6em;
  padding: .5rem 1rem;
  width: auto;
  border-right: solid 10px #7bc9c1;
  box-shadow: -5px 5px 10px rgba(0,0,0,.2);
  z-index: 9999;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  right: -20em;
  transition: all 0.3s ease;
  transition-delay: .3s
}

.boton {
  color: rgba(255,255,255,0.8);
  background-color: #303d5b;
  border: 0;
  font: inherit;
  padding: .6em .8em;
  cursor: pointer;
  border-radius: 3px;
  position: fixed;
  right: 0%;
  margin-right: 1em;
  margin-top: 1.2em;
  width: auto;
  height: auto;
  z-index: 10000;
  display: none
}
a.boton:focus + .menu {
    right: 0;
    display: block;
    transition: all 0.2s ease-in-out;
}

/*Secion 1*/
.contenido-S1{
    max-width: 1200px;
    color:  #fff;
    font-size: 1.1em;
    line-height: 1.5em;
}

.contenido-S1 img{
    height: 6em;
    display: flex;
    margin-bottom: 2em;
}

.contenido-S1 > img.ocultarMovil{
    margin-top: 3em;
}

/* VIDEO INSTITUCIONAL */
.videoInstitucional {
    position: relative;
    width: 100%;
    max-width: 1040px;
    aspect-ratio: 16 / 9;
    margin: 36px auto 46px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(48, 61, 91, 0.16);
    background: #303d5b;
}

.videoInstitucional__portada,
.videoInstitucional__player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.videoInstitucional__portada {
    z-index: 2;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.contenido-S1 .videoInstitucional__portada img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.videoInstitucional__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 72px;
    height: 72px;
    padding: 0;
    place-items: center;
    color: #fff;
    background: rgba(48, 61, 91, 0.92);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.videoInstitucional__play svg {
    width: 34px;
    height: 34px;
    margin-left: 3px;
    fill: currentColor;
}

.videoInstitucional__portada:hover .videoInstitucional__play {
    background: #128c7e;
    box-shadow: 0 6px 16px rgba(48, 61, 91, 0.26);
    transform: translate(-50%, -50%) scale(1.05);
}

.videoInstitucional__portada:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.videoInstitucional__portada:disabled {
    cursor: wait;
    opacity: 0.8;
}

.videoInstitucional__player iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.videoInstitucional__player {
    z-index: 1;
}

@media screen and (max-width: 1020px) {
    .videoInstitucional {
        margin: 30px auto 38px;
    }
}

@media screen and (max-width: 480px) {
    .videoInstitucional {
        margin: 22px auto 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .videoInstitucional__play {
        transition: none;
    }

    .videoInstitucional__portada:hover .videoInstitucional__play {
        transform: translate(-50%, -50%);
    }
}

.Sangrado{
    padding-left: 3em;
}

p{
    color: rgb(75, 75, 75);
 }



.contenido1 h1, .contenido1 h2, .contenido1 h3, .contenido1 h4{
    color: #303d5b;
    margin-bottom: 1em;

}

.contenido2 h1, .contenido2 h2, .contenido2 h3, .contenido2 h4{
    color: #303d5b;
    margin-bottom: 1em;
}


.contenido1 h1{
    font-size: 2em;
    border-bottom: #969696 1px dotted;
    padding-bottom: .5em;
}

.contenido2 h1{
    font-size: 2em;
    
}

.contenido2 p{
    margin-bottom: 1.5em;
    font-size: 1.2em;
}

.contenido1 p{
    margin-bottom: 1.5em;
}



.contenido1{
    width:100%;
    background-image: url('/img/bg-noise-1.png');
    background-repeat: repeat;    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10em 0;
    
}

/*Secion 2*/
.contenido2{
    width:100%;
    height: 100%;
    display: flex;
    margin-top: 0em;
    justify-content: center;
    padding-top: clamp(8em, 10vw, 13em);
    padding-bottom: clamp(4em, 8vw, 8em);
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
}


.contenido2A{
    width:100%;
    height: auto;
    display: flex;
    margin-top: 0em;
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 0em;
    /*background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;*/
    background-color: #f5f5f5;
}

/*Secion 2*/
.contenido2ProductoIndividual{
    width:100%;
    /*height: 100vh;*/
    display: flex;
    margin-top: 0em;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 0em;
    /*background-image: url('/img/bg-noise-2.png');*/
    /* background-repeat: repeat; */
    background-color: #f5f5f5;
}



.blanco{
    color: #fff;
}

.separadorProducto2{
    font-size: 3rem;
    font-weight: bolder;
    color: #71b8c9;
    text-align: center;
}

.separadorProducto{
    /*display: block;
    text-align: center;
    width: 100%;
    background-color: #fff;
    margin: 1.5em auto;
    padding: .5em 0;
    font-size: 3em;
    border-radius: 10px;
    color: #7bc9c1;
    border: solid 1px #7bc9c1;*/
    color: #fff;
    font-size: 6em;
    font-family: Lato-Regular;
    font-weight: 800;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px
     rgba(0,0,0,.1), 0 0 5px 
     rgba(0,0,0,.1), 0 1px 3px
     rgba(0,0,0,.3), 0 3px 5px
     rgba(0,0,0,.2), 0 5px 10px
     rgba(0,0,0,.25), 0 10px 10px
     rgba(0,0,0,.2), 0 20px 20px
     rgba(0,0,0,.15);
    width: 100%;
    text-align: center;
    margin: auto;
}


.separadorProducto{
color: #fff;
}

.seccionesQuesos{
    max-width: 1200px;
    margin: auto;
    display: flex;
    overflow: scroll;
}

/*Manejadores de scrollbar*/
::-webkit-scrollbar{
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track{
    
    background-color: #fff; 
}
::-webkit-scrollbar-thumb{
    background-color:  #7bc9c1;
}
/*Manejadores de scrollbar*/



/*Productos y servicios*/

.resultadosBuscador{
    width: 600px !important;
}

.alinearIzquierda{
    text-align: left !important;
}

.resultadosBuscador{
    text-align: left !important;
    width: 600px !important;
    margin: auto;
}

.resultadosBuscador h4{
    text-align: center;
}


.contenedorProductos{
    display: flex;
    width: 100%;
    /* width: 1200px;  anterior*/
    padding: 0rem 0;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
}



.contenedorProductos p{
    max-width: 1200px;
    margin: auto;
    text-align: left;
}

.encabezadoSeccion{
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 4rem;
    line-height: 2em;
    text-align: center;
    margin-top: 4rem;
}

.centroImagenProd{
    max-width: 200px;
    min-width: 180px;
}

.item-producto{
    max-width: 300px;
    height: auto;
    background-color: #fff;
    padding: 2em 1em;
    margin: 0em 1em;
    border-radius: 10px;
    border: solid 1px #7bc9c1;
    line-height: 2em;
    display: flex;
    flex-direction: column;
}

.tituloSeccion{
    font-size: 4em;
    color: #303d5b;
}



.tituloSeccionDistribucion2{
    display: flex;  
    justify-content: center;
}

p.tituloSeccionDistribucion2{
    font-size: 1.5em !important;
    color: #303d5b;
    letter-spacing: .2em;
    margin-bottom: unset;
    font-weight: 200;
    border-bottom: #7bc9c1 solid 1px;
    border-top: #7bc9c1 solid 1px;
    line-height: 2em;
    }

.tituloSeccionDistribucion{
        display: flex;  
        justify-content: center;
}

p.tituloSeccionDistribucion{
    font-size: 2.5em !important;
    color: #7bc9c1;
    letter-spacing: .35em;
    margin-bottom: unset;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 16px;
    line-height: 2em;
}



.subtituloSeccion{
    font-size: 1.5em;
    color: #404040;
    text-align: center;
    margin-bottom: .5em;
}

.subtituloSeccion2{
    font-size: 1em;
    color: #969696;
    text-align: center;
    margin-bottom: 1em;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/

}


.valores{
    margin-left: 4em;
}



.btn-productos{
    padding: .5em;
    background-color:rgba(255,255,255,0.90);
    border: solid 1px rgba(0,0,0,0.9);
    width: 100%;
    border-radius: 3px;
    color:#404040;
    text-align: center;
    margin-top: auto;
    font-size: 1.2em;
}

.imagenFianzas{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin: 0em 0;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}
.imagenFianzas:hover p {
    top: 0;  
}
.imagenFianzas p{
    width: 100%;
    height: auto;
    background-color: rgba(16,34,68,0.8);
    padding: 1em;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    position: relative;
    top: 100%;
    transition: all .15s ease-out;
   border-radius: 10px;
}


.seccionesQuesos .subtituloSeccion{

    overflow: hidden;
    text-overflow: ellipsis;
}

/*Scrolling productos*/


.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 1em;
  }
  
  .card {
    display: inline-block;
  }



article a {
    /*background-color: #404040;*/
    text-align: center;
}

article a img{
    width: 90%;
}




/*Productos */

/*Secion 3*/
.contenido3{
    width:100%;
    /*background-color: #fff;*/
    background-image: url('/img/bg-noise-1.png');
    background-repeat: repeat;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 7em;
    padding-bottom: 7em;
    
}


.contenido3 h3{
    text-align: left;
}

.contenido3 p{
text-align: left;
font-size: 1.2em;
}

.resalte{
    color: #7bc9c1;
    margin-top: 1em;
}
.contenido3 .subtituloSeccion2{
    color: #fff;
    font-size: 1.2em;
    text-align: left;
}


/*Oficinas*/
.contenedorOficinas{
    display: flex;
    max-width: 1200px;
    padding: 0 1em;
    color: #fff;
    flex-wrap: wrap;
    justify-content:center;
/*    margin-top: 2em;*/
    /*margin-bottom: 4em;*/

}

.item-Oficinas{
    display: flex;
    flex-direction: column;
    background-color: #71b8c9;
    padding: 2em 0em 0 0;
    margin: 2em 2em;
    border-radius: 5px;
    width: 500px;
    border: #6db5c7 solid 1px;
    box-shadow: 0px 4px 10px rgba(79, 164, 185, .45);
}

.item-Oficinas h2{
    color: #fff;
    border-bottom: #83d5e9 solid 1px;
    padding: 0em 1em 1em 1em;
}

.tituloOficina{
    margin-bottom: 1em;
}



.direccionOficina{
    margin-bottom: 1em;
    min-height: 3em;
    padding: 0em 1em;

}

.mapa,iframe{
    width: 100%;
    height: 400px;
    display: flex;
    margin-top: auto;
    border-radius: 0 0 4px 4px;
}

.bloqueOficinas{
    width: 100%;
    list-style: none;
    padding: 1em;
    min-height: 6em;
    line-height: 1.2em;
}
/*Oficinas*/

/*Seccion 4*/
.contenido4{
    width:100%;
    background-color: rgba(34,57,48,0.80);
    background-image: url(../img/seccion-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: auto 200%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 7em;
    padding-top: 7em;
}

/*Informacion Financiera*/
.contenedorFinanciera{
    display: flex;
    width: 100%;
    color: #fff;
    flex-direction: column;
    padding: 0 1em;
}

.item-Financiera{
    background-color: rgba(0,0,0,0.5);
    padding: 1em 1em;
    margin: 1em 4em;
    border-radius: 8px;
    border: solid 1px rgba(0,0,0,0.9);
    /*line-height: 5em;*/
    display: flex;
    align-items: center;
    border-left: 100px solid rgba(0,0,0,0.52);
}
.parrafoFinanciera{
    width: 80%;
    margin: auto;
}
.anioFinanciera{
    font-size: 1.8em;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    margin-left: -2.6em;
}
.bloqueFinanciera{
    color: #fff;
    list-style: none;
    line-height: 2em;
    font-size: 1em;
    margin-left: 1em
}
.bloqueDerecha{
    width:40%;
}

.bloqueIzquierda{
    width:60%;
}
.bloqueFinanciera a{
    color: #fff;
}
/*Informacion Financiera*/



.carretera{
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    height: 120px;
    padding: .2em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto 2em auto;
}

.carretera img{
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/*Seccion 0*/
.contenido0{
    width:100%;
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
    height: auto;
    padding-bottom: 7em;
    padding-top: 7em;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}


.contenedorCuadrosHistoria{
    max-width: 1400px;
    margin: auto;
    
}

.contenedorHistoria{
    display: flex;
    width: 100%;
    color: #fff;
    padding: 0 1em;
}

.contenedorCuadrosHistoria{
display: flex;
flex-wrap: wrap;
justify-content: center;

}

.cuadroH1{
    width: 50%;
    padding: 1.2em;
    line-height: 1.4em;
    text-align: center;
    /*background-color: #404040;*/
    font-size: 2em;
    font-family: Munin;
    color: #404040;
    /*background-color: #303d5b;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cuadroHX{
    width: 80%;
    padding: 1.2em;
    line-height: 1.4em;
    text-align: center;
    /*background-color: #404040;*/
    font-size: 1.5em;
    font-family: Munin;
    color: #404040;
    /*background-color: #303d5b;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
        font-family: Lato-Regular;
}



.cuadroH2{
    width: 40%;
    padding: 2em;
    line-height: 1.6em;
    text-align: center;
    /*background-color: #fff;*/
    display: flex;
   
}

.cuadroH3 p{
    font-size: 2em;
    font-family: Munin;
    color: #404040;
    margin-bottom: 1em;
}



.cuadroH3{
    width: 100%;
    padding: .5em;
    line-height: 2.5em;
    text-align: center;
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
}


.cuadroH4{
    width: 100%;
    padding: .5em;
    line-height: 1.6em;
    text-align: center;
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
}

.imagenActual{
    background-image: url('/img/Empleados.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 80%;
    height: 600px;
    background-size: cover;
    border: #c8f5f0 solid 10px;
    -webkit-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
     box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
}

.imagen1{
    background-image: url('/img/historia-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    
    
    /*background-color: #303d5b;*/

}

.imagen2{
    background-image: url('/img/historia-02.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    /*background-color: #303d5b;*/

}

.imagen3{
    background-image: url('/img/historia-03.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    /*background-color: #303d5b;*/

}


.imagen4{
    background-image: url('/img/historia-04.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    /*background-color: #303d5b;*/

}


.imagen5{
    background-image: url('/img/historia-05.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    /*background-color: #303d5b;*/
    /*-webkit-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);*/
}

.imagen6{
    background-image: url('/img/historia-06.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    /*background-color: #303d5b;*/
    /*-webkit-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);*/
}



/*Seccion 5*/
.contenido5{
    width:100%;
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
    height: auto;
    display: flex;
    padding-bottom: 7em;
    padding-top: 10em;
    margin-top: 0em;
}

/*formulario contacto*/
.contenedor-formulario{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

form div{
    margin: auto;
}

form input,textarea{
    display: flex;
    font-size: 1.2em;
    padding: .5em 1em;
    margin-bottom: 1.5em;
    border-radius: .4em;
    border: solid 1px #82a8a4;
    margin: 1em auto;
}

select{
    display: flex;
    font-size: 1.2em;
    padding: .5em 1em;
    margin-bottom: 1.5em;
    border-radius: .4em;
    border: solid 1px #82a8a4;
    margin: 1em 0;
}


::placeholder{
    color:#9e9e9e;
    opacity: 1;
    
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#9e9e9e;
}

input{
    width: 40em;
}
textarea{
    width: 49.3em; 
    min-height: 10em;
    line-height: 1.5em;
}

select{
    width: 15em; 
}

#contacto-enviar{
    background-color: #303d5b;
    box-shadow: none;
    width:8em;
    padding: 1em .5em;
    justify-content: center;
    color:  #fff;
    cursor: pointer;  
   -o-transition:color .2s ease-out, background .2s ease-out;
  -ms-transition:color .2s ease-out, background .2s ease-out;
  -moz-transition:color .2s ease-out, background .2s ease-out;
  -webkit-transition:color .2s ease-out, background .2s ease-out;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background .2s ease-out;
}

#contacto-enviar:hover{
    background-color: #7bc9c1;
  -o-transition:color .2s ease-out, background .2s ease-out;
  -ms-transition:color .2s ease-out, background .2s ease-out;
  -moz-transition:color .2s ease-out, background .2s ease-out;
  -webkit-transition:color .2s ease-out, background .2s ease-out;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background .2s ease-out; 
  color: #303d5b;
}



/*Seccion 6*/
.contenido6{
    width:100%;
   background-color: #303d5b;
    background-attachment: fixed;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: solid 10px #fff;
    box-sizing: border-box;
}

.contenido6 p{
    opacity: .4;
    color: #fff;
}
footer{
    display: flex;
    color: rgba(134,125,130,1.00);
    /*opacity: .4;*/
    line-height: 1.5em;
    max-width: 80%;
    justify-content: center;
    margin: auto;
}

footer ul li{
    list-style: none;
    text-decoration: none;
    line-height: 1.6em;
    
}

footer a{
    color: #fff;
}

footer ul li a{
    opacity: .4;
}

.imgFooter{
    width: 15em; 
    margin-bottom: 1em;
    opacity: .4;
}  

.imgFooter2{
    width: 10em; 
    margin-bottom: -.5em;
    opacity: .4;
}  


.imgFooter3{ 
    max-height: 200ox;
    opacity: .5;
    margin-top: 1em;
    margin: 0 0px;
}

.colFooterCentro div{
    display: flex;
    flex-wrap: wrap;
}

.colFooterCentro p{
    margin-bottom: 1rem;
}

.contenedorBtnProdIndividuales{
    position: relative;
    
}

.contenedorBtnProdIndividuales a{
    position: absolute;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: solid #dddddd 1px;
    border-radius: 4px;*/
}

.contenedorBtnProdIndividuales a img{
    height: 60px;
    width: 36px;
}

.btnMasProdIndividualIzq{   
    top: 50%;
    left: -560px;
    text-align: center;
    font-size: 2rem;
    color: #b7f1ed;
    padding-right: 4px;
}

.btnMasProdIndividualDer{   
    top: 50%;
    right: -50px;
    text-align: center;
    font-size: 2rem;
    color: #b7f1ed;
    padding-left: 4px;
}



.imgFooter4{
    width: 6em;
    opacity: 1;
    margin-top: 1em;  
}

footer img{
    width: 40px;
    margin-bottom: 1em;
}

.imgFooterBuro{
    width: 6em;
    margin-left: -4em;
}  

.colFooterIzquierda{
    display: flex;
    flex-direction: column;
    /*background-color: antiquewhite;*/
    width: 30%;
}
.colFooterCentro{
    display: flex;
    flex-direction: column;
    /*background-color:aquamarine;*/
    width: 33%;
    align-items: center;
}

.colFooterCentro div{
    max-width: 320px;
}

.colFooterCentro img{
    height: 50px;
    width: auto;
    /* background-color: #110e0f; */
}

.colFooterCentro div{
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.colFooterDerecha{
    display: flex;
    flex-direction: column;
    /*background-color: cadetblue;*/
    width: 30%;
    align-items: center;
}

footer ul li{
    display: block;
    /*background-color: aqua;*/
    border-left: solid 2px #7bc9c1;
    margin-bottom: 4px;
    padding-left: 10px;
}
footer .colFooterCentro ul {
 margin-top: 30px;   
}
.colFooterIzquierda p{
    white-space: pre;
}
.colFooterCentro :last-child{
    border: none;
}

.socialIcon{
    margin-top: .5em;
}
.socialNets{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    margin-top: 30px;
    padding: 0;
}

.socialNets p{
    margin-bottom: 0;
    text-align: center;
}

.socialLinks{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.socialLinks a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: transform .2s ease, opacity .2s ease;
}

.socialLinks a:hover{
    transform: translateY(-2px);
    opacity: .85;
}

.socialNets .socialIcon{
    width: 38px;
    height: 38px !important;
    margin: 0;
    object-fit: contain;
}

.contenedorMozaico{
    margin: 2em auto;
    max-width: 1200px;
}

.mozaicos img{
    max-width: 350px;
    position: relative;
    transition: all .2s ease-in-out;
    border-radius: 4px;
}

.mozaicos img:hover{
    transition: all .2s ease-in-out;
    transform: scale(1.1);
    z-index: 1000;
    -webkit-box-shadow: -1px 10px 20px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 20px 5px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 20px 5px rgba(0,0,0,0.75);
}




/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Estilo para moviles*/
@media screen and (max-width: 1020px) {

    /* HEADER PRINCIPAL: logo en móvil */
    .encabezado > header > img{
        width: 150px;
        margin-left: -1rem;
    }
    .botonWhatsFlotante{
        position: fixed;
        width: 40px;
        height: 220px;
        top: calc(50% - 110px);
        background-color: #128C7E;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        z-index: 999999;
    }
    .botonWhatsFlotante a{
        color: #fff;
        display: block;
        padding: 1rem .5rem;
        align-self: center;  
        transform: rotate(-90deg);
        width: 220px;
        display: flex;
        justify-content: center;
        line-height: 50px;
        position: relative;
    }
    
    .flotanteWhats{
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-right: 10px;
    }


    
    .separadorProducto2{
        font-size: 2rem;
        font-weight: bolder;
        color: #71b8c9;
        text-align: center;
    }

    .promoCalculaGana{
        width: 100%;
        height: 100vh;
        background-image: url('/img/promo-fondo.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        padding: 4rem 0;    
    }

    .promoCalculaGana section{
        width: 100%;
        
    }
    
    .promoCalculaGana .imagenA{
        width: 100%;
    }
    
    .promoCalculaGana .imagenB{
        width: 100%;
        margin-top: -1rem;
    }
    
    .botonPromoCG{
        background-color: #303d5b;
        border-radius: 50px;
        height: auto;
        width: 80%;
        color: #fff;
        padding: 1rem 2rem;
        border: #13e1fe solid 3px;
        font-size: 1.3rem ;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, .50);
        font-weight: bold;
        display: block;
        margin: auto;
        margin-top: 1rem;
    }
    
    .botonPromoCG:hover{
        background-color: #13e1fe;
        color: #303d5b;
        
    }
    

    .contenedorSlider{
        height: auto;
        padding-bottom: 1rem;
    }

    .encabezadoSeccion .resultadosBuscador{
        width: 100% !important;
    }
    
    .resultadosBuscador{
        text-align: left impor;
        width: 600px !important;
        margin: auto;
    }
    
    .resultadosBuscador h4{
        text-align: center;
        font-size: 1.5rem;
    }


.btnMasProd{
    background-color: #71b8c9;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-family: Lato-Regular;
    width: 40%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 1.1em;   
    height: 50px;
    line-height: 3em;
}
    
/*.btnHistory{
font-size: 1em;
line-height: 3em;
}*/


.contenedorBtnProdIndividuales{
    position: relative;
}

.contenedorBtnProdIndividuales a{
    position: fixed;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
    padding: .6rem .4rem;
    border-radius: 4px;
    border: solid #dddddd 1px;
    
}


.contenedorBtnProdIndividuales a img{
    height: 40px;
    width: 24px;
}

.btnMasProdIndividualIzq{   
    top: calc(50vh - 40px);
    left: 0px;
    text-align: center;
    font-size: 2rem;
    color: #b7f1ed;
    padding-right: 4px;
}



.btnMasProdIndividualDer{   
    top: calc(50vh - 40px);
    right: 0px;
    text-align: center;
    font-size: 2rem;
    color: #b7f1ed;
    padding-left: 4px;
}


.botonWhats{
    background-color: #128c7e;
    padding: 5px 20px;
    margin: 20px auto 20px auto;
    border-radius: 50px;
    border: solid 1px rgba(0, 0, 0, .25);
    color: var(--blanco);
    font-size: 1rem;
    display: flex;
} 

.botonWhats img{
    height: 30px;
    position: relative;
    left: 0px;
}

.botonWhats span{
    position: relative;
    left: 0px;
}




.recetario{
        position: relative;
        overflow: hidden;
        padding-top: 100%;
}

.btnDescargaFichasT{
    width: 90%;
    /*border: #fff 1px solid;*/
    padding: 1em 1em;
    margin: auto 1em;
    border-radius: 10px;
}


    .ocultarPC{
        display: unset;
    }

    .valoresBarra{
        background-image: none;
    }

/* Estilo para movile margen superior slider*/
#wowslider-container1 {
        position: relative;
		padding-top: 100px;
}
/* Estilo para movile margen superior slider*/


 html,
 body{
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
  }
/* comente pra mostrar iconos valores*/

/* comente pra mostrar iconos valores*/


  .contenedorSlider{
    padding-top: 4em;
}


.infoContacto{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2em;
    font-size: .9em;
}

.infoContacto img{
    margin: unset;
}

.separadorProducto{
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 1rem;
    font-size: 2.5rem !important;
    border-radius: 10px;
    color: #fff;
    font-weight: bolder; 
    flex-wrap: wrap;  
}
.menu a{
     padding: 0;
    font-size: 1rem;
  }



.Sangrado{
    padding-left: unset;
}



.seccionesQuesos{
    width: 90vw;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;   
}


.subtituloSeccion{
    justify-content: left;  
}

.subtituloSeccion2{
    font-size: 1em;
    margin-top: 1em;
}



.valores{
    margin-left: 0em;
}
.imagenFianzas p{
    font-size: 1.05em;
    line-height: 1.2em;
    width: 100%;
    height: auto;
}


/*Ancla pra visualizar bien al usar menu*/
.ancla:before {       
    display: block;       
    content: " ";
    margin-top: -130px;       
    height: 130px;       
    visibility: hidden; 
  }
  

  #A-recetario,
  #A-productos {
    scroll-margin-top: 130px;
  }





  p.tituloSeccionDistribucion2{
    font-size: 1.3em !important;
    color: #303d5b;
    letter-spacing: unset;
    margin-bottom: unset;
    font-weight: 200;
    border-bottom: #7bc9c1 solid 1px;
    border-top: #7bc9c1 solid 1px;
    text-align: center;
    line-height: 1.8em;
    }

p.tituloSeccionDistribucion{
        display: flex;  
        justify-content: center;
        font-size: 2em !important;
        color: #7bc9c1;
        letter-spacing: .1em;
        margin-bottom: .4em;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 16px;
        text-align: center;
        line-height: 1.2em;
}






.cuadroH4{
    width: 100%;
    padding: .0em;
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
}

.imagenActual{
    background-image: url('/img/Empleados.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    background-size: cover;
    border: #c8f5f0 solid 4px;
    -webkit-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
     box-shadow: 0px 20px 30px -15px rgba(0,0,0,0.75);
}


  
/* Manejo de fondo en moviles 900 o menos*/  
.contenido1, 
.contenido2,
.contenido3,
.contenido4,
.contenido5
{
    background-size: auto;
    background-position: center center;
    background-attachment:fixed;
}

/* HEADER PRINCIPAL: ajustes móviles */
.encabezado > header{
    min-height: 60px;
    height: auto;
    width: auto;
    margin: 0;
    align-items: center;
       
} 



.encabezado > header > ul {
        padding-top: 0em;
        font-size: 1em;

    }
    .encabezado > header > ul > li{
        margin-bottom: 1em;
    }
     
.encabezado > header > img{
   
    height: auto;
    
    }
    
.ocultarMovil{
    display: none !important;
}

/* NAVEGACIÓN MÓVIL */
.menu{
    margin-top: 5em;
    
}

#mobile-menu {
    right: 0;
    opacity: 0;
    transform: translateX(16px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease-in, transform 160ms ease-in, visibility 0s linear 160ms;
}

#mobile-menu.menu--open {
    right: 0;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: opacity 200ms ease-out, transform 200ms ease-out, visibility 0s linear 0s;
}

.menu li{
    list-style: none;
    border-bottom: solid 1px rgba(255,255,255,0.15);
    padding: 1em .5em;
}
.boton{
   padding: .5em 1em;
   min-height: 44px;
   min-width: 80px;
   text-align: center;
   display: block;
   margin-top: .5em;
}

.botonWhatsFlotante {
    transition: opacity 160ms ease-in, visibility 0s linear 160ms;
}

.botonWhatsFlotante.menu-mobile-open {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease-out, visibility 0s linear 0s;
}



/*Seccion 0*/
.contenido0{
    width:100%;
    background-image: none;
    background-color :#d4e9e7;
    height: auto;
    padding-bottom: 2em;
    padding-top: 6em;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}


.contenedorCuadrosHistoria{
   width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    display: flex;
flex-wrap: wrap;
justify-content: center;
    overflow-x: clip;
}

.contenedorHistoria{
    display: flex;
    width: 100%;
    color: #fff;
    padding: 0 .5em;
}



.cuadroH1{
    width: 100%;
    line-height: 1.6em;
    text-align: left;
    /*background-color: #404040;*/
    font-size: 2em;
    padding: 0em .5em;
    
}


.cuadroHX{
    width: 100%;
    line-height: 1.6em;
    text-align: left;
    /*background-color: #404040;*/
    font-size: 1.2em;
    padding: 0em .5em;
    font-family: Lato-Regular !important;
}




.cuadroH2{
    width: 100%;
    padding: 0em 0em;
    /*background-color: #fff;*/
    display: flex;
}

.cuadroH3{
    font-size: 1em;
}

/*Seccion 0*/



/* Manejo de Seccion 1 */


.separador{
    height: 150px;;
    
    }
    
img.pleca{
        overflow: hidden;
        width: 100%;
}
    

.contenido1{
    padding: 0em 0;
    height: auto;
    width: 100%;
    margin-top: -110px;
    padding-top: 3em;

}
.contenido1 h1{
    line-height: 1.2em;
    border-bottom: #969696 1px dotted;
    padding-bottom: .2em;
}

.contenido-S1{
    margin-top: unset;
    font-size: 1.2em;
}
    


.contenido-S1 img{
    width: 100%;
    height: auto;
    }
.contenido-S1 .ocultar{
    display: none;
}
.contenido-S1{
    width: 80%;
}

/* Manejo de Seccion 2 */    
.contenido2{
height: auto;
/*margin: 0em 0;*/
width: 100%;
margin-top: -110px;
}


.contenido2ProductoIndividual{
    width:90%;
    /*min-height: 100vh;*/
    height: auto;
    display: flex;
    margin: 0 auto 0 auto;
    justify-content: center;
/*    padding-top: .5rem;*/
    /*padding-bottom: 1rem;*/
    /*background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;*/
}


.contenedorProductos{
    padding: 0;
    margin: 0;
    width: 100%;
}
    
.encabezadoSeccion .tituloSeccion{
    font-size: 3em;
    line-height: 0em;
    display: flex;
    justify-content: center;
}

.encabezadoSeccion{
    width: 100%;
    margin-bottom: 2rem;
    line-height: 2em;
    text-align: center;
    margin-top: 0rem;
}


.subtituloSeccion{
    line-height: 1.2em;
    font-size: 1.5em;
}

.parrafoSeccion{
    display: flex;
    margin-top: 1em;
}



.item-producto{
    width: auto;
    height: auto;
    line-height: 1em;
    margin-bottom: 2em;
    }

.item-producto .subtituloSeccion {
    padding-bottom: 0;
    padding: 0em .5em 0em 0.5em;
    }
    
.item-producto .subtituloSeccion2 {
    padding-bottom: 0;
    padding: 0em .5em 0em .8em;
}

/* Manejo de Seccion 3 */    

.contenido3{
height: auto;
padding: 6em 0;
width: 100%;


}
.contenedorOficinas{
    width: 100%;

}

.contenido3 h2{
    text-align: center;
}
.item-Oficinas{
    padding: 1em .0em;
    margin: 1em .5em;
    border-radius: 5px;
    width: 100%;
}

.tituloOficina{
    margin-bottom: .5em;
    padding: 0 .8em;
    justify-content: center;
}

.direccionOficina{
    margin-bottom: .5em;
    height: auto;
    padding: 0 1em;
    
}
    
.mapa,iframe{
    width: 100%;
    height: 300px;
    display: flex;
    border-radius: unset;
}
.bloqueOficinas{
    background-color: rgba(0,0,0,0.55);
    width: 100%;
    line-height: 1em;
    min-height: 0;
}
   
/*Manejador contenido 4*/
.contenido4{
    height: auto;
    padding: 6em 0;
    width: 100%;
    
}

.parrafoFinanciera{
    margin: auto;
    width: 100%;
    padding: 0%;
}

.item-Financiera{
    display: flex;
    flex-direction: column;
    border-top: 50px solid rgba(0,0,0,0.52);
    border-left: 1px;
    margin: 1em 0%;
}

.bloqueIzquierda{
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.item-Financiera ul li{
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: .5em 0;
}
.item-Financiera ul li:last-child{
    border: 0;
}
.anioFinanciera{
    font-size: 1.8em;
    transform: rotate(-90deg);
    position: relative;
    margin-top: -2.4em;
    margin-left: 0;
}
.bloqueFinanciera{
    width: 100%;
    padding: 0;
}

/* Manejo de Seccion 5 Contacto*/  
 input{
    width: 90%;
}
       
textarea{
    width: 90%; 
    min-height: 10em;
    line-height: 1.5em;
}

select{
    width: 90%;
    margin: 1em auto; 
}

#contacto-enviar{   
    width: 90%;
    display: block;
    margin: 1em auto !important;
}

    
    
    
/*Manejador contenido 6*/
footer {
    flex-direction: column;
    align-items: center;
}    
.colFooterCentro, .colFooterIzquierda, .colFooterDerecha{
    margin-bottom: 2em;
    border-bottom: 1px solid #7bc9c1;
    padding: 0em 0em 1em 0;
    
}
    .colFooterDerecha{
        border: 0;
}
    footer img, footer p{
        align-self: center;
    }

    footer ul {
        padding-left: 0px;
    }
    
  
/*Manejador fondos secciones Movil*/
.contenido0{
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
}

.contenido1{
    background-image: url('/img/bg-noise-1.png');
    background-repeat: repeat;
}
.contenido2{
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
}
.contenido3{
    background-image: url('/img/bg-noise-1.png');
    background-repeat: repeat;
}
/*.contenido4{
    /*background-color: rgb(43, 68, 58);
    background-image: none;*/
    /*background-image: url(../img/min-seccion-4.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
}*/

.contenido5{
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
    margin-top: -110px;
}


/*Manejador Formulario*/

input{
    width: 80vw;
}
textarea{
    width: 80vw; 
    min-height: 10em;
    line-height: 1.5em;
}
select{
    width: 80vw; 
}
form{
    display: flex;
    flex-direction: column;
}
#contacto-enviar{
    width: 30vw;
    height: 3em;;
    margin: auto;
}



/*Manejador Footer*/
footer{
    display: flex;
}

.colFooterIzquierda{
    width: 100%;
}
.colFooterCentro{
    width: 100%;
}





.colFooterDerecha{
    display: unset;
    width: auto;
    margin: auto;
}



.contenedorMozaico{
    margin: 2em auto;
    max-width: 1200px;
}

.mozaicos img{
    max-width: 300px;
    position: relative;
    transition: all .2s ease-in-out;
    border-radius: 4px;
}

.mozaicos img:hover{
    transition: all .2s ease-in-out;
    transform: scale(1.1);
    z-index: 1000;
    -webkit-box-shadow: -1px 10px 20px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 20px 5px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 20px 5px rgba(0,0,0,0.75);
}



}/*LLave cierre Movil*/

@media (prefers-reduced-motion: reduce) {
    #mobile-menu,
    #mobile-menu.menu--open,
    .botonWhatsFlotante,
    .botonWhatsFlotante.menu-mobile-open {
        transition: none !important;
    }
}

/* ANIMACIÓN DE LLEGADA DESDE LA NAVEGACIÓN PRINCIPAL */
.section-arrival {
    animation: section-arrival 180ms ease-out both;
}

@keyframes section-arrival {
    from {
        opacity: 0.96;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-arrival {
        animation: none !important;
    }
}

/* CONTACTO DE DISTRIBUCIÓN */
.contenido3 .tituloContactoDistribucion {
    margin: 1.5rem 0 0.6rem;
    color: #303d5b;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.contenido3 .contactosDistribucion {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    margin: 1.2rem 0 2.5rem;
    font-size: 1rem;
}

.contenido3 .contactoDistribucionItem {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    padding: 0.85rem;
    color: #303d5b;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dce9e7;
    border-radius: 10px;
    transition: background-color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.contenido3 .contactoDistribucionItem:hover,
.contenido3 .contactoDistribucionItem:focus-visible {
    background-color: #eef8f7;
    border-color: #b9d2d0;
    outline: 3px solid rgba(18, 140, 126, 0.22);
    outline-offset: 2px;
    transform: translateY(-1px);
}

.contenido3 .contactoDistribucionIcono {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #128c7e;
    background: #e7f5f3;
    border-radius: 50%;
}

.contenido3 .contactoDistribucionIcono svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contenido3 .contactoDistribucionTexto {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.contenido3 .contactoDistribucionEtiqueta {
    color: #728098;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contenido3 .contactoDistribucionValor {
    color: inherit;
    font-size: 1rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 700px) {
    .contenido3 .contactosDistribucion {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin-bottom: 2rem;
    }
}
/* CARDS DE SUCURSALES */
#A-centros .sucursalesGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

#A-centros .item-Oficinas {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #303d5b;
    background: #fff;
    border: 1px solid rgba(48, 61, 91, 0.13);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(27, 51, 65, 0.1);
}

#A-centros .item-Oficinas::before {
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: #7bc9c1;
}

#A-centros .sucursalCabecera {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 1.25rem 0.65rem;
}

#A-centros .sucursalPin {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #128c7e;
    background: #e7f5f3;
    border-radius: 50%;
}

#A-centros .sucursalPin svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#A-centros .item-Oficinas h2 {
    margin: 0;
    padding: 0;
    color: #303d5b;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    border: 0;
}

#A-centros .sucursalContenido {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1.25rem 1.15rem;
}

#A-centros .direccionOficina {
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #516078;
    font-size: 1rem;
    line-height: 1.55;
}

#A-centros .sucursalCorreo {
    align-self: flex-start;
    color: #128c7e;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

#A-centros .sucursalCorreo:hover,
#A-centros .sucursalCorreo:focus-visible {
    color: #0d6f6a;
    text-decoration: underline;
    outline: 0;
}

#A-centros .item-Oficinas iframe {
    display: block;
    flex: none;
    width: 100%;
    height: 210px;
    margin: 0;
    border: 0;
    border-radius: 0;
}

#A-centros .sucursalMapaEnlace {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 46px;
    padding: 0.7rem 1.25rem;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #303d5b;
    transition: background-color 180ms ease, transform 180ms ease;
}

#A-centros .sucursalMapaEnlace:hover,
#A-centros .sucursalMapaEnlace:focus-visible {
    color: #fff;
    background: #128c7e;
    outline: 3px solid rgba(18, 140, 126, 0.25);
    outline-offset: -3px;
    transform: translateY(-1px);
}

@media screen and (max-width: 1100px) {
    #A-centros .sucursalesGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 700px) {
    #A-centros .sucursalesGrid {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media screen and (max-width: 480px) {
    #A-centros .sucursalesGrid {
        gap: 1rem;
    }

    #A-centros .sucursalCabecera {
        padding: 1rem 1rem 0.55rem;
    }

    #A-centros .sucursalContenido {
        padding: 0 1rem 1rem;
    }

    #A-centros .item-Oficinas iframe {
        height: 185px;
    }
}

/* CONTACTO: TARJETA Y FORMULARIO */
#A-contacto {
    display: block;
    padding: clamp(5rem, 9vw, 8rem) 1rem;
}

#A-contacto .contenedorFinanciera {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
    width: min(1180px, 100%);
    margin: 2.75rem auto 0;
    padding: clamp(2.25rem, 5vw, 4.5rem);
    color: #303d5b;
    background: #fff;
    border: 1px solid rgba(48, 61, 91, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(27, 51, 65, 0.14);
}

#A-contacto .contacto-columna {
    min-width: 0;
}

#A-contacto .contacto-informacion {
    padding: 0;
    text-align: left;
}

#A-contacto .contacto-titulo,
#A-contacto .contacto-formulario-titulo {
    margin: 0;
    color: #303d5b;
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
    line-height: 1.2;
}

#A-contacto .contacto-introduccion {
    margin: 1rem 0 2rem;
    color: #516078;
    font-size: 1.05rem;
    line-height: 1.65;
}

#A-contacto .contacto-datos {
    display: grid;
    gap: 0.8rem;
}

#A-contacto .contacto-dato {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.8rem;
    color: #303d5b;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 160ms ease, color 160ms ease;
}

#A-contacto .contacto-dato:hover,
#A-contacto .contacto-dato:focus-visible {
    color: #0d6f6a;
    background-color: #eef8f7;
    outline: none;
}

#A-contacto .contacto-icono {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #128c7e;
    background: #e7f5f3;
    border-radius: 50%;
}

#A-contacto .contacto-icono svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#A-contacto .contacto-dato-contenido {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

#A-contacto .contacto-etiqueta {
    color: #728098;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#A-contacto .contacto-valor {
    color: inherit;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

#A-contacto .contacto-privacidad {
    margin: 2rem 0 0;
    padding-top: 1.25rem;
    color: #728098;
    font-size: 0.86rem;
    line-height: 1.55;
    border-top: 1px solid #dce9e7;
}

#A-contacto .contacto-formulario {
    padding-left: clamp(2.5rem, 5vw, 4.5rem);
    border-left: 1px solid #dce9e7;
}

#A-contacto .contacto-formulario-titulo {
    margin-bottom: 1.5rem;
    font-size: clamp(1.4rem, 2vw, 1.75rem);
}

#A-contacto .contacto-formulario-aviso {
    margin: -0.5rem 0 1.25rem;
    padding: 0.9rem 1rem;
    color: #516078;
    font-size: 0.95rem;
    line-height: 1.55;
    background: #f4f9f9;
    border-left: 4px solid #128c7e;
    border-radius: 0 7px 7px 0;
}

#A-contacto .contacto-formulario form {
    display: grid;
    gap: 0.9rem;
}

#A-contacto .contacto-formulario input:not(#contacto-enviar),
#A-contacto .contacto-formulario textarea,
#A-contacto .contacto-formulario select {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0.75rem 0.9rem;
    color: #303d5b;
    font: inherit;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #b9d2d0;
    border-radius: 7px;
}

#A-contacto .contacto-formulario textarea {
    min-height: 150px;
    resize: vertical;
}

#A-contacto .contacto-formulario input:not(#contacto-enviar):focus,
#A-contacto .contacto-formulario textarea:focus,
#A-contacto .contacto-formulario select:focus {
    border-color: #128c7e;
    outline: 3px solid rgba(18, 140, 126, 0.16);
}

#A-contacto .contacto-recaptcha {
    min-height: 78px;
    margin-top: 0.25rem;
}

#A-contacto #contacto-enviar {
    width: auto;
    min-width: 132px;
    min-height: 46px;
    margin: 0.25rem 0 0;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border: 1px solid #303d5b;
    border-radius: 7px;
}

#A-contacto #contacto-enviar:hover,
#A-contacto #contacto-enviar:focus-visible {
    color: #fff;
    background-color: #128c7e;
    border-color: #128c7e;
    outline: 3px solid rgba(18, 140, 126, 0.16);
}

#A-contacto #contacto-enviar:disabled,
#A-contacto #contacto-enviar:disabled:hover,
#A-contacto #contacto-enviar:disabled:focus-visible {
    color: #68727b;
    cursor: not-allowed;
    background: #e8eeee;
    border-color: #b9d2d0;
    outline: none;
}

@media screen and (max-width: 860px) {
    #A-contacto .contenedorFinanciera {
        grid-template-columns: 1fr;
        margin-top: 2.25rem;
        gap: 2rem;
    }

    #A-contacto .contacto-formulario {
        display: block;
        padding: 2rem 0 0;
        border-top: 1px solid #dce9e7;
        border-left: 0;
    }

    #A-contacto .contacto-formulario-titulo,
    #A-contacto .contacto-formulario form {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    #A-contacto .contacto-formulario-titulo {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    #A-contacto {
        padding: 4.5rem 1rem;
    }

    #A-contacto .contenedorFinanciera {
        padding: 1.5rem 1rem;
        margin-top: 1.75rem;
        border-radius: 10px;
    }

    #A-contacto .contacto-dato {
        align-items: flex-start;
        padding: 0.65rem 0;
    }
}

@media screen and (max-width: 360px) {
    #A-contacto .contacto-recaptcha {
        height: 63px;
        min-height: 63px;
        overflow: hidden;
    }

    #A-contacto .contacto-recaptcha .g-recaptcha {
        transform: scale(0.8);
        transform-origin: left top;
    }
}

/* FILOSOFÍA EMPRESARIAL: GRÁFICOS EN TABLET */
@media screen and (min-width: 600px) and (max-width: 860px) {
    #A-somos .contenido-S1 > img[src="img/mision.png"],
    #A-somos .contenido-S1 > img[src="img/vision.png"],
    #A-somos .contenido-S1 > img[src="img/valores.png"] {
        width: 75%;
        min-width: 380px;
        max-width: 460px;
        height: auto;
    }
}
#A-historia .contenedorHistoria .encabezadoSeccion > h2 {
    color: #303d5b;
}

/* GRÁFICO DISMO: ENTRADA HORIZONTAL SUAVE */
.contenido2 .carretera img[data-aos="fade-right"] {
    transition-duration: 1100ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width: 700px) {
    .contenido2 .carretera img[data-aos="fade-right"]:not(.aos-animate) {
        transform: translate3d(-32px, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .contenido2 .carretera img[data-aos="fade-right"] {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-duration: 0ms;
    }
}
