#toTop {
    display: none;
}
body {
    background-color: #f3f3f3;
    color: #000;
}

.body-items-background {
    margin-top: 8%;
}

.body-items {
    width: 100%;
    height: 192px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.is-hidden {
    display: none !important;
}   
.body-items:hover {
    box-shadow: 0px 7px 80px 8px #8a8a8a
}

.body-items-color-coordenador {
    background-color: #ab150d;
}

.body-items-color-representante {
    background-color: #d42d25;
}

.body-items-color-aluno {
    background-color: #e74c3c;
}

.body-items-text a {
    text-decoration: none;
}

.body-items-text h1 {
    margin-top: 0px;
    padding-top: 23%;
    color: #ffff;
    font-weight: bold;
    font-size: 25px;
}

#type {
    color: #fff;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
}
#type1 {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 768px) {
    .body-welcome img {
        max-width: 100%;
        margin-top: -15%;

    }

}
#intro{
    background: url(/public/site/img/body/bg_2.jpg) no-repeat bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
}
@media (max-width: 765px) {
    .body-welcome img {
        max-width: 70%;
    }
    h1 {
        font-size: 3em;
    }
    .body-intro h1 {
        margin-top: -5%;
        font-size: 30px;
    }
    .body-welcome-background{
        background-color: #000;
        /*background: url(/public/site/img/body/bg.jpg) no-repeat bottom left;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #type {
        font-size: 35px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
    }
    #type1 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        text-align: center !important;
    }
}

.btn-contato {
    right: 0;
    top: 0;
    color: #008d2c;
    position: fixed;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 25px;
    margin-top: 20px;
    background-color: #efefef;
    border: 1px solid #efefef;
    box-shadow: 0px 15px 46px 5px rgba(0, 0, 0, 0.53);

}
.btn-contato:hover {
    color: #008d2c;
    background-color: #efefef;
    border: 1px solid #efefef;
    box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.53);
}

.body-form-contato input{
    border-radius: 0px;
    border-top: #d42d25;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
}
.body-form-contato textarea{
    border-radius: 0px;
    border-top: #008d2c;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    height: 120px;
}
.body-form-contato {
    padding-top: 40px;
}
.form-control:focus  {
    font-size: 10px;
    border-color: transparent;
    border-bottom: 2px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 2px 2px 2px 2px rgba(255, 255, 255, 0),2px 2px 2px 2px rgba(255, 255, 255, 0);
    box-shadow: inset 2px 2px 2px 2px rgba(255, 255, 255, 0),2px 2px 2px 2px rgba(255, 255, 255, 0);
}   
.body-form-contato button{
    color: #008d2c;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 25px;
    margin-top: 20px;
    background-color: #efefef;
    border: 1px solid #efefef;
    box-shadow: 0px 12px 46px 5px rgba(0, 0, 0, 0.53);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 168px;
}
.body-form-contato button:hover{
    color: #d42d25;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 25px;
    margin-top: 20px;
    background-color: #efefef;
    border: 1px solid #efefef;
    box-shadow: 0px 12px 46px 5px rgba(0, 0, 0, 0.53);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 168px;
}
.boxModel {
    border-radius: 0px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

.body-item-transporte{
    background-color: #f7f7f7;
    box-shadow: 0px 9px 23px #b7b7b7c4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.body-item-transporte:hover{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.body-item-transporte img{
    max-width: 100%;
}

.body-item-transporte-icone{
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*.body-item-transporte-icone i {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.body-item-transporte-icone i:hover{
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.09);
}*/

.body-item-transporte-icone i{
    color: #008d2c;
    font-size: 38px;
    text-shadow: 0px 5px 12px #909090;
}

.body-item-transporte-title h1{
    color:#008d2c;
    font-size: 45px;
    margin-top: -10px;
    padding-bottom: 10px;
}
.separation{
    margin-left: 25px;
    margin-right: 25px;
}
.body-icone-contatos {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;

}
.body-icone-contatos a{
    font-size: 30px;
    color: #43b87b;
    text-decoration: none;
}
.body-icone-contatos a span{
    color: #fff;

}
.margin-items-login{
    margin-top: 13%;
}
.cartoes{
    margin-top: 10%;
}
.cartoes img{
    max-width: 100%;
}
.text-automatic{
    height: 127px;
}
@media only screen and (max-width: 768px) {
    .body-item-transporte-title h1{
        color: #008d2c;
        font-size: 21px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .margin-items-login{
        margin-top: 3%;
    }
    .cartoes{
        margin-top: 12%;
    }
    .text-automatic{
        height: auto;
    }
    .body-icone-contatos a {
        font-size: 19px;
        color: #43b87b;
        text-decoration: none;
    }
    .intro p {
        font-size: 13px;
    }
    .body-icone-contatos {
        position: fixed;
        bottom: 0;
        /*margin-bottom: 5%;*/
        right: 0;
        /*left: 1%;*/
    }
    .separation{
        margin-left: 3px;
        margin-right: 2px;
    }

}
@media only screen and (max-width : 768px) {
    .aos-animate, .aos-init {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
}

#type1 i{
    animation: pulse 0.7s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse; 
}
.body-item-transporte-icone i {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    display: table;
    /*margin-top: 50px;*/
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%);
        box-shadow: 0px 9px 25px #b7b7b7c4;
    }
    100% {
        -webkit-transform: scale(1.1);
        -webkit-filter: brightness(200%);
        box-shadow: 0px 9px 28px #b7b7b7c4;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }
    100% {
        transform: scale(1.1);
        filter: brightness(200%);
    }
}


@-webkit-keyframes pulselogo {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(50%);
        box-shadow: 0px 9px 25px #b7b7b7c4;
    }
    100% {
        -webkit-transform: scale(1.1);
        -webkit-filter: brightness(100%);
        box-shadow: 0px 9px 28px #b7b7b7c4;
    }
}

@keyframes pulselogo {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }
    100% {
        transform: scale(1.1);
        filter: brightness(200%);
    }
}

/*Modal*/
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.btn-crq-white{
    color: #286090;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    border-color: #286090;
}
.btn-crq-blue {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
    border-radius: 0px;
    border-color: #286090;
}


.como-funciona-bg{
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}
.como-funciona h1{
    color: #181b3a;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}

.como-funciona p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #637282;
}
.como-funciona hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #181b3a;
    max-width: 50%;
}



.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
           * /!\ By using this feature, you force the header and footer to be placed
           * in an absolute position. You must handle by yourself the margin of the
           * content.
           */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    /* change bg color below */
    /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    position: absolute;
    bottom: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

/* The styles above for the modal-body, footer, etc aren't being applied so I tried the ones below and they work */
.modal-body {
    height: 100%;
}

.modal-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #FFF;
}

.como-funciona-items img{
    max-width: 100%;
}
.como-funciona-items h2{
    font-size: 27px;
    color: #181b3a;
}

.como-funciona-items hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #181b48;
    max-width: 50%;
    text-align: left;
}
.como-funciona-items p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #637282;
}
.como-funciona-items li {
    line-height: 1.67;
    color: #636363;
    list-style: none;
}