/* CSS Document */
@charset "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Teko:400,500';
/* font-family: 'Teko', sans-serif; */

@font-face {
    font-family: 'MyriadPro';
    src: url(../fonts/MyriadPro-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url(../fonts/MyriadPro-bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Bold.ttf);
    font-weight: bold;
}

* {
    font-family: 'MyriadPro', Geneva, Verdana, sans-serif;
    font-size: 18px;
    box-sizing: border-box;
}

body {
    max-width: 1200px;
    /* border: solid 1px red; */
    margin: auto;
    position: relative;
}

[class*="col-"] {
    float: left;
    padding: 6px 15px;
    /* border: 1px solid gray; */
    text-align: left;
    font: normal 14px/180% 'Open Sans', sans-serif;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}


h1 {
    font-size: 1.9rem;
    font-family: 'Poppins', Geneva, Verdana, sans-serif;
    margin: 13px;
}


h2 {
    color: #000;
    font-size: 1.7rem;
    text-align: center;
    font-family: 'Poppins', Geneva, Verdana, sans-serif;
    margin: 0px;
}

h3 {
    color: #000;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
    font-size: 1.1rem;
    height: 50px;
}

.center {
    text-align: center;
}

h4 {
    color: rgb(150, 150, 150);
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
}

p {
    font-size: 1rem;
    /*color: rgb(150, 150, 150); */
    text-align: center;
    margin-top: 0px;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

a:hover {
    color: gray;
}

#titulo {
    background-color: rgb(245, 243, 241);
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 10px 0px;
    /*background-image: url(../imagenes/titulos_fotos/NOSOTROS.jpg);*/
    background-size: cover;
}

.nosotrostit {
    background-image: url(../imagenes/titulos_fotos/NOSOTROS.jpg);
}

.colegiostit {
    background-image: url(../imagenes/titulos_fotos/COLEGIOS.jpg);
}

.serviciotit {
    background-image: url(../imagenes/titulos_fotos/SERVICIOALCLIENTE.jpg);
}

.puntostit {
    background-image: url(../imagenes/titulos_fotos/PUNTOSDEVENTA.jpg);
}

.intitucionalestit {
    background-image: url(../imagenes/titulos_fotos/VENTASINSTITUCIONALES.jpg);
}

.blogtit {
    background-image: url(../imagenes/titulos_fotos/BLOG.jpg);
}

.contactenostit {
    background-image: url(../imagenes/titulos_fotos/CONTACTENOS.jpg);
}

#titulo h1 {
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.7);
    color: rgb(183, 38, 60);
    padding: 0 10px;
    border-radius: 7px;
}

#miga {
    font-size: .7rem;
    color: rgb(255, 255, 255)
}

#miga .negrilla {
    font-weight: bolder;
    font-size: inherit;
}

/*aside {
    margin: 20px; 
} */

.boton {
    font-size: .7rem;
    border: solid 1px rgb(150, 150, 150);
    width: fit-content;
    padding: 4px 4px;
    border-radius: 20px;
    display: inline;
    font-weight: bold;
    margin: 1px;
    background-color: aliceblue;
    color: black;
}

.boton_cuadrado {
    font-size: 1.1rem;
    border: solid 1px rgb(224, 228, 227);
    width: fit-content;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline;
    font-weight: bold;
    margin: 3px;
    background-color: aliceblue;
}



.seleccionado {
    /* background-color: rgb(241, 241, 237); */
    color: rgb(0, 0, 0);
}

.activo {
    background-color: rgb(183, 38, 60);
    color: white;
}

header article {
    display: flex;
    column-gap: 30px;
    width: 100%;
    height: auto;
    background-color: rgb(183, 38, 60);
    color: #fff;
    padding: 10px 20px 8px 20px;

}

header article div {
    font-size: .8em;
}

article {
    background-color: rgb(247, 236, 217, 0.7);
}

.logo {
    width: 14%;
    padding: 10px 0px 10px 40px;
}

.logo_cli {
    position: absolute;
    width: 14%;
    padding: 10px 0px 10px 40px;
    right: 30px;
    top: 60px
}

.boton_pedido {
    width: 67px;
    height: 36px;
    border: solid 1px #900;
    position: absolute;
    top: 100px;
    left: 540px;
    border-radius: 4px;
    font-size: 19px;
    color: gray;
    padding: 0px 6px;

}

.colegio {
    position: absolute;
    top: 100px;
    left: 240px;
}

.colegio form select {
    font-size: 14px;
    color: gray;
    border: solid 1px #900;
    height: 36px;
}

