body.dark-theme{
    background: linear-gradient(180deg, rgba(2,29,48,1) 68%, rgba(14,49,75,1) 100%);
    font-size: 0.9rem;
}
.font-1{
    font-family: 'Nunito', sans-serif !important;
}

.font-2{
    font-family: 'Open Sans', sans-serif !important;
}
strong{
    font-weight: 600;
}
.dark-theme .theme-button{
    cursor: pointer;
}
.dark-theme .theme-button:hover{
    transform: scale(1.02);
}
.dark-theme .font-menu span{

    cursor: pointer;
}
.dark-theme .font-menu span.active{
    color: #3efdff;
    overflow: hidden;
}
.dark-theme .font-menu span.active::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background-color: #3efdff;
    bottom: 0;
    border: 2px solid #3efdff;
    border-radius: 100px 100px 0 0;
}
.dark-theme .top-bar{
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(28,48,74,1) 100%);
}
.dark-theme .main-top{
    position: absolute;
    z-index: 10;
}
.dark-theme .top-bar .dropdown-toggle::after {
    color: #3efdff;
}
.auxiliar-menu-button i img{
    max-width: 40px;
}
nav.main-nav ul li a{
    color: #fff;
}
.search-nav input{
    background-color: rgba(255,255,255, .4);
    border-radius: 20px;
    color: #fff;
    border: none;

}
.search-nav input::placeholder{
    color: #fff;
}
.navbar-brand{
    min-width: 130px;
}
.bg-yellow{
    background: linear-gradient(12deg, rgba(245,208,17,1) 0%, rgba(215,112,39,1) 100%);
}
label.footer-form-label {
    width: 20px;
}
label.footer-form-label img.check-on {
    display: none;
}
input.footer-form[type="checkbox"]:checked+label img.check-on {
    display: inline;
}
input.footer-form[type="checkbox"]:checked+label img.check-off {
    display: none;
}
@media (min-width: 992px){
    nav.main-nav ul li {
        position: relative;
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
        opacity: .7;
    }
    nav.main-nav ul li:not(:last-child)  {
        border-right: solid 1px #e98128;
    }    
    nav.main-nav ul li.active, nav.main-nav ul li:hover{
        opacity: 1;
    }
    nav.main-nav ul li.active{
        font-weight: 700;
    }    
    nav.main-nav ul li.active:before, nav.main-nav ul li:hover:before {
        content: '';
        position: absolute;
        height: 5px;
        background-color: #ec6c4f;
        width: 60%;
        bottom: -17px;
        left: 20%;
    }
}



/*carrusel inicio*/
#slider-inicio .carousel-item {
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
}
#slider-inicio ol.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
#slider-inicio ol.carousel-indicators li.active {
    background-color: #146a9d;
}
.banner-header{
    position: relative;
}
.banner-header *{
    z-index: 2;
}
#slider-inicio .carousel-inner:before, .banner-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(1,15,17,1) 0%, rgba(1,15,17,0) 100%);
    z-index: 8;
    opacity: .7;
    top:0;
    left: 0;
    z-index: 0;
}
#slider-inicio .banner-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    top:0;
    left: 0;
    background: linear-gradient(180deg, rgba(1,15,17,1) 0%, rgba(1,15,17,0) 100%);
    z-index: 8;
    opacity: .7;
    z-index: 0;
}
#slider-inicio .button-down-container {
    width: 99px;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
div#slider-inicio {
    overflow: hidden;
    z-index: 0;
}
#slider-inicio .button-down-container a {
    position: absolute;
    bottom: 6em;
    transform: rotate(90deg);
    left: -1em;
}
#slider-inicio .carousel-indicators{
    left: initial;
    right: 3em;
    margin: 0;
    bottom: 2em;
}
#slider-inicio .carousel-caption {
    right: 40%;
}

.carousel-caption a {
    background: rgb(28, 48, 74, .5);
    padding: 18px;
    border-radius: 44px;
    color: #1c304a;
    display: inline-block;
    font-weight: 600;
    line-height: 23px;
}

.carousel-caption a span {
    padding: 9px 30px;
    display: inline-block;
    background: linear-gradient(12deg, rgba(245,208,17,1) 0%, rgba(215,112,39,1) 100%);
    border-radius: 30px;
}


