﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
   font-family: 'Roboto';
   /*src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');/**/
}
/* NAVIGATION */
nav {
    width: 100%;
    margin: 0px !important;
    background: #131942 !important;
    background-color: #131942 !important;
    padding: 50px 0;
}

    nav ul {
        list-style: none;
        text-align: center;
    }

        nav ul li {
            display: inline-block;
        }

            nav ul li a {
                display: block;
                padding: 15px;
                text-decoration: none;
                color: white !important;
                font-weight: normal;
                margin: 0 10px;
            }

                nav ul li a,
                nav ul li a:after,
                nav ul li a:before {
                    transition: all .5s;
                }

                    nav ul li a:hover {
                        color: lightgrey;
                    }

.navbar{
    background-color:#131942 !important;
    color:white;
    padding:5px;
    margin:0px !important;
    border-color:#131942 !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color:white !important;
}

/*a.nav-link {
  color: white !important;
}

nav ul li a:hover {
    color: lightgray !important;
}*/

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:after,
    nav.fill ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #aaa;
        height: 1px;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

nav.fill ul li a {
    transition: all 2s;
}

    nav.fill ul li a:after {
        text-align: left;
        content: '.';
        margin: 0;
        opacity: 0;
    }

    nav.fill ul li a:hover {
        color: #fff;
        z-index: 1;
    }

        nav.fill ul li a:hover:after {
            z-index: -10;
            animation: fill 1s forwards;
            -webkit-animation: fill 1s forwards;
            -moz-animation: fill 1s forwards;
            opacity: 1;
        }

@media (max-width: 768px) {
   
}
/** Fuentes enviadas por inGenius **/



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

.roboto{
    font-family:'Roboto';
}

.carosoft {
    font-weight: bold !important;
}

/* Colores del texto de la aplicación */
.txt-blanco{
    color:white;
}

.txt-azul-titulo {
    color: #0093C6;
}

.txt-azul {
    color: #00B8D4;
}

.txt-amarillo {
    color: #E1CB00;
}

.txt-gris{
    color: gray;
}

.txt-negro{
    color: black;
}
/* Alineaciónes y formatos de texto */

.justificar{
    text-align:justify;
}

.centrar-txt {
    text-align: center;
}

.txt-izq{
    text-align:left;
}

.txt-der{
    text-align: right;
}

.txt-espaciado{
    letter-spacing:6px;
}

.txt-espaciado-navbar{
    letter-spacing:1px;
}

.tachado{
    text-decoration:line-through;
}

.subrayar{
    text-decoration:underline;
}

.superindice {
    position: relative;
    top: -0.5em;
    font-size: 50%;
}

/* Viñetas especiales */
.palomita{
    height: 1rem;
    padding: 0 3%;
}

