﻿:root {
    --appColorAplicacion: rgb(0, 188, 213);
    --appColorPrincipal: rgb(255, 173, 24);
    --appColorOscuro: rgb(50 50 50);
    /*##################################################################################*/
    --appHeaderColor: rgb(25, 120, 255);
    --appHeaderColorTo: rgb(25, 120, 255);
    --appHeaderColorMovil: rgb(25, 120, 255);
    --appHeaderColorLineBottom: rgb(140, 190, 255); /* rgb(140, 190, 255); rgb(124, 178, 255); */
    --appHeaderColorLineBottomMovil: rgb(225, 225, 225); /* rgb(140, 190, 255); rgb(124, 178, 255); */
    /*----------------------------------------------------------------------------------*/
    /*--appHeaderAltoTop: rgb(0 0 0); */
    /*--appHeaderMenu: rgb(35 35 35);*/
    --appHeaderMenuOver: rgb(20, 20, 20);
    --appHeaderMenuTexto: rgb(235 235 235);
    --appHeaderMenuTextoOver: rgb(255 255 255);
    /*--appHeaderMenuLineBoton: rgb(0, 210, 255);*/
    /*--appHeaderBajoTexto: rgb(235 235 235);*/
    /*##################################################################################*/
    --appBodyColor: rgb(250 254 255);
    /*==================================================================================*/
    --appBodyColorPlomo: rgb(239 239 239);
    /*==================================================================================*/
    --appBodyFormBackcolor: rgb(239 239 239);
    /* --appBodyNoticiasTop: rgb(0, 180, 225);
    --appBodyNoticiasClaro: rgb(214 250 255);
    --appBodyNoticiasOscuro: rgb(171 245 255);
    --appBodyNoticiasShadow: rgb(200 200 200);*/
    --appBodyFontColorPlomo: rgb(75 75 75);
    --appBodyFontColorAzul: rgb(25, 120, 255);
    /*==================================================================================*/
    /*--appBodyOpinionesTituloBack: rgb(0, 210, 255);
    --appBodyOpinionesTituloTexto: rgb(255 255 255);
    --appBodyOpinionesClaro: rgb(129 240 255);
    --appBodyOpinionesOscuro: rgb(185 185 185);*/
    /*==================================================================================*/
    --appBodyContactanosTituloBack: rgb(35 35 35);
    --appBodyContactanosTituloTexto: rgb(235 235 235);
    --appBodyContactanosClaro: rgb(255 202 205);
    --appBodyContactanosOscuro: rgb(185 185 185);
    /*##################################################################################*/
    --appBodyNotaGrupo: rgb(0, 180, 225); /* rgb(0, 210, 255); */
    --appBodyNotaTitulo: rgb(50 50 50);
    --appBodyNotaTexto: rgb(50 50 50);
    --appBodyRedesFacebook: rgb(24 119 242);
    --appBodyRedesFacebookOver: rgb(0 87 199);
    --appBodyRedesTwitter: rgb(58 175 255);
    --appBodyRedesTwitterOver: rgb(29 155 240);
    --appBodyRedesWhatsApp: rgb(84 206 97);
    --appBodyRedesWhatsAppOver: rgb(18 187 58);
    --appBodyRedesTexto: rgb(240 240 240);
    --appBodyRedesTextoOver: rgb(255 255 255);
    /*==================================================================================*/
    --appTextoTitulo: rgb(35 35 35);
    --appTextoBorder: rgb(200 200 200);
    --appTextoBackColorFocus: rgb(230 230 230);
    /*##################################################################################*/
    --appFooterColor: rgb(0, 180, 225); /* rgb(0, 210, 255); */
    --appFooterColorTo: rgb(0 0 0);
    --appFooterColorLinea: rgb(129 243 255);
    --appFooterPctjDesde: 0%;
    --appFooterPctjHasta: 100%;
    --appFooterTexto: rgb(255 255 255);
    /*##################################################################################*/
    --appBotonColor: rgb(255 117 0);
    --appBotonColorHover: rgb(239 82 15);
}

 body {
    padding-bottom: 0;
}

.letrasSinEspacio {
    line-height: 1.00;
}

.letrasTitulo {
    /*color: white;*/
    /*background-color: cornflowerblue;*/
    font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma, Verdana, Geneva, 'Segoe UI';
    /*font-size: 50px;*/
    /*font-weight:bold;*/
}

