@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,4B8r3B4p7yhRXuBWLqsQ546WR43cqQwrbXMDFnBi6vSJBeif8tPW85a7r7DM961Jvk4hdryZoByEp8GC8HzsqJpRN4FxGM9,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'silk_italic_medium';
    src: url(../fonts/Silk\ Serif\ Medium\ Italic.otf) format('truetype');
}
@font-face {
    font-family: 'silk_italic_light';
    src: url(../fonts/Silk\ Serif\ Light\ Italic.otf) format('truetype');
}


body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../img/quarteto_grupo2\ .jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section_1{
    padding-top: 9vh;
    height:100vh;
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

h1{
    background-color: rgba(207, 207, 207, 0.9);
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'silk_italic_light';
}

.section_1::before{
    content: "";
    height: 100%;
}

article{
    margin-left: 2%;
    width: 50vw;
    padding: 2%;
    border-radius: 10px;
    background-color: rgba(207, 207, 207, 0.9);
    box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.412);
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 21px;
}

article p, h1{
    color: #002d62;
}

.social_1{
    position: absolute;
    top: 40%;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 40px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;

    z-index: 1;
}

.social_1 img{
    width: 30px;
    height: 30px;
    transition: .6s;
}
.social_1 img:hover{
    width: 33px;
    height: 33px;
}

.whatsapp_btn{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 3;
    transition: .3s;
    opacity: .8;
}
.whatsapp_btn:hover{
    transform: scale(1.1);
}


@media screen and (max-width:500px){
    body{
        background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../img/keven.jpg");
    }
    .section_1{
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
        display: flex;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        justify-content: center;
    }

    h1{width: 75vw;}

    .social_1{top: 15%;}

    .cta_1{
        width: 65vw;
    }

    .cta_1 a{
        font-size: 23px;
        padding: 10px 8px;

    }
    
    .whatsapp_btn{
        right: 2px;
        opacity: .7;
    }

    .whatsapp_btn img{
        width: 50px;
        right: 20px;
        bottom: 10px;
    }
}