﻿
.hide{
display: none
}

html, body {
    font-family: 'Open Sans', sans-serif;
}

.principalContent {
    margin-top: 78px;
}

#ctn {
    position: relative;
    height: 60px;
}

    #ctn a {
        position: absolute;
        left: 0px;
        top: -100px;
    }

.oculto {
    display: none;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #4a4c4c;
    border-radius: .20rem;
}

.landing-separador {
    height: 2px;
    width: 100%;
    border-top: 2px solid #012e67;
    margin-bottom: 20px;
    margin-top: 10px;
}

.titulos-landing {
    font-size: 32px;
    color: #083a8a;
}
/* Sección 0. menú Principal */

.navbar-dark {
    font-size: 12px;
    background-color: #012e67;
    padding: 0 2rem 0 2rem;
    -webkit-box-shadow: 10px 10px 27px -17px rgba(0,0,0,0.74);
    -moz-box-shadow: 10px 10px 27px -17px rgba(0,0,0,0.74);
    box-shadow: 10px 10px 27px -17px rgba(0,0,0,0.74);
}


    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }

        .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
            text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.61);
            color: #a6c6d8;
        }

#navbar-logo {
    width: auto;
    height: 90px;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-collapse {
    text-align: center;
}

.navbar .accesosMenu > ul {
    margin: auto;
}

/* Sección 1. Bienvenido */


#banner-principal {
    background-image: url('../../../Imagenes/Landing/default/Banner.jpg');
    background-size: cover;
    max-height: 400px;
    height: 55vh;
    min-height: 400px;
}

    #banner-principal > div {
        margin-top: 3%;
        padding-bottom: 100px;
    }

        #banner-principal > div > img {
            margin-bottom: 20px;
        }


#bp-titulo {
    font-size: 40px;
    color: #012e67;
}

#bp-descripcion {
    font-size: 25px;
    color: #ffffff;
}



/* Sección 2. Promociones y Beneficios */

#promociones > div {
    margin-top: 30px;
}


    #promociones > div > div {
        font-weight: lighter;
        font-size: 16px;
    }

        #promociones > div > div > div > div {
            align-items: center;
            margin-top: 30px;
        }

            #promociones > div > div > div > div > div > img {
                width: 100%;
                max-width: 60px;
            }


/* Sección 3. Beneficios por nivel*/

#beneficios > div {
    margin-top: 50px;
}

.framecard > div > div:first-child {
    padding: 60px 2px 60px 2px;
    margin-bottom: 1%;
    margin-top: 2%;
}

.framecard > div > div:nth-child(2) {
    margin-bottom: 10%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s;
}


.cont:hover .overlay {
    height: 100%;
}

.cont {
    position: relative;
}

.framecard > div > div + div > span {
    font-weight: 700;
}

.framecard > div:first-child > div + div > span {
    color: #292a7c;
}

.framecard > div:nth-child(2) > div + div > span {
    color: #5c5c5c;
}

.framecard > div:nth-child(3) > div + div > span {
    color: #030303;
}

.txt {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 52%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 90%;
}

