.fondo-slider{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.titulo-slider{
    font-size: 40px !important;
    color: #fff !important;
}
.detalle-slider{
    color: #fff !important;
    margin-right: 0 !important;
    font-size: 25px !important;
}
.mb-40{
    margin-bottom: 40px;
}
.contenedor-blog{
    border-radius: 50px 50px 50px 50px !important;
    margin-top: 20px !important;
}
.mb-20{
    margin-bottom: 20px;
}
.alinear-vertical-center{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.no-pad{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.titulo-sidebar-presi{
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    text-align: center !important;
    background: #3b6ab0 !important;
}
.noticias-sobre-content{
    background: #f5f4f0;
    border-radius: 0;
    padding: 0;
    padding-bottom: 1px;
}
.logo-principal{
    width: 70px;
}

.margin-b-100{
    margin-bottom: 100px;    
}
.margin-t-100{
    margin-top: 100px;
}
.subtitulo-programa-cen{
    color: #f5f5f5;
    background: #2e5e6b;
    padding: 5px 20px;
    font-weight: bold;
    font-size:20px;
}
.border-industria{
    border-radius: 100% !important;
    border: 4px solid #999 !important;
}
.mb-70{
    margin-bottom: 70px;
}
.icon{    
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-white{
    background-color: #f5f5f5 !important;
}
.font-dark{
    color: #2f323a !important;
}
.typewrite{    
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 0.8 !important;
    -ms-word-wrap: break-word !important;
    word-wrap: break-word !important;
    text-decoration: none !important;
    cursor: context-menu !important;
    text-transform: none !important;
    line-height: 65px !important;
}
.font-small{
    font-size: 1.2rem;
}
.gallery .fit-image{
    width: 100%;
    height: 100%;
}

/* SOLUCIONES */
.titulo_principal_soluciones{
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 40px;
}
.subtitulo_principal_soluciones{
    font-size: 20px;
}
.imagen_soluciones{
    width: 100%;
}
.titulo_soluciones{
    font-weight: 600;
    margin: 20px 0 5px 0;
    font-size: 18px;
}
/* BENEFICIOS */
.titulo_beneficios{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.detalle_beneficios{
    margin-bottom: 0;
}
.image_100{
    width: 100%;
}
.contenedor_imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-pad-lr{
    padding-left: 0;
    padding-right: 0;
}
.contenedor_beneficios{
    margin: 40px 0;
}

/* TESTIMONIOS */
.nombre_soluciones{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.cargo_soluciones{
    font-size: 15px;
}
.detalle_soluciones{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 50px;
}
.image-100{
    width: 100%;
}
.divisor_titulo{
    width: 100px;
    height: 2px;
    background: #425f69;
    margin-top: 0;
}
.ml4 {
    position: relative;
    font-weight: 900;
    font-size: 4.5em;
}
.ml4 .letters {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0.3em;
    right: 0;
    opacity: 0; 
    color: #fff;
    font-size: 35px;
}
.btn-personalizado{
    font-size: 20px;
    text-transform: none;
}
.mt-40{
    margin-top: 40px;
}
.mt-20{
    margin-top: 20px;
}
.leyenda_cotizador{
    font-size: 50px;
    font-weight: 800;
    line-height: 20px;
}
.titulo_acceso{
    font-size: 30px;
    font-weight: 600;
}
@media(max-width:700px) {
	.titulo-slider{
		font-size: 27px !important;
    }
    .logo-principal{
        width: 60px;
    }
    .nav-toggle-btn {
        padding-top: 1.5rem !important;
    }
    .slide-title{
        text-align: center;
        font-size: 20px;
    }
    .slide-btn{
        text-align: center;
    }
    .slide-intro-man{
        background-image: url('../images/slider_movil.png');
        background-position: bottom;
    }
    .slide-container{
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .typewrite{
        font-size: 40px !important;
    }
    .item {
        margin: 20px 0 !important;
    }
    .item h4{
        text-align: center !important;
    }
    .item p{
        text-align: center !important;
    }
    .aos-init{
        padding: 15px 0 !important;
    }
    .font-valor {
        background: #68e0cf !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        font-weight: 1000 !important;
        font-size: 20px !important;
    }
    .slider-container-movil{
        display: inline-block;
    }
    .slider-container-movil h1{
        margin-top: 50px;
    }
    .subtitulo_principal_soluciones{
        font-size: 20px;
        width: 100%;
        margin-left: 0;
    }
    .titulo_principal_soluciones{
        font-size: 25px;
    }
    .mb-70{
        margin-bottom: 30px
    }
    .contenedor_beneficios{
        margin: 0 0 40px 0;
    }
    .icono_beneficio_movil{
        width: 15%;
        margin-bottom: 20px;
    }
    .texto_beneficio_movil{
        text-align: center;
    }
    .contenedor_industria{
        width: 50%;
    }
    .top_testimonio_movil{
        margin-top: 40px;
    }
    .divisor_titulo{
        width: 70px;
        height: 2px;
        background: #68e0cf;
        margin-top: 0;
    }
    .espacio_movil_bene{
        margin-bottom: 30px;
    }
    .margen_menu_movil{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .logo-page-programa{
        width: 100%;
    }
}