@font-face{
	font-family: "Neo-Sans";
	src:url(../fonts/NeoSansProItalic.OTF);
}
@font-face{
	font-family: "Neo-Sans-reg";
	src:url(../fonts/NeoSansProRegular.OTF);
}
@font-face{
	font-family: "Neo-Sans-light";
	src:url(../fonts/Catamaran-Regular.woff);
}
*a{
	text-decoration: none !important;
}
*{
	font-family: 'Neo-Sans-reg' !important;
}
header{
	z-index:999999;
}
.navbar{
	height: 80px;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.nav-link.active{
	border-bottom:1px solid #f10000 !important;
}
.nav-item a{
	color: #284094 !important;
}

.part1{
	fill:#f10000 !important;
}

.navbar-toggler{
	right:5px;	
	position: relative;
}
.part2,
.part3{
	fill: #284094 !important;
}
#container-spinner{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999;
}
.spinner-border{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
}
.navbar-brand{height: 80px;
	vertical-align: middle;
}
.navbar-brand svg{
	position: relative;
	top: -5px;	
}

/*============HOME=================*/
.banner{
	min-height: 400px !important;
	position: relative !important; 
}
.banner img{
	min-height: 400px !important;
}
#home{
	display: block;
	padding: 0 !important;
	width: 100%;
	margin:0;
	margin-bottom:50px;
}
.container-fluid{
	padding: 0;
	margin: 0 !important;
}
.card-img-top{
	border-radius: 50% !important;
	width: 150px !important;
	height: 150px !important;
	margin: auto;
}
.d-block{
	height:85vh;
	min-height: 400px;
	width: 100%;
	min-width: 425px;
	padding: 0 !important;
	margin: 0 !important;
	object-fit: cover;
}
.Leyenda{
	background:#28409f;
	bottom:40px;
	right: 70px;
	box-sizing: border-box;
	padding: 10px 20px 10px 45px;  
	position: absolute;
	width: 200px;
}
.Leyenda::before{
	position: absolute;
	content: '';
	left: 100%;
	z-index: 99999;
	width: 50px;
	height:100%;
	top: 0;
	margin-left: 10px;
	background: #f10000;
}
.Leyenda p{
	font-family: 'Neo-Sans';
	color: #fff;
	font-size: 17px;
	font-style: oblique;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.Leyenda b{
	font-family: 'Neo-Sans';
	font-style: oblique;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
} 
/* ==========NOSOTROS==========*/

#nosotros{

	margin-bottom:50px;
	position: relative;

}

#nosotros p{
	top: 50px;
}
#nosotros .container-md {
	position: relative;
}
#nosotros h1,
#nosotros p{
	margin: 50px;
	position: absolute;
	width: 80%;	
}

.container-img {
	height: 70vh !important;
}
.container-img img{
	height: 100%;
}
.descriptionAbout{
	position: relative !important;
	text-align: left;
	height: 450px;
}
.contenedorTexto h3{
	widows: 200px !important;
	top: 30px;
	color: #284094 ;
	width:100% !important;
}
.contenedorTexto p{
	margin-bottom:15px !important;
	font-size: 16px;
	width: 100% !important;
	color: #284094 ;
}
.text-wrap{
	padding:0 !important;
}
.contenedor-bkg{
	height: 70vh;
	min-height: 250px;	
	left: 0;
	box-sizing: border-box;
}
.contenedor-bkg .img-fluid{
	height: 70vh;
}
.contenedor-bkg h3,
.contenedor-bkg b{
	font-family: 'Neo-Sans';
	position: absolute;
	text-transform: uppercase;
	font-style: oblique;
	z-index: 99999;
	right: 20px;
}
.contenedor-bkg h3{
	top:20px;
	font-size: 50px !important;
}
.contenedor-bkg b{
	top:0px;
	font-weight: bolder;
	font-size: 40px;
}
.bkgblue{
	position: absolute;
	height: 100%;
	top:0;
	left: 0;
	width: 100%;
	background: rgba(40, 64, 148, .5);
}
/* ==========SERVICIOS==========*/
#servicios{

	position: relative;
}
.img-fluid{
	height: 350px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.card:hover{
	-moz-animation: 1.5s flotar infinite;
	-moz-transition: all .3s;
	-o-animation: 1.5s flotar infinite;
	-o-transition: all .3s;
	-webkit-animation:1.5s  flotar infinite;
	-webkit-transition: all .3s;
	animation: 1.5s flotar infinite;
	box-shadow: 0 0 0 3px rgba(241, 0, 0, 0.5);
	transform: translateY(3px);
	transition: all .3s;
	transition: all .3s;
}
@keyframes flotar{
	50%{
		transform: translateY(-6px);
	}
}
.rounded {
	height: 200px;
	width:200px;
	object-fit: contain;
}
/* ==========certificaciones==========*/

#certificaciones{

	margin-bottom:50px;
	position: relative;
}

