﻿
.reset, .text input, select, textarea, ul, li, a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}



body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #111;
    background-color: #f8f8f8;
    overflow-x: hidden;
}

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }


* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    overflow-x: hidden;
    min-height: 100%;
    margin-bottom: -200px;
}

.wrap-home {
    display: block;
    width: 100%;
    min-width: 280px;
    overflow-x: hidden;
    /*height: 100%;*/
}

/* FOOTER */

#footer {
    clear: both;
    background-color: #fff;
    text-align: center;
    color: #3e3e3e;
    height: 200px;
    box-sizing: border-box;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.push {
    height: 200px;
}


.footer-nav {
}

    .footer-nav a {
        color: #3e3e3e;
        font-size: 0.9em;
        font-weight: 700;
    }

        .footer-nav a:hover {
            color: #0099ff;
        }




.creditos {
    margin-top: 30px;
    color: #3e3e3e;
    font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: 1px;
}

    .creditos a {
        color: #3e3e3e;
    }

        .creditos a:hover {
            color: #0099ff;
        }


ul.footer-social {
    list-style: none;
    margin: 30px 0 10px 0;
    padding: 0;
}


    ul.footer-social li {
        display: inline-block;
        margin: 0 4px;
    }

        ul.footer-social li a {
            background: url(Imagenes/social.png) no-repeat;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: block;
            height: 32px;
            width: 32px;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

            ul.footer-social li a span {
                background: url(Imagenes/social.png) no-repeat;
                -moz-border-radius: 50%;
                border-radius: 50%;
                display: block;
                height: 100%;
                opacity: 0;
                overflow: hidden;
                text-indent: 100%;
                white-space: nowrap;
                width: 100%;
                -webkit-transition: opacity 0.15s ease-out;
                -moz-transition: opacity 0.15s ease-out;
                -o-transition: opacity 0.15s ease-out;
                transition: opacity 0.15s ease-out;
            }

            ul.footer-social li a:hover span {
                opacity: 1;
            }


        ul.footer-social li.facebook a {
            background-position: 0 -32px;
        }

            ul.footer-social li.facebook a span {
                background-position: 0 -32px;
            }


        ul.footer-social li.instagram a {
            background-position: -96px -32px;
        }

            ul.footer-social li.instagram a span {
                background-position: -96px -32px;
            }


        ul.footer-social li.twitter a {
            background-position: -32px -32px;
        }

            ul.footer-social li.twitter a span {
                background-position: -32px -32px;
            }

        ul.footer-social li.youtube a {
            background-position: -160px -32px;
        }

            ul.footer-social li.youtube a span {
                background-position: -160px -32px;
            }

        ul.footer-social li.spotify a {
            background-position: -192px -32px;
        }

            ul.footer-social li.spotify a span {
                background-position: -192px -32px;
            }

#loader {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    opacity: 1;
}

#status {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(Imagenes/default.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    margin: -30px 0 0 -30px;
}




.c {
    clear: both;
}



.top {
    height: 40px;
    line-height: 40px;
    background-color: #282828;
    color: #ffffff;
    font-size: 0.8em;
    text-align: right;
}

    .top a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 15px;
    }

    .top .fas {
        margin-right: 5px;
    }



.header-home {
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
}


.header-top {
    height: 130px;
    text-align: center;
}

.logo {
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    margin-top: 20px;
}

    .logo img {
        width: 100%;
    }

.header-phone {
    float: left;
    margin-top: 32px;
}

    .header-phone a {
        color: #000361;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 8px;
        display: inline-block;
    }

    .header-phone .fa {
        margin-right: 5px;
    }




