﻿body {
    top: 0px;
    font-family: Montserrat;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    width: 100%;
    min-width: 600px;
}

/*#00586f cambia por*#3fbfad cambia por #2ab6be /
    darkgre en y forestgre en cambia por #00586f /*barra verda menu*/
nav {
    min-height: 50px;
    width: 100%;
    position: relative;
    background-color: #2ab6be;
    z-index: 1;
    min-width: 600px;
}

    nav ul {
        width: 100%;
        text-align: center;
        display: inline;
        list-style: none;
    }

    nav > ul > li {
        height: 50px;
        line-height: 50px;
        display: inline-flex;
        position: relative;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        color: white;
        background-color: #2ab6be;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 0px 20px; /*separacion de pestañas*/
    }

        nav ul li a:hover {
            background-color: #00586f;
            color: #fff;
            border-left: 10px;
            border-color: #2ab6be;
        }

    nav > ul > li:hover div {
        display: table;
    }
    /*Submenu*/
    nav ul li div {
        z-index: 1;
        position: absolute;
        float: left;
        left: -250px;
        top: 50px;
        background: #dbd9d9;
        box-sizing: border-box;
        display: none;
        width: 600px;
    }

        nav ul li div ul {
            width: 200px;
            display: table-cell;
            border-right: 1px solid rgba(255,255,255,.5);
            box-sizing: border-box;
            padding-bottom: 50px;
        }

            nav ul li div ul:last-child {
                border: none;
            }

            nav ul li div ul .titulo {
                color: #000;
            }

                nav ul li div ul .titulo b {
                    color: #000;
                    font-weight: 500 !important;
                    padding-bottom: 5px;
                    text-decoration: underline;
                }

.titulo {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
}

nav ul li div ul .titulo a:hover {
    background: none;
}

nav ul li div ul li a {
    text-align: left;
    padding-top: 10px;
    color: gray;
    z-index: 1;
}

    nav ul li div ul li a:hover {
        background: none;
        color: #2ab6be;
        z-index: 1;
    }









.buscador {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: white;
    height: 100%;
    width: 25%;
    text-align: right;
    z-index: 9;
}

.divlogosredes {
    position: relative;
    width: 100%;
    height: 60%;
}

.divlogosredesimgface {
    position: relative;
    z-index: 1;
    float: right;
    width: 40px;
    height: 40px;
    background-image: url("../Multimedia/VistaMaestra/FBencabezado1.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15px;
}

    .divlogosredesimgface:hover {
        background-image: url("../Multimedia/VistaMaestra/FBencabezado2.png");
    }

.divlogosredesimgcompra {
    position: relative;
    z-index: 1;
    float: right;
    width: 40px;
    height: 40px;
    background-image: url('../Multimedia/Productos/comprazul.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15px;
    margin-right: 10px
}

    .divlogosredesimgcompra:hover {
        background-image: url('../Multimedia/Productos/comprablanco.png');
    }


.divlogosredesimginsta {
    position: relative;
    z-index: 1;
    float: right;
    width: 40px;
    height: 40px;
    background-image: url("../Multimedia/VistaMaestra/instaencabezado1.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15px;
    margin-right: 10px
}

    .divlogosredesimginsta:hover {
        background-image: url("../Multimedia/VistaMaestra/instaencabezado2.png");
    }

.divinput {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40%;
}

    .divinput img {
        position: absolute;
        top: 0px;
        right: 0px;
        /*border-radius: 10px 10px 10px 10px;*/
        width: 80px;
        height: 30px;
    }

.buscainput {
    position: absolute;
    top: 0px;
    right: 75px;
    font-size: 12px;
    width: 65%;
    height: 28px;
    /*box-shadow: 5px 5px 8px #888888;*/
    text-align: center;
    font-weight: 500 !important;
    background-color: #bebebe;
    border-style: none;
}








/**********************************ESQUELETO**********************************************/
/**********************************ESQUELETO**********************************************/
.esqueleto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    float: left;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    font-family: Montserrat;
    min-width: 600px;
}

.encabezado {
    position: relative;
    width: 100%;
    padding: 0px;
    float: left;
    box-sizing: border-box;
}

.encabezadosuperior {
    position: relative;
    margin: auto;
    max-width: 1000px;
    height: 100px;
}

.encabezadoimagen {
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 100px;
    z-index: 0;
}

.cuerpo1 {
    position: relative;
    /*height: 1800px;*/
    width: 100%;
    min-width: 600px;
    float: left;
}

.pieblanco {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
}

.pie {
    position: relative;
    float: left;
    width: 100%;
    height: 230px;
    background-color: #2ab6be;
    color: white;
    font-family: Montserrat;
    font-size: 15px;
    text-align: left;
}

.piecentro {
    position: relative;
    margin: auto;
    max-width: 1000px;
    height: 100%;
}

.piecaja1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    min-width: 350px;
}

    .piecaja1 table {
        margin: 0 auto;
        width: 100%;
    }

    .piecaja1 tr {
        height: 30px;
    }

.acercade {
    font-weight: 900 !important;
    margin-top: 10px;
    height: 60px;
    padding-top: 0px;
}

.tdizquierdo {
    width: 40%;
}

    .tdizquierdo a {
        display: block; /* Make the links appear below each other */
        width: 100%;
        height: 30px;
        text-align: left;
        display: table;
        color: white;
    }

        .tdizquierdo a:hover {
            text-decoration: none;
            color: #007d86;
            font-size: 20px;
            font-weight: 900 !important;
        }

.tdderecho {
    width: 60%;
}

    .tdderecho a {
        display: block; /* Make the links appear below each other */
        width: 100%;
        height: 30px;
        text-align: left;
        display: table;
        color: white;
    }

        .tdderecho a:hover {
            text-decoration: none;
            color: #007d86;
            font-size: 20px;
            font-weight: 900 !important;
        }


.piecaja2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    vertical-align: central;
}


