
/*--header--*/


.telefono {

	color: #3539A1;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;


}

.mail a{
	text-decoration: none;
	color: #000;
	
}

.telefoonoymail {

	padding-top: 20px;
	border: 1px solid #f2f2f2;
	background: #ffffff;
}

.slider .col{padding: 0;}

header .navegador {padding-top: 44px;}


.navbar .navbar-toggler .navbar-toggler-icon {
  color: #f2f2f2;
  height: 20px !important;
  width: 20px !important;
}

header .navbar-light .navbar-nav .c-1,
header .navbar-light .navbar-nav .c-2,
header .navbar-light .navbar-nav .c-3,
header .navbar-light .navbar-nav .c-4,
header .navbar-light .navbar-nav .desplegable1 a,
header .navbar-light .navbar-nav .desplegable2 a{

    transition: all 0.4s ease-out 0s;
    
}



header .navbar-light .navbar-nav .c-1:hover {
	background: #f2f2f2;
	border-radius: 1px;
}
header .navbar-light .navbar-nav .c-2:hover {
	background: #f2f2f2;
	border-radius: 1px;
}
header .navbar-light .navbar-nav .c-3:hover {
	background: #f2f2f2;
	border-radius: 1px;
}
header .navbar-light .navbar-nav .c-4:hover {
	background: #f2f2f2;
	border-radius: 1px;
}



.navbar-collapse .desplegable1 .dropdown-item {width: 100%;}

header .navbar-light .navbar-nav .desplegable1 a:hover {
	background: #00013C;
	width: 100%;
	color: #ffffff;
}

header .navbar-light .navbar-nav .desplegable2 a:hover {
	background: #00013C;
	width: 157px;
	color:  #ffffff;


}

nav div .menu a {width: 140px;}



header .lineaslider {
	background: #00013C;
	margin-top: 6px;
	height: 2px;


}

/*-- cards -- */

.cards {

padding: 40px;
border-top: 1px solid #cbcbcb;
}

.cards .cardaseso .card{

	height: 472px;


}

.cards h2 {
color: #3539A1;
font-size: 40px;

}

/*-- main enalces --*/

main .section {
	margin-top: 24px;
	border-top: 1px solid #cbcbcb;

}

main h2,
main h4,
main h5 {

	color: #3539A1;
}




/*--contactenos--*/

.contactenos hr{
  height: 2px;
  width: 100%;
  background-color: #F5811E;
  padding: 0;
  margin: 0;
}

.contactenos {
	padding: 40px;
	border-top: 1px solid #cbcbcb;

}

.contactenos .contacto1 a{
	color: #000;
	text-decoration: none;
}
.contactenos  a:hover {color: #F5811E;}

.contactenos .titulo {
  color: #3539A1;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}


.contactenos .form-group {
	margin-bottom: 0;
}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario textarea {
	padding: 15px;
	border: 1px solid #cbcbcb;
	width: 100%;
	margin-bottom: 30px;

}

.formulario textarea {
	height: 150px;
	min-height: 150px;
	min-width: 250px;
}

.formulario .boton {
	background: #3539A1; 
	border: none;
	padding: 7px; 30px;
	color: #fff;
	cursor: pointer;
	width: auto;
	border-radius: 3px;
	width: 100px;

}

.formulario .boton:hover{
	background: #f0f0f0;
	color: #000; 

}

/*--footer--*/

footer {
	
	color: #ffffff;
	background: #00013C;	

}

footer a:hover {

	color: #F5811E;
	transition: all 0.1s ease-out 0.1s;
}

.pie {
	
	padding-top: 40px;
	font-size: 15px;



}

.pie p {

	text-align: justify-all;
	margin-left:  0;
}

.pie1 {
	padding: 40px 70px;
	
}

.pie2 a,
.pie3 a {
	text-decoration: none;
	color: #ffffff;

}
.pie h4 {
	padding-top: 20px;
	


}

main hr{
  height: 1px;
  width: 100%;
  background-color: #cbcbcb;
  padding: 0;
  margin: 0;
 }

footer hr{
  height: 2px;
  width: 62%;
  background-color: #F5811E;
  padding: 0;
  margin: 0;
}



.bajopie {
	background: #000;
	height: 45px;
	margin-top: 40px;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;



}


/*--MEDIAQUERIS*/

/*--dispositivos xl--*/
@media screen and (max-width:1199px){

	.whatsapp {top: 550px;}


}



/*--dispositivos lg--*/
@media screen and (max-width:991px){

	header .mail {
		font-size: 14px ;
		text-align: left;
		min-height: 35px;
		padding-top: 10px;

	}
	nav div .menu a{
	
	width: 90px;
	font-size: 13px;

	}


}

/*--dispositivos md--*/
@media screen and (max-width:767px){

	header .navegador {padding-top: 111px;}

	header .telefoonoymail {padding: 0;}

	nav div .menu a{
	
	width: auto;
	font-size: 23px;

	}

	.carousel-caption {font-size: 10px;}


}



	
/*--dispositivos sm--*/
@media screen and (max-width:575px) {

	nav div a img {

	width: 220px;
	height: 64px;
}



}