.letrasTexto {
    /*color: white;*/
    /*background-color: cornflowerblue;*/
    font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma, Verdana, Geneva, 'Segoe UI';
    font-size: 34px;
    font-weight: bold;
    line-height: 1.25;
}

.letrasTexto25 {
    color: white;
    /*background-color: cornflowerblue;*/
    /*font-family: 'Arial Rounded MT';*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 23px;
    /*font-weight:bold;*/
    line-height: 1.75;
}

    .letrasTexto25:hover{
        color: white;
        text-decoration: none;
    }

.imagenCentrado {
    display: block;
    margin: auto;
}

.imagenBorder {
    padding: 25px;
}

.botonAzul {
    background-color: var(--appHeaderColor);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    /*font-family: Geneva, Verdana, sans-serif;*/
    font-size: 20px;
    line-height: 1.75;
    padding-left: 2em;
    padding-right: 2em;
}

    .botonAzul:hover,
    .botonAzul:focus {
        background-color: rgb(255, 255, 255);
        border-color: var(--appHeaderColor);
        color: var(--appHeaderColor);
    }

.botonBlanco {
    background-color:  rgb(255, 255, 255);
    border-color: var(--appHeaderColor);
    color: var(--appHeaderColor);
    font-size: 20px;
    line-height: 1.75;
    padding-left: 2em;
    padding-right: 2em;
}

    .botonBlanco:hover,
    .botonBlanco:focus {
        background-color: var(--appHeaderColor);
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 1.75;
    }


.backNegro {
    background-color: black;
    border-bottom: 5px solid black;
    border-top: 5px solid black;
    border-left: 10px solid black;
    border-right: 10px solid black;
    border-radius: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    margin: 0px;
    padding: 0px;
    /*margin-top: 100px;*/
    text-align: center;
    vertical-align: middle;
}

    .backNegro:hover,
    .backNegro:focus {
        color: white;
    }

.backCeleste {
    background-color: black;          /* rgb(0, 100, 240);*/
    border-bottom: 5px solid black;   /* rgb(0, 100, 240);*/
    border-top: 5px solid black;      /* rgb(0, 100, 240);*/
    border-left: 15px solid black;    /* rgb(0, 100, 240);*/
    border-right: 125px solid black;  /* rgb(0, 100, 240);*/
    border-radius: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    /*margin-top: 100px;*/
    text-align: center;
    vertical-align: middle;
}

    .backCeleste:hover,
    .backCeleste:focus {
        color: white;
        text-decoration: none;
    }

.txtContactanos {
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 0px;
    border: 0px;
    color: white;
    margin: 0px;
    text-decoration: none;
}

.panelCenter {
    text-align: center;
    align-items: center;
}

.panelBorderCero {
    border: 0px;
    margin: 0px;
    padding: 0em;
    line-height: 1.0;
}

.panelBorder10 {
    padding: 1em;
}

.panelBorderRight {
    border-right: 10px solid white;
}



.panelBlanco {
    background-color: rgb(250, 250, 250); /*#eeeeee;*/
    border-radius: 20px;
    border: 10px solid var(--appBodyColorPlomo);
    color: var(--appHeaderColor);
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    margin: 0px;
    /*margin-bottom: 30px;*/
    padding: 20px;
}

    .panelBlanco h1 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelBlanco h2 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelBlanco h3 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelBlanco p {
        font-weight: normal;
        line-height: 1.75;
    }

        .panelBlanco p a {
            color: var(--appHeaderColor);
            font-size: 25px;
            line-height: 1.75;
        }

            .panelBlanco p a:hover,
            .panelBlanco p a:focus {
                background-color: var(--appHeaderColor);
                color: rgb(255, 255, 255);
                font-size: 25px;
                line-height: 1.75;
            }



.panelSimilar {
    background-color: var(--appHeaderColor);
    border-radius: 20px;
    border: 10px solid var(--appBodyColorPlomo);
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    margin: 0px;
    /*margin-bottom: 30px;*/
    padding: 20px;
}

    .panelSimilar h1 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelSimilar h2 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelSimilar h3 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelSimilar p {
        font-weight: normal;
        line-height: 1.75;
    }

        .panelSimilar p a {
            background-color: var(--appHeaderColor);
            color: rgb(255, 255, 255);
            font-size: 25px;
            line-height: 1.75;
        }

            .panelSimilar p a:hover,
            .panelSimilar p a:focus {
                background-color: rgb(255, 255, 255);
                color: var(--appHeaderColor);
                font-size: 25px;
                line-height: 1.75;
            }



