@import "main.css";

/* TOPO */
.topo{
    border-top: 1px solid #AAAAAA;
}

.logo{
    width: 80%;
}

.topo .box-destaque{
    background-color: #223E20;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    padding: 10px 0;
}

.topo .box-destaque small, .topo .box-etapa small{
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

.topo .box-destaque strong, .topo .box-etapa strong{
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}

.topo .box-etapa{
    background: rgb(12,189,3);
    background: linear-gradient(180deg, rgba(12,189,3,1) 35%, rgba(29,83,25,1) 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    padding: 10px 0;
}

/* BLOCO 3 */
.bloco_3{
    border-bottom: 1px solid #707070;
}

.bloco_3 h2{
    color: #365D34;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.bloco_3 h3{
    color: #0C220B;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.bloco_3 p{
    color: #545454;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.bloco_3 ul{
    padding-left: 20px;
}

.bloco_3 ul li{
    color: #545454;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.bloco_3 .col-form-single{
    background-color: #274625;
    color: var(--site_white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.bloco_3 .col-form-single h4{
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
}

.bloco_3 .col-form-single p{
    color: var(--site_white);
    font-weight: 500;
}

.bloco_3 .col-form-single form .form-control{
    height: 40px !important;
    font-size: 13px;
    color: #365D34;
    background-color: var(--site_white) !important;
    padding-left: 15px;
    padding-right: 15px;
}

.bloco_3 .col-form-single form .form-control input::placeholder{
    font-size: 13px;
    color: #365D34;
    padding-left: 15px;
    padding-right: 15px;
}

.bloco_3 .col-form-single form .btn{
    background-color: #00FF42;
    border: 1px solid #365D34;
    font-size: 13px;
    color: #365D34;
    padding: 5px 30px;
    font-weight: bold;
    transition: 0.3s ease-in;
}

.bloco_3 .col-form-single form .btn:hover{
    background-color: var(--site_white);
}

.bloco_3 .col-form-single form .form-ll{
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 13px !important;
    color: #365D34 !important;
}

/* VÍDEO */
.video{
    border-bottom: 1px solid #707070;
}

.video p{
    font-size: 18px;
    color: #545454;
    font-weight: 700;
}

.video p strong{
    font-weight: bold;
}

.video ul{
    padding-left: 20px;
}

.video ul li{
    font-size: 18px;
    color: #545454;
    font-weight: bold;
}

.video p{
	width: 100%;
	padding: 0;
	margin: 30px 0;
}

.video p iframe{
	width: 100% !important;	
}

@media all and (max-width: 767px){
	.video p iframe{	
	height: auto !important;
}
}

/*ÍCONE LISTA*/
.icone-lista-video{
    width: 100px;
}

@media all and (max-width: 767px){
    .icone-lista-video{
        width: 65px;
    }
}

/* PRAÇA DE CONVIVÊNCIA */
.praca-convivencia{
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}

.praca-convivencia h3{
    color: #365D34;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 900;
}

.praca-convivencia .icone{
    width: 55px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.praca-convivencia small{
    font-weight: bold;
    color: #545454;
}

.praca-convivencia .galeria .j-img-principal{
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.praca-convivencia .galeria .col-j-thumb{
        margin-bottom: 15px;
}

.praca-convivencia .galeria .col-j-thumb:last-child{
        margin-bottom: 0;
}

@media all and (min-width: 1200px){
   .praca-convivencia .galeria .j-thumb{
        width: 75px;
    }
}

/* MAPA DE LOCALIZAÇÃO */
.mapa{
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}

.mapa h3{
    color: #365D34;
    font-size: 20px;
    font-weight: 900;
}

.mapa small{
    color: #545454;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.mapa .iframe-mapa iframe{
    width: 100%;
    height: 400px !important;
}

.mapa a .img-mapa{
    height: 400px;
    width: 100%;
}

.overlay_shadowbox{width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 9999; position: fixed; top: 0; left: 0; display: none;}

.overlay_shadowbox img{position: absolute; left: 50%; top: 50%; width: 45%; height: auto; transform: translate(-50%, -50%); display: none;}

@media all and (max-width: 1200px){
    .overlay_shadowbox img{width: 90%;}
}

.overlay_shadowbox .btn-close{position: absolute; right: 20px; top: 20px;}
.overlay_shadowbox .btn-close i{color: var(--site_white); font-size: 50px; cursor: pointer;}