/*Estilos Error 404 */
.error404{
    color: #8ecfb0;
    margin-top: 25px;
    font-size: 7.0vw;
    font-weight: bold;
}


/*Estilos Home */
@media(max-width: 320px) {
    .mensaje_home {
        color: #8ecfb0;
        margin-top: 25px;
        font-size: 13px;
        font-weight: bold;
    }
    #logo_home{
        padding-left: 15%;
    }
}

@media (min-width: 321px) and (max-width: 599px){
    .mensaje_home {
        color: #8ecfb0;
        margin-top: 25px;
        font-size: 16px;
        font-weight: bold;
    }
    #logo_home{
        padding-left: 14%;
    }
}

@media (min-width: 601px) and (max-width: 1024px){
    .mensaje_home {
        color: #8ecfb0;
        margin-top: 3%;
        font-size: 25px;
        font-weight: bold;
    }
    #logo_home{
        padding-left: 12%;
    }
}

@media (min-width : 1024px) and (orientation : landscape){
    #logo_home{
        padding-left: 9%;
    }
}

@media (min-width: 1025px){
    .mensaje_home {
        color: #8ecfb0;
        margin-top: 25px;
        font-size: 40px;
        font-weight: bold;
    }
    #logo_home{
        padding-left: 8%;
    }
}


.slogan_home{
    color: #a7a9ac;
    font-size: 10px;
    margin-top: 30px;
}
#footer2{
    width: 100%;
}
footer{
    width: 100%;
    margin: 0 auto;
}

@media (min-width : 1025px) and (orientation : landscape){
    footer{
        width: 100%;
        max-width: 1177px!important;
    }

}

footer a{
    display: inline-block;
    margin-top: 0px;
    font-size: 16px;
    color: #000000;
}

footer hr{
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #000000;
    width: 100%;
}

.copyright{
    background-color: #E6E6E6;
}

@media(max-width: 450px){
    footer p{
        padding-bottom: 0px;
        font-size: 7px;
        font-weight: bold;
        color: #000000;
        margin: 0px !important;
    }
    .top-mobile{
        padding-top: 20%;
    }
}
@media (min-width: 451px) {
    footer p {
        padding-bottom: 0px;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        margin: 0px !important;
    }
}
.iconos{
    margin-top: 2px;
    padding-left: 10%;
}

.iconos-mobile{
    background-color: #ffffff;!important;
    padding-bottom: 2%;
}

/*About Page */
.tablagen{
    display: table;
    width: 50%;
}
.fila{
    display: table-row;
}