/* ==========RRHH==========*/

#RRHH{
	
	position: relative;
}
.qr{
	background:#28409f;
	bottom: 10px;
	box-sizing: border-box;
	height: 200px;
	position: absolute;
	right: 10px;  
	width: 150px;
}
.qr #svg{
	height: 140px !important;
	left: 5%;
	max-width:250px !important;
	min-height:140px !important; 
	width: 90%;
}
/* ==========novedades==========*/

#novedades{

	position: relative;
}
.timeline-area{
	width: 2px;
	left:20px;
	height: 100%;
	position: absolute;
	border: 2px solid #284094;
}
.item-line{
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-webkit-transition:all .5s;
	background:#fff;
	border-radius: 5px;
	border:1px solid silver;
	box-sizing:border-box;
	margin-bottom: 20px;
	left: 10px;
	margin-left:20px;					 
	padding: 10px;
	position: relative;	
	transition:all .5s;
	width: 90%;
	z-index: 999999;
}
.item-line img{
	object-fit: cover;
	width: 100%;
	position: relative;
	left:0;
}
.item-line:hover{
	box-shadow: inset 0px 0px 10px 3px #e1e1e1,
				-4px 10px 15px -5px #000 ;
}
.item-line:before{
	background: #284094;
	border-radius: 50%;
	border: 2px solid #f10000;
	content: '';
	height: 20px;
	position: absolute;
	right: calc(100% + 11px);
	top: calc(50% - 10px);
	width: 20px;
}

/* ==========contacto==========*/


#contacto{

	position: relative;
}
form{
	background:#f1f1f1;
}
/*========FOOTER============*/
footer{
	background:#284094;	
}
.col-12{
	margin-bottom: 30px;
}
.infoFooter{
	display: inline-block !important;
	font-size: 10px !important;
	vertical-align: middle;
}

	.liFooter svg{
	height: 10px;
	position: relative;
	top: -8px;
	width: 10px;
}
.copiRight{
	font-size: 11px !important;
	text-align: center;


}
#portal{
	background:#284094 !important;
	color: #fff;
}

/*================ MEDIA QUERYS=====*/
@media only screen and (min-width:480px){
}

@media only screen and (min-width:576px){

}

@media only screen and (min-width:767px){
.nav-item a:active{
	border-bottom: 2px solid #f10000;

}

.nav-item a:focus{
	border-bottom: 2px solid #f10000;

}

.infoFooter{
	display: inline-block !important;
	font-size: 13px !important;
	vertical-align: middle;
}

.liFooter svg{
	height: 10px;
	position: relative;
	top: -8px;
	width: 10px;
}
.copiRight{
	text-align: center;
	font-size: 12px !important;


}
.navbar-brand  .containersvg{
	 height: 60px; 
	background: #fff;
}
.navbar-brand .containersvg svg{
	width: 300px;
	background: #fff;
	position: relative;
}


/*======HOME===============*/

#carouselExampleControls{
	position: relative;	
}
.Leyenda{
	background:#28409f;
	bottom:40px;
	right: 110px;
	box-sizing: border-box;
	padding: 10px 20px 10px 45px;  
	position: absolute;
	width: 390px;
	
}
.Leyenda::before{
	background: #f10000;
	content: '';
	height:100%;
	left: 100%;
	margin-left: 10px;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 99999;
}
.Leyenda p{
	color: #fff;
	font-family: 'Neo-Sans';
	font-size: 28px;
	font-style: oblique;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.Leyenda b{
	font-family: 'Neo-Sans';
	color: #fff;
	font-size: 30px;
	font-style: oblique;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
} 

/* ==========NOSOTROS==========*/

#nosotros{
	margin-bottom:50px;
	position: relative;

}

