@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	position: relative;
	min-height: 100%;
	color: #40485B;
}
body {
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 160%;
	font-size: 1.5rem;
	font-weight: 400;
	color: #40485B;
	/*min-height: 2000px;
	padding-top: 150px;*/
	/* Margin bottom by footer height */
	margin-bottom: 95px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 95px;
	background-color: #F8F8F8;
	color: #091738;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
.footer p {
	font-size: 1rem
}
p {
	font-size: 1.5rem;
	line-height: 2.6rem
}
h1,h2,h3,h4,h5 {
	font-weight: 400;
}

.btn-outline-idioma {
	color: #323237;
	line-height: 1;
	border-radius: 60px;
	padding: 4px 10px
}
.btn-outline-idioma:hover {
	color: #323237;
	background: rgba(106, 206, 237, 0.2);
}

.txt-celeste {
	color:#0FA0D6
}
.txt-azul-oscuro {
	color:#091738
}

.txt-bold {
	font-weight: 600
	
}
.bg-celeste-10 {
	background-color: #F5FCFE
}
.bg-crema {
	background-color: #F8F8F8;
}
.btn-outline-naranjo {
	color: #EC492D;
border-color: #EC492D;
	border-radius: 0
}
.btn-outline-naranjo:hover {
	color: #FFF;
background-color: #EC492D;
border-color: #EC492D;
} 

.btn-outline-celeste {
	color: #0FA0D6;
border-color: #0FA0D6;
	border-radius: 0
}
.btn-outline-celeste:hover {
	color: #FFF;
background-color: #0FA0D6;
border-color: #0FA0D6;
} 


/*Inicio Efecto sectores home*/
.containerSectores {
	position: relative;
	width: 100%;
	
}
.containerSectores .imagen {
	display: block;
	width: 100%;
	height: auto;
}
.cubrir {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 25%;
	width: 100%;
	background: rgba(15, 181, 188, .7);
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
	border-radius: 10px 10px 0px 0px;
}
.cubrir:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	height: 0;
	width: 0;
	border: 15px solid transparent;
	border-top-color: rgba(15, 181, 188, .7);
	-webkit-transition: border .35s ease;
	-moz-transition: border .35s ease;
	-o-transition: border .35s ease;
	transition: border .35s ease
}
.containerSectores:hover .cubrir {
	top: 0;
	height: 60%;
	background: rgba(15, 181, 188, .9);
}
.containerSectores:hover .cubrir:after {
	border: 15px solid transparent;
	border-top-color: #6BA6CE;
	border-top-color: rgba(15, 181, 188, .9);
}
.TextoSectorHome {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
/*Termino Efecto sectores home*/


.rounded-10 {
border-radius: 10px
}




ul.social {
	padding-top: 10px !important;
}
ul.social li {
	margin: 0 1px;
	padding: 0;
}
ul.social li a {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 14px;
	color: #5B93C3;
	line-height: 24px;
	text-align: center;
	border: 1px solid #5B93C3;
}
ul.social li a i {
	margin: 0;
}


/*+++++++++++++++++++++++ INICIO MEDIA QUERIES +++++++++++++++++++*/
@media only screen and (max-width: 991px) {
	/*	.carousel-item {
  height: 100vh;
	height: 200px;
  background: no-repeat left top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
	.cabezal-seccion .mensaje {
		color: #FFF;
		font-size: 1.2em;
		line-height: 1.2em;
		width: 60%!important;
		bottom: 30%;
	}
	h5 {
		font-size: 15px;
	}
}
@media (max-width: 575.98px) {
	.cabezal-seccion .mensaje {
		color: #FFF;
		font-size: 1.1em;
		line-height: 0.90em;
		width: 70%!important;
		bottom: 20%;
	}
	.img-serv-modelo-pred {
		width: 30%!important;
	}
}
@media only screen and (min-width: 992px) and (max-width:1162px) {
	/*		.carousel-item {
  height: 100vh;
	height: 350px;

  background: no-repeat left top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
	h5 {
		font-size: 15px;
	}
	.cabezal-seccion .mensaje {
		color: #FFF;
		font-size: 1.6em;
		line-height: 1em;
		width: 50%!important;
		bottom: 30%;
	}
}
.no-padding {
	padding-right: 0px;
	padding-left: 0px;
}

/*formulario*/
.error_message {
	display: block;
	/*height: 22px;
	line-height: 22px;*/
	background: #FBE3E4 url('../images/ico/error.gif') no-repeat 10px center;
	padding: 15px 10px 15px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	margin-bottom: 30px;
}

#success_page h1 {
	/*background: url('../images/iconos/success.gif') left no-repeat;
	padding-left:22px;*/
	margin: 0px;
	font-size:1.2em;
	color: #EB1921;
	font-weight: bold;
	line-height: 140%;
}