/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
/* font-family: 'Montserrat', sans-serif; */

body{
	font-family: 'Montserrat', sans-serif;
}
/* TOPO */
.color-1{color: #F1D52F!important;}
.color-2{color: #ccc!important;}

.main-top{
	position: fixed;
	z-index: 1000;
	width: 100%;
}

.container-top-main{
	height: 38px;
	border-bottom: solid 1px #fff;
}

.container-top{
	position: relative;
	z-index: 99;
	width: 100%;
}

.header-1{
	padding: 5px 0px 0px 0px;
}

.txt-1{
	color: #F1D52F;
	margin-bottom: 0px;
}

.top-block-2{
	text-align: right!important;
}

.top-link{
	color: #F1D52F!important;
}

.top-link:last-child{
	margin-left: 10px;
	color: #F1D52F!important;
}

.navbar{
	background: rgba(255,255,255,0.9)!important;
}

.navbar-nav .nav-link{
	font-size: 20px;
	color: #000D29;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.navbar-nav .nav-link:hover{
	opacity: .5;
}

/* CARROSEL */
#main-carousel .carousel-item-img{
	max-width: 100%;
    height: auto;
}

#main-carousel .carousel-caption {
    top: 55%;
    transform: translateY(-55%);
    bottom: initial;
}

#main-carousel .carousel-caption h1{
	color: #F1D52F!important;
}

#main-carousel .carousel-link{
	color: #B8B8B8!important;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#main-carousel .carousel-link:hover{
	color: #fff!important;
	text-decoration: none;
}

/* BOX 1 */
.box-1{

}

.box-title{
	color: #000D29;
	margin-top: 4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 24px;
	width: 100%;
}

.box-subtitle{
	color: #000D29;
	line-height: 21px;
}

.box-pt-1{
	padding-top: 10px;
}

.box-pt-2{
	padding-top: 20px;
}

.box-pt-3{
	padding-top: 30px;
}

.box-1-img{
	background-color: #F1D530 ;
	background-image: url('../../media/img/foto-pre-1.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-size: 50%;*/
	/*background-attachment: fixed;*/
	border-bottom: 3px solid #000E2A;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 60px;
	height: 640px;
	margin-top: -80px;
	position: relative;
	z-index: 99;
	margin-left: 30px;
	position: relative;
}

.box-content-txt-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	color: #000D29;

}

.box-content-txt-subtitle{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	color: #000D29;
	margin-top: 70px;
	padding-right: 50%;
}

.box-content-txt{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
	color: #000D29;
	margin-top: 90px;
	font-size: 14px;
	text-align: justify;
}

