@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: 0px 2px 5px rgba(0,0,0,0.2);
}



.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{
    display:flex;
    justify-content: space-between;
    height: auto;
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    font-size: 1.2em;
    padding: .5rem 1rem;
    border-bottom: solid 1px rgba(0,0,0,0.7);
    z-index: 10000;
}
header ul{
    display: flex;
    list-style: none;
    align-items: center; 
    margin-right: 0em;
    
}
header ul li {
    padding: .2em;
}



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

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


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;
}

.logosQS{
    display: flex;
    gap: 4em;
    margin-bottom: 4em;
}

.logosQS img{
    max-height: 70px;
}

.DismarWay{
    display: flex;
    gap: 4em;
    margin-bottom: 4em;
}

.DismarWay h2{
    font-weight: 700;
}

.DismarWay li{
    color:#404040;
    line-height: 1.6em;
}

.Way{
    color:#fff;
    background-color:#4fa4b9 ;
    padding: 4px 6px 0 6px;
    border-radius: 2px;
}

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

  .operacion{
    font-size: 3em;
    color: #303d5b;
    font-weight: 700;
  }

.Lclientes{
    display: flex;
}


/*Funcionamiento menu de contenido*/
.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;
}

.bold{
    font-weight: bold;
}

.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;
  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
}
.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;
}

.Sangrado{
    padding-left: 3em;
}

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



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

}

.contenido2 h1, h2, h2, h3, 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: 8em;
    padding-bottom: 0em;
    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: 10em 0 4em 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: 600px;
    height: 120px;
    background-color: #fff;
    padding: .2em;
    display: flex;
    margin: auto auto 2em auto;
    border-radius: 10px;
    border: solid 1px #7bc9c1;
}

.carretera img{
    height: 100%;
}

/*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: block;
    font-size: 1.2em;
    padding: .5em 1em;
    margin-bottom: 1.5em;
    border-radius: .4em;
    border: solid 1px #82a8a4;
    margin: 1em auto;
}


::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 5AAAA*/
.contenidoCL{
    width:100%;
    background-image: url('/img/bg-noise-2.png');
    background-repeat: repeat;
    justify-content: center;
    height: auto;
    display: flex;
    padding-bottom: 7em;
    padding-top: 5em;
    margin-top: 0em;
}

.contenidoCL div{
    background-color: #FFF;
    padding: 2em;
width: 100%;
max-width: 1200px;
border-radius: 6px;
background-image: url('/img/bg-noise-1.png.png');
}



.contenidoCL h1{
    font-size: 3em;color: #303d5b;
    font-weight: 700;
    text-align: center;
}

.contenidoCL p{
    width: 100%;
    max-width: 600px;
    margin: auto auto 2em auto;

}

.Lclientes{
    display: flex;
    width: 100%;
    max-width: 900px;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-around;
}

.Lclientes img{
    height: 90px;
    

}

/*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;
}

.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 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;
        
    }

    .logosQS{
        display: flex;
        /* flex-direction: column; */
        gap: 0.2em;
        margin-bottom: 2em;
    }
    
    .logosQS img{
        all: unset;
        width: 90px !important;
    }


    .DismarWay{
        display: flex;
        flex-direction: column;
        gap: 1em;
        margin-bottom: 2em;
    }



    .logosQS{
        display: flex;
        flex-wrap: wrap;
        gap: 0.5em;
        margin-bottom: 2em;   
    }

    .logosQS div{
        width: 45%;
        text-align: center;
    }

    .logosQS p{
        font-size: 0.8em;
        line-height: 1.2em;
    }



    .Lclientes{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 2em;
        justify-content: space-around;
    }

    .Lclientes img{
        height: 50px;


    }

    

    .contenedorSlider{
        height: 50vh;
    }

    .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*/


 body{
        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; 
  }
  





  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;
}

/* Manejo de Header*/ 
header{
    height: 50px;
    width: auto;
    margin: 0;
    border-color: rgba(255,255,255,0.20);
       
} 



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

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

/*Funcionamiento menu de contenid Movil*/
.menu{
    margin-top: 5em;
    
}

.menu li{
    list-style: none;
    border-bottom: solid 1px rgba(255,255,255,0.15);
    padding: 1em .5em;
}
.boton{
   padding: .5em 1em;
   display: block;
   margin-top: .5em;
}




/*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: -45px;
}


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

.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, 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*/