.header-unete {
    float: right;
    margin-top: 55px;
}

    .header-unete a {
        background-color: #0099ff;
        color: #fff;
        padding: 10px 20px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

        .header-unete a:hover {
            background-color: #00a9ff;
        }



.centrar {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}


.nav {
    background-color: #000066;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    .nav ul {
        text-align: center;
    }

        .nav ul li {
            display: inline-block;
            border: none;
            letter-spacing: 1px;
            color: #3e3e3e;
            margin-left: 15px;
            margin-right: 15px;
        }


            .nav ul li a:link {
                display: block;
                padding: 15px 20px;
                font-size: 0.8em;
                letter-spacing: 1px;
                text-decoration: none;
                color: #fff;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                transition: all .3s linear;
            }

            .nav ul li a:visited {
                text-decoration: none;
                color: #fff;
            }

            .nav ul li a:hover {
                color: #fff;
                background-color: #0099ff;
            }


            .nav ul li a.active {
                color: #fff;
                background-color: #0099ff;
            }


            .nav ul li a.facebook {
                font-size: 1.4em;
                color: #2655c6;
            }

                .nav ul li a.facebook:visited {
                    color: #2655c6;
                }


                .nav ul li a.facebook:hover {
                    color: #2655c6;
                    border-bottom: 2px solid #2655c6;
                }

            .nav ul li a.instagram {
                font-size: 1.4em;
                color: #963ab4;
            }

                .nav ul li a.instagram:visited {
                    color: #963ab4;
                }


                .nav ul li a.instagram:hover {
                    color: #963ab4;
                    border-bottom: 2px solid #963ab4;
                }


#button {
    display: none;
    float: left;
    width: 40px;
    height: 20px;
    margin-top: 15px;
    margin-left: 5px;
    background-image: url(Imagenes/icon-menu-o.png);
    background-size: 100% 100%;
}


.whatsapp-mobile {
    display: none;
    float: right;
    margin-right: 15px;
    margin-top: 22px;
}

    .whatsapp-mobile a {
        display: inline-block;
        background-color: #31ae2f;
        color: #fff;
        border-radius: 100px;
        padding: 10px;
    }

#menu {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: -100%;
    z-index: 9999;
    background-color: rgba(0, 153, 255, 0.70);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    #menu .nav-mobile li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 700;
        padding-top: 5px;
        padding-bottom: 5px;
    }



.mobile-logo {
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 10%;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

    .mobile-logo img {
        width: 160px;
    }

.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.overlay-2 {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.center {
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}


/* HOME */

.hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #8e8e8e;
    background-image: url(Imagenes/hero.jpg);
    background-size: cover;
    text-align: center;
    height: 700px;
    background-attachment: fixed;
}

.hero-info {
}


.hero-t1 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 4em;
    letter-spacing: 4px;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
}

.hero-t2 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #ffffff;
    font-size: 2.2em;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: text;
}



.hero-boton {
    margin-top: 40px;
    text-align: center;
}

    .hero-boton a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background-color: #000066;
        padding: 20px 40px;
        border-radius: 100px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .hero-boton a:visited {
            color: #fff;
            background-color: #000066;
        }

        .hero-boton a:hover {
            color: #fff;
            background-color: #0099ff;
            cursor: pointer;
        }

.home-nosotros-top {
    transform: skewY(-2deg);
    background-color: #fff;
    height: 120px;
    margin-top: -40px;
}




.home-nosotros {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 120px;
    z-index: 2;
    position: relative;
    margin-top: -40px;
}

.home-nosotros-titulo {
    color: #2e325d;
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 60px;
    text-align: center;
}


.nosotros-img {
    width: 30%;
    text-align: center;
    float: left;
}

    .nosotros-img img {
        width: 100%;
        border-radius: 200px;
    }

.nosotros-info {
    width: 60%;
    float: right;
    box-sizing: border-box;
    margin-top: 0px;
    font-size: 1.1em;
    line-height: 2em;
    color: #6d6d6d;
}

    .nosotros-info .highlight {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.4em;
        margin-bottom: 20px;
        color: #282828;
    }

    .nosotros-info .fa {
        margin-right: 5px;
        color: #00a9ff;
    }


.nosotros-boton {
    margin-top: 20px;
}

    .nosotros-boton a {
        display: inline-block;
        background-color: #0099ff;
        color: #FFF;
        padding: 10px 30px;
        border-radius: 100px;
        font-size: 0.9em;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .nosotros-boton a:hover {
            background-color: #00a9ff;
        }

.nosotros {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}


.home-icons-top {
    transform: skewY(2deg);
    background-color: #139810;
    height: 120px;
    margin-top: -40px;
    z-index: 3;
    position: relative;
}

.home-icons {
    background-color: #139810;
    padding-top: 0px;
    padding-bottom: 120px;
    z-index: 4;
    position: relative;
    margin-top: -40px;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #3e3e3e;
}

.box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 20px;
    border-radius: 20px;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    text-align: center;
}