.panelTransparente {
    font-size: 20px;
    /*margin-bottom: 30px;*/
    padding: 0px; /* 20px; */
    margin: 0px;
    border: 0px;
    padding-top: 25px; /*25px;*/
    padding-bottom: 50px; /*25px;*/
}

    .panelTransparente h1 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.75;
        text-align: center;
    }

    .panelTransparente h2 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelTransparente h3 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.75;
        text-align: center;
    }

    .panelTransparente h4 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        /*line-height: 1.75;*/
        /*text-align: center;*/
        padding-left: 5em;
        /*padding-top:0em;*/
    }

    .panelTransparente p {
        color: white;
        font-weight: normal;
        line-height: 1.5;
        text-decoration: none;
    }

        .panelTransparente p a {
            color: var(--appHeaderColor);
            font-size: 25px;
            line-height: 1.75;
            text-decoration: none;
        }

            .panelTransparente p a:hover,
            .panelTransparente p a:focus {
                background-color: var(--appHeaderColor);
                color: rgb(255, 255, 255);
                font-size: 25px;
                line-height: 1.75;
            }



.panelClaro {
    background-color: rgb(250, 250, 250); /*#eeeeee;*/
    color: var(--appHeaderColor);
    font-size: 20px;
    padding: 0px; /* 20px; */
    margin: 0px;
    border: 0px;
    padding-top: 25px; /* 20px; */
    padding-bottom: 40px; /* 20px; */
}

    .panelClaro h1 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.75;
        text-align: center;
    }

    .panelClaro h2 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 35px;
        line-height: 1.75;
        text-align: center;
    }

    .panelClaro h3 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.75;
        /*text-align: center;*/
    }

    .panelClaro p {
        line-height: 1.75;
    }

        .panelClaro p a {
            color: var(--appHeaderColor);
            font-size: 25px;
            line-height: 1.75;
        }

            .panelClaro p a:hover,
            .panelClaro p a:focus {
                background-color: var(--appHeaderColor);
                color: rgb(255, 255, 255);
                font-size: 25px;
                line-height: 1.75;
            }



.panelPlomo {
    background-color: var(--appBodyColorPlomo); /*rgb(231 241 254);*/ /*#eeeeee;*/
    color: var(--appHeaderColor);
    font-size: 20px;
    padding: 0px; /* 20px; */
    margin: 0px;
    border: 0px;
    /*padding-top: 25px;*/ /* 20px; */
    padding-bottom: 40px; /* 20px; */
}

    .panelPlomo h1 {
        color: inherit;
        font-family: 'Arial Rounded MT', Arial, Helvetica, sans-serif;
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 32px;
        line-height: 1.35;
        /*text-align: center;*/
    }

        .panelPlomo h1 n {
            color: var(--appBodyFontColorPlomo);
            text-decoration: none;
        }

        .panelPlomo h1 z {
            color: var(--appBodyFontColorAzul);
            text-decoration: none;
        }

    .panelPlomo h2 {
        color: inherit;
        font-family: 'Arial Rounded MT', Arial, Helvetica, sans-serif;
        font-size: 45px;
        line-height: 1.35;
        /*text-align: center;*/
    }

        .panelPlomo h2 n {
            color: var(--appBodyFontColorPlomo);
            text-decoration: none;
        }

        .panelPlomo h2 z {
            color: var(--appBodyFontColorAzul);
            text-decoration: none;
        }


    .panelPlomo h3 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.75;
        /*text-align: center;*/
    }

    .panelPlomo p {
        line-height: 1.75;
    }

        .panelPlomo p a {
            color: var(--appHeaderColor);
            font-size: 25px;
            line-height: 1.75;
        }

            .panelPlomo p a:hover,
            .panelPlomo p a:focus {
                background-color: var(--appHeaderColor);
                color: rgb(255, 255, 255);
                font-size: 25px;
                line-height: 1.75;
            }



