@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&family=Poppins:wght@500&family=Roboto&family=Roboto+Slab&display=swap');
body{
    font-family: 'Poppins', sans-serif;
	background-color: #ffffff;
}
h2{font: size 48px; margin-bottom:30px;}

h3,h4{
	text-align:center;
	-webkit-text-stroke: 1.0px #000;
     color: #f4d019; 
}
.aviso {
	margin-right: 80px;
  margin-left: 80px;

}
.aviso-1{
	margin-right: 130px;
  margin-left: 130px;

}

.lead {
	
	font-size: 1.10em; }

.navbar{
background-color:#ffffff;
box-shadow: 0 2px  5px 0 #f4d019;
min-height: 80px;
}

.nav-link{
    color: #031140;
}
.nav-link:hover{
    color:#f4d019;
}
.dropdown-item:hover{
	background-color: #f4d019;
    color: #ffffff; 
}
.navbar-toggler{
    color:#031140;
}

.bg-navbar{ 
	background-color: #020202;
	color: #fff;  
}

@media all and (min-width: 1200px){
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0; visibility: hidden; transition:.3s; margin-top:0;   }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}


.logopaulistas img {
	width:130px; 
	height:30px;}

.navbar-brand img {
	width: 130px;
	height: 70px;
}







CSS.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.mb-6 {
  margin-bottom: 4.5rem !important;
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.w-65 {
  width: 65% !important;
}
.w-85 {
  width: 85% !important;
}
.w-95 {
  width: 95% !important;
}
@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}


























































footer{ 
	position:relative;
	width:100%;
	font-size:13px;
	height:auto;
	padding: 15px 50px;
	background:#031140;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

footer .container-footer{
	display:flex;
	flex-direction: space-between ;
	flex-wrap: wrap;
	flex-direction: row;
}
footer.sec{ 
	width:80px;
}
footer .container-footer .sec.aboutus{ 
 	margin-right: 50px;
}
footer .container-footer .sec.aboutus{
	width:40%;
}
footer .container-footer  h2{
	position:relative;
	color:#FFF;
	font-weight:500;
	margin-bottom: 15px;
}

footer .container-footer h2:before{
	content:'';
	position:absolute;
	bottom:-5px;
	left:0;
	width: 75px;
	height:2px;
	background:#ffffff;
}

footer p{
	color:rgb(255, 255, 255);	
	font-size:13px;
}

.sci{  
	margin-top: 10px;
	display:flex;
	width:100px;

}
.sci li{
	list-style: none;
}
.sci li a{
	display:inline-block;
	width: 40px;
	height: 40px;
	background:rgb(255, 255, 255) ;
	display:flex;
	justify-content:center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 400px;
}
.sci li a:hove{
	background:#f4d019;
}
.sci li a .img-fluid{
	color:rgb(255, 255, 255);
	font-size: 200px;
}
.quicklinks{
	position: relative;
	width:25%;
}
.quicklinks ul li {
	list-style:none;
}

.quicklinks ul li a {
	color:#ffffff;
	text-decoration: none;
	margin-bottom: 10px;
	display:inline-block;
}
.quicklinks ul li a:hover {
	color: #fff;
	
}

.contact{
	width:calc(35% - 60px); 
	margin-right: 0 !important;
}
.contact .info{
	position:relative;
}
.contact .info li{
	display:block;
	margin-bottom: 16px;	
}
.contact .info li svg:nth-child(1){
	color: #fff;
	font-size: 15px;
	margin-right: 3px;

}
.contact .info li a{
	color:#ffffff;
	text-decoration:none;
}
.contact .info li a:hover{
	color:rgb(255, 255, 255);

}

.conpyright{ 	
	width:100%;
	background:#ffffffda;
	padding: 8px 100px;
	text-align:center;
	color:rgb(0, 0, 0);
}


@media (max-width:992px)
{
	footer{
		padding: 5px;
	}
	footer .container-footer{
		flex-direction: column;
	}
	footer .container-footer .sec {
		margin-right: 0;
		margin-bottom: 40px;	
	}

	footer .container-footer .sec.aboutus,
	.quicklinks,
	.contact {
		width: 100%;
	}
	.conpyright{
		padding:8px 40px;
	}
}