*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Montserrat', sans-serif;
}

.contenedor{
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

/*CABECERA*/

header{
  width: 100%;
  height: 150px;
  background-color: #fcfff5;
  padding-left: 12px;
}

.logo{
  padding: 25px 0;
}

.logo img{
  width: 120px;
  display: block;
  float: left;
  align-items: center;
}

.menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-between;
  margin-left: auto;
  max-width: 330px;
  padding-right: 20px;
  align-items: center;

  order: 1;
  width: 100%;
  margin-top: 15px;

}

.menu a{
  text-decoration: none;
  color: #7a7a7a;
  font-size: 14px;
  display: inline-block;
}

.menu a:hover{
  color:#00ba00;
}


@media screen and (min-width:550px){

  .menu{
    width: auto;
  }
}

@media screen and (max-width:549px) {
  nav{
    font-size: 12px;
    padding-top: 12px;
    width: 260px;
    max-width: 285px;
    justify-content: center;
  }



}

/*FIN DE CABECERA*/

/*BANNER PRINCIPAL*/

.banner{
  width: 100%;
  height: 500px;
  background-image: url(../img/banner-inicio.png);
  background-position: center;
  background-size: cover;
}

.banner > div{
  width: 100%;
  height: 100%;
  background-color: rgba(209, 219, 189, 0.5);
}

.llamada-accion{
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;

  height: 100%;
}

.llamada-accion p{
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.llamada-accion h2{
  font-size: 42px;
  color: white;
  width: 100%;
  padding: 45px 0;
  background-color: rgba(255, 255, 255, 0.4);
  max-width: 470px;
}

.llamada-accion a{
  font-size: 18px;
  text-decoration: none;
  color: white;
  padding: 10px 50px;
  background-color: rgba(0,0,0,0.47);
  margin-top: 35px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2)

  transition: all 0.3s ease-in-out;
}

.llamada-accion a:hover{
  background-color: rgba(0,0,0,0.8);
}

@media screen and (max-width:549px) {
  .llamada-accion h2{
    font-size: 35px;
  }

  .llamada-accion a{
    font-size: 12px;
  }
}

/*FIN DE BANNER PRINCIPAL*/

/*SECCION DE BIENVENIDA*/

.bienvenida{
  width: 100%;
  background-color: #3e606f;
  margin-top: 2px;
  color: #ffffff;
  text-align: center;
}

.bienvenida h3{
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 35px;
}

.bienvenida p{
  font-size: 16px;
  padding-bottom: 35px;
  line-height: 1.7em;
  max-width: 370px;
  margin: 0 auto;
}

/*FIN DE SECCION DE BIENVENIDA*/

/*SECCION DE SOBRE NOSOTROS
.nosotros{
  padding-bottom: 80px;
}

.nosotros > .contenedor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.foto-equipo {
  width: 100%;
  max-width: 570px;
}

.foto-equipo img{
  width: 100%;
}

.conocenos{
  text-align: center;
  padding: 15px 0px;
  max-width: 570px;
}

.conocenos p:nth-child(1){
  font-size: 14px;
  color:#3c1c22;
  padding-bottom: 20px;
  border-bottom:1px solid #a2a2a2;
}

.conocenos h3{
  padding-top: 20px;
  padding-bottom: 30px;
  color: #0e96dd;
  font-size: 18px;
}

.conocenos p:nth-child(3){
  font-size: 14px;
  color:#3c1c22;
  padding-bottom: 25px;
}

.conocenos p:nth-child(4){
  font-size: 14px;
  color:#646464;
  padding-bottom: 20px;
}

.conocenos a{
  font-size: 15px;
  color: #0e96dd;
}

@media all and (min-width:769px){
  .nosotros{
    padding-top: 80px;
  }
  .foto-equipo{
    margin-right: 30px;
  }
  .conocenos{
    padding-left: 30px;
    text-align: left;
  }
}

FIN DE SECCION DE SOBRE NOSOTROS */

/*SECCION SERVICIOS*/

.servicios{
  background-color: #3e606f;
}

.servicios > .contenedor h2 {
  color: white;
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  font-weight:500;
  margin: auto;
}

.cont-servicios{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.fotoserv {
  width: 100%;
  max-width: 370px;
  padding: 15px;
  /* height: 190px; */
}

.fotoserv img{
  width: 100%;
  height: 190px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/*FIN DE SECCION DE SERVICIOS*/

/*PIE DE PÁGINA*/

.top-footer{
  background-color:#193441;
  height:25px;
}

.center-footer{
  background-color: #152d37;
}

.center-footer .contenedor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.center-footer .widget{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 35px;
  color:#7a7a7a;

  max-width: 270px;
  margin: 0 auto;
}

.center-footer .widget h4{
  padding-bottom: 35px;
  font-size: 18px;
}

.center-footer .widget p{
  font-size: 14px;
}

.bottom-footer{
  background-color:#193441;
  height:25px;
}

.bottom-footer p{
  color:#7a7a7a;
  font-size: 12px;
  text-align: center;
}

/*FIN DE PIE DE PÁGINA*/