.panelLlamanos {
    background-color: var(--appHeaderColor); /** rgb(61, 139, 250);   var(--appHeaderColor); **/
    border-bottom: 1px solid var(--appHeaderColorLineBottom);
    /*border-top: 2px solid white;*/
    color: white;
    /*font-size: 21px;*/
    /*height: 35px;
    margin-bottom: 0px;
    padding-top: 3px;*/ /* 15px; 25px; */
    /*padding-bottom: 0px;*/ /*  0px; 25px; */
}

    .panelLlamanos p {
        font-family: Verdana, 'Segoe UI', Tahoma, Geneva, sans-serif;
        font-size: small;
    }

.panelPrecio {
    background-color: rgb(255, 255, 255); /*#eeeeee;*/
    border-radius: 20px;
    border: 10px solid var(--appHeaderColor);
    color: var(--appHeaderColor);
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    margin: 0px;
    margin-top: 0px;     /* 25px; */
    margin-bottom: 0px;  /* 30px; */
    padding: 25px;
}

    .panelPrecio h1 {
        color: rgb(52 52 52);
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 48px;
        /*line-height: 1.75;*/
        text-align: center;
    }

    .panelPrecio h2 {
        color: rgb(52 52 52);
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        /*line-height: 1.75;*/
        text-align: center;
    }

    .panelPrecio h3 {
        color: rgb(52 52 52);
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 25px;
        /*line-height: 1.75;*/
        text-align: center;
    }

    .panelPrecio p {
        color: rgb(52 52 52);
        font-size: 16px;
        line-height: 1.75;
        padding-left: 1em;
        /*text-decoration: none;*/
    }


.panelPrecioCeleste {
    background-color: rgb(105, 166, 255);
    border-radius: 5px;
    padding: 20px;
}

    .panelPrecioCeleste h2 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.75;
        text-align: center;
        font-weight: bold;
    }


.panelPrecioAzul {
    background-color: var(--appHeaderColor);
    border-radius: 5px;
    padding: 20px;
}

    .panelPrecioAzul h2 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.75;
        text-align: center;
        font-weight: bold;
    }


.panelPrecioGris {
    background-color: rgb(35 35 35);
    border-radius: 5px;
    padding: 20px;
}

    .panelPrecioGris h2 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.75;
        text-align: center;
        font-weight: bold;
    }


.panelPrecioNegro {
    background-color: rgb(15 15 15);
    border-radius: 5px;
    padding: 20px;
}

    .panelPrecioNegro h2 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.75;
        text-align: center;
        font-weight: bold;
    }



.panelDownload {
    align-content: center;
    align-items: center;
    border-top: 3px solid rgb(250, 250, 250);
    font-size: 21px;
    padding-top: 25px; /*25px;*/
    padding-bottom: 50px; /*25px;*/
}

    .panelDownload h1 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelDownload h2 {
        color: inherit;
        /*font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 48px;
        line-height: 1.75;
        text-align: center;
    }

    .panelDownload h3 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.75;
        text-align: center;
    }

    .panelDownload h4 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        /*line-height: 1.75;*/
        /*text-align: center;*/
        padding-left: 5em;
        /*padding-top:0em;*/
    }

    .panelDownload p {
        color: white;
        font-weight: normal;
        line-height: 1.5;
        padding-top: 1em;
        text-align: center;
    }

        .panelDownload p a {
            background-color: var(--appHeaderColor);
            border-color: rgb(255, 255, 255);
            color: rgb(255, 255, 255);
            font-size: 18px;
            margin: 5px;
            line-height: 1.75;
            padding-left: 2em;
            padding-right: 2em;
        }

            .panelDownload p a:hover,
            .panelDownload p a:focus {
                /*background-color: var(--appHeaderColor);
                color: rgb(255, 255, 255);
                font-size: 25px;
                line-height: 1.75;*/
                background-color: rgb(255, 255, 255);
                border-color: var(--appHeaderColor);
                color: var(--appHeaderColor);
                font-size: 18px;
                line-height: 1.75;
            }


.panelFormularios {
    background-color: var(--appBodyFormBackcolor);
    font-size: 20px;
    padding: 0px; /* 20px; */
    margin: 0px;
    border: 0px;
    padding-top: 25px; /*25px;*/
    padding-bottom: 50px; /*25px;*/
}

    .panelFormularios h1 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.35;
        text-align: center;
    }

        .panelFormularios h1 n {
            color: var(--appBodyFontColorPlomo);
            text-decoration: none;
        }

        .panelFormularios h1 z {
            color: var(--appHeaderColor);
            text-decoration: none;
        }

    .panelFormularios h2 {
        color: inherit;
        font-family: 'Arial Rounded MT', Arial, Helvetica, sans-serif;
        font-size: 45px;
        line-height: 1.35;
        /*text-align: center;*/
    }

        .panelFormularios h2 n {
            color: var(--appBodyFontColorPlomo);
            text-decoration: none;
        }

        .panelFormularios h2 z {
            color: var(--appHeaderColor);
            text-decoration: none;
        }


