/* ------------------------ INICIO ------------------------------ */
.nav-header a {
    font-size: 1.1em;
}
.logo {
    width: 70px;
}
p{
    font-size: 1.2em !important;
}
#logocpi {
    width: 35%;
}
#logofides {
    width: 55%;
}
/* ------------------------ VALORES ------------------------------ */
#fondo-valores{
    height: 95vh;  
}
#fondo-valores h1 {
    top: 18%;
}
.ct-val {
    padding-top: 95vh;
}
/* ------------------------ SERVICIOS ------------------------------ */

.title-black {
    font-size: 3.5em;
}

/* ------------------------ CONTACTO ------------------------------ */
.btns {
    width: 65%;
}
.forms {
    width: 60%;
}

footer p{
    font-size: 1.1em !important;
}


@media only screen and (min-width: 1025px) and (max-width: 1250px) {

    .btns {
        width: 85%;
    }
	.forms {
        width: 70%;
    }
    
}
@media only screen and (min-width: 1025px) and (max-width: 1465px) {

    
    
}

