.title{
    height: 100vh;
    width: 100%;
    background-image: url(../img/fotos-epr02/epr02_financing.jpg);
    background-size: cover;
    background-position:center;
    background-attachment:inherit;
}
.title__inner{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background:#00000070;
}
.title__inner h2{
    font-size: 5rem;
    font-family: 'Gemunu Libre', sans-serif;
}

/* INFO */
.info{
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info__inner{
    width: 1200px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info__inner h2{
    font-size: 3.4rem;
    margin-bottom: 50px;
    font-family: 'Baloo Da 2', cursive;
    text-transform: uppercase;
}
.info__inner p{
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
.boxes{
    display: flex;
    justify-content: space-around;
}
.boxes__inner{
    max-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boxes__inner i{
    font-size: 5rem;
    margin-bottom: 30px;
    color:rgb(51, 204, 255);
}
.boxes__inner h3{
    font-weight: 300;
    font-size: 2.3rem;
    padding-bottom: 30px;
    font-family: 'Baloo Da 2', cursive;
    text-transform: uppercase;
}


/* PATROS */
.patros-title{
    width: 100%;
    height: 180px;
    margin-top: 40px;
    background: url(../img/gallery/background4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.patros-title__inner{
    width: 100%;
    height: 100%;
    background-color: #00000066 ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.patros-title__inner h2{
    color: white;
    font-size: 3em;
    font-family: 'Baloo Da 2', cursive;
    text-transform: uppercase;
}
.patros{
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.patrocinadores{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.patros h3{
    font-family: 'Gemunu Libre', sans-serif;
    font-size: 2em;
    margin-bottom: 40px;
}
.patrocinadores-logos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.patrocinadores-logos div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.patrocinadores-logos img{
    max-height: 100%;
    max-width: 100%;
}


/* CONFIG TAMAÑOS*/
.principal div{
    padding: 20px;
    height: 100px;
    width: 250px;
}
.platinum div{
    padding: 20px;
    height: 80px;
    width: 180px;
}
.gold div{
    padding: 20px;
    height: 70px;
    width: 180px;
}
.silver div{
    padding: 20px;
    width: 120px;
}
.bronze div{
    padding: 20px;
    width: 120px
}
.collaborator div{
    padding: 20px;
    width: 100px;
}
/*CONGIF GRID*/
.principales{
    max-width: 100%;
}
.silvers{
    max-width: 800px;
}
.bronzes{
    max-width: 800px;
}
.collaborators{
    max-width: 800px;
}

@media screen and (max-device-width: 768px) {
    .info{
        height: unset;
        width: unset;
        justify-content: unset;
        align-items: unset;
    }
    .info__inner{
        max-width: 90%;
        margin: 0 auto;
        height: unset;
        width: unset;
    }
    .info__inner h2{
        text-align: center;
        margin-top: 20px;
        font-size: 3rem;

    }
    .boxes{
        flex-direction: column;
    }
    .boxes__inner{
        max-width: unset;
    }
    .patros{
        height: unset;
        margin-bottom: unset;
    }
    .patros h3{
        width: unset;
        margin-bottom: 30px;
        font-size: 3em;
    }
    .patros div{
        flex-direction: column;
        align-items: center;
    }
    .patros div div{
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
    }
    .platinum-icons{
        flex-direction: column !important;
    }
    .platinum-icons a:first-child img{
        height: 90px;
    }
    .platinum-icons a{
        margin-bottom: 10px;
    }
    .collaborators-icons a:nth-child(2) img{
        height: 25px;
    }
    .patros div div a{
        margin-right: unset;
        margin-bottom: 10px;
        padding-right: unset;
    }
    .principal-icons img{
        height: 120px;
    }
    .platinum-icons img{
        height: 70px;
    }
    .gold-icons img{
        height: 60px;
    }
    .silver-icons img{
        height: 60px;
    }
    .bronze-icons img{
        height: 50px;
    }
    .collaborators-icons img{
        height: 40px;
    }
}
@media screen and (max-device-width: 465px) {
    .patros-title__inner h2{
        font-size: 2em;
    }
}