#nosotros p{
	top: 50px;
}
#nosotros .container-md {
	position: relative;
}
#nosotros h1,
#nosotros p{
	margin: 50px;
	position: absolute;
	width: 80%;	
}

.descriptionAbout{
	position: relative !important;
	text-align: left;
}
.contenedorTexto h3{
	widows: 200px !important;
	top: 30px;
	width:85% !important;
}
.contenedorTexto p{
	margin-bottom:20px !important;
	width:85% !important;
	color: #284094 ;
}
.text-wrap{
	padding:0 !important;
}

/* ===============SERVICIOS======================= */

#servicios{
	
	margin-bottom:50px;
	position: relative;
}
.img-fluid{
	height: 300px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.card:hover{
	-moz-animation: 1.5s flotar infinite;
	-o-animation: 1.5s flotar infinite;
	-webkit-animation:1.5s  flotar infinite;
	animation: 1.5s flotar infinite;
	box-shadow: 0 0 0 3px rgba(40, 64, 148, 0.5);
	transform: translateY(3px);
}

.container-img img{
	top:0;
	position: absolute !important;
}
.containerMsg{
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	animation:1 volizin 1s ;
}
@keyframes volizin{
	0%{
		opacity: 0;
		-webkit-transform: translateX(-200%)
							skewX(10deg);
	}
	60%{
		opacity: 1;
		-webkit-transform: translateX(-10%)
							skewX(-5deg);
	}
	80% {
		opacity: 1;
		-webkit-transform: translateX(0%)
							skewX(-2deg);		
	}
}

.MensajeError{
	font-size: 95px !important;
	color: #284094;
}
@keyframes flotar{
	50%{
		transform: translateY(-6px);
	}
}
.rounded {
	height: 200px;
	width:200px;
	object-fit: contain;
}

.list-group .nav-item{
	cursor: pointer;
	width:210px;
	box-sizing: border-box;
}
.logos-container{
	position: relative;
	bottom: 0;
}


/* ==========certificaciones==========*/

#certificaciones{

	position: relative;

}
/*=========RRHH==============*/
.qr{
	
	bottom: 10px;
	box-sizing: border-box;
	height: 300px;
	position: absolute;
	right: 10px;  
	width: 250px;
}
.qr #qrImage{
	height: 250px !important;
	left: 5%;
	max-width:250px !important;
	min-height:250px !important; 
	width: 90%;
}

/*=========NOVEDADES==================*/

#novedades{

	position: relative;
}
.timeline-area{
	width: 1px !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
	display: block;
	background-color: #284094 !important;

}
.timeline-area:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: #f10000;
	box-sizing: border-box;
	border:3px solid #284094;
	left: -10px;
	border-radius: 50%;
	top: -2px;
	margin: auto;

}
.timeline-area:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: #f10000;
	box-sizing: border-box;
	border:4px solid #284094;
	left: -10px;
	border-radius: 50%;
	top:100%;
	margin: auto;

}
.item-line{
	box-shadow: 0 0 0 2px #284094;
}

.item-line img{
	object-fit: contain;
	width: 100%;
	position: relative;
	left:0;
	max-height: 250px;
}

.item-line:before{

	background: #FFF;
	border-radius: 50%;
	border:none;
	content: '';
	height: 20px;
	position: absolute;
	right: calc(100% + 11px);
	top: calc(50% - 10px);
	width: 20px;
	background-color: none;



}


.item-line:hover{
	box-shadow:0 0 0 2px rgba(40, 64, 148 ,0.5),
				-4px 10px 15px -5px #000 ;
}
}
@media only screen and (min-width: 980px){

}


/*=========GALERIA CLIENTES==================*/


.gallery {
	overflow: hidden;
  }
  .gallery .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  .gallery .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #3fbbc0;
  }
  .gallery .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #3fbbc0;
  }
  .gallery .swiper-slide-active {
	text-align: center;
  }
  @media (min-width: 992px) {
	.gallery .swiper-wrapper {
	  padding: 40px 0;
	}
	.gallery .swiper-slide-active {
	  border: 6px solid #3fbbc0;
	  padding: 4px;
	  background: #fff;
	  z-index: 1;
	  transform: scale(1.2);
	  margin-top: 10px;
	}
  }