@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,700i&display=swap');
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.fadeIn {
    -webkit-animation: fadeIn 1s ease-in-out;
    -moz-animation: fadeIn 1s ease-in-out;
    -o-animation: fadeIn 1s ease-in-out;
    animation: fadeIn 1s ease-in-out;
}

.no-mobile {
	display:block;
}
.no-desktop {
	display:none;
}

a {
    color: #8690DC;
    text-decoration: none;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border: 0;
    text-decoration: none !important;
}

    a:hover {
        color: #999;
    }

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
   /* animation: up 1.3s 1;*/
}

@keyframes up {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.tL {
    text-align: left;
}

.tC {
    text-align: center;
}

.tR {
    text-align: right;
}

.fb {
    font-weight: bold;
}

.clear {
    clear: both;
    float: left;
    width: 100%;
}

body {
    font-family: Roboto, arial,verdana;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.7em;
}

#topo {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 0px solid #7A82D0;
    background-color: #fff;
}

    #topo .container {
        padding: 20px 0;
    }

    #topo a {
        border: 0;
    }

.btn-padrao {
    background-color: #0D3254 !important;
    color: #fff !important;
}

.btn-padrao-1 {
    background-color: #015554 !important;
    color: #fff !important;
}

    .btn-padrao:hover,
    .btn-padrao-1:hover {
        background-image: url('../images/bgTrans20.png');
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
    }

#rodape .box {
    clear: both;
    float: left;
    width: 100%;
    padding: 4% 0;
    background-color: #5C68BE;
}
#topo .logo a {
    display: block;
    background: url('../images/logo-os-orgaos-falam-2.png') no-repeat;
    background-size:100%;
    width:210px;
    height:60px;
}

#topo .logo a:hover,
#rodape .logo a:hover {
    opacity: .8;
}

#topo .logo,
#rodape .logo {
    display: inline-block;
    text-align: center;
}

    #rodape .logo p {
        color: #fff;
        margin: 0;
        padding: 10px 0 0 0;
        text-transform: uppercase;
        font-size: 1.2em;
        font-family: Oswald, Arial;
        letter-spacing: 1px;
    }

#topo ul {
    display: block;
    text-align: center;
    font-size: 1em;
}

    #topo ul li {
        display: inline-block;
        font-family: 'Oswald', arial;
        height: 60px;
        line-height: 60px;
    }

        #topo ul .menu-area-do-aluno {
            float:right;
        }
            #topo ul .menu-area-do-aluno span {
                display:inline-block;
                padding:5px 20px;
                border:1px solid #ccc;
                line-height:initial;
                border-radius:25px;
                font-size:.8em;
            }

            #topo ul li a,
            #rodape ul li a {
                display: inline-block;
            }

            #topo ul li a span,
            #rodape ul li a span {
                display: block;
                margin: 0 10px;
                color: #fff;
                -webkit-transition: 0.3s ease-out;
                -moz-transition: 0.3s ease-out;
                -o-transition: 0.3s ease-out;
                transition: 0.3s ease-out;
            }

                #topo ul li a span {
                    font-size: 1.2em;
                    padding: 0 10px;
                    color: #111;
                    border-bottom: 2px solid #fff
                }

            #rodape ul li a span {
                color: #ccc;
                border-bottom: 0;
            }

                #topo ul li a:hover span {
                    /* background-color: #8690DC;*/
                    -webkit-transition: 0.3s ease-out;
                    -moz-transition: 0.3s ease-out;
                    -o-transition: 0.3s ease-out;
                    transition: 0.3s ease-out;
                    color: #7a82d0;
                    border-color: #8690DC;
                }

            #rodape ul li a:hover span {
                color: #fff;
            }

#rodape .r-social span {
    display: block;
    font-weight: bold;
    font-size: .9em;
    color: #fff;
}

#rodape .r-social a {
    margin: 0 5px;
}

    #rodape .r-social a img {
        border: 0;
        opacity: .8;
    }

    #rodape .r-social a:hover img {
        opacity: 1;
    }

#rodape .copyright {
    background:url('../images/bgTrans20.png') #5C68BE;
}

    #rodape .copyright p {
        text-align: center;
        font-size: .7em;
        margin: 0;
        padding: 10px 0;
        color: #ccc;
    }

#pagina {
    clear: both;
    float: left;
    width: 100%;
    min-height: 460px;
    color: #000;
    padding: 0px 0 0 0;
    background-color: #f5f5f5;
}

    #pagina ul {
        padding-bottom: 20px;
    }

        #pagina ul li {
        }

cWhite {
    color: #fff;
}

