@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body{
    font-family: 'Montserrat', sans-serif ;
}
@media screen and (max-width: 900px) {
 .ilustra{
     height: auto;
     width: 100%;
 }
}
.df{
    display: flex;
}
.aic{
    align-items: center;
}
.jcsb{
    justify-content: space-between;
}

.home{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
}
@media screen and (max-width: 1400px) {
    .home{
        display: block;
        height: auto;;
    }
}
header{
    height: 120px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
    padding-top: 15px;
    width: 60%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
    header{
        height: auto;
        padding-top: 30px;
    }
}
h1{
    color: #5F616E;
    font-size: 24px ;
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
}
@media screen and (max-width: 500px) {
    header h1{
        padding: 10px 30px;
    }
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
header .container .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
header .container .menu a{
    text-decoration: none;
}
header .container .menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
header .container .menu ul li{
    padding: 0;
    margin: 0 20px 0 0;
    list-style: none;
}
header .container .menu ul li a{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    color:#3a4f67;
    font-size: 12px;
    text-transform: uppercase;
}
.menu{
    display: flex;
    list-style: none;
    margin: 10px 0 0px 0;
    padding: 0;
}
.menu li{
    margin: 0 10px;
}
.menu li a{
    text-decoration: none;
}
.msg{
    position: fixed !important;
    top:0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .container{
        max-width: none;
    }
}
 .assinatura{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 900px) {
    .assinatura{
        flex-direction: column-reverse;
    }
}
.form{
    padding: 35px;
}

.previa{
    padding: 35px;
}
@media screen and (max-width: 500px) {
    .form,
    .previa{
        padding: 20px 15px 15px 15px;
    }
}
.card{
    background-color: #ffffff;
    border: none;
}
@media screen and (max-width: 900px) {
    .card{
        width: 100%;
    }
}
.btn.btn-primary{
    background-color: #0089ff;

}
.btn-copy{
    padding: 15px;
    width: fit-content;
    display: flex;
}
.ct-icon{
    margin-right: 5px;
}
.form-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 500px) {
    .form-actions{
        flex-direction: column;
    }
    .form-actions .btn-copy{
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}
.obs{
    padding:30px 0 0 0;
    font-size:14px;
}
@media screen and (max-width: 500px) {
    .obs{
        text-align: center;
    }
}
h4{
    text-transform: uppercase;
    font-size: 16px;
    color:#5F616E;
    margin-bottom: 20px;
}
.email-assinatura,
.email-assinatura-escura{
    display: block;
}
.previa-clara,
.previa-escura{
    border: 1px solid #ccc;
    border-radius: 10px;
}
.previa-clara h5{
    display: block;
width: 100%;
text-align: center;
border-bottom: 1px solid #ccc;
text-transform: uppercase;
color: #5F616E;
font-size: 11px;
margin: 0;
padding: 20px 0;
}
.previa-escura{
    border: none;
    background-color: #252525;
    margin-top: 20px;
}
.previa-escura h5{
    display: block;
width: 100%;
text-align: center;
border-bottom: 1px solid #676767;
text-transform: uppercase;
color: #bdbdbd;
font-size: 11px;
margin: 0;
padding: 20px 0;
}
.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.plr30{
    padding-left: 30px;
    padding-right: 30px;
}
.conteudo{
    max-width: 850px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .conteudo{
        max-width: none;
        padding: 0 30px;
    }
   }
.conteudo h2{
    font-size: 50px;
    font-weight: 400;
    color:#5F616E;
    padding: 60px 0;
}
@media screen and (max-width: 500px) {
    .conteudo h2{
        font-size: 10vw;
    }
}
.conteudo p{
    color:#5F616E;
}
.conteudo p b{
    font-size: 24px;
}
footer{
    max-width: 850px;
    margin: 0 auto;
    text-align: center;

}
.link-primary-small{
        color: #0089ff;
        font-size: 11px;
}
.more-url-profile-photo{
    background-color: white;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 11px;
    display: flex;
    align-items: center;
    height: 56px;
    padding-right: 14px;
}
.modal-body{
    padding: 30px;
}
@media screen and (max-width: 1400px) {
    .col{
        flex: auto !important;
    }
}
.dev{
    padding: 10px;
}