.box-content-link{
	position: absolute;
	bottom: 27px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000D29!important;
	font-size: 18px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.box-content-link:hover{
	opacity: 0.5;
	text-decoration: none;
}

.box-content-link-off{
	border-bottom: solid 2px #F1D530;
	padding-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000D29!important;
	font-size: 18px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.box-content-link-off:hover{
	opacity: 0.5;
	text-decoration: none;
}

/* NOTICIAS */
.box-2{
	padding-top: 25px;
	padding-bottom: 80px;
}
.box-content-not-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000D29!important;
	font-size: 18px;
	margin-top: 30px;

}

.box-content-not-subtitle{
	text-align: justify!important;
}

.box-content-not-subtitle a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000D29!important;
	font-size: 14px;
	margin-top: 15px;
	display: block;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.box-content-not-subtitle a:hover{
	opacity: 0.7;
	text-decoration: none;

}

.box-content-not{
	margin-top: 15px;
	margin-bottom: 15px;
}

.box-content-link-not{
	margin-top: 25px;
}


.box-content-link-not a{
	border-bottom: solid 2px #F1D530;
	padding-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000D29!important;
	font-size: 18px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.box-content-link-not a:hover{
	opacity: 0.5;
	text-decoration: none;
}

/* UNIDADES */
.box-3-back{
	background-image: url('../../media/img/box-3-back.jpg');
	background-position: bottom;
	background-size: cover;
}

.box-3{
	padding-bottom: 90px;
}

.box-content-uni-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #F1D52F!important;
	font-size: 18px;
	margin-top: 30px;

}

.box-content-uni-subtitle{
	text-align: justify!important;
}

.box-content-uni-subtitle a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff!important;
	font-size: 14px;
	margin-top: 15px;
	display: block;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.box-content-uni-subtitle a:hover{
	opacity: 0.7;
	text-decoration: none;

}

.box-content-uni{
	margin-top: 15px;
	margin-bottom: 15px;
}

.box-content-link-uni{
	margin-top: 25px;
}


.box-content-link-uni a{
	border-bottom: solid 2px #F1D530;
	padding-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #737780!important;
	font-size: 18px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.box-content-link-uni a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.box-content-uni-2{
	background-color: #F1D530;
	background-image: url('../../media/img/box-3-back-uni.png');
	background-position: bottom;
	background-size: cover;
	padding: 65px 30px 30px 30px;
}

.box-content-uni-2-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.box-content-uni-2-list li a{
	line-height: 35px;
	color: #000D29;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
}

.box-content-uni-2-list li a:hover{
	opacity: 0.7;
	text-decoration: none;
}

/* BOSS */
.box-4{
	padding-bottom: 90px;
}

figure {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    margin: 0;
    display: block;
}

.boss-thumb:hover img{
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
.boss-thumb .boss-caption{
    background-color: transparent;
}
.boss-thumb .boss-caption:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(251,222,50,0.90);
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.boss-thumb:hover .boss-caption:before{
    height: 100%;
}

.boss-caption .boss-btn-style1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    margin: 0 auto;
    width: 112px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.boss-caption:hover .boss-btn-style1{
    top: 45%;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.boss-btn-style1{
    color: #fff;
}

.boss-btn-style1{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 13px 10px;
    display: inline-block;
    min-width: 170px;
    position: relative;
    text-align: center;
    color: #000D29;
    top: 0;

}
.boss-btn-style1:hover{
    color: #000D29;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    background-color: #fff;
    text-decoration: none;
}
.boss-btn-style1:hover:before,.boss-btn-style1:hover:after{
    width: 100%;
    height: 100%;
    border-color: #fff;
}

.boss-btn-style1:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-left: 1px solid #000D29;
    border-top: 1px solid #000D29;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.boss-btn-style1:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-right: 1px solid #000D29;
    border-bottom: 1px solid #000D29;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boss-btn-style1 h4{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.boss-btn-style1 p{
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/*DEPOIMENTOS*/
.box-5-back{
	background-image: url('../../media/img/box-5-back.jpg');
	background-position: bottom;
	background-size: cover;
}

.box-5{
	padding-bottom: 100px;
	padding-top: 40px;
}

#carousel-with-lb{
	margin-top: 45px;
}

.carousel-indicators{
	margin-left: 22%;
	margin-bottom: 0px;
}

.carousel-indicators li{
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	margin-left: 8px;
}

.carousel-indicators .active{
	background-color: #F3CF00;
}

.carousel-img-logo{
	text-align: left;
	margin-top: 10px;
}

.carousel-img-logo img{
	margin-top: 10px;
}

.carousel-content-txt{
	text-align: left;
	margin-top: 45px;
}

.carousel-content-txt h4{
	color: #F1D52F;
	font-size: 18px;
}

.carousel-content-txt p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

/*AGENDA*/
.box-6{
	padding-bottom: 100px;
	padding-top: 40px;
}

.box-container-title{
	margin-bottom: 50px;
}

.agenda-content{
	margin-top: 15px;
	margin-bottom: 15px;

}

.agenda-content-title{
	font-size: 18px;
	color: #F1D52F;
	font-weight: 600;
	margin-bottom: 3px;
}

.agenda-content-subtitle{
	font-size: 16px;
	color: #000D2A;
	font-weight: 600;
	margin-bottom: 10;
}

.agenda-content-txt{
	font-size: 14px;
	color: #555;
}

.agenda-content-link a{
	border-bottom: solid 2px #F1D530;
	padding-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000D29!important;
	font-size: 18px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.agenda-content-link a:hover{
	opacity: 0.5;
	text-decoration: none;
}

/*FOOTER*/
.footer-back{
	background-image: url('../../media/img/box-3-back.jpg');
	background-position: bottom;
	background-size: cover;
}

.footer-box{
	padding-bottom: 20px;
	padding-top: 100px;
}

.footer-title{
	font-size: 18px;
	color: #F1D52F;
	font-weight: 600;
}

.footer-menu{
	list-style: none;
	padding: 0;
}

.footer-menu li a{
	color: #aaa;
	font-size: 14px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-menu li a:hover{
	color: #D1BB2F;
	text-decoration: none;
}

.footer-contact-txt{
	color: #aaa;
	font-size: 14px;
	margin-bottom: 35px;
}

.footer-m-1{
	margin-bottom: 10px!important;
}

.footer-contact-phone{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.footer-contact-mail{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;

}

.form-footer-email{
	border-radius: 30px;
	padding-left: 15px;
	height: 42px;
}

.form-footer-btn{
	border-radius: 30px;
	background: #D2BB30;
	border-color: #D2BB30;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000D29;
}

.form-footer-btn:hover{
	background: #D2BB30;
	border-color: #D2BB30;
	opacity: 0.8;
}

.footer-logo{
	margin-top: 50px;
}

.footer-copyright{
	color: #F1D52F;
	font-size: 14px;
	font-weight:400;
	margin-top: 15px;
	margin-bottom: 0;
}

.footer-copyright span{
	color: #AAA;
}

.footer-social{

}

.footer-social ul{
	list-style: none;
	padding: 0px;
	position: absolute;
	bottom: 0;
	right: 15px;
	margin-bottom: 0px;
}

.footer-social ul li{
	display: inline-block;
}

.footer-social ul li a{
	display: block;
	width: 33px;
	height: 33px;
	background: #CFA70A;
	text-align: center;
	padding: 4px 6px 6px 6px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-social ul li a:hover{
	opacity: 0.8;
}

.footer-social ul li a svg{
	width: 18px;
}

.footer-social ul li a path{
	fill: #000D29;
}



/* MOBILE */

@media (min-width: 768px){
	.carousel-indicators{
		margin-bottom: -25px;
	}
	
        
}

@media (min-width: 992px){

	
        
}

@media (min-width: 1200px) {
	
    
}

@media (max-width: 1274px) {
	#main-carousel .carousel-item-img{
		min-height: 500px;
	}

	.carousel-indicators{
		margin-bottom: -50px;
		margin-left: 15%;
	}

	.carousel-img-logo{
		text-align: center;
	}

	.carousel-img-logo img{
		max-width: 80%;
	}

	.box-title{
		font-size: 20px;
	}

	.footer-logo{
		text-align: center;
	}

	.footer-copyright{
		text-align: center!important;
	}

	.footer-social{
		text-align: center!important;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.footer-social ul{
		position: initial;
		display: inline-block;
		margin: 0 auto;
	}

	.col-news{
		margin-top: 20px;
	}

	.box-1-img{
		margin-top: 35px;
	}
    
}