.btn-whats {

    position:fixed;

    left:10px;

    bottom:10px;

    z-index:10000;

    margin-right:1rem;

}

.btn-whats a {

    background-color: #73bf44;

    color:#fff;

    padding:10px;

    display: block;

    border-radius: 60px;

    width:60px;

    height:60px;

}

.btn-whats a i {

    vertical-align: middle;

    margin-left: 6px;

    margin-right: 0;

    margin-top: 4px;

}

.site-navbar {

    background:#fff;

    position: fixed;

}

.nav-link {

    color: #202e74!important;

}

.mouse {

    bottom: 70px!important;

}

.site-blocks-cover {

    margin-top:50px;

    background-image: url(../images/banner-m.jpg);

    min-height: 500px;

    height: auto;

}

.site-menu-toggle, .site-menu-toggle a {

    color:#202e74;

}

.section-title {

    font-weight:700;

}

.frm-matricula {

    background:#202e74;

    border-radius: 20px;

    padding:20px;

}

.frm-matricula label {

    color:#fff;

    font-weight:bold;

}

.form-control {

    border-radius: 5px;

}

.btn-padrao {

    background-color:#ff9a00;

    border-color:#ff9a00;

    border-bottom-color: #ff9a00;

    border-bottom-width: 3px;

    border-radius: 5px;

    color:#fff!important;

    font-weight:bold;

}

.btn-padrao:hover {

    background-color:#202e74;

    border-color:#202e74;

    color:#fff!important;

}

.btn-padrao2:hover {

    background-color:#f5b351!important;

    border-color:#f5b351!important;

    border-bottom-color: #f5b351!important;

}

.about-text {

    font-size:1.1rem;

}

section.site-section {

    padding:20px 0 10px 0;

}

section.site-section p {

    margin:0;

}

.gallery div img {

    margin: 10px 10px 10px 0;

    border-radius: 30px;

    border: 5px solid #202e74;

}

#logotipo-ep {

    width:auto;

    height:43px;

}

.confirm-section {

    height:80vh;

    margin-top:100px;

}

#diferenciais h3 {

    font-weight:bold;

    color:#202e74;

}

.frm-matricula h2 {

    font-weight:bold;

}

@media(min-width:768px) {

    .site-blocks-cover {

        background-image: url(../images/banner.jpg);

        margin-top:120px;

        background-size:initial;

        min-height: 640px;

    }

    #logotipo-ep {

        width:124px;

        height:73px;

    }

    .confirm-section {

        height:85vh;

        margin-top:100px;

        padding-top:200px;

    }

}