body {
    font-family: 'Titillium Web', sans-serif;
}


/*TABS MODULOS*/

.nav-tabs-wrapper {
    display: block;
    overflow: hidden;
    height: calc(1.5rem + 1rem + 2px);
    /** 1.5 is font-size, 1 is padding top and bottom, 2 is border width top and bottom */
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        border-bottom: 0;
    }
    .nav-item {
        margin-bottom: 0;
        &:first-child {
            padding-left: 15px;
        }
        &:last-child {
            padding-right: 15px;
        }
    }
    .nav-link {
        white-space: nowrap;
    }
    .dragscroll:active,
    .dragscroll:active a {
        cursor: -webkit-grabbing;
    }
}

.nav-tabs-wrapper-border {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
}

.tab-pane {
    padding: 1rem;
}


/********************* correcciones *********************************/

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #2371B8 !important;
}


/******************* FOOTER **************************/

#footer {
    color: #696969;
}


/****************** Titulos ***********************/

.tiltulo {
    color: #393A3D !important;
    font-weight: 700 !important;
}

.titulo {
    font-weight: 700;
    color: #ffffff;
}

.subtitulo {
    color: #01548E;
    font-weight: 600;
}

.til-mo {
    font-weight: 700;
    color: rgb(66, 68, 56);
}

.til-bold {
    font-weight: 700;
    color: #393A3D;
}

.til-bold a {
    font-weight: 700;
    color: #393A3D;
}

.til-bold a:hover {
    font-weight: 700;
    color: #2371B8;
    text-decoration: underline;
}

.titulo_lista {
    font-weight: 700;
}

.til-verde {
    color: #4EB748;
}

.til-azul {
    color: #2371B8 !important;
}

.bg-azul {
    background: #2371B8;
}

.bg-green {
    background: #4EB748;
}

.bg-green:hover {
    background: green;
}

.bg-azul:hover {
    background: #01548E;
}

.til-footer {
    font-weight: 700;
}

.subtil {
    font-weight: 600;
}


/*********************** LINK *********************/

.link-text a {
    color: #696969;
    text-decoration: none;
}

.link-text a:hover {
    color: #2371B8;
    font-weight: 600;
    text-decoration: underline;
}

.bo-footer a {
    color: #696969;
    font-weight: 600;
}


/********************* NAV ************************/

.bg-white {
    background: #ffffff !important;
}

.nav-link {
    color: #434343 !important;
    font-weight: 600;
}

.nav-link:hover {
    color: #2371B8 !important;
}

.nav-shadow {
    -webkit-box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.15);
}


/******************** modulos ************************/

.img-modulo {
    -webkit-box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.15);
}

.modulo a {
    color: rgb(121, 123, 128);
    text-decoration: none;
}

.text-modul {
    text-decoration: none !important;
}

.modulo a:hover {
    color: #000000;
}

.modulo a h2:hover {
    color: rgb(20, 21, 22);
    text-decoration: underline !important;
}

.modulo a .img-modulo:hover {
    -webkit-box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.45);
    box-shadow: -1px 4px 10px -3px rgba(0, 0, 0, 0.45);
}

.btn {
    border-radius: 1.8rem !important;
}

.btn-boton {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #ffffff !important;
}

.card-solucion {
    border: none !important;
}

.card-header {
    background: #2371B8;
    color: #ffffff !important;
    border-bottom: 2px solid #1F63A3 !important;
}

.bg-gra {
    background: rgba(35, 112, 184, 1);
    background: -moz-linear-gradient(top, rgba(35, 112, 184, 1) 0%, rgba(1, 83, 142, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 112, 184, 1)), color-stop(100%, rgba(1, 83, 142, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 112, 184, 1) 0%, rgba(1, 83, 142, 1) 100%);
    background: -o-linear-gradient(top, rgba(35, 112, 184, 1) 0%, rgba(1, 83, 142, 1) 100%);
    background: -ms-linear-gradient(top, rgba(35, 112, 184, 1) 0%, rgba(1, 83, 142, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 112, 184, 1) 0%, rgba(1, 83, 142, 1) 100%);
}

.form-control {
    border-radius: 0rem !important;
}

@media (max-width:2500px) and (min-width:768px) {
    #movil_soluciones {
        display: none;
    }
}

@media (max-width:767px) and (min-width:300px) {
    #web-soluciones {
        display: none;
    }
}

.bg-offer {
    background-color: #f5f5f5;
}

.pd-offer {
    padding: 20px 0px;
}

.fx-cv-ch {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px) {
    .hidden-in-mobile {
        display: none;
    }
}

.bg-main {
    background: white !important;
}

.elevation1 {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(156, 156, 156, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(156, 156, 156, 1);
    box-shadow: 0px 1px 2px 0px rgba(156, 156, 156, 1);
}

.fx-cv-se {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.fx-cv {
    display: flex;
    align-items: center;
}