@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}

body {
    font-family: Roboto !important;
    font-size: 16px;
    background: #F9F9F9;
}

.font85{
	font-size: 85px;
}

.font58{
	font-size: 58px;
}

.font35{
	font-size: 35px;
}

.font28{
	font-size: 28px;
}

.margin-0 {
    margin: 0px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-30{
	padding-top: 30px;
}

.padding-t-100 {
    padding-top: 100px;
}

.img-logo-ine{
    width: 150px;
}

.img-logo-prep{
    height: 50px;
}

.padding-res{
    padding-left: 80px;
    padding-right: 80px;
}

.center-objects{
    display: flex;
    justify-content: center;
    align-items: center;
}

.degradado{
    background: url('../img/header/degradado.png') ;
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
}

.color-rosaINE {
    color: #d5007f;
}

.color-morado{
	color: #a84479;
}

.color-gris{
	color: #B6B6B6;
}

.texto-header {
    font-size: 30px;
}

.border3-b-rosaINE {
    border-bottom: 3px solid #d5007f!important;
}

.center-objects{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logo{
    width: 100%;
}
.img-logo-r{
	width: 40%;
}

@media (max-width: 767px) {
    .padding-res{
        padding-left: 25px;
        padding-right: 25px;
    }

    .texto-header, .titulo {
        font-size: 19px;
    }

    .centrado{
        text-align: center;
    }
}

@media (min-width: 1200px)and (max-width: 1800px) {
    .img-logo-ine{
        width: 110px;
    }
}