@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');


.header-content{
display:flex;
flex-direction: column;
justify-content:center;
align-items:start;
padding: 40px 0px;
}

.btn-verde{
background-color: #1D9B87;
color:white;
border-radius: 50px;
border:none;
height: 40px;
display:flex;
width: 150px;
justify-content:center;
align-items:center;
text-transform: uppercase;
font-weight: bold;
}

.uppercase{
text-transform: uppercase;
}

.text-white{
color: white;
}

.roboto{
font-family: 'Roboto', sans-serif;
}

.regular{
font-weight: 300
}

.ubuntu{
font-family: 'Ubuntu', sans-serif;
}

h1.h1{
font-weight: bold;
margin-bottom: 0px;
}
.header-content h2{
margin-top: 0px;
margin-bottom: 20px;
}


.text-azul{
color:#2A2044;
}

.text-verde{
color: #1D9B87;
}

.text-violeta{
color: #812652;
}


.html-asset-container{
    display: none!important;
}