#pagina .box {
    clear: both;
    float: left;
    width: 100%;
    padding: 3% 0;
    background-color: #fff;
    position:relative;
}

    #pagina .box:nth-child(odd) {
        background-color: #f5f5f5;
    }

#pagina .box-destaque {
    clear: both;
    float: left;
    width: 100%;
    height: 600px;
    background: url('../images/os-orgaos-falam-3a-edicao.png') no-repeat top center;
    background-size: 100%;
    animation: up 1.3s 1;
}

#pagina h1,
#pagina h2,
#pagina h3 {
    font-family: Oswald, arial;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

#pagina .box h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
    margin: 0 0 5% 0;
    text-align: center;
}

#pagina h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

#pagina .box h3 {
    color: #7A82D0;
    text-align: center;
    text-transform: uppercase;
}

#pagina .box p span {
    font-weight: bold;
}

#pagina .box h2 span {
    text-transform: uppercase;
}

#pagina .h-nav {
    padding: 2% 0 3% 0;
    color: #fff;
    background-color: #00B4B0;
}

    #pagina .h-nav a {
        color: #fff;
    }

        #pagina .h-nav a:hover {
            text-decoration: underline !important;
        }

#pagina .pag-topo {
    position: relative;
}

    #pagina .pag-topo .pag-titulo {
        width: 100%;
        font-family: Oswald, arial;
        background-color: #00B4B0;
        margin: 0;
    }

        #pagina .pag-topo .pag-titulo span {
            background-color: #fff;
            z-index: 1000;
            padding: 10px 20px;
            display: inline-block;
            position: relative;
            color: #0D3254;
            font-size: 1.5em;
            border-radius: 5px 5px 0 0;
        }

            #pagina .pag-topo .pag-titulo span span {
                height: 20px;
                width: 85%;
                position: absolute;
                margin-top: 5px;
                display: block;
                background: url('../images/arrDown.png') no-repeat center;
            }

#pagina #contato-mensagem {
    text-align: center;
    color: #ff0000;
}

.video-player {
    clear: both;
    float: left;
    width: 100%;
    color: #fff;
}

.video-view {
    text-align: center;
}

    .video-view iframe {
        display: inline-block;
        max-width: 100%;
    }

#pagina .box-sobre {
    background-color: #fff;
}

    #pagina .box-sobre .quadro-destaque {
        margin-bottom: 2%;
    }

        #pagina .box-sobre .quadro-destaque .texto {
            text-align: left;
            margin-bottom: 2%;
        }

            #pagina .box-sobre .quadro-destaque .texto p {
                font-weight: bold;
                color: #00ABA9;
                font-size: 2em;
            }

            #pagina .box-sobre .quadro-destaque .texto h1 {
                text-transform: uppercase;
                font-size: 3em;
                font-family: Oswald;
                text-align: left;
            }
                #pagina .box-sobre .quadro-destaque .texto h1 span {
                    display:block;
                }
                #pagina .box-sobre .quadro-destaque .texto p {
                    margin: 0 0 15px 0;
                    line-height: 1.5em;
                    font-size: 1.1em;
                }
            #pagina .box-sobre .quadro-destaque .texto p a,
            #pagina .box-sobre .quadro-destaque .texto p span {
                display: inline-block;
                
            }
                    #pagina .box-sobre .quadro-destaque .texto p span {
                        padding:0 10px;
                    }

                    #pagina .box-sobre .quadro-destaque .texto h4 {
                        text-transform: none;
                    }

            #pagina .box-sobre .quadro-destaque .texto h5 span {
                display: inline-block;
                padding: 10px;
/*                background-color: #7783D4;*/
border:1px solid #7783D4;
                color: #7783D4;
                text-align: center;
                margin-top: 20px;
            }

        #pagina .box-sobre .quadro-destaque .foto {
            text-align: center;
            border-radius:5px;
        }

            #pagina .box-sobre .quadro-destaque .foto img {
                max-width: 100%;
                border-radius: 5px;
            }

    #pagina .box-sobre .texto-destaque {
        background-color: #00ABA9;
        color: #fff;
        border-radius: 5px;
        padding: 3%
    }

    #pagina .box-sobre .texto-destaque {
        margin-bottom: 20px;
    }

        #pagina .box-sobre .texto-destaque ul {
            padding: 0;
        }

            #pagina .box-sobre .texto-destaque ul li,
            #pagina .texto-aulas ul li {
                background: url('../images/hand-right-white.png') no-repeat left top;
                background-size: 35px;
                padding-left: 50px;
                padding-bottom: 10px;
            }
            #pagina .box-sobre .texto-destaque ul li {
                font-weight: bold;
            }