/* Manejo del cursor*/
.pointer {
    cursor: pointer;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-lock {
    color: #000000;
    background-color: #E1CB00;
    border-color: #E1CB00;
}

.btn-unblock {
    color: #fff;
    background-color: #19C4A6;
    border-color: #19C4A6;
}

.btn-next {
    color: #fff;
    background: linear-gradient(to right,#300964,#0061B3);
    border-color: #1861ac;
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
}

    .btn-next:hover{
        color: lightgray;
        border-color: yellow;
    }

.btn-back {
    color: #fff;
    background: #131942;
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
}

    .btn-back:hover {
        color: lightgray;
        border-color: #0061B3
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.select2-selection__rendered {
    border: 2px solid #0093C6 !important;
    line-height: 25px !important;
    border-radius: 4px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.select2-container--default {
    border: 0px solid #0093C6 !important;
}

.select2-container--single {
    border: 0px solid #0093C6 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #0093C6 !important;
    border-radius: 4px;
    height: calc(1.5em + .75rem + 2px);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 1199px) {
  html {
    font-size: 16px;
  }
}



.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

body {
    text-align: center;
    font-family: 'Roboto';
}

.body-margin {
    margin-bottom: 150px;
}

@media (max-width: 1199px) {
    .body-margin {
        margin-bottom: 0px;
    }
}

.titulo-seccion{
    margin: 0px;
}

.hr-blue{
    border:1px solid #0093C6;
}

.centrar{
    margin-left:auto;
    margin-right:auto;
    padding-top:15px
}

.no-padding{
    padding: 0px;
}

.short-padding {
    padding:0 10%;
}

.main-page {
    background-color: #FFFFFF;
}

.btn-azul-solido {
    color: #fff;
    font-weight: 300; 
    font-size:medium;
    letter-spacing:2px;
    background: #131942;
    border: 3px solid white;
    border-radius: 17px;
    padding: 5px 10px;
    margin:0px 5px;
}

.btn-azul-deg {
    color: #fff;
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
    background: linear-gradient(to right,#300964,#0061B3);
    border: 3px solid white;
    border-radius: 17px;
    padding: 5px 10px;
    margin: 0px 5px;
}

.btn-azul-deg-cuadro {
    color: #fff;
    background: linear-gradient(to right,#300964,#0061B3);
    border-color: #1861ac;
    border-radius: 10px;
    font-weight: 300;
    font-size: large;
    letter-spacing: 2px;
    text-align:center;
    padding: 5% 10%;
}

.btn-show-prepago {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    margin-right: auto;
    margin-left: auto;
}

.flechas {
    max-height: 25px;
}

.btns-derecha{
    float:right;
}

.footer {
    position: fixed;
    clear: both;
    bottom: 0;
    width: 100%;
    background-color: #131942;
    font-family: CaroSoft;
    color: white;
    white-space: nowrap;
}

.footer a{
    font-family: Roboto;
    font-size:x-small;
    font-weight:normal;
    letter-spacing:1px;
    color:white;
}

.footer-border{
    content:'';
    position:absolute;
    width:100%;
    height:5px;
    background:linear-gradient(to right,#FAD800,#0074BA);
}

.footer-center {
    vertical-align:middle;
    display: block;
   
}

.footer-logo {
    max-width: 25%;
    padding-top: 10px;
    padding-bottom:0px;
}
.footer-contacta {
    font-size: x-small;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    background: #131942;
    border: 2px solid white;
    border-radius: 17px;
    padding: 3px 8px;
    margin: 5px;
}

.footer-lists {
    padding-top:20px;
    padding-bottom:5px
}

.footer-home{
    font-size:medium !important;
    display:flex;
    align-items:center;
}

.footer-redes-div {
    margin-left: 41%;
    margin-right: 41%;
}

@media (max-width: 650px) {
    .footer {
        position: static;
    }
}

@media (max-width: 768px) {
    .footer-logo{
        max-width:50%;
    }

    .footer-redes-div{
        margin-left:27%;
        margin-right:27%;
    }
}

@media (max-width: 1199px) and (min-width:767px) {
    .footer-redes-div {
        margin-left: 34%;
        margin-right: 34%;
    }
}

.footer-redes-ico {
    max-width:31px;
    padding:1px;
}
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

/*login partial*/
#user-options{
    left: 105px !important;
    width:max-content;
}

@media (max-width: 1199px) {
    #user-options {
        border-radius: 0px 0px 10px 10px;
        width: auto;
        text-align:center;
    }
}
/*end login partial*/
/*Validations*/
input.invalid,select.invalid{
    color: #495057;
    background-color: #fff;
    border-color: #ff2b2b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 3 3 / 38%);
}
span.feedback{
    color: red;
    float: right;
}
/*End Validations*/

/**** LANDING PAGE ****/
.bg-inicio {
    background-image: url("../img/inicio_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.img-inicio-texto{
    margin-left:auto;
    margin-right:auto;
    display: block;
    padding-top:15%;
    padding-left: 10%
}

.img-inicio-chica{
    width: 85%;
    padding-top: 20%;
}

.img-inicio-btn{
    padding-top:20px;
}

.btn-inicio {
    width: 65%;
    height: auto;
    padding-bottom: 80px;
    margin-right:50%;
    margin-left:-10%;
}
@media (max-width: 1199px) {
    .img-inicio-chica{
        width:75%;
        padding-top:5%;
    }
}

#nosotros{
    padding-top:60px;
}

#nosotros-box {
    border-radius: 10px;
    width: 90%;
    box-shadow: 1px 1px 9px 0px darkgrey;
    display:block;
    
}

#pasos{
    padding-top: 60px;
}
#pasos-box {
    border-radius: 10px;
    width: 95%;
    box-shadow: 1px 1px 9px 0px darkgrey;
    display: block;
    padding: 2% 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    padding-top: 0px;
}

#precios {
    padding-top: 60px;
}

#faq {
    padding-top: 60px;
}

#contacto {
    padding-top: 60px;
}