@media(max-width: 320px){
    .body_about {
        background-image: url('../img/Bornbrite_about_backgroundbody_cellphone.png');
        width: 80%;
        min-height: 300px;
        margin: 0 auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_about{
        width: 90%;
        height: 80%;
        margin-left: 4%;
        padding-top: 5%;
        padding-left: 0%;
    }

    .texto_about p{
        font-size: 2.5vw;
        color: #000000;
        padding-left: 0%;
        text-align: justify;
        margin-bottom: 0px;
    }

    .texto_about h1{
        font-size: 10vw;
        margin-top:5%;
        margin-bottom: 0%;
    }

    .beneficios {
        display: block;
        max-width: 12%;
    }
    .beneficios p{
        font-size: 6px;
        color: #ffffff;
    }
    .flota{
        float: left;
    }
    .margen-img{
        margin-left: 5%;
    }
    .limpia{
        clear: both;
    }
    .ancho{
        max-width: 35% !important;
    }

    /*Nuevos estilos*/
    .col{
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 5%;
    }

    .imagen_about{
        width: 25%;
        padding-right: 5%;
    }
    .beneficios{
        width: 70%;
        font-size: 2.2vw;
        color: #000000;
        text-align: center;
    }

    .sustituye{
        width: 30%;
        vertical-align: text-bottom;
    }

    .bene{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

@media (min-width: 321px) and (max-width:599px) {
    .body_about {
        background-image: url('../img/Bornbrite_about_backgroundbody_cellphone.png');
        width: 86%;
        margin:0 auto;
        min-height: 510px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_about{
        width: 80%;
        height: 80%;
        margin-left: 10%;
        padding-top: 5%;
        padding-left: 0%;

    }

    .texto_about p{
        font-size: 10px;
        color: #000000;
        padding-left: 0%;
        text-align: justify;
    }

    .texto_about h1{
        font-size: 20px;
        margin-bottom: 2%;
    }

    .beneficios {
        display: block;
        max-width: 12%;
    }
    .beneficios p{
        font-size: 6px;
        color: #000000;
    }
    .flota{
        float: left;
        margin-bottom: 3%;
    }
    .margen{
        margin-right: 10%;
    }
    .margen-img{
        margin-left: 5%;
    }
    .limpia{
        clear: both;
    }
    .ancho{
        max-width: 35% !important;
    }

    /*Nuevos estilos*/
    .col{
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 9%;
    }
    .primer_imagen{
        padding-bottom: 5%!important;
    }

    .imagen_about{
        width: 30%;
        padding-right: 5%;
    }
    .beneficios{
        width: 65%;
        font-size: 7px;
        color: #000000;
        text-align: center;
    }

    .sustituye{
        width: 25%;
        vertical-align: text-bottom;

    }

}

@media (min-width:600px) and (max-width: 1023px) {
    .body_about {
        background-image: url('../img/Bornbrite_about_backgroundbody_cellphone.png');
        width: 72%;
        min-height: 670px;
        margin: 0 auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /*
        min-height: 834px;
        width: 90%;
        */
    }

    .texto_about{
        width: 70%;
        height: 80%;
        margin-left: 15%;
        padding-top: 10%;
        padding-left: 0%;
    }

    .texto_about p{
        font-size: 16px;
        color: #000000;
        padding-left: 0%;
        text-align: justify;
    }

    .texto_about h1{
        font-size: 30px;
        margin-bottom: 2%;
        margin-top:2%
    }

    .beneficios {
        display: inline-block;
        max-width: 40%;
    }
    .beneficios p{
        font-size: 12px;
        color: #ffffff;
    }

    /*Nuevos estilos*/
    .col{
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 15%;
    }

    .primer_imagen{
        padding-bottom: 6%!important;
    }

    .imagen_about{
        width: 30%;
        padding-right: 5%;
    }
    .beneficios{
        width: 65%;
        font-size: 12px;
        color: #000000;
        text-align: center;
    }

    .sustituye{
        width: 23%;
        vertical-align: text-bottom;
    }
}

@media (min-width:600px) and (max-width: 999px) and (orientation : landscape){
    .col{
        padding-bottom: 10%!important;%;
    }

}

@media (min-width: 1024px) {
    .body_about {
        background-image: url('../img/Bornbrite_about_backgroundbody.png');
        width: 90%;
        min-height: 525px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-left: 5%;
        margin-right: 5%;
    }

    .texto_about{
        /*background-color: aqua;*/
        width: 65%;
        height: 80%;
        margin-left: 10%;
        margin-top: 4%;
    }

    .texto_about h1{
        font-size: 50px;
        margin-bottom: 0%;
    }
    .texto_about p{
        font-size: 13px;
        color: #000000;
        padding-left: 4%;
        padding-right: 6%;
        margin-bottom: 0%;
        text-align: justify;
    }

    .beneficios {
        display: inline-block;
        color: #ffffff;
        max-width: 30%;
    }
    .beneficios p{
        font-size: 12px;
        color: #ffffff;
        margin-right: 8%;
        margin-left: 8%;
    }
    .margen{
        margin-right: 10%;
    }

    .sustituye{
        width: 20%;
        vertical-align: text-bottom;
    }

    /*Nuevos estilos*/
    .tablagen{
        display: table;
        width: 80% !important;
        margin-left: 4%;
    }

    .col{
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 2%;
    }

    .imagen_about{
        width: 15%;
    }
    .beneficios{
        width: 20%;
        font-size: 10px;
        color: #000000;
        text-align: center;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .texto_about p{
        font-size: 16px;
        margin-bottom: 5%;
    }
}


.texto_about h1{
    font-family: "NoBullies";
    color: #000000;
}

.beneficios p{
    font-family: "NoBullies";
    color: #000000;
}

/*Partners Page */
@media(max-width: 320px){
    .body_partners {
        background-image: url('../img/Bornbrite_partners_backgroundbody_cellphone.png');
        width: 90%;
        margin: 0 auto;
        min-height: 400px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_partners{
        width: 80%;
        height: 80%;
        margin-left: 10%;
        padding-top: 5%;
        padding-left: 0%;
    }

    .texto_partners h1{
        font-size: 14px;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .partner{
        background-color: #DFACBD;
        width: 33%;
        /*height: 40px;*/
        padding: 2%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 4%;
        margin-bottom: 2%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .partner a{
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-decoration: none;
    }
}

@media (min-width: 321px) and (max-width:599px) {
    .body_partners {
        background-image: url('../img/Bornbrite_partners_backgroundbody_cellphone.png');
        width: 90%;
        margin: 0 auto;
        min-height: 510px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_partners {
        width: 85%;
        height: 80%;
        margin-left: 5%;
        padding-top: 5%;
        padding-left: 0%;
    }

    .texto_partners p{
        font-size: 10px;
        color: #ffffff;
        font-weight: 400;
    }

    .texto_partners h1{
        font-size: 20px;
        margin-bottom: 2%;
        margin-top: 5%;
    }

    .partner{
        background-color: #DFACBD;
        width: 33%;
        /*height: 40px;*/
        padding: 2%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .partner a{
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-decoration: none;
    }


}

@media (min-width:600px) and (max-width: 1023px) {
    .body_partners {
        background-image: url('../img/Bornbrite_partners_backgroundbody_cellphone.png');
        width: 73%;
        min-height: 678px;
        margin: 0 auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /*
        width: 90%;
        min-height: 834px;
        */
    }

    .texto_partners {
        width: 80%;
        height: 80%;
        margin-left: 2%;
        padding-top: 10%;
        padding-left: 10%;
    }

    .texto_partners p{
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
    }

    .texto_partners h1{
        font-size: 30px;
        margin-bottom: 2%;
        margin-top: 0%;
    }

    .partner{
        background-color: #DFACBD;
        width: 33%;
        /*height: 40px;*/
        padding: 2%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 4%;
        margin-bottom: 5%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .partner a{
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-decoration: none;
    }

}

@media (min-width: 1024px) {
    .body_partners {
        background-image: url('../img/Bornbrite_partners_backgroundbody.png');
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        min-height: 536px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_partners{
        /*background-color: aqua;*/
        width: 68%;
        height: 80%;
        margin-left: 4%;
        margin-top: 3%;
        padding-left: 4%;
    }

    .texto_partners h1{
        font-size: 50px;
    }

    .texto_partners p{
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
    }

    .partner{
        background-color: #DFACBD;
        width: 33%;
        /*height: 40px;*/
        padding: 2%;
        display: inline-block;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 2%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .partner a{
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-decoration: none;
    }
}

.texto_partners h1{
    font-family: Steinem;
}


/*Research Page */
@media(max-width: 320px){
    .body_research {
        background-image: url('../img/Bornbrite_research_backgroundbody_cellphone.png');
        width: 90%;
        margin:0 auto;
        min-height: 400px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_research{
        width: 97%;
        height: 90%;
        margin-left: 3%;
        padding-top: 1%;
    }

    .texto_research h1{
        font-size: 14px;
        margin-bottom: 2%;
        margin-top: 6%;
        padding-bottom: 0%;
    }

    .research{
        width: 45%;
        height: auto;
        display: inline-block;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 1%;
        font-size: 6px;
        color: #ffffff;
        text-align: center;
        vertical-align: text-top;
    }

    .research2{
        width: 50%;
        height: auto;
        display: inline-block;
        margin-right: 1%;
        margin-left: 48%;
        margin-bottom: 4%;
        margin-top: 4%;
        font-size: 6px;
        color: #ffffff;
        text-align: center;
    }


    .research a, .research2 a{
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    .research a:hover, .research2 a:hover{
        text-decoration: underline;
    }

    .negativo{
        margin-top: -3%;
    }

}

@media (min-width: 321px) and (max-width:599px) {
    .body_research {
        background-image: url('../img/Bornbrite_research_backgroundbody_cellphone.png');
        width: 90%;
        margin:0 auto;
        min-height: 510px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_research{
        width: 97%;
        height: 90%;
        margin-left: 3%;
        padding-top: 3%;
    }

    .texto_research h1{
        font-size: 20px;
        margin-bottom: 0%;
        margin-top: 5%;
    }

    .research{
        width: 46%;
        height: auto;
        display: inline-block;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 1%;
        font-size: 7px;
        color: #ffffff;
        text-align: center;
        vertical-align: text-top;
    }

    .research2{
        width: 50%;
        height: auto;
        display: inline-block;
        margin-right: 1%;
        margin-left: 48%;
        margin-top: 4%;
        font-size: 7px;
        color: #ffffff;
        text-align: center;
    }


    .research a, .research2 a{
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    .research a:hover, .research2 a:hover{
        text-decoration: underline;
    }

    .primero{
        margin-bottom: 0%;
    }

    .negativo{
        margin-top: -6%;
    }
}

@media (min-width:321px) and (max-width: 599px) and (orientation : landscape){
    .texto_research h1{
        margin-bottom: 5%!important;
    }

    .research, .research2{
        font-size: 10px!important;
    }

}

@media (min-width:600px) and (max-width: 1023px) {
    .body_research {
        background-image: url('../img/Bornbrite_research_backgroundbody_cellphone.png');
        width: 75%;
        min-height: 700px;
        margin: 0 auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /*
         width: 90%;
         min-height: 817px;
         */
    }


    .texto_research{
        width: 95%;
        height: 90%;
        margin-left: 5%;
        padding-top: 4%;
    }

    .texto_research h1{
        font-size: 30px;
        margin-bottom: 2%;
        margin-top: 3%;
    }


    .research{
        width: 40%;
        height: auto;
        display: inline-block;
        margin-right: 3%;
        margin-left: 3%;
        margin-bottom: 2%;
        font-size: 10px;
        /*font-size: 12px;*/
        color: #ffffff;
        text-align: center;
    }

    .research2{
        width: 40%;
        height: auto;
        display: inline-block;
        margin-right: 10%;
        margin-left: 50%;
        margin-bottom: 3%;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }


    .research a, .research2 a{
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    .research a:hover, .research2 a:hover{
        text-decoration: underline;
    }

    .primero{
        margin-bottom: 0%;
    }

}

@media (min-width:600px) and (max-width: 1023px) and (orientation : landscape){
    .research, .research2{
        font-size: 11px!important;
    }

}

@media (min-width: 1024px) {
    .body_research {
        background-image: url('../img/Bornbrite_research_backgroundbody.png');
        width: 90%;
        margin-right:5%;
        margin-left: 5%;
        min-height: 536px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_research{
        /*background-color: aqua;*/
        width: 85%;
        height: 80%;
        margin-left: 15%;
        margin-top: 5%;
        padding-left: 17%;
    }

    .texto_research h1{
        font-size: 50px;
    }

    .research{
        width: 22%;
        height: auto;
        display: inline-block;
        margin-right: 1%;
        margin-bottom: 2%;
        font-size: 10px;
        color: #000000;
        text-align: center;
    }

    .research a{
        width: 100%;
        height: 100%;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

    .research a:hover{
        text-decoration: underline;
    }

    .primero{
        margin-left: -4%!important;
    }

}

.texto_research h1{
    font-family: NoBullies;
}

/*Book Page */
@media(max-width: 320px) {
    .body_book {
        background-image: url('../img/Bornbrite_books_backgroundbody_cellphone.png');
        width: 90%;
        margin: 0 auto;
        min-height: 400px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_book {
        width: 95%;
        height: 90%;
        margin-left: 5%;
    }

    .title_book{
        font-family: Steinem;
        width: 12%;
        height: 90%;
        color: #ffffff;
        float: left;
        font-size: 14px;
        padding-top: 15%;
        font-weight: bold;
    }

    .lista_libros{
        width: 88%;
        float: left;
        padding-top: 7%;
    }

    .book{
        width: 32%;
        display: inline-block;
        margin-right: 0;
        font-size: 6px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }
    .subtitulo{
        font-size: 5px;
    }

    .imagen{
        width: 50%;
        margin: 0 auto;
    }

    /*Nuevos archivos */
    .tabla_numero{
        margin:0px;
        font-size: 3px;
        color: #ffffff;
        font-weight: bold;
    }
    .tabla_titulo{
        margin:0px;
        font-size: 3px;
        color: #ffffff;
        font-weight: bold;
    }
    .tabla_desc{
        margin: 0px;
        font-size: 2px;
        color: #ffffff;
    }


}


@media (min-width: 321px) and (max-width:599px) {
    .body_book {
        background-image: url('../img/Bornbrite_books_backgroundbody_cellphone.png');
        width: 90%;
        margin: 0 auto;
        min-height: 510px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_book{
        width: 95%;
        height: 90%;
        margin-left: 6%;
    }

    .title_book{
        font-family: Steinem;
        width: 11%;
        height: 90%;
        color: #ffffff;
        float: left;
        font-size: 20px;
        padding-top: 10%;
        padding-left: 0%;
        font-weight: bold;
    }

    .lista_libros{
        width: 89%;
        float: left;
        padding-top: 8.5%;
    }

    .book{
        width: 31.5%;
        display: inline-block;
        margin-right: 0;
        font-size: 5px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 2%;
        cursor: pointer;
    }

    .subtitulo{
        font-size: 4px;
    }
    .imagen{
        width: 50%;
        margin: 0 auto;
    }

    /*Nuevos archivos */
    table{
        width: 90%;
    }
    .tabla_numero{
        margin:0px;
        font-size: 4px;
        color: #ffffff;
        font-weight: bold;
        padding-top: 3%;
    }
    .tabla_titulo{
        margin:0px;
        font-size: 4px;
        color: #ffffff;
        font-weight: bold;
    }
    .tabla_desc{
        margin: 0px;
        font-size: 4px;
        color: #ffffff;
    }
    td a img{
    max-width: 80px;
    }

}

@media (min-width:600px) and (max-width: 1023px) {
    .body_book {
        background-image: url('../img/Bornbrite_books_backgroundbody_cellphone.png');
        width: 73%;
        min-height: 678px;
        margin: 0 auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /*
         width: 90%;
        min-height: 834px;
        */
    }

    .texto_book{
        width: 95%;
        height: 90%;
        margin-left: 5%;
        padding-top: 5%;
    }

    .title_book{
        font-family: Steinem;
        width: 10%;
        height: 90%;
        color: #ffffff;
        float: left;
        font-size: 30px;
        padding-top: 5%;
        padding-left: 3%;
    }

    .lista_libros{
        width: 77%;
        float: left;
        padding-top: 2%;
        margin-left: 7%;
    }

    .book{
        width: 30%;
        display: inline-block;
        font-size: 10px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 2%;
        cursor: pointer;
    }

    .imagen{
        width: 50%;
        margin: 0 auto;
    }

    /*Nuevos archivos */
    .tabla_numero{
        margin:0px;
        font-size: 7px;
        color: #ffffff;
        font-weight: bold;
    }
    .tabla_titulo{
        margin:0px;
        font-size: 7px;
        color: #ffffff;
        font-weight: bold;
    }
    .tabla_desc{
        margin: 0px;
        font-size: 6px;
        color: #ffffff;
        word-wrap: break-word;
    }

}

@media (min-width: 1024px) {
    .body_book {
        background-image: url('../img/Bornbrite_books_backgroundbody.png');
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_book{
        width: 90%;
        height: 85%;
        margin-top: 2%;
        padding-left: 10%;
    }

    .title_book{
        font-family: NoBullies;
        width: 20%;
        height: 98%;
        color: #000000;
        font-weight: bold;
        float: left;
        min-height: 560px;
        font-size: 50px;
        padding-top: 2%;
    }

    .lista_libros{
        width: 70%;
        float: left;
        margin-top: 3.0%;
    }

    .book{
        width: 25%;
        display: inline-block;
        margin-right: 2%;
        font-size: 9px;
        color: #ffffff;
        text-align: center;
        margin-top: 3%;
        cursor: pointer;
    }

    .imagen{
        width: 50%;
        margin: 0 auto;
    }

    /*Nuevos archivos */
    .tabla_numero{
        margin:0px;
        font-size: 8px;
        color: #000000;
        font-weight: bold;
    }
    .tabla_titulo{
        margin:0px;
        font-size: 9px;
        color: #000000;
        font-weight: bold;
    }
    .tabla_desc{
        margin: 0px;
        font-size: 7px;
        color: #000000;
        font-weight: bold;
    }

}

/*
.title_book{
    font-family: Steinem;
}

.book b{
    font-family: Steinem;
}
*/

.texto_about h1, .texto_partners h1, .texto_research h1{
    color: #000000;
    font-weight: bold;
}

.morado{
    color: #d2b6d6;
    font-weight: bold;
}
.rosa{
    color: #eeb1c3;
    font-weight: bold;
}
.azul{
    color: #93d0ba;
    font-weight: bold;
}
.verde{
    color: #8ecfb0;
    font-weight: bold;
}

/*Shop Page */
.formulario{
    width: 50%;
    float: right;
}

/*Shop Page */
@media(max-width: 320px){
    .formulario{
        width: 50%;
        float: none;
    }

    .letraSmall{
        font-size: 10px;
        padding: 3px 8px;
    }

    .margenSmall{
        margin-bottom: 5px;
    }

    .body_shop {
        background-image: url('../img/Bornbrite_shop_backgroundbody_cellphone.png');
        width: 90%;
        margin: 0 auto;
        min-height: 400px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_shop{
        width: 76%;
        height: 80%;
        margin-left: 0%;
        padding-top: 5%;
        padding-left: 0%;
    }

    .title_shop{
      /* background-color: #002166;*/
        width: 15%;
        height: 90%;
        color: #ffffff;
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding-top: 10%;
    }

    .product{
        /*background-color: #0063DC;*/
        width: 85%;
        float: right;
        padding-top: 10%;
        height: 90%;
    }

    .info-producto{
        width: 70%;
       /* background-color: #ffffff;*/
        margin-left: 7%;
        margin-right: 7%;
        float: left;
    }

    .img-producto{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #items{
        min-height: 45px;
        /*background-color: #002166;*/
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin-top: 5%;
    }

    .book_th{
        width: 30%;
        margin-left: 1%;
        margin-right: 2%;
        height: 100%;
        display: inline-block;
    }

    .info-producto p{
        color: #000000;
        font-size: 7px;
        font-weight: bold;
    }

    .legend{
        width: 100%;
        font-size: 7px!important;
    }

    .formulario {
        width: 50%;
        float: left;
    }

}

@media (min-width: 321px) and (max-width:599px) {
    .body_shop {
        background-image: url('../img/Bornbrite_shop_backgroundbody_cellphone.png');
        width: 90%;
        margin: 0 auto;
        min-height: 500px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_shop{
        width: 80%;
        height: 80%;
        margin-left: 3%;
        padding-top: 5%;
        padding-left: 0%;
    }

    .title_shop{
        /* background-color: #002166;*/
        width: 20%;
        height: 90%;
        color: #ffffff;
        float: left;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10%;
    }

    .product{
        /*background-color: #0063DC;*/
        width: 80%;
        float: right;
        padding-top: 10%;
        height: 90%;
    }

    .info-producto{
        width: 70%;
        /* background-color: #ffffff;*/
        margin-left: 7%;
        margin-right: 7%;
        float: left;
    }

    .img-producto{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #items{
        min-height: 45px;
        /*background-color: #002166;*/
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin-top: 5%;
    }

    .book_th{
        width: 30%;
        margin-left: 1%;
        margin-right: 2%;
        height: 100%;
        display: inline-block;
    }

    .info-producto p{
        color: #000000;
        font-size: 7px;
        font-weight: bold;
    }

    .legend{
        width: 85%;
        font-size: 7px;
    }

    .modalAncha{
        width: 96%!important;
        padding-bottom: 2%!important;
        margin: 0px auto!important;
    }

}

@media (min-width:600px) and (max-width: 1023px) {
    .body_shop {
        background-image: url('../img/Bornbrite_shop_backgroundbody_cellphone.png');
        margin: 0 auto;
        width: 73%;
        min-height: 667px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /*
        width: 90%;
        min-height: 817px;
        /*
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 116.58%; /* (img-height / img-width * container-width)
         */
    }

    .texto_shop{
        width: 80%;
        height: 80%;
        margin-left: 3%;
        padding-top: 5%;
        padding-left: 0%;
    }

    .title_shop{
        /* background-color: #002166;*/
        width: 20%;
        height: 90%;
        color: #ffffff;
        float: left;
        font-size: 30px;
        font-weight: bold;
        padding-top: 10%;
    }

    .product{
        /*background-color: #0063DC;*/
        width: 80%;
        float: right;
        padding-top: 10%;
        height: 90%;
    }

    .info-producto{
        width: 70%;
        /* background-color: #ffffff;*/
        margin-left: 7%;
        margin-right: 7%;
        float: left;
    }

    .img-producto{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #items{
        min-height: 45px;
        /*background-color: #002166;*/
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .book_th{
        width: 30%;
        margin-left: 1%;
        margin-right: 2%;
        height: 100%;
        display: inline-block;
    }

    .info-producto p{
        color: #000000;
        font-size: 16px;
        font-weight: bold;
    }

    .legend{
        width: 85%;
        font-size: 12px!important;
    }

    .formulario {
        width: 50%;
        float: left;
    }

}

@media (min-width:600px) and (max-width: 999px) and (orientation : landscape){
    .legend{
        font-size: 12px!important;
    }
    .modalAncha{
        width: 56%!important;
        padding-bottom: 2%!important;
        margin: 0px auto!important;
    }
}

@media (min-width: 1024px) {
    .body_shop {
        background-image: url('../img/Bornbrite_shop_backgroundbody.png');
        width: 100%;
        min-height: 516px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .texto_shop{
        /*background-color: aqua;*/
        width: 68%;
        height: 80%;
        margin-left: 4%;
        margin-top: 5%;
        padding-left: 12%;
    }

    .product{
       /* background-color: black;*/
        width: 100%;
        min-height:320px;
    }

    .info-producto{
        width: 36%;
        height: 100%;
        /*background-color: #ffffff;*/
        margin-left: 7%;
        margin-right: 7%;
        float: left;
    }

    .img-producto{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #items{
        margin-top: 10%;
        min-height: 65px;
        /*background-color: #002166;*/
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .book_th{
        width: 30%;
        margin-left: 1%;
        margin-right: 2%;
        height: 100%;
        display: inline-block;
    }

    #tienda h2{
        color: #000000;
        font-weight: bold;
        padding-top: 2%;
        font-size: 50px;
    }

    #tienda p{
        color: #000000;
        font-size: 20px;
        font-weight: bold;
    }

    .modalAncha{
        width: 56%!important;
        padding-bottom: 2%!important;
        margin: 0px auto!important;
    }
    .legend{
        font-size: 12px!important;
    }
}

#tienda h2{
    font-family: NoBullies;
}

.title_shop{
    font-family: NoBullies;
}

#items::-webkit-scrollbar{
    width:12px;
    background-color:#cccccc;
}

#items::-webkit-scrollbar-thumb{
    background-color:#5B64A4;
    border-radius:10px;
}
#items::-webkit-scrollbar-thumb:hover{
    background-color:#5B64A4;
    border:1px solid #333333;
}
#items::-webkit-scrollbar-thumb:active{
    background-color:#5B64A4;
    border:1px solid #333333;
}
#items::-webkit-scrollbar-track{
    border:1px gray solid;
    border-radius:10px;
    -webkit-box-shadow:0 0 6px gray inset;
}

.margin-modal{
    margin-top: 2%;
}

/*Estilos ajustados*/
@media (min-width:600px) and (max-width: 1023px) {
    .body_about2 {
        background-image: url('../img/Bornbrite_about_backgroundbody_cellphone.png');
        width: 70%;
        margin: 0 auto;
        min-height: 650px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .body_book2 {
        background-image: url('../img/Bornbrite_books_backgroundbody_cellphone.png');
        width: 70%;
        min-height: 650px;
        margin: 0 auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .body_shop2 {
        background-image: url('../img/Bornbrite_shop_backgroundbody_cellphone.png');
        width: 70%;
        margin: 0 auto;
        min-height: 640px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .body_research2 .info-producto p{
        color: #000000;
        font-size: 14px!important;
        font-weight: bold;
    }

    .body_research2 {
        background-image: url('../img/Bornbrite_research_backgroundbody_cellphone.png');
        width: 70%;
        margin: 0 auto;
        min-height: 650px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .body_research2 .research{
        width: 40%;
        height: auto;
        display: inline-block;
        margin-right: 3%;
        margin-left: 3%;
        margin-bottom: 2%;
        font-size: 10px;
        color: #ffffff;
        text-align: center;
    }

    .body_partners2 {
        background-image: url('../img/Bornbrite_partners_backgroundbody_cellphone.png');
        width: 70%;
        margin: 0 auto;
        min-height: 650px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .modalAncha{
        width: 56%!important;
        padding-bottom: 2%!important;
        margin: 0px auto!important;
    }
}

@media (max-width: 320px) {
    #blog {
        width: 93%;
        margin: 0px;
        padding-top: 12%;
        padding-left: 0%;
        min-height: 195px;
        height: 195px;
        overflow: auto;
        -webkit-overflow-scrolling:touch!important;
    }

    #frame {
        width: 100%;
        height: 100%;
        margin: 0px;

    }
}

@media (min-width: 321px) and (max-width:599px) {

    #blog {
        width: 92%;
        margin-left: 0px;
        padding-top: 11%;
        padding-left: 0%;
        min-height: 230px;
        height: 230px;
        overflow: auto;
        -webkit-overflow-scrolling:touch!important;
    }

    #frame {
        width: 100%;
        margin: 0px;
       height: 100%;
    }
}

@media (min-width: 321px) and (max-width:599px) and (orientation: landscape) {

    #blog {
        width: 90%;
        margin-left: 2%;
        padding-top: 11%;
        padding-left: 0%;
        min-height: 350px;
        height: 350px;
        overflow: auto;
        -webkit-overflow-scrolling:touch!important;
    }

    #frame {
        width: 100%;
        margin: 0px;
        height: 100%;
    }
}

@media (min-width:600px) and (max-width: 1023px) {

    #blog {
        width: 91%;
        height: 80%;
        margin-left: 0px;
        padding-top: 10%;
        padding-left: 3%;
        min-height: 370px;
        height: 370px;
        overflow: auto;
        -webkit-overflow-scrolling:touch!important;
    }
    #frame {
        width: 100%;
        height: 100%;
        margin: 0px;
    }
}


@media only screen and (width: 1024px) and (orientation: landscape) {
    #blog {
        width: 62%;
        margin-left: 5%;
        margin-top: 0px;
        padding-top: 4%;
        padding-left: 0%;
        min-height: 390px;
        height: 390px;
        overflow: auto;
        -webkit-overflow-scrolling: touch !important;
    }

    #frame {
        width: 100%;
        height: 100%;
        margin: 0px;

    }
}

@media (min-width: 1025px) {
    #blog {
        width: 62%;
        min-height: 427px;
        margin-left: 5%;
        margin-top: 4%;
        min-height: 370px;
        height: 370px;
        overflow: auto;
        -webkit-overflow-scrolling:touch!important;
    }

    #frame {
        width: 100%;
        height: 100%;
        margin: 0px;
    }
}

    @media only screen and (device-width: 414px) and (orientation : portrait) {
        .negativo {
            margin-top: 0%;
        }
        #blog {
            width: 92%;
            margin-left: 0;
            padding-top: 9%;
            padding-left: 0%;
            min-height: 250px;
            height: 250px;
            overflow: auto;
            -webkit-overflow-scrolling:touch!important;
        }

        #frame {
            width: 100%;
            margin: 0;
            height: 100%;
        }

    }

@media only screen and (device-width: 414px) and (orientation : landscape) {
    .negativo {
        margin-top: 0%;
    }
    #blog {
        width: 90%;
        margin-left: 2%;
        padding-top: 9%;
        padding-left: 0%;
        min-height: 370px;
        height: 370px;
        overflow: auto;
        -webkit-overflow-scrolling:touch!important;
    }

    #frame {
        width: 100%;
        margin: 0;
        height: 100%;
    }

}


/*iPhone
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
    /* iPhone 6 Portrait
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
    /* iPhone 6 landscape
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
    /* iPhone 6+ Portrait
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
    /* iPhone 6+ landscape
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
    /* iPhone 6 and iPhone 6+ portrait and landscape
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){
    /* iPhone 6 and iPhone 6+ portrait
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){
    /* iPhone 6 and iPhone 6+ landscape
    }
    */

/*Version 1.5*/
.sin-padding{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.contact-body{
    background-image: url('../img/fondo_contacto.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
   /* height: 420px;*/
}

.padding-label{
    padding-left: 20px;
    font-size: 13px;
}
.padding-input{
    padding-left: 20px;
}

@media(max-width: 320px){
    .contacto-titulo{
        margin-top: 20%;
        font-weight: bold;
        font-size: 20px;
    }
    .contacto-description{
        font-weight: bold;
        font-size: 12px;
    }
    .form-control{
        height: 20px!important;
        font-size: 12px;
    }
    .text-area{
        width: 100%;
        height: 50px;
    }
    #errores{
        color: #FF0000;
        font-size: 12px;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: bold;
    }
}

@media (min-width: 321px) and (max-width:599px) {
    .contacto-titulo{
        margin-top: 20%;
        font-weight: bold;
        font-size: 20px;
    }
    .contacto-description{
        font-weight: bold;
        font-size: 12px;
        margin-top: 10px;
    }
    .form-control{
        height: 22px!important;
        font-size: 13px;
    }
    .text-area{
        width: 100%;
        height: 50px;
    }
    #errores{
        color: #FF0000;
        font-size: 13px;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: bold;
    }
}


@media (min-width:600px) and (max-width: 1023px) {
    .contacto-titulo{
        margin-top: 18%;
        font-weight: bold;
        font-size: 30px;
    }
    .contacto-description{
        font-weight: bold;
        font-size: 18px;
        margin-top: 10px;
    }
    .form-control{
        height: 30px!important;
        font-size: 18px;
    }
    .text-area{
        width: 100%;
        height: 50px;
    }
    #errores{
        color: #FF0000;
        font-size: 18px;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: bold;
    }
}

@media (min-width: 1024px) {
    .contacto-titulo{
        margin-top: 18%;
        font-weight: bold;
        font-size: 30px;
    }
    .contacto-description{
        font-weight: bold;
        font-size: 18px;
    }
    .text-area{
        width: 100%;
        height: 100px;
    }
    #errores{
        color: #FF0000;
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
}

@media(max-width: 1024px) {
    /*nuevos estilos*/
    .padding-menu {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media(min-width: 1025px) {
    /*nuevos estilos*/
    .padding-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.box {
    position: absolute;
    width: 78%;
    height: 60%;
    text-align: center;
    border: 0px;
    left: 52%;
    top: 14%;
    margin-left: -42%;
    color: #000000;
}

.izquierda{
    position: absolute;
    top: 40%;
    left: 0%;
    font-size: 10vw;
}

.derecha{
    position: absolute;
    top: 40%;
    left: 90%;
    font-size: 10vw;
}

#modal_titulo{
    font-size: 12vw;
}

#modal_descripcion{
    font-size: 4vw;
}


.cel-body-book{
    background-image: url('../img/Bornbrite_books_backgroundbody_cellphone2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 400px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    color: #000000;
}

.cel-header-book{
    width: 100%;
    padding-top: 9%;
    padding-left: 30%;
    color: #000000;
}

.desc-books{
    margin-bottom: 0px;
    width: 75%;
    font-size: 3.0vw;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.cel-title-book{
    font-size: 10vw;
    font-weight: bold;
}

.cel-desc-book{
    margin-bottom: 0px;
    text-align: justify;
    margin-right: 20%;
    font-size: 2.5vw;
    font-weight: bold;
}

.cel-content-book{
    width: 100%;
    height: 70%;
    margin-top: 0px;
}

/*Nueva version de research*/
.cel-body-research{
    background-image: url('../img/Bornbrite_research_backgroundbody_cellphone-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 300px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    color: #000000;
}

.cel-header-research{
    width: 100%;
    padding-top: 13%;
    padding-left: 24%;
    color: #000000;
}

.cel-title-research{
    font-size: 10vw;
    font-weight: bold;
}

.cel-content-research{
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.vertical{
    display: table;
    height: 100%;
}

.box-research{
    padding-left: 10%;
    top: 20%;
    font-size: 5.0vw;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.box-research a{
    font-size: 5.0vw;
    color: #000000;
    text-decoration: underline;
}

.izquierda-research{
    position: absolute;
    top: 45%;
    left: 0%;
    font-size: 10vw;
}

.derecha-research{
    position: absolute;
    top: 45%;
    left: 90%;
    font-size: 10vw;
}

/*Nueva version de shop*/
.cel-body-shop{
    background-image: url('../img/Bornbrite_shop_backgroundbody_cellphone-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 300px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    color: #000000;
}

.cel-header-shop{
    width: 100%;
    padding-top: 10%;
    padding-left: 35%;
    color: #000000;
}

.cel-title-shop{
    font-size: 10vw;
    font-weight: bold;
}

.cel-content-shop{
    width: 100%;
    height: auto;
    margin-top: 0px;
}


.izquierda-shop{
    position: absolute;
    top: 45%;
    left: 0%;
    font-size: 10vw;
}

.derecha-shop{
    position: absolute;
    top: 45%;
    left: 90%;
    font-size: 10vw;
}

#cel-shop{
    position: absolute;
    top: 55%;
    left: 13%;
    width: 72%;
}

#cel-shop .precio{
    margin-bottom: 0px;
    font-size: 5.0vw;
    color: #000000;
    font-weight: bold;
}

#cel-shop .devolution{
    margin-bottom: 0px;
    font-size: 2.5vw;
    text-align: justify;
    width: 60%;
}


.box-shop{
    position: absolute;
    top: 17%!important;
}

@media (max-width:320px){
    .cel-body-book{
        width: 80%;
        margin-left: 10%;
    }

    .cel-header-book{
        padding-top: 7%;
        padding-left: 25%;
    }
    .box{
        top: 16%;
    }
    .box img{
        width: 80%;
    }
    .desc-books{
        margin-left: 2%;
        font-size: 2.8vw;
    }

    .izquierda{
        left: 5%;
    }

    .derecha{
        left: 80%;
    }

    .cel-body-research{
        width: 78%;
        margin-left: 11%;
    }

    .cel-header-research{
        padding-top: 7%;
        padding-left: 14%;
    }

    .box-research{
        font-size: 3.8vw;
    }

    .box-research a{
        font-size: 4.0vw;
    }

    .izquierda-research{
        left: -10%;
    }

    .derecha-research{
        left: 100%;
    }

    .cel-body-shop{
        width: 78%;
        margin-left: 11%;
    }

    .cel-header-shop{
        padding-top: 8%;
        padding-left: 30%;
    }

    .cel-header-shopLeft{
        padding-left: 10%;
    }

    .cel-title-shop{
        font-size: 10vw;
    }

    .cel-content-shop{
        margin-top: 0px;
    }


    .izquierda-shop{
        top: 45%;
        left: 0%;
        font-size: 10vw;
    }

    .derecha-shop{
        top: 45%;
        left: 90%;
        font-size: 10vw;
    }

    #cel-shop{
        top: 55%;
        left: 13%;
        width: 80%;
    }

    #cel-shop .precio{
        margin-bottom: 0px;
        font-size: 5.0vw;
    }

    #cel-shop .devolution{
        margin-bottom: 0px;
        font-size: 2.0vw;
        width: 60%;
    }


    .box-shop{
        top: 20%!important;
        width: 80%;
        margin-left: -35%;
    }

    .zoomIn{
        position: absolute;
        top: 73%;
        left: 75%;
        z-index: 2;
        font-size: 5vw;
    }

    .zoomInShop{
        position: absolute;
        top: 47%;
        left: 71%;
        z-index: 2;
        font-size: 5vw;
    }

    .g-recaptcha {
        transform:scale(0.4);
        transform-origin:0 0;
    }

    .btnSell{
        position: absolute;
        bottom: 25px;
        padding: 4px 6px;
        font-size: 11px;
    }

    .mensajeDatos{
        font-size: 14px;
    }

}

@media (min-width:321px) and (max-width: 599px) {
    .formulario {
        width: 50%;
        float: left;
    }
    .cel-body-book{
        width: 80%;
        margin-left: 10%;
    }

    .cel-header-book{
        padding-top: 10%;
        padding-left: 17%;
    }
    .box{
        top: 18%;
    }
    .box img{
        width: 80%;
    }
    .desc-books{
        margin-left: 2%;
        font-size: 2.6vw;
    }

    .izquierda{
        left: 5%;
    }

    .derecha{
        left: 80%;
    }

    .cel-body-research{
        width: 88%;
        margin-left: 6%;
    }

    .cel-header-research{
        padding-top: 12%;
        padding-left: 18%;
    }

    .box-research{
        font-size: 3.8vw;
    }

    .box-research a{
        font-size: 4.0vw;
    }

    .izquierda-research{
        left: -6%;
    }

    .derecha-research{
        left: 96%;
    }

    .cel-body-shop{
        width: 86%;
        margin-left: 7%;
    }

    .cel-header-shop{
        padding-top: 8%;
        padding-left: 30%;
    }

    .cel-header-shopLeft{
        padding-left: 10%!important;
    }

    .cel-title-shop{
        font-size: 10vw;
    }

    .cel-content-shop{
        margin-top: 0px;
    }


    .izquierda-shop{
        top: 45%;
        left: -5%;
        font-size: 10vw;
    }

    .derecha-shop{
        top: 45%;
        left: 95%;
        font-size: 10vw;
    }

    #cel-shop{
        top: 55%;
        left: 13%;
        width: 80%;
    }

    #cel-shop .precio{
        margin-bottom: 0px;
        font-size: 5.0vw;
    }

    #cel-shop .devolution{
        margin-bottom: 0px;
        font-size: 2.0vw;
        width: 60%;
    }


    .box-shop{
        top: 20%!important;
        width: 80%;
        margin-left: -35%;
    }

    .zoomIn{
        position: absolute;
        top: 67%;
        left: 80%;
        z-index: 2;
        font-size: 5vw;
    }

    .zoomInShop{
        position: absolute;
        top: 46%;
        left: 72%;
        z-index: 2;
        font-size: 5vw;
    }

    .g-recaptcha {
        transform:scale(0.5);
        transform-origin:0 0;
    }

    .btnSell{
        position: absolute;
        bottom: 25px;
        padding: 4px 6px;
        font-size: 11px;
    }

    .mensajeDatos{
        font-size: 14px;
    }

}


@media (min-width:600px) and (max-width: 1023px) {
    .cel-body-book{
        width: 76%;
        margin-left: 12%;
    }

    .cel-header-book{
        padding-top: 5%;
        padding-left: 25%;
    }
    .box{
        top: 16%;
    }
    .box img{
        width: 80%;
    }
    .desc-books{
        margin-left: 2%;
        font-size: 2.6vw;
    }

    .izquierda{
        left: 5%;
    }

    .derecha{
        left: 80%;
    }

    .cel-body-research{
        width: 76%;
        margin-left: 12%;
    }

    .cel-header-research{
        padding-top: 10%;
        padding-left: 14%;
    }

    .box-research{
        font-size: 3.5vw;
    }

    .box-research a{
        font-size: 3.7vw;
    }

    .izquierda-research{
        left: -6%;
    }

    .derecha-research{
        left: 96%;
    }

    .cel-body-shop{
        width: 76%;
        margin-left: 12%;
    }

    .cel-header-shop{
        padding-top: 8%;
        padding-left: 30%;
    }

    .cel-header-shopLeft{
        padding-left: 10%;
    }

    .cel-title-shop{
        font-size: 10vw;
    }

    .cel-content-shop{
        margin-top: 0px;
    }


    .izquierda-shop{
        top: 45%;
        left: -15%;
        font-size: 10vw;
    }

    .derecha-shop{
        top: 45%;
        left: 100%;
        font-size: 10vw;
    }

    #cel-shop{
        top: 55%;
        left: 13%;
        width: 80%;
    }

    #cel-shop .precio{
        margin-bottom: 0px;
        font-size: 5.0vw;
    }

    #cel-shop .devolution{
        margin-bottom: 0px;
        font-size: 2.0vw;
        width: 60%;
    }


    .box-shop{
        top: 20%!important;
        width: 80%;
        margin-left: -35%;
    }

    .zoomIn{
        position: absolute;
        top: 74%;
        left: 80%;
        z-index: 2;
        font-size: 4vw;
    }

    .zoomInShop{
        position: absolute;
        top: 46%;
        left: 72%;
        z-index: 2;
        font-size: 5vw;
    }

}

@media (min-width:1024px){
    #modal_titulo{
        font-size: 3vw;
    }

    #modal_descripcion{
        font-size: 1.5vw;
    }
}






/*
.box img{
    width: 90%;
    margin-left: 5%;
}
*/




/*generales*/
/*
.box p{
    margin-bottom: 0px;
    width: 70%;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
*/

#box2 {
    left: 150%;
    display: none;
}

