/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/10/2019
    Author     : Bruno
*/




/*
*
* ==========================================
* geral
* ==========================================
*
*/

*{
    margin: 0px;
    padding: 0px;
}

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.7;
}

a {
  color: #be1e2d;
}

a:hover {
  color: #ca2232;
}

.text-primary {
  color: #be1e2d !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


/*
*
* ==========================================
* botoes
* ==========================================
*
*/
.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #be1e2d;
  border-color: #840503;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #840503 !important;
  border-color: #be1e2d !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 5, 3, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(190, 30, 45, 0.5) !important;
}


/*
*
* ==========================================
* menu
* ==========================================
*
*/

#mainNav {
  background-color: #ffffff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #840503;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #840503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 80%;
  font-weight: 400;
  padding: 2.0em 2.0em;
  letter-spacing: 1px;
  color: #000000;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #840503;
}



/*
*
* ==========================================
* top-bar
* ==========================================
*
*/

.top-bar {
    height: 50px;
    background-color: #183761;
    overflow: hidden;
    font-size: 12px;
    color: white;
}
.top-bar i{
    float: left;
    color: white;
    padding: 3px 10px 0px 0px;
    font-size: 15px;
}



/*
*
* ==========================================
* topo
* ==========================================
*
*/
header.topo {
  text-align: center;
  color: white;
  background-image: url("../img/banner-principal-ceter-sindico-profissional-tecnico-servicos-de-condominio.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.topo .intro-text {
  padding-top: 200px;
  padding-bottom: 150px;
}

header.topo .intro-text .intro-lead-in {
  font-size: 32px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.topo .intro-text .intro-heading {
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}



/*
*
* ==========================================
*  ocurso-1
* ==========================================
*
*/
.ocurso-1{
    padding: 50px 0px 100px 0px;
    background-color: white;
}

.ocurso-1 p{
    color: #dddddd;
    font-size: 13px;
}
.ocurso-1 .linha{
    background-color: #333;
    width: 80px;
    height: 3px;
    margin-bottom: 50px;
}

.ocurso-1 .card-body{
    background-color: #183761;
    color: #ffffff;
}



/*
*
* ==========================================
*  aescola-2
* ==========================================
*
*/
.aescola-2{
    padding: 50px 0px 100px 0px;
    background-color: #f8f8f8;
}

.aescola-2 p{
    color: #dddddd;
    font-size: 13px;
}
.aescola-2 .linha{
    background-color: #333;
    width: 80px;
    height: 3px;
    margin-bottom: 50px;
}


.aescola-2 .bloco1 {
  height: 100%;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid #840503;
  padding: 25px 25px;
}

.aescola-2 .bloco1-symbol {
  height: 60px;
  text-align: center;
  transform-origin: top center;
  -webkit-transform: scale(1.58) translateY(-22px);
  -moz-transform: scale(1.58) translateY(-22px);
  -ms-transform: scale(1.58) translateY(-22px);
  -o-transform: scale(1.58) translateY(-22px);
  transform: scale(1.58) translateY(-22px);
}
.aescola-2 .bloco1-symbol img{
  text-align: center;
}

.aescola-2 .bloco1-show {
    text-align: center;
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
}

.aescola-2 .bloco1-hide {
  opacity: 0;
  text-align: center;
  transform-origin: bottom center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*---------------------------------------------*/
.aescola-2 .bloco1:hover {
  min-height: 270px;
  background-color: #840503;
  border-color: #840503;
}

.aescola-2 .bloco1:hover .bloco1-symbol {
  height: 60px;
}

.aescola-2 .bloco1:hover .bloco1-show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.aescola-2 .bloco1:hover .bloco1-hide {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.aescola-2 .bloco1:hover .bloco1-symbol {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.aescola-2 .bloco1:hover .bloco1-title {
  color: #fff;
}

.aescola-2 .bloco1:hover .symbol-dark {
  opacity: 0;
}

.aescola-2 .bloco1:hover .symbol-light {
  opacity: 1;
}




/*
*
* ==========================================
* duvidas
* ==========================================
*
*/
.duvidas{
    background-color: #292929;
    color: white;
    padding: 100px 0px;
}
.duvidas .linha{
    background-color: #ffffff;
    width: 80px;
    height: 3px;
    margin-bottom: 20px;
}



/*
*
* ==========================================
*  aprofissao-3
* ==========================================
*
*/
.aprofissao-3{
    padding: 100px 0px 100px 0px;
    background-color: #f8f8f8;
}

.aprofissao-3 p{
    color: #dddddd;
    font-size: 12px;
    line-height: 1.5;
}
.aprofissao-3 .linha{
    background-color: #333;
    width: 80px;
    height: 3px;
    margin-bottom: 50px;
}

.aprofissao-3 .bloco2 {
    height: 100%;
    min-height: 285px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.aprofissao-3 .bloco2-content {
    height: 100%;
    background-color: rgba(62,62,62,0.9);
    padding: 30px 30px;

    -webkit-transform: translateY(calc(100% - 50px));
    -moz-transform: translateY(calc(100% - 50px));
    -ms-transform: translateY(calc(100% - 50px));
    -o-transform: translateY(calc(100% - 50px));
    transform: translateY(calc(100% - 50px));
}

.aprofissao-3 .bloco2-title {
    font-size: 18px;
    width: 100%;
    min-height: 50px;
    padding: 20px 0px 0px 0px;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}

/*---------------------------------------------*/
.aprofissao-3 .bloco2:hover .bloco2-content {
    background-color: rgba(132,5,3,0.8);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.aprofissao-3 .bloco2:hover .bloco2-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}





/*
*
* ==========================================
* vantegens
* ==========================================
*
*/
.vantagens{
    background-color: #ffffff;
    color: #840503;
    padding: 100px 0px;
    text-align: center;
}
.vantagens .linha{
    background-color: #840503;
    width: 80px;
    height: 3px;
    margin-bottom: 20px;
}
.vantagens p{
    padding: 10px 0px;
    font-weight: bold;
}


/*
*
* ==========================================
* aprender
* ==========================================
*
*/
.aprender{
    background-color: #292929;
    color: #ffffff;
    padding: 100px 0px;
    text-align: center;
}
.aprender .linha{
    background-color: #ffffff;
    width: 80px;
    height: 3px;
    margin-bottom: 3rem;
}

.aprender h4{
    font-weight: bolder;
}
.aprender .subtitulo{
    margin-bottom: 3rem;
}

.aprender p{
    margin-bottom: 0rem;
    font-size: 17px;
}
.aprender .vermelho{
    color: #ffffff;
    background-color: #840503;
    padding: 10px;
}
.aprender .branco{
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
}



/*
*
* ==========================================
*  outroscursos-4
* ==========================================
*
*/
.outroscursos-4{
    padding: 50px 0px 100px 0px;
    background-color: #f8f8f8;
}

.outroscursos-4 p{
    color: #666666;
    font-size: 13px;
}
.outroscursos-4 .linha{
    background-color: #333;
    width: 80px;
    height: 3px;
    margin-bottom: 50px;
}
.outroscursos-4 .linha2{
    background-color: #be1e2d;
    width: 80px;
    height: 3px;
    margin-bottom: 30px;
}


.outroscursos-4 .card-body{
    background-color: #ffffff;
    color: #000000;
}



/*
*
* ==========================================
*  uteis
* ==========================================
*
*/

.wrap-pic-max-s {
    display: block;
}
.wrap-pic-max-s > img {
    max-width: 100%;
    max-height: 100%;
}

.trans-04 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.pos-relative {
    position: relative;
}

.ab-t-c {
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.op-00 {
    opacity: 0;
}



/*
*
* ==========================================
*  seucontato-1
* ==========================================
*
*/
.seucontato-1{
    padding: 70px 0px 70px 0px;
    background-color: white;
}

.seucontato-1 p{
    color: #dddddd;
    font-size: 13px;
}
.seucontato-1 .linha{
    background-color: #333;
    width: 80px;
    height: 3px;
    margin-bottom: 50px;
}

.seucontato-1 .bordaVermelha{
    border: 1px #be1e2d solid;
}
.seucontato-1 input{
    height: 50px;
}
.seucontato-1 .btnVermelho{
    height: 50px;
    width: 150px;
}




/*
*
* ==========================================
*  footer
* ==========================================
*
*/

.footer{
    background-color: #f1f1f1;
    color: #000000;
    padding: 40px 0px;
}
.footer h5{
    padding-bottom: 30px;
}
.footer h6{
    padding-bottom: 20px;
}
.footer p{
    font-size: 13px;
    line-height: 1.1;
}

    ul.social-buttons {
        margin-bottom:0;
    }
    ul.social-buttons li a {
        font-size: 17px;
        text-align: center;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #fff;
        border-radius: 100%;
        outline: 0;
        background-color: #be1e2d;
    }
    ul.social-buttons li a:active,
    ul.social-buttons li a:focus,
    ul.social-buttons li a:hover {
        background-color:#e12638;
    }
    
    .footer .card-deck .card {
        margin-right: 0px;
        margin-left: 3px;
        margin-bottom: 10px;
    }
    .footer .card-body {
        padding: 0.2rem;
    }
    
    footer{
        background-color: #be1e2d;
        color: #ffffff;
        text-align: center;
        padding: 30px 0px 10px 0px;
        font-size: 12px;
    }