/* estilos cuerpo página */
body{
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding: 0;
  border: 0;
}

/* logo 2bt */
.navbar-brand img{
  width: 10em;
  padding: 0px;
}

/* navbar con opacidad */
.color-nav{
  background-color: #506f84;
  opacity: 0.92;
}

.hero-principal{
  padding-top: 80px;
}

/* elementos carousel */
.carousel-text h1{
  font-size: 30px;
  color: #e97432;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
  text-shadow: 2px 2px lightgray;
}

.font-vision{
  font-size: 20px;
  font-weight: 300;
}

.font-signature{
  font-size: 30px;
  font-weight: 600;
}

/* texto nosotros */
.content1 h2{
  font-size: 40px;
  font-weight: 500;
}

/* fondo color nuestros servicios */
.info{
  background-color: #f2f2f2;
  color: black;

}

.title2{
  font-size: 20px;
}


/* botones y sus colores */
.contact-footer{
  background-color: #506f84;
}


/* texto central en carousel*/
#text{
  font-size: 2em;
  padding-top: 130px;
  padding-bottom: 30px;
  text-shadow: 2px 2px #000000;
  font-weight: 500;
}

/* contacto */
.contacting img{
  width: 130px;
}
.contacting h5{
  color: #506f84;
}

.contacting p{
  color: #506f84;
  font-size: 22px;
}
/* imagenes portadas cima y nuestros servicios */

#img-fluid {
  height: 40vh;
  background-size: cover;
  font-weight: 600;
}

.jumbotron1{
  background-image: url("../img/img_contacto.jpg");
}

.jumbotron2{
  background-image: url("../img/img_consultoria.jpg");
}

.jumbotron3{
  background-image: url("../img/img_capacitacion.jpg");
}

.jumbotron4{
  background-image: url("../img/img_capacitacion.jpg");
}


/* linea separadora formulario*/
hr{
  height: 1px;
  width:10%;
  background-color: #F1F1F1;
}

/* estilo para listas de descripción de servicios*/
.list li{
  text-align: left;
  list-style: none;
  font-size: 20px;
}

a{
  color: #e97432;
}