.box-inscreva-se {
    clear:both;
    float:left;
    width:100%;
    text-align: center;
    background-color: transparent;
}

.btn-inscreva-se {
    font-size: 1.5em;
    background-color: #7783D4;
    color: #fff!important;
    text-transform: uppercase;
    padding: 15px 30px !important;
}

.box-bg-color-padrao {
    background-color: #7a82d0 !important;
    color: #fff;
}

    .box-bg-color-padrao h3 {
        color: #fff !important;
    }

.btn-inscreva-se:hover {
	background-color: #00B4B0;
    color: #fff;
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.box-beneficios {
    background-color: #00ABA9 !important;
    color: #fff !important;
}

    .box-beneficios h1 {
        color: #fff;
    }

    .box-faq ul li,
    .box-beneficios ul li {
        margin-bottom: 15px;
    }

        .box-faq ul li span,
        .box-beneficios ul li span {
            font-weight: bold;
            font-size: 1.3em;
            display: block;
        }

#pagina .box-beneficios ul li {
    background: url('../images/hand-benefit-white.png') no-repeat left top;
    background-size: 50px;
    padding-left: 70px;
    padding-bottom: 10px;
}

#pagina .box-publico-alvo ul li {
    background: url('../images/publico-alvo.png') no-repeat left top;
    background-size: 50px;
    padding-left: 70px;
    margin-bottom: 20px;
    min-height: 50px;
}

#pagina .texto-aulas {
    background-color: #00ABA9!important;
    color: #fff;
}

    #pagina .texto-aulas h3 {
        color:#fff;
    }

    .frame-square {
        width: 100%;
        height: 94%;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #00ABA9;
        text-align: center;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        min-height: 150px;
        margin-bottom: 15px;
    }
    .frame-square div {
        padding:0 3%;
    }
    .frame-square h3 {
        color: #7a82d0;
    }

    .frame-square h5 {
        background-color: #00ABA9;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .frame-square:hover {
        background-color: #00ABA9;
        color: #fff;
    }

.divSeparador {
    clear: both;
    padding: 10px 0;
    position: relative;
}

    .divSeparador div {
        background-image: url('/templates/images/bgTrans50.png');
        height: 1px;
    }

    .divSeparador div-solid {
        background: url('') #ccc;
    }

.box-course {
    clear: both;
    float: left;
    width: 100%;
    background-color: #fff; /*#003E3D;#006763;*/
    margin-bottom: 15px;
    border-radius: 5px;
    border:1px solid #eaeaea;
}

.box-course:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(204,204,204,2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(204,204,204,2);
    box-shadow: 0px 0px 3px 1px rgba(204,204,204,2);
}

.box-course .course-photo span {
	position:absolute;
top:0;
right:0;
background-color:#ccc;
display:inline-block;
padding:0px 10px;
color:#fff;
font-size:.7em;
}
.box-course .course-photo .eb {
	background-color:#ff6600;
}
.box-course .course-photo .ie {
	background-color:#ff0000;
}
.box-course .course-photo .ia {
	background-color:#7783D4;
}

    .box-course .course-photo {
        clear: both;
        float: left;
        width: 100%;
        position: relative;
        background-color: #f5f5f5;
        border-radius: 5px;
    }

        .box-course .course-photo img {
            border: 0;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 500;
            -webkit-transition: 0.3s ease-out;
            -moz-transition: 0.3s ease-out;
            -o-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
        }

    .box-course:hover .course-photo img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .box-course .course-text {
        clear: both;
        float: left;
        width: 94%;
        position: relative;
        display: block;
        padding: 5% 3%;
        color: #006763;
        margin: 0;
        min-height: 150px !important;
    }

        .box-course .course-text span {
            display: inline-block;
            border-bottom: 5px solid #00ABA9;
        }

    .box-course hover .course-text {
        color: #FBCF33;
    }

    .box-course .course-footer {
        padding: 5% 3%;
    }

        .box-course .course-footer span {
            color: #0D3254; 
        }

#pagina #contato p input,
#pagina #contato p textarea {
    width: 98%;
    padding: 1%;
    border: 0;
    background: url('../images/bgTrans70.png') #7A82D0;
}

#pagina #contato p textarea {
    height: 100px;
}



