.logo-center{
    text-align: center;
    padding-top: 5%;
    scale: 0.8;
}

.img-presencial{
    background-image: url(../img_resourses/gifs/presencial.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    width: 100%;
    height: 662px; 
}

.text1-pre{
    padding-top: 190px;
    position: relative;
}

.text2-pre{
    margin-top: -45px;
    background-color: var(--primary-color);
}

.img-digital{
    background-image: url(../img_resourses/gifs/digital.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    width: 100%;
    height: 662px; 
}

.text1-dig{
    padding-top: 400px;
    position: relative;
}

.text2-dig{
    margin-top: -45px;
    background-color: var(--primary-color);
}

.img-fisico{
    background-image: url(../img_resourses/gifs/fisicos.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    width: 100%;
    height: 662px;
}

.text1-fis{
    padding-top: 50px;
    position: relative;
}

.text2-fis{
    margin-top: -45px;
    background-color: var(--primary-color);
}

.img-atom{
    background-image: url(../img_resourses/gifs/atom.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    width: 100%;
    height: 662px;
}

.text1-ato{
    padding-top: 400px;
    position: relative;
}

.text2-ato{
    margin-top: -45px;
    background-color: var(--primary-color);
}

.img-digitalizacion{
    background-image: url(../img_resourses/gifs/digitalizacion.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    width: 100%;
    height: 662px;
}

.text1-digi{
    padding-top: 400px;
    position: relative;
}

.text2-digi{
    margin-top: -45px;
    background-color: var(--primary-color);
}

.img-etica{
    background-image: url(../img_resourses/gifs/etica.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    width: 100%;
    height: 662px;
}

.text1-eti{
    padding-top: 30px;
    position: relative;
}

.text2-eti{
    margin-top: -45px;
    background-color: var(--primary-color);
}

.text-cultura{
    color: white;
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    text-align: center;
    margin-top: 5%;
    margin-bottom: -2%;
}