/*PRELOAD*/

#contenedor_carga{
background-image: -webkit-linear-gradient(bottom,#ffffff 0%, #1443ca 100%);
background-image: -o-linear-gradient(bottom, #ffffff 0%,  #1443ca 100%);
background-image: linear-gradient(to top, #ffffff 0%,  #1443ca 100%);
/*background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #1443ca 100%);*/
    
	height: 100vh;
	width: 100%;
	
	position: fixed;
	-webkit-transition:all 1s ease ;
	-moz-transition:all 1s ease ;
	-ms-transition:all 1s ease ;
	-o-transition:all 1s ease ;
	transition:all 1s ease ;
	z-index: 10000;
	top:-200%;
	
}


.loader-frame{
	width: 500px;
	height: 200px;
	margin:auto;
	position: relative;
	
}
.imgpreload{
	width: 100%;
}

.logoaero{
	width: 1200px;
	height:50px;
	margin:300px auto 50px auto;
	font-size:80px;
	text-shadow: -1px 2px 2px #000;
	text-align: center;
	font-weight: 500;

	
}


.loader1, .loader,.loader2{
	position: absolute;
	border:5px solid transparent;
	border-radius: 50%;

}

.loader1{
	width: 100px;
	height: 100px;
	border-top:5px solid white;
	border-bottom: 5px solid white;

	animation: clockwisespin 2s linear infinite;

}

.loader2{
	width: 90px;
	height: 90px;
	border-top:5px solid blue;
	border-bottom: 5px solid blue;
	top:5px;
	left: 5px;

	animation: anticlockwisespin 2s linear infinite;

}

.spanpreload{
	color:white;
	font-weight: 700px;

}



.desaparecer{
	
	-webkit-animation:5s desaparecer 1;
	-moz-animation:5s desaparecer 1;
	-ms-animation:5s desaparecer 1;
	-o-animation:5s desaparecer 1;
	


	

}

@-webkit-keyframes desaparecer{
	
	0%,20%,40%,60%{
	
		-webkit-transform: translateY(200%);
		-moz-transform: translateY(200%);
		-ms-transform: translateY(200%);
		-o-transform: translateY(200%);
		transform: translateY(200%);
		opacity: 1;
	}
	80%{
		opacity: 0;
	}


}








/*PRELOAD*/

/*MENU*/

.logodiv{
	width: 280px;
	height: 100px;
	background:url(../img/logo01.png)no-repeat center;
	background-size: 100%;
}

.navbar-brand{
	width: 280px;
	height: 100px;
}

.somospan{
	font-weight: 500;
}

.sombraazul{text-shadow: 1px 1px 3px #0046e9;}

.lnspan{margin-right: 10px; padding-top: 5px;}

.sucursales{border:3px solid #1a76ffd9; padding: 10px;box-shadow: 14px 10px 17px 0px #00000075;}



.selectformulario{
	border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 10px;
    padding-right: 40px;
    width: 100%;
}

.color{border:3px solid #1a76ffd9; padding: 0px;}

.imglofofooter{
	width: 350px;
	margin-bottom: 30px;
}





.social-bar{
	position: fixed;
	right: 0;
	top:50%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index:100;
}

.icon{
	color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: flex;
    transition: all .5s;
    background: #0922e2;
    border:3px solid #ffffff40;
    
    box-shadow: 6px 4px 5px 0px black;
}

.icon-facebook2{
	background: blue;

}

.icon:first-child{
	border-radius: 1rem 0 0 0;
}
.icon:last-child{
	border-radius: 0 0 0 1rem;
}


/*MAP*/

.map{
	border: 5px solid #2C7AEF;
	padding: 30px;
	height: 750px;
}
.mapimg{
	width: 100%;
	height: 100%;
}


/*RESSPONSIVE RESSPONSIVE RESSPONSIVE RESSPONSIVE */
@media (max-width: 1204px) {


		.logoaero{
	  width: 100%;
	  height:50px;
	  margin:300px auto 50px auto;
	  font-size:65px;
	  text-shadow: -1px 2px 2px #000;
	  text-align: center;
	  font-weight: 500;
	  
	}

  
  .navbar-brand{
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 800px) {


		.logoaero{
	  width: 100%;
	  height:40px;
	  margin:300px auto 50px auto;
	  font-size:55px;
	  text-shadow: -1px 2px 2px #000;
	  text-align: center;
	  font-weight: 500;
	  
	}


}


@media (max-width: 650px) {


		.logoaero{
	  width: 100%;
	  height:40px;
	  margin:300px auto 50px auto;
	  font-size:45px;
	  text-shadow: -1px 2px 2px #000;
	  text-align: center;
	  font-weight: 500;
	  
	}

}

@media (max-width: 575px) {

	.logoaero{
	  width: 100%;
	  height:40px;
	  margin:300px auto 50px auto;
	  font-size:35px;
	  text-shadow: -1px 2px 2px #000;
	  text-align: center;
	  font-weight: 500;
	  
	}

	.loader-frame{
		width: 80%;
		height: 200px;
		margin:auto;
		position: relative;
		
		

	}


}

@media (max-width: 414px) {

	.logoaero{
	  width: 100%;
	  height:40px;
	  margin:200px auto 50px auto;
	  font-size:30px;
	  text-shadow: -1px 2px 2px #000;
	  text-align: center;
	  font-weight: 500;
	  
	}

	.loader-frame{
		width: 80%;
		height: 100px;
		margin:auto;
		position: relative;
		
	

	}

	.sliderweb_01{
	   background: url(../img/slider1.jpg) no-repeat;
	   background-size: cover;
	    
	}


	.sliderweb_02{
	  background: url(../img/slider2.jpg) no-repeat;
	  /*background-size: 100% 100%;*/
	  background-size: cover;	
	}


	.sliderweb_03{
	  background: url(../img/slider3.jpg) no-repeat;
	  /* background-size: 100% 100%;*/
	   background-size: cover;	
	}


	.sliderweb_04{
	  background: url(../img/slider4.jpg) no-repeat;
	  /*background-size: 100% 100%;*/
	  background-size: cover;	
	}

	.owl-carousel .owl-stage-outer{
		height: 600px;
	}

	
	
	.paddingletras{padding:0px 0 200px 0;}	

  .default-banner h1 {
    font-size: 30px;
  }

  .navbar-brand{
    width: 0px;
	height: 0px;
  }

  .logodiv{
	width: 170px;
	height: 70px;
	background:url(../img/logo01.png)no-repeat center;
	background-size: 100%;
	
	}

	.section-gap {
    padding: 0px 0;
	}

	.mb-10 {
    margin-bottom: 10px;
    font-size: 22px;
	}

	.pb-30 {
	font-size: 26px;
    padding-bottom: 30px;
	}

	.info-area .info-content{
		text-align: justify;
	}

	.pb-30 {
    font-size: 26px;
    padding-bottom: 0px;
	}

	.active-works-carousel .item .caption{
		padding: 0px 0px; 
	}
	.section-gap {
    padding: 40px 0;
	}

	.imglofofooter{
		width: 100%;
	}


	section .default-banner{
		height: 60%;
	}
	.pjustificado{
		font-size: 13px;
	}
	

		/*MAP*/

.map{
	border: 5px solid #2C7AEF;
	padding: 30px;
	height: 350px;
	}
.mapimg{
		width: 100%;
		height: 100%;
	}

	

}
