:root{
    --textinfo-rosa: #e80e7f;
    --textinfo-azul: #10c1d1;
}
*{
    margin: 0;
    padding: 0;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none; 
}
.container{
    width: 100vw;
    height: 100vh;
    display: flex;
    background-image: url('../img/nova-capa-2022.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.textinfo-container{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textinfo{
    color: white;
    padding: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
    height: 65%;
    background-color: #1e90ff40;
    border-radius: 10px;
}
.textinfo h1{
    font-weight:400;
    padding: 0 0 0 20px;
    border-left: 7px solid var(--textinfo-rosa);
    margin: 0 0 30px 0;
    line-height: 2;
    font-size: 50px;
}
.textinfo .textinfo-p{
    padding: 0 0 0 20px;
    border-left: 7px solid var(--textinfo-azul);
    margin: 0 0 20px 0;
}
.textinfo .textinfo-p p{
    line-height: 1.3;
    font-size: 23px;
    font-weight: 300;
}
.textinfo-cliqueaqui{
    padding: 0 0 0 27px;
    color: var(--textinfo-azul);
    font-size: 23px;
}
.imagemap-container{
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1700px) {

    body{
        overflow-y: hidden;
    }
    .textinfo{
        padding: 30px;
        height: 70%;
    }
    .textinfo-container{
        width: 40%;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .textinfo h1{
        font-weight:400;
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-rosa);
        margin: 0 0 30px 0;
        line-height: 2;
        font-size: 40px;
    }
    .textinfo .textinfo-p{
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-azul);
        margin: 0 0 18px 0;
    }
    .textinfo .textinfo-p p{
        line-height: 1.3;
        font-size: 18px;
        font-weight: 300;
    }
    .textinfo-cliqueaqui{
        padding: 0 0 0 27px;
        color: var(--textinfo-azul);
        font-size: 18px;
    }
    

}

@media screen and (max-width: 1440px) {
    .textinfo{
        height: 75%;
    }
}

@media screen and (max-width: 1366px) {

    body{
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .textinfo{
        padding: 30px;
    }
    .textinfo-container{
        width: 40%;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .textinfo h1{
        font-weight:400;
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-rosa);
        margin: 0 0 30px 0;
        line-height: 2;
        font-size: 32px;
    }
    .textinfo .textinfo-p{
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-azul);
        margin: 0 0 16px 0;
    }
    .textinfo .textinfo-p p{
        line-height: 1.3;
        font-size: 16px;
        font-weight: 300;
    }
    .textinfo-cliqueaqui{
        padding: 0 0 0 27px;
        color: var(--textinfo-azul);
        font-size: 16px;
    }
    

}
@media screen and (max-width: 1280px){
    .textinfo{
        height: 70%;
    }
    .textinfo h1{
        font-weight:400;
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-rosa);
        margin: 0 0 30px 0;
        line-height: 2;
        font-size: 28px;
    }
    .textinfo .textinfo-p p{
        line-height: 1.3;
        font-size: 14px;
        font-weight: 300;
    }
    .textinfo-cliqueaqui{
        padding: 0 0 0 27px;
        color: var(--textinfo-azul);
        font-size: 14px;
    }


}

@media screen and (max-width: 1024px) {

    body{
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .textinfo{
        padding: 30px;
        width:90%;
        height: 65%;
    }
    .textinfo-container{
        width: 40%;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .textinfo h1{
        font-weight:400;
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-rosa);
        margin: 0 0 30px 0;
        line-height: 2;
        font-size: 23px;
    }
    .textinfo .textinfo-p{
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-azul);
        margin: 0 0 14px 0;
    }
    .textinfo .textinfo-p p{
        line-height: 1.3;
        font-size: 13px;
        font-weight: 300;
    }
    .textinfo-cliqueaqui{
        padding: 0 0 0 27px;
        color: var(--textinfo-azul);
        font-size: 13px;
    }
    

}
@media screen and (max-width: 840px) {

    body{
        background-image: url('../img/nova-capa-2022.jpg');
        background-size: 400%;
        background-attachment: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .container{
        display: grid;
        background-image: none;

    }
    .textinfo{
        padding: 30px;
        background-color: #1e8fff5e;
        height: 80%;

    }
    .textinfo-container{

        width: 93.5%;
        display: flex;
        align-items: center;
        height: 130%;
    }
    .textinfo h1{
        font-weight:400;
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-rosa);
        margin: 0 0 30px 0;
        line-height: 2;
        font-size: 40px;
    }
    .textinfo .textinfo-p{
        padding: 0 0 0 20px;
        border-left: 7px solid var(--textinfo-azul);
        margin: 0 0 22px 0;
    }
    .textinfo .textinfo-p p{
        line-height: 1.3;
        font-size: 22px;
        font-weight: 300;
    }
    .textinfo-cliqueaqui{
        padding: 0 0 0 27px;
        color: var(--textinfo-azul);
        font-size: 22px;
    }
    .imagemap-container{
        width: 95%;
        margin-top: 10vh;
    }
    

}