.box-icon {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .box-icon img {
        width: 100%;
    }


.box-titulo {
    color: #000066;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
}

.box-texto {
    color: #656565;
    letter-spacing: 1px;
    margin-top: 10px;
}

.home-ubicacion-top {
    transform: skewY(-2deg);
    background-color: #e4e7fc;
    background-color: #ecf7ff;
    height: 120px;
    margin-top: -40px;
    z-index: 5;
    position: relative;
}


.home-ubicacion {
    background-color: #e4e7fc;
    background-color: #ecf7ff;
    padding-top: 0px;
    padding-bottom: 120px;
    z-index: 6;
    position: relative;
    margin-top: -40px;
}

.home-ubicacion-titulo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #282828;
    text-align: center;
}

.ubicacion-box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 14px;
    margin-top: 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
}

.ubicacion-sucursal {
    width: 20%;
    font-weight: 700;
    color: #000066;
}

.ubicacion-direccion {
    width: 50%;
    color: #787b7b;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.ubicacion-telefono {
    width: 20%;
    color: #787b7b;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 700;
}

.ubicacion-boton {
    width: 10%;
}

    .ubicacion-boton a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-size: 0.8em;
        font-weight: 700;
        background-color: #0099ff;
        color: #fff;
        border-radius: 100px;
        padding: 8px 20px;
        text-align: center;
    }



.aviso {
    background-color: #ecf7ff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.aviso-titulo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #282828;
    text-align: center;
}



/*CONTACTO*/
.contacto-cabecera {
    width: 100%;
    height: 600px;
    background-image: url(Imagenes/hero.jpg);
    background-size: cover;
    background-position: center;
}

.contacto-titulo {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
    color: #ffffff;
}

    .contacto-titulo span {
        font-weight: 700;
    }

.contacto-subtitulo {
    color: #ffffff;
    box-sizing: border-box;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.contacto-cabecera a {
    color: #424040;
    text-decoration: none;
}

.formulario-contacto {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 40px 40px 60px 40px;
    margin-top: -120px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.30);
    z-index: 9999;
}

.formulario-titulo {
    color: #000066;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.text {
    width: 100%;
}

    .text input {
        color: #727272;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 98%;
        padding-left: 2%;
        font-size: 0.9em;
        letter-spacing: 2px;
        margin-bottom: 25px;
        text-align: left;
        background-color: #ededed;
        background-color: #ffffff;
    }

        .text input:focus {
            border: none;
            color: #111111;
        }

