* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body{
    background: #040720;
}

section {
    min-height: 100vh;
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h3 {
    font-family: "Poppins", sans-serif;
    color: white;
}

div{
    display: inline-block;
}

footer {
    background-color: rgb(39, 39, 80);
    text-align: center;
    width: 100%;
    height: 125px;
}

#news-cards p {
    font-size: 16px;
}

.portfolio-footer p {
    font-family: "Poppins", sans-serif;
    color: rgb(243, 243, 243);
    font-size: 18px;
    padding-top: 15px;
}

.portfolio-footer img {
    width: 150px;
    height: 60px;
}

.logo img {
    padding-top: 0px;
    width: 150px;
    height: auto;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1900px;
}

.container-calc {
    display: flex;
    gap: 120px;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1900px;
}

.section-title {
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    font-style: bold;
    color: white;
}

.section-title img{
    width: 250px;
    object-fit: cover;
}

.section-subtitle {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: white;
}

.section-text {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 280;
    color: white;
}

.section-text-about {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    max-width: 1050px;
    line-height: 3vh;
    font-weight: 340;
}

.tradingview-widget-container {
    width: 100%;
    justify-content: center;
    z-index: 0;
}

#landing-page-content {
    padding-right: 250px;
    max-width: 1000px;
}

#landing-page-image {
    padding-top: 30px;
}

#landing-page-image img{
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    width: 350px;
    height: 350px;
}

#chtl-inline-bot {
    width: 1200px; 
    height: 520px;
}

.section-button{
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: rgb(39, 39, 80);
    line-height: 120px;
    font-size: 23px;
    padding: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
    font-weight: bold;
}

.section-button:hover{
    transition: 0.5s;
    color:grey;
}

.section-content-home{
    display: flexbox;
}

.section-content p, label{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.section-content-sobre p{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

#section-content-1-perfil{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.text{
    background: rgb(39, 39, 80);
    border-radius: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1500px;
    box-shadow: 9px 6px 7px rgba(0, 0, 0, 0.25);
    border-radius: 25px 25px;
    line-height: 3vh;
    font-weight: 340;
    color: white;
}

.participantes{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 15px;
    justify-content: space-between;
}

#foto-participante p{
    text-align: center;
}

#foto-participante img{
    object-fit: cover;
    width: 130px;
    height: 130px;
    border: 2.5px solid #040720;
    border-radius: 50%;
}

.section-subtitle{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
}

#section-content-1{
    max-width: 750px;
    margin-right: 10px;
}

#section-content-2{
    max-width: 750px;
}

#section-content-3{
    max-width: 800px;
}

.container-calc {
    display: flex;
    padding-bottom: 20px;
}

.section-content-calc {
    justify-content: left;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
}

#section-about-calc h2 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

#section-about-calc {
    max-width: 550px;
    margin-right: 10px;
    margin-left: 10px;
}

input[type=number]{
    border: 3px solid rgb(21, 13, 58);
    background: white;
    width: auto;
    height: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    border-radius: 4px;
}

label, input{
    display: flex;
    margin-bottom: 10px;
}

select{
    display: block;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    background-color: white;
    border: 3px solid rgb(39, 39, 80);
    height: 40px;
    width: 200px;
}

button{
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    background-color: white;
    border: 3px solid rgb(39, 39, 80);
    color: rgb(39, 39, 80); 
    height: 50px;
    width: 120px;
}

h2{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
}

.section-content a{
    color: rgb(170, 182, 235);
}

#section-content-1-perfil{
    max-width: 500px;
}

#section-content-2-perfil{
    max-width: 500px;
    margin-left: 10px;
    margin-right: 10px;
}

#section-content-3-perfil{
    max-width: 500px;
}

.content-text{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: white;
}

.section-perfil{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.image {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: rgb(39, 39, 80);
}

.image-menu img{
    width: 230px;
    height: 220px;
    position: absolute;
}

#image-item {
    position: relative;
    top: 0;
    margin-left: 20px;
    margin-right: 20px;
}

#image-item:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    opacity: 0.8;
}

.image-menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    gap: 80px;
}

#image-menu-2 {
    padding-top: 25px;
}

.image label{
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: white;
}

.site-heading {
    background-image: url('../img/economia_background.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 30vh;   
}

.site-subheading {
    padding-top: 5px;
    width: 100%;
    height: 4.5vh;
    background-color: rgb(39, 39, 80);
}

.site-subheading h3, a {
    text-decoration: none;
    color: rgb(172, 172, 172);
    font-family: "Poppins", sans-serif;
}

.site-subheading a:hover {
    color: rgb(204, 204, 204);
    transition: 0.5s;
}

#site-emergency {
    background-image: url('../img/reserva_background.jpg');
}

.masthead h1 {
    background-color: rgba(56, 56, 56, 0.6);
    height: 100%;
    text-align: center;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 45px;
    font-style: normal;
    padding-top: 130px;
    color: white;
}

.masthead {
    text-align: center;
}

@media screen and (max-width: 1560px) {
    .container {
        flex-direction: column;
        display: flex;
        height: auto;
        max-width: 80%;
    }

    .section-perfil {
        flex-direction: column;
        align-items: center;
    }
    
    .section-title {
        font-size: 30px;
        text-align: center;
    }

    .section-content{
        flex-direction: column;
        align-items: center;
    }

    #section-content-1, #section-content-2{
        max-width: 90%;
        padding-bottom: 15px;
    }

    #section-content-1-perfil, #section-content-2-perfil, #section-content-3-perfil {
        margin: 0;
        padding-bottom: 20px;
    }

    .text h2{
        font-size: 18px;
    }

    .text h3 {
        font-size: 17px;
    }

    .text p{
        font-size: 16px;
    }

    label {
        font-size: 16px;
    }

    #landing-page-content {
        max-width: 900px;
    }

    #landing-page-image img {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }

    .section-button {
        font-size: 20px;
        line-height: 100px;
        padding: 10px;
        margin: 10px 0;
    }

    .section-content-home {
        flex-direction: column;
        align-items: center;
    }

    .participantes {
        flex-direction: grid;
        align-items: center;
    }

    #foto-participante img {
        width: 100px;
        height: 100px;
    }

    .section-subtitle {
        font-size: 20px;
        text-align: center;
    }

    .image-menu img {
        width: 150px;
        height: 150px;
    }

    .image label {
        font-size: 15px;
    }

    .content-text {
        font-size: 18px;
    }

    #chtl-inline-bot {
        width: 750px; 
        height: 520px;
    }

    .tradingview-widget-container {
        bottom: 750px;
    }
}

@media screen and (max-width: 1500px) {
    #landing-page-content {
        padding-right: 0;
        text-align: left;
        max-width: 630px;
    }
}

@media screen and (max-width: 1450px) {
    .masthead h1 {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1200px) {
    #landing-page-content {
        padding-right: 0;
        text-align: center;
    }

    #landing-page-image img {
        display: none;
    }

    #section-content-1, #section-content-2 {
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .container-calc {
        flex-direction: column;
        align-items: center;
    }
    
    .section-content {
        max-width: 100%;
    }

    .section-content-sobre, .section-sobre p{
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        font-size: 8px;
    }

    .section-content-sobre h2 {
        font-size: 15px;
    }

    #foto-participante img {
        width: 85px;
        height: 85px;
    }

    #foto-participante p{
        display: none;
    }

    #chtl-inline-bot {
        width: 350px; 
        height: 420px;
    }
        
    .masthead h1 {
        padding-top: 80px;
    }
}
