/*Estilos para todo el cuerpo*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;

}
/**Fin estilos cuerpo, sans-serif/


/*Estilos para la barra de navegación*/
.navbar-brand > img{
  margin-top: -15px;
  height: 50px;
}

b#experiencia{
  font-size: 24px;

}

.navbar-default{
  background-color: rgba(82, 154, 194, 1);
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  border-radius: 0px;
  z-index: 10007;
  font-size: 16px;
  

}

a{
  color: #fff !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.menu ul  li  a{
  color: #FAFAFA !important;
}

.menu ul li a:hover{
  color: #0bcdf0 !important;
}

.activo{
  border-bottom: 2px solid #fff;
}

.dropdown-menu{
  background-color: rgba(10, 106, 233, 0);
  font-size: 16px;
}

.dropdown-menu li a:hover{
  background-color: rgba(10, 106, 233, 0);
  color: #9bf7e7;
}

.open a.dropdown-toggle{
  background-color: opacity !important;
  color: #9bf7e7 !important;
}

/*Fin barra de navegación*/

/*Estilos para el banner*/
.carousel, .item, .active{
  height: 100%;
}

.carousel-inner{
  height: 100%;
}

.fill{
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner1{
  width: 100%;
  height: 700px;
  background-image: url('../img/banner1.png');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner2{
  width: 100%;
  height: 700px;
  background-image: url('../img/banner2.jpeg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner3{
  width: 100%;
  height: 700px;
  background-image: url('../img/banner3.jpeg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption{
  margin-bottom: 150px;
}
/*Fin banner*/



/*Estilos Footer*/


/* In our demo, the footers are fixed to the bottom of the page */

footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
}

.footer-distributed{
	background-color: #529ac2;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: ;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 40px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: none;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-center div#oficinas{
  margin-bottom: 5px;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #fff;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}


.footer-distributed .footer-icons a img{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 6px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
/*Fin estilos footer*/

/*estilos ligas*/

div#ligas{
margin-top: 90px;
}

tbody{
  overflow-y: scroll !important;
}

td > a{
  color:#3D688B !important;
  text-decoration: none;
}

td > a:hover{
  color:#3D688B !important;
  text-decoration: none;
}

/*fin estilos ligas*/

/*estilos servicios*/

div#servicios{
  margin-top: 60px;
}

.modal{
  margin-top: 80px;
}

/*cabeza de modal*/
.modal-header{
background-color:#304570;
}
/*titulo de modal*/
.modal-title{
	text-align: center;
	color: #fff;
}

/*clase para cuerpo de modal con texto grande*/
.modal-bodyN{
    height: 350px;
    overflow-y: auto;
}

/*pie de modal*/
.modal-footer{
background-color:#304570;
}


/*boton cerrar de la cabeza*/
.closeNuevo {
  float: right;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-shadow: none;

}
.closeNuevo:hover,
.closeNuevo:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;

}
button.closeNuevo {
  padding: 0;
  cursor: pointer;
  background-color: #F4A61F;
  border: 0;
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 5px;
}



#cerrar{
	width: 70px;
    text-decoration: none;
    padding: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background-color: #F4A61F;
    border-radius: 6px;
    border: 2px solid #F4A61F;
  }

#espacioentre{
  margin-top: 20px;
}
/*pone scroll a las ventana modales cuando se llegue a un porcentaje de anchura*/
@media (max-width: 880px) {

	.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 250px;
    overflow-y: auto;
}

.modal-bodyN{
    height: 250px;
    overflow-y: auto;
}

}

/*Fin estilos serivios*/


/*Estilos contacto*/
div#contacto{
  margin-top: 70px;
}

div#contacto img.img-thumbnail{
  border: none;
  width: 100%;
}

.form-control:focus{
  color-border: rgba(10, 106, 233, 0.7);
}

button.form-control{
  background-color: rgba(10, 106, 233, 0.7);
}

p#pcontacto{
  font-size: 14px;
}

div#redes{
  text-align: center;
}

h5#siredes{
  text-align: center;
}

ul.redes-sociales{
  list-style: none;
	display: inline;
  padding-right: 25px;
}

ul.redes-sociales li{
  display: inline;
  margin: 0 5px;
}

.redes-sociales li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}

.redes-sociales li a:hover img{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

/*Fin estilos contacto*/