/*main*/
ul.metricas-1 li a, .menu-2 li a{
    background-color: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #fff !important;
    margin-bottom: 1em;
    position: relative;
    color: #fff;
    font-weight: 300;
    opacity: .5;
}
.menu-2 li a{
    border-right: 0 !important;
}
ul.metricas-1 li a.active:before, .menu-2 li a.active:before{
    content: '';
    position: absolute;
    height: 3px;
    background-color: #ec6c4f;
    width: 60%;
    bottom: -1em;
    left: 20%;
}
ul.metricas-1 li a.active, .menu-2 li a.active{
    color: #e9c700 !important;
    font-weight: 600;
    opacity: 1;
}
ul.metricas-1 li:hover a:before, .menu-2 li:hover a:before{
    content: '';
    position: absolute;
    height: 3px;
    background-color: #ec6c4f;
    width: 60%;
    bottom: -1em;
    left: 20%;
}
ul.metricas-1 li:hover a, .menu-2 li:hover a{
    opacity: 1;
}

div.metricas-1 div:hover a, .menu-2 div:hover a{
    opacity: 1;
}
.list-metricas-1 .metrics{
    color: rgb(255 255 255 / 33%);
    font-weight: 300;
}
ul.metricas-1 li:last-child a, .menu-2 li:last-child a{
    border-right: 0 !important;
}
.list-metricas-1 li {
    min-width: 16.666%;
    background: #1b3148;
}

.list-metricas-1 > .conList div.lis {
    background: #1b3148;
}

.list-metricas-1 li a{
    padding: 1.5em 0.8em;
    display: inline-block;
}

.list-metricas-1 > .conList div a{
    padding: 1.5em 0.8em;
    display: inline-block;
}

div#navbarNavDropdown {
    display: block;
}
.list-metricas-1 > .lis{
    margin-right: 2px;
}
.list-metricas-1 > .conList {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0px 101px rgba(0,0,0,0.7) !important;
    background-color: #092234;
}

.shadow-xl{
    box-shadow: 0 0 16px rgba(0,0,0,0.4);
}
.list-metricas-1 li.active, .list-metricas-1 li:hover{
    background: #1f3c56;
    border-bottom: solid 2px #ec6c4f;
}


.list-metricas-1 > .conList div.lis:hover{
    background: #1f3c56;
    border-bottom: solid 2px #ec6c4f;
}

table.table-1 th, table.table-1 td, table.table-2 th, table.table-2 td {
    border: none;
}
table.table-1 tbody tr:nth-of-type(even), table.table-2 tbody tr:nth-of-type(even) {
    background-color: #182b3f;
}
table.table-2 th, table.table-2 td {
    padding: 1rem;
}

footer{
    background: linear-gradient(90deg, rgba(1,15,17,0) 0%, rgba(1,15,17,1) 100%);
}
.icon-cloud-container img {
    width: 34px;
    min-width: 34px;
}
.icon-cloud-container {
    position: relative;
}
.icon-cloud-container span {
    position: absolute;
    color: #fff;
    font-weight: 600;
    left: 0;
    text-align: center;
    top: 3px;
    width: 36px;
}
a.button-2{
    box-shadow: 0 0px 101px rgba(0,0,0,0.7) !important;
}
a.button-2.active, a.button-2:hover{
    border-bottom: solid 4px #ec6c4f;
    opacity: 1;
}
.card-element.card-1 .img-card{
    position: relative;
}
.card-element.card-1 .img-card:before {
    content: '';
    background: linear-gradient(180deg, rgba(3,6,22,0) 0%, rgba(3,6,22,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-transparent-5{
    background-color: rgba(255,255,255,0.5);
}
.card-element.card-1 .caption-card{
    border-radius: 0 0 12px 12px ;
}

.separator-container{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.story-line .first, .story-line .last{
    font-size: 3rem;
}

.story-item{
    font-size: 2.6rem !important;
    padding: 0 7px !important;
}
    
.opacity-3{
    opacity: .3;
}
.story-line{
    position: relative;
}

.story-line .story-item {
    position: relative;
    min-height: 94px;
    line-height: 97px;
    width: 400px;
    padding: 0 15px;
    text-align: center;
    /* max-width: 270px; */
}
.story-line .story-item .dot {
    position: absolute;
    font-size: 12px;
    color: #3efdff;
    bottom: -28px;
    left: 49%;
}
.story-line .story-item:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #3efdff;
    width: 95%;
    bottom: -23px;
    left: 54%;
}
.story-line .story-item.focused .dot {
    font-size: 22px;
    background: #021d30;
    z-index: 99;
    bottom: -34px;
    left: 46%;
    border: solid 2px #021d30;
    border-radius: 50%;
    box-shadow: 0 0 3px #3efdff;
}
#range-tab-1 a.active{
    color: #3efdff !important;
}
div.item-list{
    position: relative;
}
div.item-list h2{
    line-height: 28px;
}
div.item-list span.dot.fa-dot-circle{
    font-size: 22px;
    color: #3efdff;
    background: #021d30;
    z-index: 99;
    left: -15px;
    top: -2px;
    position: absolute;
    border: solid 2px #021d30;
    border-radius: 50%;
    box-shadow: 0 0 3px #3efdff;
}

.boton-estilo-1{
    background: rgb(28, 48, 74, .5);
    padding: 18px;
    border-radius: 44px;
    color: #1c304a;
    display: inline-block;
    font-weight: 600;
    line-height: 23px;
}
.boton-estilo-1 > span{
    padding: 9px 30px;
    display: inline-block;
    background: linear-gradient(12deg, rgba(245,208,17,1) 0%, rgba(215,112,39,1) 100%);
    border-radius: 30px;
}
.card-2 {
    position: relative;
}
.card-2.card-left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 102%;
    z-index: -1;
    top: -4px;
    left: 4px;
    background: linear-gradient(270deg, rgba(236,108,79,1) 0%, rgba(236,108,79,0) 50%);
    opacity: .5;
}
.card-2.card-right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 102%;
    z-index: -1;
    top: -4px;
    right: 4px;
    background: linear-gradient(270deg, rgba(236,108,79,0) 50%, rgba(236,108,79,1) 100%);
    opacity: .5;
}
.cards-5 > div {
    width: 20%;
}
.cards-5 th {
    padding: .5em !important;
}
/*clase que hace opaco el sitio*/
.page-blur header, .page-blur main, .page-blur footer{
    filter: blur(1.5em);
}
.modal{
    overflow: scroll;
}
#popup-1 input::placeholder{
    opacity: .4;
    text-align: center;
}

