a:visited, a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

main{
    min-height: 84vh;
}

a, span{
    font-size: 22px;
}

section h2{
    text-transform: uppercase;
}

ul li span{
    font-weight: bold;
}

ul li span a{
    font-weight: normal;
}

.section-whats{
    justify-content: start;
}

.content-section{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 4em;
    color: white;
    padding: 5.5em 0;
}

.contac-section{
    /* width: 50%; */
    gap: 4.5em;
}

.info-section{
    /* width: 50%; */
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.filter-video {
    position: absolute;
    z-index: 10;
    /* background-color: rgba(255, 255, 255, 93%); */
    background-color: rgba(0, 0, 0, 0.84);
    width: 100%;
    height: 100%; 
}

.info-section p{
    padding-left: 200px;
    padding-top: 100px;
    font-size:44px;
}

li .icon{
    width: 75px;
}


@media screen and (max-width: 992px) {

    .info-section p{
        width: 100%;
        padding-left: 0;
    }   
    
}


@media screen and (max-width: 768px) {

    ul li{
        font-size: 18px;
    }

    .info-section p{
        width: 100%;
        padding-left: 0;
    }   
    
}

@media screen and (max-width:576px){
    .section-whats{
        justify-content: center;
    }
       
    .content-section{
       flex-wrap: wrap;
    }

    .contac-section{
        width: 100%;
    }
    
    .info-section{
        width: 100%;
    }

    .cont-emails, .cont-emails span{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .info-section p{
        font-size:34px;
        padding-top: 1em;
        justify-content: center;
        text-align: center;
    }  
    
    

}