@font-face {
    font-family: myfont;
    src: url(../font/mosk-medium-500.ttf);
}
.myfont{
    font-family: myfont;
}
header{
    padding: 3% 0;
    height: 60vh;
}
h1{
    padding: 5% 2% 0;
    font-size: 2.4em;
}
h1 i:nth-of-type(1){
    color: #4267b2;
    font-weight: 600;
    font-size: 1.3em;
}
h1 i:nth-of-type(2){
    color: #4267b2;
    font-weight: 600;
}
h1 i:nth-of-type(3){
    color: #cc382d;
    font-weight: 600;
}
form{
    padding: 0 10%;
}
form input{
    margin-bottom: 3%;
    background: #ebebeb!important;
    border: solid 1px #d4d4d4;
}
form button{
    line-height: 20px!important;
    letter-spacing: -0.020em;
    font-weight: 500!important;
}
.evento{
    font-size: .8em;
    color: #d2d4d5;
    font-weight: 500;
    transition: all 0.5s ease;
    border-top: solid 2px #e5e5e5;
    width: 55%;
    margin: 3% 22.5% 0;
}
.evento:hover{
    color: #666666;
    border-top: solid 2px #666666;
    width: 65%;
    margin: 3% 17.5% 0;
    cursor: pointer;
}
.destaque-primeiro{
    
}
.destaque-segundo{
    
}
.bg-chamada{
    background: #3d576c;
}
.chamada-item{
    width: 33.33%;
    padding: 0 2%;
}
.chamada-item:nth-of-type(1){
    border-right: 1.5px solid rgba(0,0,0,.3); 
}
.chamada-item:nth-of-type(2){
    border-right: 1.5px solid rgba(0,0,0,.3); 
}
.chamada-item i{
    width: 40%;
    color: #FFF;
    font-size: 4em;
    padding-top: 8%;
    margin-right: 5%;
}
.chamada-item p{
    color: #FFF;
    height: 60%;
    margin-top: 5.5%;
}

.divisa-item-primeiro{
    
}
.divisa-item-primeiro img{
    width: 50%;
    margin: 0 25%;
}
.divisa-item-primeiro h3{
    font-size: 1.6em;
    margin-bottom: 0;
}
.divisa-item-primeiro p{
    width: 100%;
    margin-top: 2%;
    font-size: 1.1em;
}
.divisa-item-primeiro ol{
    font-size: 1.3em;
    font-weight: 600;
    color: green
}
.divisa-item-segundo p:nth-of-type(1){
    font-size: .95em
}
.divisa-item-segundo p:nth-of-type(2){
    font-weight: 100;
    font-size: 1.4em;
    letter-spacing: 1px;
}
.divisa-item-segundo p:nth-of-type(2) span{
    font-weight: 400;
    font-size: 1.3em;
    color: #e12d41;
}

.divisa-item-segundo img{
    border-radius: 20px;
    margin-bottom: 2%;
}
.divisa-item-segundo hr{
    width: 60%;
    float: left;
    border: 1px solid rgba(6,6,6,.1);
}
.divisa-item-segundo a:nth-of-type(1){
    margin-left: 4%;
}
.divisa-item-segundo a{
    margin-left: 1%;
    color: rgba(7,6,6,.2);
}
.divisa-item-segundo a:nth-of-type(1):hover{
    color: #3b5998;
}
.divisa-item-segundo a:nth-of-type(2):hover{
    color: #f00;
}
.divisa-item-segundo a:nth-of-type(3):hover{
    color: #c13584;
}
.form-2{
    padding: 4% 0 1%!important;
}
.form-2 input{
    width: 67%!important;
    float: left;
    margin-right: 3%;
}
.form-2 button{
    width: 30%!important;
    margin: 0;
}


@media(max-width: 1366px){
    header{
        height: 75vh;
    }
}

@media(max-width: 992px){
    header{
        height: auto;
    }
    h1{
        font-size: 1.5em;
        line-height: 1.3;
        margin-bottom: 5%;
        text-align: center
    }
    form{
        padding: 0;
    }
    .evento{
        margin-bottom: 2%;
        width: 80%;
        margin: 3% auto 5%;
    }
    .evento:hover{
        width: 90%;
        margin: 3% auto 5%;
    }
    .destaque-segundo{
        padding: 0!important;
    }
    .chamada-item{
    width: 90%;
    padding: 2% 1%;
    }
    .chamada-item .img-fluid{
        width: 130px;
        height: 130px;
    }
    .chamada-item:nth-of-type(1){
    border-right: 0px solid rgba(0,0,0,.3);
    border-bottom: 1.5px solid rgba(0,0,0,.3);
    }
    .chamada-item:nth-of-type(2){
    border-right: 0px solid rgba(0,0,0,.3);
    border-bottom: 1.5px solid rgba(0,0,0,.3);
    }
    .divisa-item-primeiro h3{
        width: 90%;
        text-align: center;
        margin: 0 5% 8%;
    }
    .divisa-item-primeiro p{
        width: 80%;
        margin: 4% 10% 8%;
        text-align: justify;
    }
    .divisa-item-segundo{
        margin-top: 7%;
    }
    .divisa-item-segundo p:nth-of-type(1){
    font-size: .75em
    }
    .divisa-item-segundo hr{
    width: 50%;
    float: left;
    border: 1px solid rgba(6,6,6,.1);
    }
    .divisa-item-segundo a:nth-of-type(1){
    margin-left: 4%;
    }
    .divisa-item-segundo a{
    margin-left: 1%;
    color: rgba(7,6,6,.2);
    }
    .form-2{
    padding: 9% 0 5%!important;
    display: block!important;
    }
    .form-2 input{
    width: 100%;
    }
    .form-2 button{
    width: 90%;
    margin-bottom: 3%;
    }
    .form-2 .clear{
        clear: both;
        width: 100%;
    }
    .form-2 input{
    width: 90%!important;
    margin: 0 5% 3%;
    }
    .form-2 button{
    width: 90%!important;
    margin: 0 5% 3%;
    }
}


footer{
    background: #1A2530;
    padding: 2% 0
}
.footer-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-item div{
    width: 50%;
}
.footer-item p{
    color: #a8a8a8;
}
.footer-item ul{
    display: grid;
    list-style: none;
    padding: 0;
    float: right;
    width: 100%;
    place-items: end;
    grid-template-columns: auto auto auto;
}
.footer-item ul li{
    margin-right: 
}
.footer-item ul li a{
    color: #a8a8a8;
    font-size: 1em;
}
.footer-item-mobile{
    display: none;
}

@media(max-width: 768px){
   .footer-item-mobile{
        display: flex;
        flex-wrap: wrap;
        justify-content: center!important;
       float: none;
    }
    .footer-item ul{
        place-items: center;
    }
    .footer-item-desk{
        display: none;
    }
    .footer-item-mobile div{
        width: 100%;
    }
    .footer-item p{
        text-align: center;
        margin-top: 5%;
    }
}

@media(max-width: 500px){
    .footer-item ul{
        display: block;
        text-align: center;
        line-height: 2;
    }
}


#mc_embed_signup{
    background: transparent!important;
    width: 100%;
}