.overlay.n1 {
    background: -moz-radial-gradient(center, ellipse cover, rgba(62,62,250,1) 0%, rgba(77,79,232,1) 18%, rgba(77,79,232,1) 32%, rgba(69,71,209,1) 46%, rgba(41,42,124,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(62,62,250,1)), color-stop(18%, rgba(77,79,232,1)), color-stop(32%, rgba(77,79,232,1)), color-stop(46%, rgba(69,71,209,1)), color-stop(100%, rgba(41,42,124,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(62,62,250,1) 0%, rgba(77,79,232,1) 18%, rgba(77,79,232,1) 32%, rgba(69,71,209,1) 46%, rgba(41,42,124,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(62,62,250,1) 0%, rgba(77,79,232,1) 18%, rgba(77,79,232,1) 32%, rgba(69,71,209,1) 46%, rgba(41,42,124,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(62,62,250,1) 0%, rgba(77,79,232,1) 18%, rgba(77,79,232,1) 32%, rgba(69,71,209,1) 46%, rgba(41,42,124,1) 100%);
    background: radial-gradient(ellipse at center, rgba(62,62,250,1) 0%, rgba(77,79,232,1) 18%, rgba(77,79,232,1) 32%, rgba(69,71,209,1) 46%, rgba(41,42,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3EFA', endColorstr='#292a7c',GradientType=1 );
}

.overlay.n2 {
    background: -moz-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 6%, rgba(168,168,168,1) 15%, rgba(156,156,156,1) 30%, rgba(143,143,143,1) 42%, rgba(128,128,128,1) 54%, rgba(92,92,92,1) 99%, rgba(92,92,92,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(6%, rgba(189,189,189,1)), color-stop(15%, rgba(168,168,168,1)), color-stop(30%, rgba(156,156,156,1)), color-stop(42%, rgba(143,143,143,1)), color-stop(54%, rgba(128,128,128,1)), color-stop(99%, rgba(92,92,92,1)), color-stop(100%, rgba(92,92,92,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 6%, rgba(168,168,168,1) 15%, rgba(156,156,156,1) 30%, rgba(143,143,143,1) 42%, rgba(128,128,128,1) 54%, rgba(92,92,92,1) 99%, rgba(92,92,92,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 6%, rgba(168,168,168,1) 15%, rgba(156,156,156,1) 30%, rgba(143,143,143,1) 42%, rgba(128,128,128,1) 54%, rgba(92,92,92,1) 99%, rgba(92,92,92,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 6%, rgba(168,168,168,1) 15%, rgba(156,156,156,1) 30%, rgba(143,143,143,1) 42%, rgba(128,128,128,1) 54%, rgba(92,92,92,1) 99%, rgba(92,92,92,1) 100%);
    background: radial-gradient(ellipse at center, rgba(189,189,189,1) 6%, rgba(168,168,168,1) 15%, rgba(156,156,156,1) 30%, rgba(143,143,143,1) 42%, rgba(128,128,128,1) 54%, rgba(92,92,92,1) 99%, rgba(92,92,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#5c5c5c',GradientType=1 );
}

.overlay.n3 {
    background: -moz-radial-gradient(center, ellipse cover, rgba(88,88,88,1) 1%, rgba(89,89,89,1) 12%, rgba(74,74,74,1) 23%, rgba(69,69,69,1) 27%, rgba(41,41,41,1) 49%, rgba(3,3,3,1) 99%, rgba(3,3,3,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(88,88,88,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(23%, rgba(74,74,74,1)), color-stop(27%, rgba(69,69,69,1)), color-stop(49%, rgba(41,41,41,1)), color-stop(99%, rgba(3,3,3,1)), color-stop(100%, rgba(3,3,3,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(88,88,88,1) 1%, rgba(89,89,89,1) 12%, rgba(74,74,74,1) 23%, rgba(69,69,69,1) 27%, rgba(41,41,41,1) 49%, rgba(3,3,3,1) 99%, rgba(3,3,3,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(88,88,88,1) 1%, rgba(89,89,89,1) 12%, rgba(74,74,74,1) 23%, rgba(69,69,69,1) 27%, rgba(41,41,41,1) 49%, rgba(3,3,3,1) 99%, rgba(3,3,3,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(88,88,88,1) 1%, rgba(89,89,89,1) 12%, rgba(74,74,74,1) 23%, rgba(69,69,69,1) 27%, rgba(41,41,41,1) 49%, rgba(3,3,3,1) 99%, rgba(3,3,3,1) 100%);
    background: radial-gradient(ellipse at center, rgba(88,88,88,1) 1%, rgba(89,89,89,1) 12%, rgba(74,74,74,1) 23%, rgba(69,69,69,1) 27%, rgba(41,41,41,1) 49%, rgba(3,3,3,1) 99%, rgba(3,3,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#030303',GradientType=1 );
}

.framecard > div:first-child > div:first-child {
    /*border: 1px solid #292a7c;*/
    /*background: rgba(41,42,124,1);
    background: -moz-linear-gradient(top, rgba(41,42,124,1) 0%, rgba(97,99,223,0.97) 37%, rgba(255,255,255,0.93) 80%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,42,124,1)), color-stop(37%, rgba(97,99,223,0.97)), color-stop(80%, rgba(255,255,255,0.93)), color-stop(82%, rgba(255,255,255,0.93)), color-stop(100%, rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(top, rgba(41,42,124,1) 0%, rgba(97,99,223,0.97) 37%, rgba(255,255,255,0.93) 80%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(top, rgba(41,42,124,1) 0%, rgba(97,99,223,0.97) 37%, rgba(255,255,255,0.93) 80%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(41,42,124,1) 0%, rgba(97,99,223,0.97) 37%, rgba(255,255,255,0.93) 80%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to bottom, rgba(41,42,124,1) 0%, rgba(97,99,223,0.97) 37%, rgba(255,255,255,0.93) 80%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292a7c', endColorstr='#ffffff', GradientType=0 );
        */
}

.framecard > div:nth-child(2) > div:first-child {
    /*border: 1px solid #5c5c5c;*/
   /* background: rgba(92,92,92,1);
    background: -moz-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(189,189,189,0.97) 35%, rgba(255,255,255,0.94) 70%, rgba(255,255,255,0.91) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,92,92,1)), color-stop(35%, rgba(189,189,189,0.97)), color-stop(70%, rgba(255,255,255,0.94)), color-stop(100%, rgba(255,255,255,0.91)));
    background: -webkit-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(189,189,189,0.97) 35%, rgba(255,255,255,0.94) 70%, rgba(255,255,255,0.91) 100%);
    background: -o-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(189,189,189,0.97) 35%, rgba(255,255,255,0.94) 70%, rgba(255,255,255,0.91) 100%);
    background: -ms-linear-gradient(top, rgba(92,92,92,1) 0%, rgba(189,189,189,0.97) 35%, rgba(255,255,255,0.94) 70%, rgba(255,255,255,0.91) 100%);
    background: linear-gradient(to bottom, rgba(92,92,92,1) 0%, rgba(189,189,189,0.97) 35%, rgba(255,255,255,0.94) 70%, rgba(255,255,255,0.91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#ffffff', GradientType=0 ); */
}

.framecard > div:nth-child(3) > div:first-child {
    /*border: 1px solid #030303;*/
   /* background: rgba(3,3,3,1);
    background: -moz-linear-gradient(top, rgba(3,3,3,1) 0%, rgba(88,88,88,0.97) 37%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.92) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,3,3,1)), color-stop(37%, rgba(88,88,88,0.97)), color-stop(82%, rgba(255,255,255,0.93)), color-stop(100%, rgba(255,255,255,0.92)));
    background: -webkit-linear-gradient(top, rgba(3,3,3,1) 0%, rgba(88,88,88,0.97) 37%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.92) 100%);
    background: -o-linear-gradient(top, rgba(3,3,3,1) 0%, rgba(88,88,88,0.97) 37%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.92) 100%);
    background: -ms-linear-gradient(top, rgba(3,3,3,1) 0%, rgba(88,88,88,0.97) 37%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.92) 100%);
    background: linear-gradient(to bottom, rgba(3,3,3,1) 0%, rgba(88,88,88,0.97) 37%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#ffffff', GradientType=0 ); */
}

/* Sección 4. Ubicaciones */

#ubicaciones > div {
    margin-top: 30px;
}

.map_canvas {
    width: 500px;
    height: 400px;
    min-height: 400px !important;
}



.UbicacionTiendas > a:hover, .UbicacionTiendas > a:focus, .UbicacionTiendas > a:active {
    text-decoration: none;
    padding-left: 10px;
    color: #ffffff;
}

.side_bar {
    border-style: none;
    padding: 0px 0px 0px 12px;
    height: 400px;
    background-color: #012e67;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
}

    .side_bar > p {
        margin-bottom: 0.1em;
    }

.nomUbica {
    font-size: 18px;
    color: #ffffff;
}

.TituloTien {
    font-size: 12px;
    color: #4e4c4f;
}

.nomEsatdo {
    font-size: 20px;
    color: #a6c6d8;
}

.InfoMapaTitulo {
    font-size: 14px;
    color: #143465 !important;
}

.contactMap {
    font-size: 12px;
    color: #143465;
}

.direcMap {
    font-size: 12px;
    color: #4e4c4f;
}


#side_bar::-webkit-scrollbar-track {
    border-radius: 10px;
    /*background-color: #e8ecf4;*/
    background-color: #143465;
}

#side_bar::-webkit-scrollbar {
    width: 8px;
}

#side_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*background-color: #143465;*/
    background-color: #e8ecf4;
}

Informacion-descripcionUbicaciones {
    font-size: 18px !important;
}

/* Sección 5. Footer */

#footerA {
    margin-top: 20px;
    background-image: url('../../../Imagenes/Landing/footer/banner_footer.jpg');
    background-size: cover;
    min-height: 240px;
}

.footerB {
    margin-top: 2%;
    margin-bottom: 2%;
    color: #012e67;
}

    .footerB a {
        color: #012e67;
        text-decoration: none;
    }

        .footerB a:hover {
            font-weight: 600;
        }

    .footerB > .textoslegales {
        font-size: 16px;
    }

    .footerB > .sociales {
        padding: 10px 0 10px 0;
    }

.sociales img:hover {
    -webkit-filter: opacity(.9);
    filter: opacity(.9);
}

.footerB > .copy {
    font-size: 15px;
}


@media (min-width: 768px){
    .FooterFontApp1{
        vertical-align:middle;
        color:white;
        font-size: 24px;
        text-align: center;
        margin-top: 100px;
    }
    .FooterFontApp2{
        color:white;
        font-size: 32px;
    }
    .Celular{
        display: block;
    }
}

@media (max-width: 991.98px) { 
    .FooterFontApp1{
        vertical-align:middle;
        color:white;
        font-size: 14px;
        text-align: center;
        margin-top: 50px;
    }
    .FooterFontApp2{
        color:white;
        font-size: 20px;
    }
    .Celular{
        width: 272px;
    }
}


@media (max-width: 767px){
    .FooterFontApp1{
        vertical-align:middle;
        color:white;
        font-size: 14px;
        text-align: center;
        margin-top: 50px;
    }
    .FooterFontApp2{
        color:white;
        font-size: 20px;
    }
    .Celular{
        display: none;
    }
}


/* Contacto */

.leyendaNuestroPlacer span {
    font-size: 23px;
    color: #083a8a;
}


.leyendaNuestroPlacer p {
    font-size: 20px;
     color: #2c2c2c;
}

.formularioContacto input[type=text], input[type=email] {
    margin: 3px 0 3px 0;
    padding: 3px;
    width: 100%;
    font-size: 12px;
    color: #4e4c4c;
    height: 25px;
    border-radius: 5px;
}

.formularioContacto .areaComentario {
    margin-top: 3px;
    min-height: 80px;
    width: 100%;
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    color: #012e67;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
}

.areaComentario, .formularioContacto input[type=text], .formularioContacto input[type=email], .leyendasContacto {
    border: 1px solid #012e67;
    text-align: left;
    color: #2c2c2c;
    padding: 10px;
}

.leyendasContacto {
    margin-bottom: 20px;
}

    .leyendasContacto a {
        color: #2c2c2c;
        text-decoration: none;
    }

    .leyendasContacto img {
        max-width: 30px;
        margin-right: 20px;
    }


.formularioContacto .buttonContacto {
    background-color: #a6c6d8;
    max-height: 30px;
    height: 30px;
    min-width: 200px;
    font-size: 20px;
    color:#012e67;
    border: none;
    border-radius: 3px;
    margin-top: 30px;
}

    .formularioContacto .buttonContacto:hover {
        background-color:#012e67;
        color: #fff;
        border: none;
        cursor: pointer;
    }


/* Sociales */

.bn-facebook {
    width: 84%;
    height: 30px;
    background-color: #4267B2;
    cursor: pointer;
    color: #fff;
}

.blog-sociales i {
    vertical-align: middle;
}

.bn-twitter {
    width: 14%;
    height: 30px;
    background-color: #1DA1F2;
    margin-left: 2%;
    cursor: pointer;
    color: #fff;
}

.bn-front {
    width: 84%;
    transition-duration: .6s;
}

    .bn-front i {
        transform: scale(1.3);
        transition-duration: .3s;
    }

.bn-back {
    width: 14%;
    transition-duration: .6s;
}

.widget-twitter, .widget-facebook {
    height: 500px;
}

.widget-ocultar {
    display: none;
    transition-duration: 5s;
}

.widget-mostrar {
    display: block;
    transition-duration: 5s;
}


/*Tu Cuenta*/

.tuCuenta {
    background-image: url('../../../Imagenes/Landing/tuCuenta/Ingreso_banner.jpeg');
    background-size: cover;
    top: -30px;
    position: relative;
    border-bottom: 15px solid #012e67;
}

.login {
    margin: auto auto;
    padding: 40px 10px;
    background-color: rgba(1, 46, 103, 0.4);
    height: auto;
    max-width: 450px;
    min-width: 200px;
}

    .login img {
        max-width: 80%;
    }

    .login input[type=text], .login input[type=password] {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 5px;
        font-size: 20px;
        color: #6d6d6d;
        padding: 5px 10px;
    }

        .login input[type=text]::placeholder, input[type=password]::placeholder {
            font-size: 16px;
        }

    .login input[type=submit]{
        background-color: #a6c6d8;
        border: hidden;
        border-radius: 5px;
        padding: 5px 10px;
        margin: 10px auto;
        width: 120px;
        font-size: 20px;
        color:  #01295c;
    }

.RegistroSocio input[type=submit],.botonesRewards input[type=submit] {
    background-color: #012e67;
    border: hidden;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px auto;
    width: 120px;
    font-size: 16px;
    color: #fff;
}

 .RegistroSocio input[type=submit]:hover,.botonesRewards input[type=submit]:hover{
     background-color: #031c3a;
     cursor: pointer;

 }

.login input[type=submit]:hover {
    background-color: #012e67;
    cursor: pointer;
        color: #fff;
}

.modal-footer input[type=submit] {
    background-color: #b09055;
    border: hidden;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px auto;
    width: 120px;
    font-size: 16px;
    color: #000;
}

.modal-body {
    font-size: 14px;
}

.modal-footer input[type=submit]:hover {
    background-color: #d3a653;
}


.loginBienvenido {
    margin-top: 30px;
    font-size: 50px;
   font-weight: lighter;
    color: #ffff;
}

.loginLeyenda {
    margin: 30px auto 30px auto;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}

.tuCuentaRewards:hover {
    font-weight: bolder;
    cursor: pointer;
}

.sepadorAzul {
    height: 10px;
    background-color: red;
}

#recuperaPassword {
    font-size: 20px;
    color: #fff;
    font-style: italic;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    #recuperaPassword:hover {
        font-weight: 600;
    }

.modal-header {
    background-color: #012e67;
    color: #fff;
}

.RegistroSocio input[type=button] {
    display: none;
}

.close {
    color: rgba(255, 255, 255, 0.64);
}

    .close:not(:disabled):not(.disabled):hover {
        color: #fff;
        text-decoration: none;
        opacity: .75;
    }

.backtuCuenta {
    height: 400px;
    background-color: #7C63B7;
}

.celdatitular {
    background-color: #012e67;
    color: #fff;
    padding: 10px;
}

.celdasubtitular {
    background-color: rgba(107, 135, 170, 0.1);
    color: #012e67;
    padding: 10px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #012e67;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(1, 46, 103, .5);
}

.custom-control-input:disabled ~ .custom-control-label {
    padding-left: 1.5rem;
}

.terminosCheckbox {
    font-size: 16px;
}

    .terminosCheckbox label {
        font-weight: 700;
    }

    .terminosCheckbox .custom-checkbox {
        margin-top: 0;
    }

.MarcasChkbx {
    background-color: transparent !important;
}

    .MarcasChkbx > tbody > tr {
        background-color: transparent !important;
    }

        .MarcasChkbx > tbody > tr > td {
            background-color: transparent !important;
            border-top: 0;
        }

    .MarcasChkbx .custom-control-label::before {
        left: 0;
    }

    .MarcasChkbx .custom-control-label::after {
        left: 0;
    }

.tablapuntos {
    margin-top: 40px;
}

    .tablapuntos > div {
        margin-top: 10px;
    }


.form-group {
    padding-right: 5px;
}

.custom-select {
    background-color: transparent;
}


.tablapuntos, .InformacionGeneral, .socioregistro {
    font-size: 14px;
}

    .socioregistro input[type=text] {
        font-size: 14px;
    }

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
}


.tablapuntos input[type=submit] {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-decoration: underline;
}

.tablapuntos select {
    background-color: transparent;
}

.tablapuntos .history {
    font-size: 12px;
}

.tablapuntos > div > div, .InformacionGeneral > div > div {
    margin: 25px auto 3px auto;
}

.form-group, .form-group input[type=text] {
    font-size: 14px;
}

    .form-group input[type=text] {
        background-color: transparent;
    }

    .form-group > div {
        padding-left: 2px;
        padding-right: 2px;
    }


/*[action="./TuCuenta"] #footerA{
    display: none;
}

[action="./TuCuenta"] .footerB > div:first-child > span:nth-child(2){
    border-left: 2px solid #000;
    padding-left: 5px;    
    margin-left: 5px;
    cursor: pointer;
}

[action="./TuCuenta"] .footerB > div:first-child{
    margin-bottom: 20px;
}

[action="./TuCuenta"] .footerB > div:first-child > span a{
    color: #000;
    font-size: 16px;
}

[action="./TuCuenta"] .footerB > div:nth-child(2){
    display: none;
}

[action="./TuCuenta"] .footerB > div:nth-child(3){
    display: none;
}

[action="./TuCuenta"] .footerB > div:nth-child(4){
    display: inline !important;
    text-align: left;
    color: #000;
}
[action="./TuCuenta"] .footerB > div:nth-child(4) p{
    font-size: 14px;
}
[action="./TuCuenta"] .footerB > div:nth-child(5){
    display: inline !important;
    color: #000;
}*/
/* Preguntas*/



.backgoundPreguntas {
    background-image: url('../../../Imagenes/Preguntas/0818slider1.png');
    height: 80vh;
    background-size: cover;
}

.acordeonpreguntas {
    text-align: left;
}

.card {
    margin-top: 3px;
}

.card-header {
    background-color: #a6c6d8;
    font-size: 20px;
    color: #012e67;
    padding: 0;
}

.card div + div {
    color:  #012e67;
    font-size: 20px;

}

.acordeonpreguntas .btn-link {
    color: #012e67;
    text-decoration: none;
    font-size: 20px;
    white-space: inherit;
    text-align: left;
}

.preguntasLeyenda {
    text-align: left;
    color: #012e67;
    font-weight: lighter;
    font-size: 23px;
}
/*Preguntas Frecuentes*/

/*Términos y Condiciones*/

#TerminosCondiciones ul {
    list-style: none;
}

#TerminosCondiciones #collapseThree ul, #TerminosCondiciones #collapseFive ul {
    list-style: lower-latin;
}

#TerminosCondiciones .card .card-body ul {
    list-style: none;
}

#AvisoPrivacidad .datosSangria {
    margin-left: 10%;
}

#AvisoPrivacidad .finalidades {
    list-style: upper-latin;
}

    #AvisoPrivacidad .finalidades ul li {
        list-style-type: disc;
    }

#AvisoPrivacidad .formas ul li {
    list-style-type: disc;
}

.cuadroAzulClaro {
    background-color: #ecf3fb;
}


/* Blog */
.blog-primero {
    height: 75vh;
    max-height: 600px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.61);
}

    .blog-primero:hover, .blog-segundo:hover, .blog-tercero:hover {
        cursor: pointer;
    }

    .blog-primero .blog-cover {
        background-size: cover;
        height: 100%;
    }

    .blog-primero .blog-itemtext {
        background-color: rgba(21, 36, 113, 0.3);
        height: 100px;
        color: #a6c6d8;;
        font-size: 35px;
        text-transform: uppercase;
        position: absolute;
        width: calc(100% - 30px);
        bottom: 0;
        transition: all 1s ease;
    }

.blog-segundo .blog-itemtext1 {
    background-color: #a6c6d8b0;
    height: 50px;
    color: #012e67;
    font-size: 30px;
    text-transform: uppercase;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    transition: all 1s ease;
}

.blog-tercero .blog-itemtext2 {
    background-color: #a6c6d8b0;
    height: 50px;
    color: #012e67;
    font-size: 30px;
    text-transform: uppercase;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    transition: all 1s ease;
}

.blog-primero:hover .blog-itemtext {
    background-color: rgba(21, 36, 113, 0.9);
    font-size: 35px;
    text-transform: uppercase;
    transition: all .5s ease;
}

.blog-segundo:hover .blog-itemtext1 {
    background-color:  #a6c6d8;
    font-size: 30px;
    text-transform: uppercase;
    transition: all .5s ease;
}

.blog-tercero:hover .blog-itemtext2 {
    background-color: #a6c6d8;
    font-size: 30px;
    text-transform: uppercase;
    transition: all .5s ease;
}


.blog-segundo .blog-itemtext, .blog-tercero .blog-itemtext {
    background-color: #a6c6d8;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-segundo .blog-cover, .blog-tercero .blog-cover {
    background-size: cover;
    height: 200px;
}

.blog-separador {
    margin: 25px auto 5px auto;
    border-bottom: 2px solid #012e67;
    text-align: left;
    color: #012e67;
    font-size: 23px;
    width: 100%;
}

.post-fecha {
    color: #012e67;
    font-size: 23px;
    margin: 30px auto 10px auto;
    text-align: left;
}

.post-body {
    margin: 10px auto 20px auto;
    text-align: justify;
    color: #414141;
    font-size: 20px;
}

.post-titulo {
    color: #012e67;
    margin-top: 10px;
    text-align: justify;
    font-size: 28px;
}




/* Media Querys */

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .titulos-landing {
        font-size: 25px;
    }

  
    .descripcion {
        text-align: left !important;
    }


    /* Sección 1. Bienvenido */

    #bp-titulo {
        font-size: 35px;
        color: #012e67;
    }

    #bp-descripcion {
        font-size: 19px;
       
    }

    #banner-principal > div {
        margin-top: 7%;
        padding-top: 10%;
        background-color: rgba(255, 255, 255,  0.34);
        height: 350px;
    }

    /* Sección 2. Promociones y Beneficios */

    #promociones .descripcion {
        font-size: 16px;
    }


    .overlay.n3 ul, ol {
        list-style-type: none;
        padding-left: 14px;
    }

    .areaComentario, .formularioContacto input[type=text], .leyendasContacto {
        font-size: 16px;
    }

    .leyendaNuestroPlacer span {
        font-size: 20px;
    }


    .leyendaNuestroPlacer p {
        font-size: 16px;
    }

    .loginBienvenido {
        margin-top: 20px;
        font-size: 25px;
    }

    .loginLeyenda {
        margin: 15px auto 15px auto;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
    }


    .login input[type=text]::placeholder, input[type=password]::placeholder {
        font-size: 16px;
    }

    .login input[type=text], input[type=password] {
        margin-top: 10px;
        margin-bottom: 5px;
        height: 30px;
        font-size: 16px;
    }

    .login input[type=submit] {
        font-size: 16px;
        margin-top: 20px;
    }

    .tablapuntos > div > div, .InformacionGeneral > div > div {
        margin: 10px auto 3px auto;
    }

    .custom-checkbox {
        margin-top: 1px;
    }

    /*Footer Tu Cuenta */
    [action="./TuCuenta"] .footerB > div:first-child > span:nth-child(2) {
        border-left: 2px none #000;
        padding-left: 5px;
        margin-left: 5px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    /* Sección 1. Bienvenido */

    .titulos-landing {
        font-size: 25px;
    }

    #banner-principal > div {
        background-color: rgba(255, 255, 255,  0.34);
        height: 350px;
        margin-top: 4%;
        padding-top: 4%;
    }



    #bp-descripcion {
        font-size: 22px;
    }

    .areaComentario, .formularioContacto input[type=text], .leyendasContacto {
        font-size: 12px;
    }

    .leyendaNuestroPlacer span {
        font-size: 20px;
    }


    .leyendaNuestroPlacer p {
        font-size: 14px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    #banner-principal > div {
    background-color: rgba(255, 255, 255, 0.34);
    height: 345px;
    margin-top: 3%;
    padding-top: 3%;
    }

    #bp-descripcion {
        font-size: 22px;
       
    }

    .areaComentario, .formularioContacto input[type=text], .leyendasContacto {
        font-size: 12px;
    }

    .leyendaNuestroPlacer span {
        font-size: 20px;
    }


    .leyendaNuestroPlacer p {
        font-size: 16px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    #banner-principal > div {
        margin-top: 4%;
    }

    #bp-descripcion {
        font-size: 23px;
    }
}

/* Resoluciones para el menú*/
@media (min-width: 992px) and (max-width: 1030.98px) {

    /* Sección 0. menú Principal */

    .navbar-nav {
        margin-left: 18%;
    }
}

@media (min-width: 1031px) and (max-width: 1199.98px) {

    /* Sección 0. menú Principal */

    .navbar-nav {
        margin-left: 23%;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    /* Sección 0. menú Principal */

    .navbar-nav {
        margin-left: 30%;
    }
}
