body .form-control.search {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-left: 40px !important;
}
.searchInsideIcon{
    position: absolute;
    top: 14px;
    color: #80d0f7;;
    font-size: 25px;
    left: 10px;
}
.searchFloatingLabel{
	padding-left: 45px !important;
}
.backContainer {
  position: relative;
  background-image: url("../images/backgroundHome.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

header {   
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%) !important;
}
header.bg-white{
	background-color: unset !important;
}
header.shadow-sm{
	box-shadow: unset !important;
}
header.border-bottom{
	border: 0 !important;
}
header {
    min-height: 115px !important;
}
.infosLinks{
	background: linear-gradient(to top, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.titleText {
    font-weight: bold;
    font-size: 41px;
    width: 74%;
    margin: 0 auto;
    backdrop-filter: blur(2px);
}
.logo-wrapper {
    display: inline-block; 
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.4em 0.8em;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
}
.buscaContent{
	max-width:1010px;	
}
.infoContainer{
	max-width:1330px;
	color: #4A5240;
}
.logoHome{
	width:227px;
}
.text-home{
	color: #fff;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.7),
        0 0 10px rgba(0,0,0,0.5);
}
.home-link{
	color: #003776;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
}
.home-link:hover{
	color: #003776;
	border-bottom: 2px solid #80D0F7;
}
.home-advsearch-link{
    color: #003776;
    text-decoration: none;    
    padding: 5px 10px 5px 10px !important;
    border-radius: 20px;
    background: #ffffff;
    font-size: 14px;
}
.home-advsearch-link:hover{
	color: #003776;
	background:#f7f7f7;
}
.home-buttons button, .home-buttons a{	
	width:100%;
}
.form-floating label {
	overflow: hidden;
}
.limitedNumbers {
    margin: 0 auto;    
    max-width: 1500px;
}
.homeNumbersContainer{
	background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.56) 20%,
        rgba(255,255,255,0.56) 80%,
        rgba(255,255,255,0) 100%
    );
    cursor: default;
    text-align: center;
    backdrop-filter: blur(2px);
    border-radius: 75px;
}
.home-numbers{
	width:100%;
	display: inline-block;
	font-weight: bold;
	font-size:26px;
	text-align: center;
	color: #4A5240;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.home-numbers-text{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #4A5240;   
}
.bordeAmarilloDer{
	border-right: 1px solid #F18701;
}
.backColor1{
	background: #f7f7f7;
}
a.homeLinks{
	font-size:14px;
	color: #4A5240;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 15px;
    display: inline-block;	
	width:100%;
	height: 60px;
	border: 1px solid #d3d3d3;
	border-bottom:3px solid #F18701;
	background: #ffffff99;
}
a.homeLinks:hover{	
	background: #f9f9f9;
}
a.homeLinks i{
	margin-right:10px;
	font-size: 20px;
	color: #F18701;
}
button.listlink{
	border-bottom: 5px solid #004494 !important;
}
button.listlink, a.listlink{
	border:1px solid #d3d3d3;
}
button.listlink:hover, a.listlink:hover{
	border:1px solid #d9d9d9;
}
button.listlink, a.listlink, a.listlink div{
	font-size: 14px;
	font-weight: bold;
	color: #004494;	
}
button.listlink img, a.listlink img{
	float: none;
	clear:both;
	width: 30%;
}
a.listlink i{
	font-size: 50px;
    color: #F18701;
}
.homeDefColor{
	background: #f6fcfe !important;
}
.homeAltColor{
	
	background: #fff !important;
}
.home-noResult{
	font-size:12px;
}

/*MEDIA*/
@media (max-width: 1200px) {
	body a.homeLinks {
		text-align: left;	
	}
	.backContainer {
	    position: relative;
	    background-image: url(../images/backgroundHome.jpg);
	    background-position: top center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
}
@media (max-width: 1020px) {
	body button.listlink, body a.listlink, body a.listlink div{
		font-size: 12px;	
	}
}
@media (max-width: 890px) {
	body .titleText {
        font-size: 25px;
        width: 90%;
	}
	body .bordeAmarilloDer {
		border:0;
	}
}
@media (max-width: 680px) {
	body div.logosHeader{
		display: none;
	}
}
@media (max-width: 660px) {
	body h3{
		font-size:15px;
		font-weight:bold;
	}	
}
@media (max-width: 576px) {
	body button.listlink img, a.listlink img{
		float: left;
		clear: none;
		width:15%;
	}
	body button.listlink div, body a.listlink div{
		margin-top: 30px !important;
		font-size: 18px;
	}
	body .home-numbers{
		width:auto;
		margin-right: 15px;
	}
	body .home-numbers-text{
		width:auto;
	}
}