/*
    .panelFormularios h3 {
        color: inherit;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.75;
    }

    .panelFormularios p {
        line-height: 1.75;
    }

        .panelFormularios p a {
            color: var(--appHeaderColor);
            font-size: 25px;
            line-height: 1.75;
        }

            .panelFormularios p a:hover,
            .panelFormularios p a:focus {
                background-color: var(--appHeaderColor);
                color: rgb(255, 255, 255);
                font-size: 25px;
                line-height: 1.75;
            }*/


    .panelFormularios table {
        color: white;
        font-family: Helvetica, Arial, sans-serif;
        font-size: small;
        /*font-weight: 100;*/
        font-weight: normal;
        /*line-height: 1.5;*/
        text-decoration: none;
    }

    .panelFormularios .boton {
        background-color: var(--appHeaderColor);
        border-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-size: small;
        height: 45px;
        line-height: 1.75;
        padding-left: 2em;
        padding-right: 2em;
        width:100%
    }

        .panelFormularios .boton:hover,
        .panelFormularios .boton:focus {
            background-color: rgb(255, 255, 255);
            border-color: var(--appHeaderColor);
            color: var(--appHeaderColor);
        }



.panelContactanos {
    font-size: 20px;
    padding: 0px; /* 20px; */
    margin: 0px;
    border: 0px;
    padding-top: 25px; /*25px;*/
    padding-bottom: 50px; /*25px;*/
}

    .panelContactanos h1 {
        color: white;
        font-family: 'Arial Rounded MT', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.75;
        text-align: center;
    }

    .panelContactanos p {
        color: white;
        font-weight: normal;
        line-height: 1.5;
        text-decoration: none;
    }

        .panelContactanos p a {
            color: white;
            text-decoration: none;
        }

            .panelContactanos p a:hover,
            .panelContactanos p a:focus {
                font-weight: bold;
            }



.footers {
    background-color: var(--appHeaderColor);
    background: linear-gradient(to bottom, rgb(25, 120, 255) 25%, rgba(0, 0, 0, 0.95) 90%);
    background: -o-linear-gradient(to bottom, rgb(25, 120, 255) 25%, rgba(0, 0, 0, 0.95) 90%);
    background: -moz-linear-gradient(to bottom, rgb(25, 120, 255) 25%, rgba(0, 0, 0, 0.95) 90%);
    background: -webkit-linear-gradient(to bottom, rgb(25, 120, 255) 25%, rgba(0, 0, 0, 0.95) 90%);
    color: white;
    line-height: 14px;
}

    .footers .imgif {
        display: block;
        margin: 0px auto;
        padding-right: 20px;
    }

    .footers .imgnb {
        padding-left: 18px;
        width: 60%;
    }

    .footers h4 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: larger;
        padding-bottom: 13px;
        padding-top: 15px;
    }

    .footers a {
        color: white;
    }

    .footers e {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: small;
        padding-left: 25px;
    }

    .footers n {
        border: 0;
        padding: 0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: small;
        padding-left: 72px;
    }

    .footers p {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: small;
    }



#footerAutor {
    background-color: rgb(0, 0, 0);
    border-top: solid 2px rgb(230, 240, 255); /* solid 2px var(--appHeaderColor); */
    bottom: -10px; /*Abajo deje un espacio de 0px*/
    color: white;
    left: 0px; /*A la derecha deje un espacio de 0px*/
    right: 0px; /*A la izquierda deje un espacio de 0px*/
    width: 100%;
    height: 40px;
    margin: 0px;
    opacity: 0.90;
    padding-top: 5px;
    padding-bottom: -15px;
    text-align: center;
}

.showDesktop {
    text-decoration: none;
    visibility: visible;
}

    .showDesktop:focus,
    .showDesktop:hover {
        text-decoration: none;
    }

.showTablet {
    text-decoration: none;
    visibility: hidden;
    /*display: none;*/
}

    .showTablet:focus,
    .showTablet:hover {
        text-decoration: none;
    }