@media (max-width: 1199px){
    #slider-inicio .button-down-container {
        width: 83px;
    }
    .story-item{
        font-size: 2rem !important;
        padding: 0 7px !important;
    }

    .cards-5 > div {
        width: 45% ;
    }
}
@media (max-width: 991px){
    .w-initial-xs{
        width: initial !important;
    }
    #popup-1 input{
        width: 100% !important;
    }
    .cards-5 > div {
        width: 100% ;
    }
    #slider-inicio .button-down-container {
        border: none;
    }
    #slider-inicio .carousel-indicators{
        left: 3em;
        right: 3em;
    }
    #slider-inicio .carousel-caption {
        right: 15%;
    }
    .carousel-caption .display-2{
        font-size: 2.3em;
    }
    .carousel-caption .display-3{
        font-size: 2.2em;
    }
    nav.main-nav > button img {
        width: 38px;
    }
    .brand-container {
        padding: 1em !important;
    }
    div#main-menu {
        background: #1c304a;
        height: 100vh;
    }
    .list-metricas-1 li {
        min-width: 49.6%;
        margin-bottom: 2px;

    }


}
@media (max-width: 767px){
    .list-metricas-1 li {
        min-width: 49.5%;
    }
    .metricas-1 li {
        margin-bottom: 1em !important;
    }
    a.button-2{
        font-size: 14px;
    }
    a.button-2 img{
        width: 30px !important;
    }
    .separator-container svg{
        height: 30px;
    }
}
@media (max-width: 550px){
    .list-metricas-1 li {
        min-width: 100%;
    }
    /*.story-line .story-item {
        width: 100%;
    }*/
    .story-line .story-item {
        width: 100%;
        min-height: initial;
        height: 62px;
        padding: 7px !important;
        font-size: 16px !important;
    }
    .story-line .story-item .dot {
        font-size: 10px;
        bottom: -30px;
        left: 47%;
    }
    .story-line .story-item:not(:last-child)::after {
        bottom: -26px;
        left: 54%;
    }
    .story-item.focused .dot {
        font-size: 18px;
        bottom: -37px;
        left: 40%;
    }
}

.tableHome td{
    padding: 2px 1px !important;
    color: #fff;
}

.divTableHome {

    overflow:auto;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.divTableHome::-webkit-scrollbar {
    -webkit-appearance: none;
}

.divTableHome::-webkit-scrollbar:vertical {
    width:10px;
}

.divTableHome::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.divTableHome::-webkit-scrollbar:horizontal {
    height: 10px;
}

.divTableHome::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.divTableHome::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.tableHome th {
  background: #021a2b;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}


.containera  h3{
    color: #e98128 !important;
    margin-top: 10px;
}

.containera p{
    color: white;
}

.containera ul{
    color: white;
    
}

.containera li{
    font-size: 15px !important;
}
