:root {
    --logo-tipo: #458e3b;
    --cor-sub-titulo: #224ac3;
    --cor-sub-titulo2: #021859;
    --cor-sub-titulo3: #f4f4f5;
    --cor-border-primeira: rgba(15, 15, 15, 0.1);
    --cor-padrao1: #057dc8;
    --backgroud-white: white;
    --color-write: white;
    --color-red: rgb(238, 86, 86);
    --background-rgba: rgba(249, 247, 247, 0.3);
    --background-rgba2: rgba(25, 25, 26, 0.4);
    --background-rgba3: rgba(25, 25, 26, 0.09);
    --background-rgba4: rgba(249, 247, 247, 0.4);
    --cor-verde:#005421;
    --cor-laranja:#ec6d1f;
    --cor-laranja2:rgb(238, 139, 86);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 16px;
}

.section-noronha{
    position: relative;
    margin: 4rem 0;
    
}

.all-section{
    position: relative;
    margin: 0 1rem;
    font-weight: 500;
    background: var(--color-write);
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.titulo-inf{
    color: var(--cor-laranja2);
    text-align: center;

}

.all-paragrafos{
    position: relative;
    color: #555;
    top: 1rem;

}

#video-fernando{
    display: flex;
}

video{
    position: relative;
    width: 90%;
    top: 2rem;
    margin: 0 auto;
}

@media screen and (min-width:46rem){
    .center{
       max-width: 75rem;
       margin: 0 auto;
    }
    .all-section{
        margin: 0 2rem;
        font-size: 1.2rem;
    }
}

@media screen and (min-width:52rem){
    .all-section{
        font-size: 1.3rem;
    }
}