.divlogosredespie {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.divlogosredespieATR {
    position: relative;
    z-index: 1;
    float: right;
    width: 80px;
    height: 80px;
    /*background-image: url("../Multimedia/VistaMaestra/logoatrblanconegro.png");*/
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 12%;
    margin-left: 5%;
}

.divlogosredespieimgcompra {
    position: relative;
    z-index: 1;
    float: right;
    width: 50px;
    height: 50px;
    background-image: url('../Multimedia/Productos/comprablanco.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15%;
    margin-left: 5%;
}

    .divlogosredespieimgcompra:hover {
        background-image: url('../Multimedia/Productos/comprazul.png');
    }



.divlogosredespieimgface {
    position: relative;
    z-index: 1;
    float: right;
    width: 50px;
    height: 50px;
    background-image: url("../Multimedia/VistaMaestra/FBpie1.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15%;
    margin-left: 5%;
}

    .divlogosredespieimgface:hover {
        background-image: url("../Multimedia/VistaMaestra/FBpie2.png");
    }

.divlogosredespieimginsta {
    position: relative;
    z-index: 1;
    float: right;
    width: 50px;
    height: 50px;
    background-image: url("../Multimedia/VistaMaestra/Instapie1.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15%;
    margin-left: 5%;
}

    .divlogosredespieimginsta:hover {
        background-image: url("../Multimedia/VistaMaestra/Instapie2.png");
    }

.pie2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #2ab6be;
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    text-align: center;
}

/*********************************FIN ESQUELETO**********************************************/
/*********************************FIN ESQUELETO**********************************************/

/*INICIO*/
.diviniciopadre {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/*FIN INICIO*/

/*formula*/
.formuladivprincipal {
    text-align: center;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

    .formuladivprincipal img {
        width: 100%;
    }

.formuladivsecundario {
    text-align: center;
    margin: auto;
    width: 90%;
}

.formuladivconimagen0 {
    float: left;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.formuladivconimagen1 {
    float: left;
    width: 40%;
}

.formuladivconimagen2 {
    position: absolute;
    right: 0px;
    width: 60%;
    height: 100%;
}

    .formuladivconimagen2 img {
        width: 70%;
        position: absolute;
        border: 2px solid black;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.divATR {
    float: left;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.divATRtexto {
    float: right;
    right: 0px;
    width: 80%;
    height: 100%;
}

.divATRimagen1 {
    position: relative;
    float: left;
    left: 0px;
    width: 33%;
    height: 100%;
}

    .divATRimagen1 img {
        position: relative;
        height: 200px;
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.divATRimagen2 {
    float: left;
    position: relative;
    left: 0px;
    width: 33%;
    height: 100%;
}

    .divATRimagen2 img {
        position: relative;
        height: 200px;
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.divATRimagen3 {
    float: left;
    position: relative;
    left: 0px;
    width: 33%;
    height: 100%;
}

    .divATRimagen3 img {
        position: relative;
        height: 200px;
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
/*FIN FORMULA*/
/*PEDIDOS*/
.pedidosdivprincipal {
    text-align: center;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

    .pedidosdivprincipal img {
        width: 100%;
    }

.pedidosdivizq {
    padding-left: 5%;
    float: left;
    text-align: justify;
    margin: auto;
    width: 55%;
    min-width: 300px;
}

.pedidosdivder {
    float: left;
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

    .pedidosdivder img {
        width: 70%;
    }

.pedidosdivinferior {
    float: right;
    text-align: justify;
    margin: auto;
    width: 95%;
}
/*FIN PEDIDOS*/
/*SUCURSALES*/
.sucursalesdivprincipal {
    text-align: center;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

    .sucursalesdivprincipal img {
        width: 100%;
    }

.sucursalesdivsecundario {
    padding-top: 20px;
    text-align: center;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}


.sucursalesizquierdo {
    float: left;
    width: 25%;
    padding-top: 5%;
    min-width: 200px;
}


    .sucursalesizquierdo ul {
        float: left;
        width: 90%;
        list-style: none;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0px;
    }

.sucursalesmenuinactivo {
    background-color: #1b909b; /* Grey background color */
    color: white; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 5px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-family: Montserrat;
    font-weight: 500 !important;
    font-size: 20px;
    border-color: #c2d2ed;
    border-style: solid;
    border-width: 1px;
    /*box-shadow: 10px 10px 5px #888888;*/
    font-family: Montserrat;
}

    .sucursalesmenuinactivo:hover {
        background-color: #fff;
        color: black;
        text-decoration: none;
    }

.sucursalesmenuactivo {
    background-color: #00586f; /* Add a green color to the "active/current" link */
    color: white;
    font-weight: 900 !important;
    box-shadow: none;
    font-family: Montserrat;
}


.sucursalesderecho {
    float: left;
    width: 75%;
    height: 100%;
}

.sucursalesinformacion {
    margin: auto;
    padding-top: 5%;
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    height: 100%;
}

.sucursalestitulos {
    font-family: Montserrat;
    font-weight: 500 !important;
    font-size: 25px;
    text-align: left;
    color: #00586f
}

.sucursalestexto {
    font-family: Montserrat;
    padding: 10%;
    font-size: 15px;
    text-align: justify;
}

.sucursalesmapa {
    position: relative;
    float: left;
    width: 48%;
    height: 400px;
    border: 2px solid gray;
}

    .sucursalesmapa iframe {
        position: relative;
        width: 100%;
        height: 100%;
    }





/*FIN SUCURSALES*/

/*contactos*/
.contactosdivprincipal {
    text-align: center;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

    .contactosdivprincipal img {
        width: 100%;
    }



/*FIN contactos*/

/*SLIDES*/
.slideiniciopadre {
    width: 100%;
}

.etiquetah1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    color: #00586f
}

.divslidepadre {
    position: relative;
    font-family: Montserrat;
    float: left;
    margin: auto;
    width: 100%;
}

.divslide {
    margin-left: 2.5%;
    width: 30%;
    position: relative;
    float: left;
}


    .divslide img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: auto;
        text-align: center;
        max-height: 250px;
    }

.divrecuadro:hover {
    box-shadow: 5px 5px 10px #888888;
}

.divrecuadro {
    position: relative;
    width: 100%;
    border: 3px solid gray;
    height: 250px;
    width: 100%;
}

.tituloproductosmasvendidos {
    position: relative;
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    min-height: 50px;
    background-color: white;
}

.descripcionproductosmasvendidos {
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: 500 !important;
}


.divslidecuidados {
    margin-left: 7%;
    width: 24%;
    position: relative;
    float: left;
}

    .divslidecuidados img {
        width: 100%;
        position: relative;
        float: left;
    }

.divblogsdivgris {
    position: relative;
    float: left;
    width: 100%;
    background-color: #888888;
    text-align: left;
    min-height: 100px;
}

.divblogsdivgristitulo {
    float: left;
    color: white;
    width: 90%;
    padding-left: 5%;
    padding-top: 2%;
    font-weight: 800 !important;
    font-size: 15px;
    text-align: left;
    overflow-wrap: break-word;
    margin-bottom: 10PX;
}

.divblogsdivgrissubtitulo {
    float: left;
    color: white;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: 500 !important;
    font-size: 15px;
    text-align: left;
    min-height: 47px;
}
/*FIN SLIDE*/
/*CUIDADOS*/
.cuidadosdivinput {
    position: relative;
    width: 100%;
    height: 150px;
}

    .cuidadosdivinput img {
        float: right;
        margin-top: 20px;
        width: 10%;
    }

.cuidadosbuscainput {
    margin-top: 15px;
    border: 2px solid gray;
    float: left;
    font-size: 12px;
    width: 80%;
    height: 28px;
    /*box-shadow: 5px 5px 8px #888888;*/
    text-align: center;
    font-weight: 500 !important;
    background-color: white;
}

.cuidadosetiquetas {
    line-height: normal;
    font-family: Montserrat;
    font-weight: 800 !important;
    font-size: 25px;
    float: left;
    width: 100%;
    height: 60px;
    text-align: left;
    color: #00586f
}

.cuidadosdivprincipal {
    text-align: center;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.CuidadosDivContenedorDerecho {
    float: right;
    position: relative;
    margin: 0px;
    width: 80%;
    height: 100%;
    min-width: 600px;
}

#cuidadosdivmenu {
    float: left;
    width: 20%;
    min-width: 150px;
}


.cuidadosdivacordion {
    width: 100%;
    margin: 0 0 10px;
    clear: both;
}

.cuidadosaccordion-titulo {
    width: 100%;
    position: relative;
    display: block;
    color: #000;
    height: 35px;
    border-bottom: 3px solid gray;
}

.textomenu {
    text-decoration: none;
    text-align: left;
    position: absolute;
    left: 5%;
    bottom: 0px;
    font-size: 20px;
    font-weight: 500 !important;
    width: 90%;
    font-family: Montserrat;
}

.cuidadosaccordion-titulo.open {
    background: #00586f;
    color: #fff;
    border-bottom: 3px solid #00586f;
}

.cuidadosaccordion-titulo:hover {
    background-color: #ccc;
}

.cuidadosaccordion-titulo span.toggle-icon:before {
    content: "+";
}

.cuidadosaccordion-titulo.open span.toggle-icon:before {
    content: "-";
}

.cuidadosaccordion-titulo span.toggle-icon {
    width: 5%;
    position: absolute;
    right: 5px;
    bottom: 0px;
    font-size: 24px;
    font-weight: 500 !important;
}

.cuidadosaccordion-contenido {
    width: 100%;
    margin-left: 0PX;
    display: none;
}

.cuidadosmenu {
}

    .cuidadosmenu ul {
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
    }

        .cuidadosmenu ul li {
            list-style: none;
            margin-top: 0px;
            margin-right: 0px;
            width: 100%;
        }

    .cuidadosmenu li h3 {
        position: relative;
        height: 60%;
        color: black;
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        font-family: Montserrat;
    }

.cuidadosmenuinactivo {
    margin-left: 9%;
    display: block; /* Make the links appear below each other */
    text-decoration: none; /* Remove underline from links */
    border-left: 2px solid #00586f;
    border-bottom: 3px solid white;
    height: 50px;
    width: 90%;
    text-align: left;
    display: table;
    background-color: #dadada;
}



.cuidadosmenu > ul > li > a:hover {
    background-color: #ccc;
    text-decoration: none;
}


.cuidadosmenuactivo {
    background-color: #a1fe9a;
    margin-left: 0px;
}

    .cuidadosmenuactivo > h3 {
        font-size: 16px;
    }


.cuidadosindiceblogs {
    width: 100%;
    min-height: 100%;
    float: right;
    vertical-align: middle;
}

.cuidadostabla {
    margin: 0 auto;
    font-size: 12px;
    margin: 5%;
    width: 90%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: justify;
}

    .cuidadostabla img {
        margin: 0 auto;
        margin: 5%;
        width: 60%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .cuidadostabla div {
    }

    .cuidadostabla b {
        width: 100%;
        text-align: left;
        font-family: Montserrat;
        font-size: 25px;
    }

    .cuidadostabla span {
        width: 100%;
        font-family: Montserrat;
        font-size: 15px;
    }

    .cuidadostabla a {
        position: relative;
        float: right;
        width: 100%;
        text-align: right;
        font-family: Montserrat;
        font-size: 15px;
    }


.cuidados_divpadre_contenidoblog {
    position: relative;
    width: 95%;
    float: right;
}

.cuidados_imgprincipal {
    width: 100%;
    position: relative;
}

.cuidados_divtituloprincipal {
    color: #00586f;
    width: 100%;
    font-family: Montserrat;
    font-size: 35px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cuidados_divtitulo {
    padding-top: 50px;
    padding-bottom: 10px;
    width: 98%;
    margin-left: 2%;
    word-wrap: break-word;
    text-align: left;
    font-size: 30px;
}

.cuidados_divparrafo {
    float: left;
    width: 100%;
    position: relative;
    word-wrap: normal;
    font-size: 16px;
    text-align: justify;
}

.cuidados_divetiquetas {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
}

.cuidados_etiquetas {
    position: relative;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
    background-color: white;
    border: 1px solid gray;
    color: black;
    transform: scale(10);
}

    .cuidados_etiquetas:hover {
        background-color: #00586f;
        color: white;
    }




/*FIN CUIDADOS*/
.lealtadMENSAJE {
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 15%;
    border: 1px solid #027e87;
    border-radius: 25px 25px;
    text-align: center;
    z-index: 99;
    background-color: rgba(255,255,255,0.8);
    color: white;
}
    .lealtadMENSAJE b {
        color: #027e87;
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        margin-top: 20%;
        font-size: 25px;
    }
.lealtadMENSAJEbtn {
    color: white;
    font-family: Montserrat;
    font-weight: 500 !important;
    font-size: 20px;
    background-color: #2ab6be;
    width: 250px;
    height: 70px;
    border-radius: 10px 10px 10px 10px;
    margin-left:auto;
    margin-top:30%
   
}

.lealtadPOPUP {
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.9);
    width: 50%;
    height: auto;
    margin-left: 25%;
    top: 15px;
    left: 0px;
    text-align: center;
    align-items: center;
    border: 2px solid gray;
}
.lealtadPOPUPDivTitulo {
    width: 100%;
    float: left;
}
    .lealtadPOPUPDivTitulo p{
        text-wrap:normal;
        margin-top:15px;
        color:#00586f;
        font-size:25px;
        line-height:25px;
    }



    .lealtaddivprincipal {
        margin: auto;
        float: left;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }



.lealtaddivprincipal img {
    float: left;
    width: 60%;
}
.lealtaddivformularioAZUL {
    border-radius: 20px 20px 20px 20px;
    background-color: #027e87;
    color: white;
    width:36%;
    margin-left:2%;    
}

    .lealtaddivformularioAZUL p {
        text-wrap: normal;
        margin-top: 15px;
        color: white;
        font-size: 25px;
        line-height: 25px;
    }


    .lealtaddivformulario {
        float: left;
        width: 100%;
        height:100%;
        margin:auto;
    }

        .lealtaddivformulario table {
            width: 96%;
            height: 96%;
            margin: 2%;            
            float: left;       
            text-align: left;
            font-size: 16px;
        }
            .lealtaddivformulario table tr {
                float: left;
                margin-left: 5%;
                width: 90%;
            }
                .lealtaddivformulario table tr td input[type=text], input[type=email] {
                    float: left;
                    width: 100%;
                    padding: 0px;
                }
                .lealtaddivformulario table tr td input[type=checkbox] {
                    float: left;
                    width: auto;
                    padding: 0px;
                }

                .lealtaddivformulario table tr td input[type=submit] {
                    float: left;
                    margin-left: 30%;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    width: 40%;
                    padding: 0px;
                    color: white;
                    background-color: #2ab6be !important;
                    border: none;
                    text-decoration: none;
                    cursor: pointer;
                    border: 1px solid #2ab6be;
                }

                .lealtaddivformulario table tr td input[type=submit]:hover {
                    
                    background-color: #027e87 !important;
                    border: 1px solid white;
                }

                .lealtaddivformulario table tr td {
                    width: 90%;
                    margin-left: 5%;
                    float: left;
                }
                    .lealtaddivformulario table tr td p {
                        margin-top:20px;
                        font-size: 18px;
                    }

                    .lealtaddivformulario table tr td a {
                        color:#2ab6be;
                        font-weight:700;
                    }

/*FORMULARIO GENERICO*/
.contactosdivsecundario {
    position: relative;
    float: left;
    text-align: center;
    margin-left: 15%;
    width: 70%;
    font-size: 18px;
}



.contactostabla {
    width: 100%;
    display: table;
    font-family: Montserrat;
}

.contactostdizquierdo {
    width: 25%;
    text-align: right;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.contactostdderecho {
    width: 75%;
    text-align: center;
    height: 40px;
}

    .contactostdderecho input, select, textarea {
        width: 100%;
        float: left;
        border: 2px solid gray;
        font-size: 20px;
        text-align: center;
        padding: 0px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .contactostdderecho textarea {
        height: 50px;
    }

    .contactostdderecho select {
        height: 35px;
        text-align: center;
    }

    .contactostdderecho input[type="file"] {
        border: none;
        text-align: left;
        filter: alpha(opacity=0);
        opacity: 1;
        outline: none;
        cursor: inherit;
        display: block;
    }


.contactosinferior {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .contactosinferior .contactosboton {
        color: white;
        font-family: Montserrat;
        font-weight: 500 !important;
        font-size: 20px;
        background-color: #2ab6be;
        width: 250px;
        height: 70px;
        border-radius: 10px 10px 10px 10px;
    }

.contactosboton:hover {
    background-color: #00586f;
    box-shadow: 5px 5px 10px #888888; /*inferior,derecho,difuminasion, color*/
}

.contactoserrores {
    font-family: Montserrat;
    font-size: 10px;
    float: left;
    width: 100%;
    text-align: right;
    color: red;
}

.contactoenviook {
    font-family: Montserrat;
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: center;
    color: #00586f;
}

.contactoenviofallo {
    margin-top: 10PX;
    margin-bottom: 10PX;
    font-family: Montserrat;
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: center;
    color: darkred;
}
/*FIN FORMULARIO */

/*ESTILOS GENERICOS*/
.genericotituloverde {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Montserrat;
    color: #00586f;
    font-size: 35px;
    height: 35px;
    line-height: 40px;
    float: left;
    width: 100%;
    text-align: left;
}

.genericosincoincidencias {
    margin-top: 20px;
    font-family: Montserrat;
    color: #970303;
    font-size: 18px;
    line-height: 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.genericotitulonegro {
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 25px;
    line-height: 25px;
    float: left;
    width: 100%;
    text-align: left;
}

.genericoparrafo {
    margin-top: 20px;
    font-family: Montserrat;
    font-weight: 500 !important;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: justify;
}

.genericolistas {
    margin-top: 20px;
    font-family: Montserrat;
    font-weight: 500 !important;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: left;
}

/*FIN ESTILOS GENERICOS*/

/*MAPA*/
.mapaizquierda {
    float: left;
    width: 50%;
    min-width: 300px;
}

.mapaderecha {
    width: 50%;
    float: left;
    min-width: 300px;
}

.mapalititulo {
    font-family: Montserrat;
    color: #00586f;
    font-size: 18px;
}

    .mapalititulo span {
        color: #00586f;
    }

.mapalinormal {
    list-style-type: none;
    color: black;
    font-size: 15px;
    margin-left: 5%;
    margin-top: 10px;
    width: 80%;
}

    .mapalinormal span {
        color: gray;
    }



/*FIN MAPA*/


.productosdiv1 {
    width: 100%;
}

.productosdivprincipal {
    width: 100%;
    float: left;
    border: 2px solid gray;
    position: relative;
    min-height: 400PX;
}

.productosdivproductoizq {
    position: relative;
    float: left;
    width: 30%;
    height: 400PX;
    display: table-cell;
    vertical-align: middle;
}

.productosdivproductoder {
    float: right;
    width: 50%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    height: 100%;
}


.productosdivproductoizq img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    max-height: 400PX;
}

.productosnombre {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500 !important;
    font-stretch: extra-condensed;
    text-align: left;
}

.productosdescripcion1 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500 !important;
    text-align: left;
}

.productosdescripcion2 {
    margin-top: 30px;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: left;
    text-align: justify;
}


.productosdivcaracteristicas {
    width: 100%;
    float: left;
}

.productosdivcaracteristicasizq {
    width: 40%;
    float: left;
    padding: 5%;
}

.productosdivcaracteristicasder {
    width: 38%;
    float: left;
    padding-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-left: 2px solid #00586f;
    border-spacing: 15px 50px;
}

.productosmintitulos {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: left;
    text-align: justify;
}

.productosmincontenido {
    margin-top: 30px;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: left;
    text-align: justify;
}



.productosbotonsucursal {
    color: white !important;
    margin-top: 30px;
    height: 38px;
    width: 100%;
    position: relative;
    float: left;
    background-color: #00586f; /*#00586f;*/ /* Grey background color */
    /* Black text color */
    display: block; /* Make the links appear below each other */
    text-decoration: none; /* Remove underline from links */
    font-family: Montserrat;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 38px;
    border-color: #c2d2ed;
    border-style: solid;
    border-width: 1px;
    font-family: Montserrat;
}
    

    .productosbotonsucursal:hover {
        background-color: #fff;
        color: black !important;
        text-decoration: none;

    }

#facturaciondivmenu {
    float: left;
    width: 100%;
    min-width: 150px;
    min-height: 600px;
}

#popup {
    visibility: hidden;
    opacity: 0;
    margin-top: -300px;
}

    #popup:target {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 999;
        transition: all 1s;
    }

.popup-contenedor {
    position: relative;
    margin: 1% auto;
    padding: 10px 10px;
    background-color: #fafafa;
    color: #333;
    border-radius: 20px;
    width: 90%;
    min-width: 500px;
    height: 90%;
    overflow-y: auto;
    overflow-x: auto;
}

.filaizquierda {
    padding: 5px 5px;
    text-align: right;
    color: black;
}

.filaderecha {
    text-align: left;
    color: darkred;
}

.tablaticket {
    margin-top: 0px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #00586f;
}

    .tablaticket th {
        background-color: #00586f;
        color: white;
        font-weight: 500;
        padding: 7px;
    }

    .tablaticket td {
        color: black;
        font-weight: 400;
        padding: 10px;
    }

    .tablaticket tr:nth-child(odd) {
        background-color: white;
    }

    .tablaticket tr:nth-child(even) {
        background-color: #e7f2ff;
    }

.facturaciondivmisfacturas {
    width: 100%;
    margin-top: 50px;
}

.facturaciondivmisfacturasencaabezado {
}


.facturacioniconos {
    height: 40px;
    width: 40px;
    text-align: left;
}


.popup-contenedorALERTA {
    position: relative;
    margin-top: 2%;
    margin-left: 20%;
    padding: 10px 10px;
    background-color: #fafafa;
    color: #333;
    border-radius: 20px;
    width: 60%;
    min-width: 500px;
    height: 50%;
    overflow-y: auto;
    overflow-x: auto;
}

.proveedoresdivprincipal {
    position:relative;
    display: flex;
    text-align: center;
    margin: auto;
    height: 1200px !important;
    max-width: 1000px;
    width: 100%;
    overflow:hidden !important;
}

@media (max-width: 900px) {
    .popup-contenedorALERTA {
        margin-left: 0%;
        width: 100%;
        height: 90%;
    }

    @media (max-height: 500px) {
        .popup-contenedorALERTA {
            height: 90%;
        }


        /*color: #00586f*/
        /*@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}*/