.slider1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 350px;
    border: solid 1px gray;
    margin: 0 auto;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1200px;
    height: 350px;
    overflow: hidden;
}

.elegir {
    padding: 10px 0px;
}

section {
    position: relative;
}

.flex {
    display: flex;
    column-gap: 1%;
    top: -15px;
    width: 100%;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.botones {
    display: flex;
    column-gap: 1%;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
    padding-bottom: 20px;
}

.recuadro {
    width: 24%;
    height: auto;
    border: solid 2px rgb(230, 230, 223);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.recuadro:hover {
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
}

.recuadro:hover figure img {
    width: auto;
}


.recuadro aside {
    padding: 10px 20px;
    font-size: 0.9em;
    color: gray;
}

.recuadro aside a {
    color: #900;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
    line-height: 230%;
}


.vineta10 {
    width: 25px;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.alto270 {
    height: 315px;
}

.tamano {
    width: 100%;
    height: auto;
}

.destacados {
    width: 100%;
    margin-top: 6px;
}

.prendas {
    margin-top: 0;
    border-radius: 2px;
}

.prod_destacados {
    width: 100%;
    /*  border: solid 1px violet; */
    background-color: rgb(246, 244, 240);
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.flex2,
.flex3,
.flex4,
.flex5 {
    display: flex;
    column-gap: 1%;
    width: 95%;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin: auto;
}

.flex2 {
    row-gap: 10px;
    flex-wrap: wrap;
}

.flex3 {
    flex-wrap: wrap;
    row-gap: 33px;
    column-gap: 37px;
    width: 100%;
    margin-top: 40px;
    align-items: stretch;
}

.flex4 {
    background-color: rgb(183, 56, 77);
    width: 100%;
    border-radius: 20px;
    color: #fff;
    padding: 25px;
}


.cuadro {
    width: 24%;
    height: auto;
    border: solid 1px #900;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.cuadro:hover figure img {
    width: 103%;
}


.cuadro .destacado {
    margin: 5px 0;
}

.cuadro aside {
    padding: 10px 20px;
    font-size: 0.8em;
    color: gray;
}

.cuadro aside a {
    color: #900;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
    line-height: 230%;
}

.cuadro a {
    text-decoration: none;
    color: inherit;
}

.calendario {
    font-size: 30px;
    width: 31%;
    border: solid 1px red;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 20px;
    margin: 10px;
    background-color: #900;
}

.calendario:hover {

    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.5);
}

button {
    color: white;
}

.estrellas {
    text-align: left;
    color: rgb(250, 195, 83);
    margin: 5px 0px;
}

.cuadro aside select {
    color: #900;
}

.adicion {
    font-size: .8rem;
    margin: 0px;
    border: solid 1px gray;
    border-radius: 5px;
    background-color: rgb(0, 163, 99);
    color: #fff;
}

.flex3 .cuadro {
    width: 31.2%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 36px;
    background-color: rgb(255, 238, 215);

}

.flex3 .cuadro:hover {
    border: solid 1px rgb(224, 195, 178);
    background-color: rgb(255, 238, 215, 0.5);
}

.flex3 .cuadro:hover h3 {
    color: rgb(162, 43, 51);
}

.flex3 .cuadro:hover .circulo {
    background-color: rgb(245, 232, 233);
}

.circulo {
    /*   width: 65px;
    height: 65px;
    font-size: 40px;
    background-color: rgb(230, 223, 215);
    border-radius: 50%;
    padding: 10px;*/
    text-align: center;
    margin: 20px auto;
}

.circulo img {
    width: 200px;
    border-radius: 50%;
    height: 200px
}

.flex4 .cuadro_estadistica {
    width: 25%;
    text-align: center;
}

.flex4 .cuadro_estadistica h5 {
    font-size: 40px;
    margin: 0;
}

.compromiso {
    background-color: rgb(250, 247, 241);
    padding: 10px
}

.icono {
    text-align: center;
    font-size: 40px;
    width: 60px;
    background-color: rgb(255, 246, 240);
    border-radius: 50%;
    margin: auto;
}

.flex5 .cuadro {
    padding: 10px;
    text-align: center;
    height: auto;
    width: 32%;
}

.flex5 .cuadro:hover {
    border: solid 1px rgb(224, 195, 178);
}

.flex5 .cuadro:hover .icono {
    background-color: rgb(245, 232, 233);
}


.colegios {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2vw;
    row-gap: .2vw;
    width: 95%;
    justify-content: center;
    padding-bottom: 20px;
    margin: 30px 20px;
    padding-top: 20px;
}

.selec_col {
    position: relative;
    border: 1px solid #D6D6D6;
    width: 22%;
    border-radius: 5px;
    height: auto;
    padding: 10px 20px 20px;
    background-color: white;
}


.selec_col:hover {
    /*  background-color: darkgray;*/
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
}

.selec_col a {
    text-decoration: none;
    color: inherit
}

.selec_col img {
    width: 100%;
    height: auto;
    margin-right: 20px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
    box-sizing: unset;
}

.selec_col p {
    text-transform: uppercase;
    font-weight: 400;
}

.selec_col .boton_cuadrado {
    margin: 35px;
    background-color: rgb(188, 25, 40);
    color: white;
}

.puntos {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin: 0px -21px;
}

.quienes {
    padding: 30px;
}

.quienes h2,
.mensaje h2 {
    margin: 30px;
}

.quienes p,
.mensaje p {
    color: gray;
    text-align: justify;
    line-height: 180%;
    font-size: 1rem;

}

.puntosventa {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0px;
    background-color: white;
    border: solid 1px #900;
}

.puntosventa iframe,
.puntosventa .leyenda,
.puntosventa .foto_punto {
    width: 32%;
    height: auto;
}

.leyenda h1 {
    color: #900;
}

.puntosventa h1 {
    font-size: 1.3rem;
}

.mensaje {
    background-color: mistyrose;
    padding: 40px;
    text-align: justify;
    color: #900;
}

.mensaje h2 {
    color: #000;
}

.mensaje p {
    color: #fff;
}

.telon {
    text-align: center;
}

video {
    width: 400px;
    height: auto;
    border: solid 1px #900;
}


/*//////*/

.contacto input,
.contacto textarea {
    width: 40%;
    height: 50px;
    border: solid 1px #CCCCCC;
    display: inline-block;
    border-radius: 5px;
    font: normal 14px/180% 'Open Sans', sans-serif;
    margin: .5%;
    min-width: 300px;
}

.contacto textarea {
    width: 82%;
    height: 100px;
    color: #999;
}

.contacto button {
    width: auto;
    padding: 0 25px;
    height: 40px;
    border: dashed 2px #CCCCCC;
    background-color: #999;
    border-radius: 5px;
    font: normal 14px/180% 'Open Sans', sans-serif;
    margin: 10px;
    color: #FFF;
    cursor: pointer;
}

.faq {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ancho {
    width: 49%;
    padding: 30px;
}



#pop_adl {
    z-index: 5;
    display: inline-table;
    background-color: #009999;
    color: #ffffff;
    padding: 30px;
    position: fixed;
    opacity: 1;
    margin: unset;
    border: solid 1px gray;
    font-size: 20px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    width: 600px;
    /* adjust as per your needs */
    height: auto;
    /* 400pxadjust as per your needs */
    margin-left: -300px;
    /* negative half of width above */
    margin-top: -200px;
    /* negative half of height above */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
    border-radius: 12px;
}

#pop_adl p {
    font: normal 12px/180% 'Open Sans', sans-serif;
}

.cerrar {
    font-size: 20px;
    background-color: #000;
    border-radius: 50%;
    width: fit-content;
    padding: 1px 9px;
    position: absolute;
    right: 9px;
    top: 8px;
    font-weight: bold;
    cursor: pointer;
    transform: rotate(45deg);
}

.aviso-bienvenida {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
    background: linear-gradient(135deg, #fff7f7, #ffffff);
    border-radius: 16px;
    padding: 22px 26px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin: 20px auto;
}

.aviso-bienvenida h2 {
    margin: 0 0 6px;
    color: rgb(188, 25, 40);
    font-size: 28px;
}

.aviso-bienvenida p {
    margin: 0;
    color: #444;
    font-size: 17px;
    line-height: 1.5;
}

.aviso-icono {
    font-size: 42px;
    background: rgb(188, 25, 40);
    color: white;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/*/////////*/

footer {
    background-color: rgb(58, 46, 48);
    color: rgb(203, 212, 215);
    text-align: center;
    height: auto;
    padding: 5% 5% 2% 5%;
}

footer p {
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: gray;
}


footer input {
    padding: 6px;
    background-color: rgb(78, 71, 72);
    border: solid 1px rgb(101, 98, 99);
    border-radius: 5px;
    font-size: .8rem;
    margin: 10px 0px;
}

footer input[type=text] {
    background-color: rgb(78, 71, 72);
    border: solid 1px rgb(101, 98, 99);
    width: 430px;
}

footer input[type=submit] {
    background-color: rgb(182, 56, 76);
    color: rgb(248, 240, 239);
    text-align: center;
}

footer hr {
    border: solid 1px rgb(66, 57, 59);
}

footer aside {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    width: 100%;
    justify-content: center;
    padding: 20px;
}


footer aside .columnas {
    width: 20%;
    /*  border: solid 1px #fff; */
    height: auto;
    text-align: left;
}

footer aside .col40 {
    width: 36%;
}

footer aside .columnas p {
    text-align: left;
    line-height: 150%;
}

footer aside .columnas h6 {
    padding: 0;
    margin: 10px 0 0 0;
}

.logo_contenedor {
    text-align: left;
    margin-left: 20px;
}

.logo_footer {
    width: 130px;
    border-radius: 10px;
}

.factura p {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 15px;
}

.factura .boton,
#datos_personales input[type='reset'],
#datos_personales input[type='submit'] {
    background-color: #0070c9;
    background: linear-gradient(#2d7dc5, #2e4676);
    border: solid 1px #07c;
    color: #fff;
    font-size: 14px;
    margin: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 3px 15px 4px 15px;
    text-align: center;
    width: auto;
}

.factura .boton:hover,
#datos_personales input[type='reset']:hover,
#datos_personales input[type='submit']:hover {
    background: linear-gradient(#2e4676, #2d7dc5);
    border: solid 1px #07c;
    color: #fff;
}

#orden,
#datos_personales {
    border: solid 1px gray;
    padding: 20px;
    margin: 20px;
}

#orden .titulo,
#datos_personales .titulo {
    background-color: gray;
    text-align: center;
    font: normal 25px/140% 'Teko', sans-serif;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    color: #FFF;
}

#orden p {
    text-align: left;
    padding-left: 20px;
    line-height: 140%;
    margin: .3rem;
}

#orden form {
    display: inline-block;
    margin-right: 2rem;
}