#msgConfirmar {
    clear: both;
    float: left;
    position: fixed;
    background: url('../images/bgFolder5.png');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000
}

    #msgConfirmar .mQdo {
        width: 400px;
        max-width: 100%;
        background-color: #fff;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        overflow: auto;
        border: 1px solid #7783D4
    }

        #msgConfirmar .mQdo .mTit {
            clear: both;
            float: left;
            width: 100%;
            padding: 2% 0;
            background-color: #7783D4; 
            line-height: 22px
        }

            #msgConfirmar .mQdo .mTit img {
                padding: 0 5px;
                height: 18px;
                vertical-align: middle
            }

            #msgConfirmar .mQdo .mTit .mTxt {
                font-weight: 700;
                color: #fff;
                padding-left: 10px
            }

            #msgConfirmar .mQdo .mTit .mFechar {
                display: inline-block;
                float: right;
                width: 16px;
                height: 16px;
                margin-right: 10px;
                font-size: 150%;
                color: #fff
            }

                #msgConfirmar .mQdo .mTit .mFechar:hover {
                    cursor: pointer
                }

        #msgConfirmar .mQdo .m {
            clear: both;
            padding: 15px 25px 15px 25px;
            font-size: 14px;
            max-height: 500px;
            overflow: auto
        }

            #msgConfirmar .mQdo .m img {
                max-width: 100%
            }

        #msgConfirmar .mQdo .mBtns {
            clear: both;
            padding: 5px 0;
            text-align: center
        }

            #msgConfirmar .mQdo .mBtns span {
                display: inline-block;
                margin: 0 10px;
                padding: 5px 10px;
                border: 0;
                background: url(../images/bgFolder5.png) #7783D4;
                border: 1px solid #7783D4;
                color: #fff
            }

                #msgConfirmar .mQdo .mBtns span:hover {
                    cursor: pointer;
                    background-image: url(../images/bgTrans10.png);
                    -webkit-box-shadow: 1px 1px 3px #999;
                    -moz-box-shadow: 1px 1px 3px #999;
                }

#topo .logo {
    padding-bottom: 10px;
}

#popup {
	position:fixed;
width:600px;
left:50%;
top: 150px;
margin-left:-300px;
z-index:1000;
}

#popup table {
background-color:#fff;
	width:100%;
border:3px solid #7783D4;
}

#popup table td {
padding:15px;
}

#popup .popup-fechar {
text-align:right;
}

#popup .popup-fechar span {
	display:inline-block;
color:#000;
font-weight:bold;
font-size:1.2em;
}

#popup .popup-fechar span:hover {
	color:#fff;
cursor:pointer;
}

@media (max-width: 1024px) {
#popup { 
width:100%;
left:0;
margin-left:0;
}


                body {
        font-size: .8em;
    }
    .promocao-live {
        position: relative;
        margin-top: 0;
    }
        .promocao-live h2 {
            color:#000;
            font-size:.8em;
        }

        #topo div, #topo p, #topo ul {
            text-align: center;
            display: block;
        }

    #rodape {
        text-align: center;
    }

    #topo ul li {
        height:initial;
        line-height:normal;
    }

    #topo ul li a span {
        height: 25px;
        line-height: 25px;
        font-size: 1.7em;
        margin: 0 5px;
    }
    #topo ul .menu-area-do-aluno {
        float: none;
    }
    #topo ul .menu-area-do-aluno span {
        height: auto;
        line-height: initial;
        margin-top: 10px;
    }

    #pagina .box-destaque {
        padding-top: 4% !important;
        min-height: initial;
        background: url('') #00B5B1 !important;
    }

        #pagina .box-destaque .box-oof {
            width: 100%;
        }

            #pagina .box-destaque .box-oof .oof {
                line-height: normal;
            }

    .box-course .course-text {
        min-height: initial!important;
    }

    #pagina .box-sobre .quadro-destaque .texto h5 span {
        padding:10px 0;
        width:100%;
    }
}

.box-investimento {
    text-align: center;
    border-top: 5px solid #00ABA9;
}
    .box-investimento h1 {margin:0!important;padding:0;}

    .box-investimento .vagas-limitadas {
        color:#000;
        font-weight:bold;
    }

    .box-investimento .valor-especial {
        text-align: center;
    }
        .box-investimento .valor-especial div {
            border: 1px solid #00ABA9;
            padding: 5% 10%;
            display: inline-block;
            border-radius: 10px;
            background-color:#fff;
white-space:nowrap;
        }

            .preco-de-lista {
                text-decoration: line-through;
                color: #ff0000 !important;
            }

.preco-promocional {
    color: #00A8A6;
    font-size:3em!important;
}
    .preco-promocional span {
        font-size:.5em;
        color:#000;
    }

    @media only screen and (max-width:768px) {
        .video-view iframe {
        max-height: 360px
    }

.no-mobile {
	display:none;
}
.no-desktop {
	display:block;
}

}

@media only screen and (max-width:480px) {
    .video-view iframe {
        max-height: 200px
    }
}