.logoTitulo {
    background-image: url('../App_Images/LibAplicacion/netBusinessBlanco.png');
    background-size: 100%;
    background-repeat: no-repeat;
    /*border-left: 12px solid transparent;*/
    border-top: 5px solid transparent;
    display: block;
    /*height: 85px;*/
    padding-bottom: 5px;
    text-indent: -9999px;
    width: 250px; /* 235px; */


    height: 50px;
    /*padding-top: 5px;*/
}

.paddingTop {
    padding-top: 50px;
}

.linkUsuario {
    visibility: visible;
    display: normal;
}

@media (max-width: 768px) {

    .panelLlamanos {
        border: 0px;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid var(--appHeaderColorLineBottomMovil);
        font-size: medium;
        height: 28px;
        padding-bottom: 15px;
    }

        .panelLlamanos p {
            font-size: medium;
        }

    .panelBlanco {
        font-weight: normal;
    }

    .panelPlomo {
        /*padding-top: 15px;*/ /* 20px; */
        padding-bottom: 40px; /* 20px; */
    }

        .panelPlomo h2 {
            font-size: 30px;
            line-height: 1.5;
        }

    .botonAzul {
        /*padding-left: 1.50em;*/
        /*padding-right: 1.50em;*/
    }

    .botonBlanco {
        padding-left: 0.75em;
        padding-right: 0.5em;
    }

    .panelPrecio p {
        font-size: 18px;
        padding-left: 0em;
    }

    .panelDownload p a {
        width: 90%;
    }

    .showDesktop {
        visibility: hidden;
        display: none;
    }

    .showTablet {
        /*display: initial;*/
        text-decoration: none;
        visibility: visible;
    }

    .logoTitulo {
        margin-left: 60px;        
        padding-top: 0px;
    }

    .panelFormularios {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .panelFormularios h1 {
            font-size: 26px;
            line-height: 1;
        }

        /*.panelFormularios p {
        color: white;
        font-family: Helvetica, Arial, sans-serif;
        font-size: medium;*/
        /*font-weight: normal;*/
        /*line-height: 1.5;*/
        /*text-decoration: none;
    }

        .panelFormularios p a {
            color: white;
            text-decoration: none;
        }

            .panelFormularios p a:hover,
            .panelFormularios p a:focus {
                font-weight:bold;
            }*/

        .panelFormularios table {
            font-size: medium;
        }

        .panelFormularios .boton {
            font-size: medium;
        }



    .footers {
        line-height: 18px;
    }

        .footers .imgif {
            padding-right: 0px;
        }

        .footers .imgnb {
            padding-left: 18px;
            width: 65%;
        }

        .footers h4 {
            padding-left: 20px;
            padding-top: 0px;
        }
        
        .footers e {
            font-size: medium;
            padding-left: 0px;
        }

        .footers n {
            font-size: smaller;
            padding-left: 5px;
        }

        .footers p {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: medium;
            padding-left: 20px;
            padding-right: 20px;
        }

    #footerAutor p {
        font-size: small;
    }

}

@media (min-width: 769px) {
    .linkUsuario {
        visibility: visible;
        display: normal;
    }
}

@media (max-width: 995px) and (min-width: 769px) {
    .linkUsuario {
        visibility: hidden;
        display: none;
    }
}

@media (min-width: 800px) {
    .showDesktop {
        visibility: visible;
    }

    .logoTitulo {
        padding-top: 5px;
    }

    .linkUsuario {
        visibility: visible;
        display: normal;
    }
}

@media (max-width: 970px) {
    .paddingTop {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .paddingTop {
        padding-top: 50px;
    }
}

@media (min-width: 800px) {
    .pspan {
        /*letter-spacing: 0;*/
        display: block;
        font-size: medium;
        margin: 0 auto;
        padding: .25em 0 .325em;
        text-shadow: 0 0 80px rgba(255,255,255,.5);
        /* Clip Background Image */
        background: url('../App_Images/libImages/pngFondo.png') repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        /* Animate Background Image */

        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 15s linear infinite;
        /* Activate hardware acceleration for smoother animations */

        -webkit-transform: translate3d(0,0,0);
        -webkit-backface-visibility: hidden;
    }
    /* Animate Background Image */

    @-webkit-keyframes aitf {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }
}