.nosotros-iconos{
    max-height:50%;
}

.img-pasos {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
}
/***** Diagrama de Pasos *****/
.pasos-icono{
    width:100%;
}

@media (max-width: 1199px) {
    .pasos-icono{
        width:60%
    }

    .pasos-detalle-borde{
        margin:10px;
    }
}

.pasos-numero {
    padding: 3px 10px;
    border: 4px solid white;
    border-radius: 50%;
    width: fit-content;
    margin: 5px;
}

.pasos-1 {
    background-color: #131942;
    color: white;
    border-radius: 30px 0px 0px 30px;
}

@media (max-width: 768px) {
    .pasos-1 {
        border-radius: 30px 30px 0px 0px;
    }
}

.pasos-2 {
    background-color: #0061B3;
    color: white;
}

.pasos-3 {
    background-color: #0093C6;
    color: white;
}

.pasos-detalle {
    background-color: white;
    font-size: small;
    border-radius: 5px;
    margin: 10px;
    text-align: left;
    padding-left:25px;
}

.pasos-detalle-borde{
    border: 3px dashed white;
    border-radius:5px;
}

@media (max-width: 1199px) {
    .pasos-detalle{
        margin-right:auto;
        margin-left:auto;
        font-size:large;
        padding: 10px 30px;
    }
    .pasos-detalle-borde {
        border: 2px dashed white;
    }
}

.pasos-4 {
    background-color: #2F6E90;
    color: white;
}

.pasos-5 {
    background-color: #19C4A6;
    color: white;
}

.pasos-6 {
    background-color: #E1CB00;
    color: white;
    border-radius: 0px 30px 30px 0px;
}

@media (max-width: 768px) {
    .pasos-6 {
        border-radius: 0px 0px 30px 30px;
    }
}

.pasos-espacio{
    padding:10px;
}

/*****************************/

.txt-opinion {
    text-align: justify;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
}

.txt-opinion-firma {
    text-align: right;
    font-style: italic;
    padding-right: 1%;
}

.darkblue-box{
    background-color:#131942;
}

.dbbox-fit{
    /*height: auto;*/
    padding-top: 10%;
}

.galeria-pad{
    padding:1%
}