#orden .disponible {
    color: red;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#orden label {
    color: #060;
    font-weight: bold;
    width: 210px;
    display: inline-block;
    margin: 0;
    float: none;
}

#datos_personales label {
    display: block;
    color: crimson;
    font-variant: small-caps;
    text-align: left;
}

#datos_personales input,
#datos_personales select {
    border: solid 1px gray;
    padding: 4px;
    border-radius: 3px;
    width: 100%;
    font: normal 14px/180% 'Open Sans', sans-serif;
}

#datos_personales select {
    padding: 7px;
}

#datos_personales input[type='radio'] {
    display: inline;
    width: auto;
    height: 12px;
    font-size: 10px;
    min-width: auto;
    text-align: left;
    margin: 15px 0px 8px 0px;
    border: solid 1px #CCCCCC;
    font: normal 14px/180% 'Open Sans', sans-serif;

}

.descuento {
    width: fit-content;
    text-align: center;
    background-color: red;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 100%;
    position: absolute;
    top: 34px;
    left: -31px;
    transform: rotate(-40deg);
}



@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    header {
        height: 160px;
    }

    header article div {
        font-size: .5em;
    }

    .logo {
        width: 30%;
        padding: 10px;
    }

    .logo_cli {
        width: 30%;
    }

    .colegio {
        top: 125px;
        left: 10px;
    }

    .boton_pedido {
        top: 125px;
        /* display: none; */
        left: auto;
        right: 3px;
    }

    .banner {
        display: none;
    }

    .flex {
        top: 0;
    }

    .recuadro,
    .cuadro {
        width: 48%;
    }

    .recuadro:hover {
        box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.5);
        margin-top: 0px;
    }

    .recuadro:hover figure img {
        width: inherit;
    }

    .calendario {
        font-size: 12px;
        padding: 2px;
        width: 25%;
    }

    .alto270 {
        height: auto;
    }

    .flex3 {
        column-gap: 3px;
    }

    .flex3 .cuadro {
        width: 48%;
        padding: 3px;
    }

    .circulo img {
        width: 7rem;
        /* border-radius: 50%; */
        height: 7rem;
    }

    .flex5 .cuadro {
        width: 49%;
    }

    footer {
        padding: 0px;
    }

    footer aside .columnas {
        width: 32%;
    }

    footer aside .col40 {
        width: 100%;
    }

    .selec_col {
        width: 31%;
    }

    .selec_col p {
        font-size: .6rem;
    }

    h1 {
        font-size: 1rem;
        line-height: 125%;
    }

    h3 {
        font-size: 1rem;
    }

    .puntosventa iframe,
    .puntosventa .foto_punto {
        width: 48%;
        height: auto;
    }

    .puntosventa .leyenda {
        width: 100%;
    }

    .boton {
        font-size: .3rem;
    }
}