* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body {
    font-family: 'poppins', sans-serif;
    /* background-color: #ffffff; */
    background: linear-gradient(0deg,rgba(252, 251, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    justify-content: center;
}
.container{
    max-width: 1280px;
    width: 1280px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.content{
    margin-top: 3%;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
}
.logos{
    display: flex;
    align-items: center;
    gap: 120px; 
}
.logo{
    height: 180px;
    overflow: hidden;
}
.poctefa{
    height: 50px;
    overflow: hidden;
}
.textos{
    display: flex;
    gap: 40px;
}
.textos p{
    width: 480px;
    font-size: 20px;
    font-weight: bold;
}
.texto-left{
    text-align: right;
}
.texto-right{
    text-align: left;
    color:#4d4d4d;
}
.fondo{
    height: 900px;
}
.j-center{
    width: 100%;
    display: flex;
    justify-content: center;
}
.patrocinios{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.patrocinadores{
    height: 100%;
    width: 275px;
    background-color: #ffffff;
    border: #e0e0e0 solid 1px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.separador{
    width: 8px;
    height: 100%;
    background-color: #1f438f;
}
.separador-movil{
    display: none;
}
.textos-bottom{
    display: flex;
    gap: 40px;
}
.textos-bottom p{
    width: 480px;
    font-size: 18px;
    font-style: italic;
}
.tb-left{
    text-align: right;
}
.tb-right{
    text-align: left;
    color:#4d4d4d;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container{
        width: 100%;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .content{
        padding: 0 20px;
        overflow: hidden;
        gap: 20px;
    }
    .logos{
        flex-direction: column;
        gap: 20px;
    }
    .logo{
    height: 200px;
    }
    .poctefa{
        height: 40px;
    }
    .textos{
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .textos p{
        width: 100%;
        font-size: 18px;
    }
    .texto-left,
    .texto-right{
        text-align: center;
    }
    .separador{
        display: none;
    }
    .separador-movil{
        display: block;
        width: 100%;
        height: 8px;
        background-color: #1f438f;
    }
    .fondo{
        margin-top: 30px;
        height: 220px;
    }
    .patrocinios{
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .patrocinadores{
        width: 100%;
        height: 200px;
        padding: 12px;
    }
    .textos-bottom{
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .textos-bottom p{
        width: 100%;
        font-size: 16px;
    }
    .tb-left,
    .tb-right{
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container{
        width: 100%;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .content{
        padding: 0 20px;
        overflow: hidden;
        gap: 20px;
    }
    .logos{
        flex-direction: row;
        gap: 20px;
    }
    .logo{
    height: 180px;
    }
    .poctefa{
        height: 40px;
    }
    .textos{
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .textos p{
        width: 100%;
        font-size: 18px;
    }
    .texto-left,
    .texto-right{
        text-align: center;
    }
    .separador{
        display: none;
    }
    .separador-movil{
        display: block;
        width: 100%;
        height: 8px;
        background-color: #1f438f;
    }
    .fondo{
        margin-top: 30px;
        height: 415px;
    }
    .patrocinios{
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .patrocinadores{
        width: 100%;
        width: 275px;
        height: 200px;
        padding: 12px;
    }
    .textos-bottom{
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .textos-bottom p{
        width: 100%;
        font-size: 16px;
    }
    .tb-left,
    .tb-right{
        text-align: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {} */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container{
        max-width: 1280px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .content{
        padding: 0 20px;
        overflow: hidden;
        gap: 20px;
    }
    .logos{
        flex-direction: row;
        gap: 20px;
    }
    .logo{
    height: 180px;
    }
    .poctefa{
        height: 40px;
    }
    .textos{
        margin-top: 30px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .textos p{
        width: 100%;
        font-size: 18px;
    }
    .texto-left{
        text-align: right;
    }
    .texto-right{
        text-align: left;
    }
    .separador{
        display: block;
    }
    .separador-movil{
        display: none;
    }
    .fondo{
        margin-top: 30px;
        height: 35%;
    }
    .patrocinios{
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .patrocinadores{
        width: 100%;
        width: 275px;
        height: 200px;
        padding: 12px;
    }
    .textos-bottom{
        margin-top: 30px;
        flex-direction: row;
        gap: 20px;
    }
    .textos-bottom p{
        width: 100%;
        font-size: 16px;
    }
    .tb-left{
        text-align: right;
    }
    .tb-right{
        text-align: left;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .fondo{
        height: 53%;
    }
}