.img-big2small-1 {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.img-big2small-2 {
    width: 101%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .galeria-pad {
        padding: 7%;
    }

    .img-big2small-2{
        width: 100%;
    }
}

.btn-big2small{
    max-width:33%;
    float:right;
}

.btn-aling-r{
    margin-left:auto;
}

.btn-galeria-comenzar{
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.btn-galeria-prepago{
    margin-left:10px;
}

.btn-galeria_ilimitado{
    position:absolute;
    right: 20px;
}

.bienes-max{
    display:block;
}

.bienes-min{
    display:none;
}

.txt-galeria{
    padding: 15px 15px;
}

.galeria-borde-ur {
    border-radius: 0px 25px 0px 0px;
}

.galeria-borde-ul {
    border-radius: 25px 0px 0px 0px;
}

.galeria-borde-dr {
    border-radius: 0px 0px 25px 0px;
}

.galeria-borde-dl {
    border-radius: 0px 0px 0px 25px;
}

.galeria-borde-box {
    border-radius: 0px 0px 25px 25px;
}

.galeria-padding{
    padding-left:20px;
}

.btn-prepago-margin{
    margin-bottom: 5px;
}

.btn-ilimitado-margin{
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .galeria-borde-ur {
        border-radius: 0px 0px 0px 0px;
    }

    .galeria-borde-ul {
        border-radius: 25px 25px 0px 0px;
    }

    .galeria-borde-dr {
        border-radius: 0px 0px 25px 25px;
    }

    .galeria-borde-dl {
        border-radius: 0px 0px 0px 0px;
    }

    .galeria-padding {
        padding-left: 0px;
    }

    .btn-galeria-comenzar {
        position: static;
    }

    .bienes-max {
        display: none;
    }

    .bienes-min {
        display: block;
    }
}
.enc-tabla-precios {
    background-image: url(../img/figure_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 80px;
    margin: 0%;
}

.titulo-tabla-precios {
    margin-right: auto;
    margin-left: auto;
}

.celdas-tabla-precios {
    border: 4px solid #00B8D4;
    /*border-top-width: 0px;*/
    border-radius: 23px 23px 10px 10px;
    padding: 0px;
    margin: 0px 24px;
}

.btn-tabla-precios {
    width: 80%;
}



@media (max-width: 1199px) {
    .enc-tabla-precios {
        background: linear-gradient(to right,#300964,#0061B3);
        border-color: #1861ac;
        border-radius: 20px 20px 0px 0px;
        padding-bottom: 15px;
    }

    .celdas-tabla-precios {
        margin: 8px 18px;
    }
}

@media (max-width: 650px) {
    .celdas-tabla-precios {
        margin: 5px 24px;
    }
}

@media (max-width: 300px) {
    .celdas-tabla-precios {
        margin: 5px 5px;
    }
}

.faq-box-blue {
    background: linear-gradient(to right,#300964,#0061B3);
    border: 0px solid white;
    border-radius: 20px;
    margin: 0 1%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.faq-box-big {
    max-width: 100%;
}

.faq-box-white {
    background: white;
    border: 3px solid #00B8D4;
    border-radius: 20px;
    margin: 0 1%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.faq-box-footer {
    max-width: 96%;
}

.bg-forma-contacto {
    background-color: #0061B3;
    background-image: linear-gradient(#0061B3 50%,white 50%);
    padding: 5% 0%;
}

.forma-contacto {
    background-color: white;
    border-radius: 0px;
    width: 65%;
    box-shadow: 1px 1px 9px 0px darkgrey;
    display: block;
    padding: 5%;
}

.forma-contacto-botones {
    height: 45px;
    margin: 3px;
}

@media (max-width: 1199px) {
    .forma-contacto-botones {
        height: 35px;
        margin: 3px;
    }
}

.centrar-todo {
    margin-right: auto;
    margin-left: auto;
}

.borde-azul {
    border: 2px solid #0093C6;
}

.priv-padding {
    padding: 10% 10%;
}

.dashboard {
    padding: 10% 5%;
}


/******* TABLAS *******/
.tbl-encabezado {
    color: white;
    background: #131942 !important;
}

.tbl-enc-txt {
    font-weight: normal !important;
}

.odd {
    background: white !important;
}

.even {
    background: white;
}

.dataTables_length {
    color: #0093C6;
}

.dataTables_filter {
    color: #0093C6;
}

.dataTables_info {
    color: #0093C6;
}

/********** Tabla Usuario **********/
.usr-panel-texto {
    padding-top: 5px;
    padding-bottom: 5px;
    display: table;
}

.usr-panel-texto-align {
    display: table-cell;
    vertical-align: middle;
}

.usr-top-right {
    border-radius: 0px 15px 0px 0px;
}

.usr-top-left {
    border-radius: 15px 0px 0px 0px;
}

.usr-bottom-right {
    border-top: 1px;
    border-radius: 0px 0px 15px 0px;
}

.usr-bottom-left {
    border-radius: 0px 0px 0px 15px;
}

.dash-ico {
    width: 70%;
}

.tarjeta-plan {
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 600px) {
    .usr-top-left {
        border-radius: 15px 15px 0px 0px;
    }

    .usr-top-right {
        border-top: 1px;
        border-bottom: 1px;
        border-radius: 0px;
    }

    .usr-bottom-left {
        border-top: 1px;
        border-bottom: 1px;
        border-radius: 0px;
    }

    .usr-bottom-right {
        border-radius: 0px 0px 15px 15px;
    }

    .dash-ico {
        width: 50%;
    }
}

.lbl-padding {
    padding-top: 2%;
    margin-left: -3%;
}

.ckhForm {
    width: 22px !important;
    height: 22px !important;
}

.contenido {
    display: none;
    padding: 5%;
}

.area-comun {
    display: block;
}

.active-tab {
    color: #fff;
    background: linear-gradient(to right,#300964,#0061B3);
    border-color: #1861ac;
}

    .active-tab:hover {
        color: lightgray;
    }

.static-menu {
    background-color: white;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 50px;
    z-index: 100;
    border-top: white solid 10px;
}

@media (max-width: 600px) {
    .static-menu {
        position: inherit;
    }
}

.plan-actual-perfil {
    padding: 1% 0;
}

input[type=file] {
    max-width: 100%;
    background: #fff;
    height:46px;
}
    input[type=file]::file-selector-button {
        margin-right: 50px;
        border: none;
        background: #0061B3;
        padding: 5px 20px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }
        input[type=file]::file-selector-button:hover {
            background: #0d45a5;
        }