.a{
    font-family: Arial, sans-serif;
}

.bloco{
    position: absolute;
    width: 600px;
    top:100px;
    left:50%;
}

.legenda{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.data{
    color: gray;
    font-size:18px;
}

.texto{
    font-size: 22px;
}

.curso{
    position: relative;
    left:20%;
    width: 500px;
}

h1 {
    color: #3b94b7;
}

.inscricao{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(http://tst.presys.com.br/images/btn_webinar.png);
    width:395px;
    height: 67px;
    background-size: contain;
    background-color: Transparent;
    border: 0;
}

.poster{
    background-color:lightblue;
    width: 350px;
    height:1200px;
    left:75%;
    position: absolute;
    text-align:center;
    top: 0px;
}

.letreiro{
    color: darkblue;
    font-weight: bold;
    line-height: 0.1;
}

.letreiroprinc{
    font-size: 80px;
}

.letreiromaior{
    font-size: 80px;
}

.letreiromenor{
    font-size: 45px;
}

.letreirolegenda{
    line-height: 0.1;
    font-size: 25px;
}

.pequeno{
    line-height: 0.1;
    font-size: 20px;
}

.botao{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-color: Transparent;
    border: none;
}

.posterint{
    height: 370px;
    background-color: white;
    left:7%;
    position: absolute;
    line-height: 0;
}

.posterfinal{
    width:350px;
    bottom: 30px;
    position: absolute;
    line-height: 0;
}

.check{
    height:80px;
}

.letreirofinal{
    font-size: 35px;
}

.comprar{
    height: 58px;
    width: 250px;
    background-color: darkblue;
    color: white;
    border-radius: 12px;
    font-size: 18px;
}

.display-flex{
    height:150px;
    display: flex;
    align-items: baseline;
}

.facebook{
    background-image: url(http://tst.presys.com.br/images/face-off.png);
}

.facebook:hover{
    background-image: url(http://tst.presys.com.br/images/face-on.png);
}

.linkedin{
    background-image: url(http://tst.presys.com.br/images/linked_off.png);
}

.linkedin:hover{
    background-image: url(http://tst.presys.com.br/images/linked_on.png);
}

.youtube{
    background-image: url(http://tst.presys.com.br/images/you_off.png);
}

.youtube:hover{
    background-image: url(http://tst.presys.com.br/images/you_on.png);
}

.titulo{
    text-align: justify;
    font-weight: bold;
    line-height: 0.1;
}

.titulopag2{
    font-size:27px;
    font-weight: bold;
    line-height: 1;
}

.alerta{
    color:red;
    font-size: 20px;

}

.base{
    float:left;
    width:70%;
}

.minititulo{
    line-height: 0;
}

.porque{
    background-color:#D9EBED;
    min-width: 75%;
    position: absolute;
}

.porque-titulo{
    text-align: center;
    color: gray;
    font-size: 22px;
    line-height:0;
}

.divimagemcurso{
    height: 116px;
    text-align:center;
}

.imagemcurso{
    height: 116px;
    width: 700px;
}

.conteudo{
    width: 68%;
    position: absolute;
    top: 270px;
    left: 65px;
    line-height: 1.8;
}

.titulolaranja{
    color: orangered;
    font-weight: bold;
    font-size: 15px;
    text-decoration-line: underline;
    text-decoration-color: lightgray;
    text-decoration-thickness: 2px;
}

.negrito{
    font-weight: bold;
}

.laranja{
    color: orangered;
}

.imagembanner{
    width:60%;
}

.partesuperior{
    text-align: center;
}

.parteinferiorexterna{
    width:100%;
    height:60%;
    background-color: #1F3C5A;
    position: absolute;
}

.parteinferior{
    width:70%;
    height:100%;
    background-color: #6995D3;
    left: 14%;
    position: absolute;
}

.cent{
    text-align: center;
    font-weight: bold;
}

.insertform{
    box-sizing: border-box;
    padding: 12px 20px;
    width: 370px;
    margin-left: 50px;
}

.form{
    margin-left: 50px;
    text-align: left;
}

.estado{
    padding: 12px 20px;
    width: 190px;
    margin-left: 50px;
}

.segundacoluna{
    margin-left:470px;
    float:right;
    position: absolute;
}

.terceiracoluna{
    margin-left: 720px;
    float:right;
    top: 35px;
    position:absolute;
}

.sup{
    top: 35px;
}

.inf{
    top: 127px;
}

.atualmente{
    margin-left:150px;
}

.formmenor{
    padding: 6px 20px;
    box-sizing: border-box;
    width: 450px;
    margin-left: 8px;
}

.solicitar{
    width: 400px;
    height: 70px;
    background-color: #F1E33F;
    font-weight: bold;
    font-size: 17px;
}

.divsolicitar{
    width:100%;
    height:auto;
    position:absolute;
    text-align: center;
}

.sucesso{
    font-weight: bold;
    color: white;
    text-align:center;
    font-size: 25px;
    line-height: 60px;
    top: 60px;
}

.divsucesso{
    bottom: 100px;
    position: absolute;
    left: 20%;
}