textarea {
    color: #727272;
    background-color: #ededed;
    background-color: #ffffff;
    border-bottom: solid 0px #d3d3d3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 98%;
    padding-left: 2%;
    font-size: 0.9em;
    margin-bottom: 25px;
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

    textarea:focus {
        border: none;
        color: #111111;
    }


.enviado {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

.btnSesion {
    margin-top: 0px;
}

    .btnSesion a:link {
        text-align: center;
        background-color: #0099ff;
        font-size: 0.9em;
        letter-spacing: 2px;
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
        padding: 20px 20px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .btnSesion a:visited {
        background-color: #0099ff;
        text-decoration: none;
        color: #ffffff;
    }

    .btnSesion a:hover {
        text-decoration: none;
        background-color: #00a9ff;
        color: #fff;
    }


.productos-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.productos {
    padding-top: 40px;
    padding-bottom: 40px;
}

.productos-titulo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #282828;
    text-align: center;
}

.productos-box {
    background-image: url(Imagenes/productos-box.jpg);
    background-size: cover;
    background-position: center;
    background-color: #0099ff;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 20px;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


    .productos-box a {
        color: #fff;
        font-weight: 700;
    }

        .productos-box a:hover {
            color: #fff;
            font-weight: 700;
            text-decoration: underline;
        }

.menu-lateral {
    float: left;
    width: 200px;
    margin-bottom: 40px;
}

    .menu-lateral .titulo {
        font-weight: 700;
        color: #000066;
        margin-bottom: 10px;
    }

.categorias {
}

    .categorias a {
        display: block;
        text-decoration: none;
        color: #6b6c6e;
        line-height: 1.2em;
        font-size: 0.9em;
        background-color: #fff;
        box-sizing: border-box;
        padding: 15px 10px;
        border: 1px solid #efefef;
    }

        .categorias a:hover {
            background-color: #0099ff;
            color: #ffffff;
            border: 1px solid #0099ff;
        }

        .categorias a.active {
            background-color: #0099ff;
            color: #ffffff;
            border: 1px solid #0099ff;
        }

.productos-list {
    float: right;
    width: 1080px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 40px;
}

.productos-filtrar-flex a {
    width: 31.5%;
    margin-right: 1.5%;
    background-color: #ecf7ff;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}



    .productos-filtrar-flex a:hover {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    }

        .productos-filtrar-flex a:hover .nombre {
            color: #000066;
        }

.productos-row {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
}

    .productos-row .info {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .productos-row .imagen {
        margin-bottom: 20px;
    }

    .productos-row img {
        width: 100%;
    }



    .productos-row .nombre {
        font-size: 1em;
        color: #3b3b3b;
        line-height: 1.2em;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .productos-row .ficha {
        margin-top: 15px;
    }

        .productos-row .ficha a:link {
            font-size: 0.8em;
            font-family: 'Sen', sans-serif;
            background-color: #92c9de;
            color: #ffffff;
            padding: 5px 20px;
            border-radius: 50px;
        }

        .productos-row .ficha a:visited {
            background-color: #92c9de;
            color: #ffffff;
        }

        .productos-row .ficha a:hover {
            background-color: #87d3ef;
            color: #ffffff;
        }



.main-imagen img {
    width: 100%;
    height: auto;
}


.thumbnails {
    margin-top: 10px;
}

    .thumbnails li {
        width: 100px;
        display: inline-block;
        margin: 0 8px 6px 0;
    }

        .thumbnails li img {
            width: 100px;
            /*box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);*/
            background-color: #fff;
            box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
        }




.centrar-botones {
    padding-top: 20px;
}

.newer {
    float: left;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #45849d;
    border-radius: 2px;
    font-size: 0.8em;
}

    .newer a:link {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 10px 20px;
        display: block;
    }

    .newer a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.older {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #45849d;
    border-radius: 2px;
    font-size: 0.8em;
}

    .older a:link {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 10px 20px;
        display: block;
    }

    .older a:visited {
        color: #ffffff;
        text-decoration: none;
    }


.status {
    text-align: center;
    margin-bottom: 40px;
}

    .status b {
        font-weight: 700;
    }

.irapagina {
    text-align: center;
    margin-top: 20px;
}

.ir {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 20px;
}

    .ir a:link {
        text-decoration: none;
        background-color: #6b6c6e;
        color: #ffffff;
        box-sizing: border-box;
        border-radius: 50px;
        padding: 5px 10px;
    }

    .ir a:visited {
        background-color: #111111;
        color: #ffffff;
    }

.divNo {
    background-color: #ecf7ff;
    color: #3e3e3e;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e8eff3;
    margin-top: 27px;
}

.producto-box {
}

    .producto-box .imagen {
        float: left;
        width: 40%;
        /*background-color: #fff;
        box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);*/
    }

.productos-box .imagen img {
    width: 100%;

}

.main-imagen {
    background-color: #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
}


.producto-box .info {
    float: right;
    width: 56%;
}

.producto-box .nombre {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    color: #000066;
    margin-bottom: 20px;
}

.producto-box .descripcion {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.ficha {
    margin-top: 20px;
}

    .ficha a {
        background-color: #000066;
        color: #fff;
        font-size: 0.9em;
        padding: 10px 20px;
        border-radius: 4px;
    }

    .ficha .fas {
        margin-right: 5px;
    }




@media screen and (max-width: 1780px) {
}

@media screen and (max-width: 1480px) {
}


@media screen and (max-width: 1380px) {

    .header-home .centrar {
        width: 1080px;
    }

    .wrap {
        width: 100%;
    }

    .centrar {
        width: 1080px;
    }

    .nav ul li {
        letter-spacing: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .nav ul li a:link {
            font-size: 0.8em;
            letter-spacing: 1px;
        }

    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
        height: 500px;
    }

    .hero-t1 {
        font-size: 3em;
        letter-spacing: 2px;
        margin-top: 0px;
    }

    .hero-t2 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }

    .hero-boton a {
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 15px 30px;
        border-radius: 100px;
    }

    .contacto-cabecera {
        width: 100%;
        height: 400px;
    }

    .formulario-contacto {
        padding: 40px 40px 60px 40px;
        margin-top: -60px;
        border-radius: 12px;
        margin-bottom: 40px;
    }

    .productos-list {
        float: right;
        width: 860px;
        box-sizing: border-box;
        padding-left: 20px;
    }
}

@media screen and (max-width: 1090px) {
    .header-home .centrar {
        width: 90%;
    }

    .centrar {
        width: 90%;
    }

    #button {
        display: block;
        margin-top: 30px;
        margin-left: 20px;
    }

    .whatsapp-mobile {
        display: block;
    }

    .logo {
        position: absolute;
        left: 50%;
        margin-left: -55px;
        width: 110px;
        margin-top: 9px;
    }

    .header-espacio {
        height: 80px;
    }

    .header-home {
        height: 80px;
        border-bottom: 1px solid #efefef;
    }

    .header-top {
        height: 80px;
    }

    .header-phone {
        display: none;
    }

    .header-unete {
        display: none;
    }

    .nav {
        display: none;
    }

    .hero {
        padding-top: 0px;
        padding-bottom: 0px;
        background-size: cover;
        text-align: center;
        height: 340px;
        background-attachment: initial;
        background-repeat: no-repeat;
    }

    .hero-info {
        float: none;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-t1 {
        font-size: 1.8em;
        letter-spacing: 1px;
        margin-top: -50px;
    }

    .hero-t2 {
        font-size: 0.8em;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: center;
        margin-top: 5px;
    }

    .hero-boton {
        margin-top: 30px;
        text-align: center;
    }

        .hero-boton a {
            font-size: 0.8em;
            letter-spacing: 1px;
            padding: 15px 30px;
            border-radius: 100px;
        }

    .social-mobile {
        display: block !important;
    }


    .home-nosotros-top {
        transform: skewY(-2deg);
        background-color: #fff;
        height: 80px;
        margin-top: -40px;
    }

    .home-nosotros {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .home-nosotros-titulo {
        font-size: 1.8em;
        letter-spacing: 0px;
        margin-bottom: 40px;
        text-align: center;
    }

    .nosotros-img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none;
    }

    .nosotros-info {
        width: 100%;
        float: none;
        margin-top: 40px;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
    }

    .box {
        background-color: #fff;
        box-sizing: border-box;
        padding: 40px 20px;
        border-radius: 20px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .home-ubicacion-top {
        height: 80px;
        margin-top: -40px;
    }

    .home-ubicacion {
        padding-top: 0px;
        padding-bottom: 60px;
        margin-top: -40px;
    }

    .ubicacion-sucursal {
        width: 100%;
        font-weight: 700;
    }

    .ubicacion-direccion {
        width: 100%;
        font-size: 0.9em;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .ubicacion-telefono {
        width: 100%;
        font-size: 0.9em;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .ubicacion-boton {
        width: 100%;
        margin-top: 10px;
    }

        .ubicacion-boton a {
            display: inline-block;
            width: auto;
            font-size: 0.8em;
            padding: 8px 20px;
        }

    .footer-nav {
        display: none;
    }

    .nosotros {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #ecf7ff;
    }

    .productos-box {
        padding: 40px 10px;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 0.8em;
        font-weight: 700;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .menu-lateral {
        display: none;
    }

    .productos-list {
        float: none;
        width: 100%;
        ;
        box-sizing: border-box;
        padding-left: initial;
    }

    .productos-filtrar-flex a {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .producto-box .imagen {
        float: none;
        width: 100%;
    }

    .producto-box .info {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}


@media screen and (max-width: 680px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-height: 1000px) {
}


@media screen and (max-height: 800px) {
}

@media screen and (max-height: 600px) {
}