#box3 {
    left: 150%;
    display: none;
}

#box4 {
    left: 150%;
    display: none;
}

#box5 {
    left: 150%;
    display: none;
}

#box6 {
    left: 150%;
    display: none;
}

#box7 {
    left: 150%;
    display: none;
}

#box8 {
    left: 150%;
    display: none;
}

#box9 {
    left: 150%;
    display: none;
}




.activo { display: block; }


#espacio-menu{
    width: 100%;
    height: 50px;
}

/*estilos del botón contacto*/

@media(max-width: 320px) {
    .botonContactoMobile{
        position: absolute;
        top: 50%;
        left: 65%;
        cursor: pointer;
        width: 60px;
    }
}

@media (min-width: 321px) and (max-width:599px) {
    .botonContactoMobile{
        position: absolute;
        top: 50%;
        left: 62%;
        cursor: pointer;
        width: 80px;
    }
}

@media (min-width:600px) and (max-width: 1023px) {

    .botonContactoMobile{
        position: absolute;
        top: 50%;
        left: 65%;
        cursor: pointer;
        width: 100px;
    }
}

@media (min-width:1024px) and (max-width: 1199px) {
    .botonContacto{
        position: absolute;
        top: 20%;
        left: 75%;
        cursor: pointer;
        width: 105px;
    }
}

@media (min-width:1200px){
    .botonContacto{
        position: absolute;
        top: 25%;
        left: 75%;
        cursor: pointer;
        width: 125px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error{
    color: red;
}