body{
  font-family: 'Mukta', sans-serif;
  margin: 0;
  padding: 0;
}

/*p {
    font-size: 20px;
}

li{
  list-style: none;
  margin-right: 25px;
}

.menu{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}

ul{
  display: flex;
}

a{
  text-decoration:
  color:black;
}*/

.titular{
  text-align: center;
  margin-top: 100px;
}

h1{
  font-size: 60px;
  margin: 0;
}

h2{
  font-size: 25px;
  margin-bottom: 40px;
}

/*a{
  text-decoration: none;
  font-size: 14px;
  background: #5cb8ff;
  padding: 20px 30px 20px 30px;
  color: white;
}*/

header{
  background: url(images/2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100vh;
  background-size: cover;
}

.contenedor{
  max-width:1614px;
  width: 100%;
  margin: auto;
}

/*Sección Sobre mí */

h3{
  text-align: center;
  font-size: 55px;
  font-weight: normal;
  color:#1e0a57
}

.contenedor-sobre{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.contenedor-sobre > img{
  box-shadow: 0 0 15px 0 rgba(21, 1, 95, 0.89);
  margin-bottom: 30px;
}

.contenedor-parrafo-boton{
  width: 45%;
  border-bottom: 5px solid rgb(13, 2, 80);
  border-top: 5px solid rgb(248, 232, 3);
}

.contenedor-parrafo-boton > p{
  font-size: 20px;
  text-align: justify;
}

.contenedor-parrafo-boton > a{
  margin-top: 20px;
  display: inline-block;
}


/*Servicios*/

.contenedor-servicio{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.servicio{
  width: 40%;
  padding: 10px 38px 10px 38px;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #fff;
}

.violeta{
  background: #1e0a57;
}

.celeste{
  background: #f3bb03;
}

.servicio h4{
  font-size: 30px;
  text-align: center;
}

.servicio img{
  margin: auto;
  display: block;

}

.servicio p{
  font-size: 18px;
  
}

span{
  font-size: 80px;
  color:blue;
}

.owl-nav{
  text-align: center;
}

.contenedor-porque{
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.contenedor-porque h4{
  margin: 0;
  font-size: 20px;
}

.contenedor-porque p{
  font-size: 16px;
  line-height: 25px;
}

.porque-singular{
  width: 30%;
}

.conocenos p{
font-size: 30px;
margin: 0;
text-align: center;
}

.conocenos a{
text-decoration: none;
font-size: 20px;
background: #5cb8ff;

color: white;
padding: 15px 45px 15px 45px;
transition: 1s;
display: flex;
justify-content: center;
align-items: center;
}

.conocenos a:hover{
  color:black;
  transition: 1s;
  /*transform: scale(1.1);
  display: inline-block*/
}

#que-esperas{
  background: linear-gradient(rgba(84,93,220,.94), rgba(96,171,245,.9));
  text-align: center;
  padding: 10px 0 10px 0;
}

#que-esperas h3{
  font-size: 23px;
  color: #fff;
  margin-bottom: 40px;
}

.contenedor-footer{
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  margin: auto;
  padding-bottom: 50px;
}

.content-foo{
  text-align: center;
}

#whatsapp a{
  background: none;
  position: fixed;
  top: 75%;
  left: 1%;
}

@media(max-width: 480px){
  
  header{
    height:70vh;
  }

  .imagen-logo{
    width: 70%;
  }
  
  .titular{
    margin-top: 54px;
  }

  .contenedor-sobre{
    flex-direction: column;
  }

  .imagen-sobre{
    width: 90%;
  }

  .contenedor-parrafo-boton{
    width: 90%;
  }

  .contenedor-servicio{
    flex-direction: column;
  }

  .servicio{
    width: 72%;
    margin: auto;
    margin-bottom: 15px;
  }

  h3{
    font-size: 46px;
  }

  .contenedor-porque{
    flex-direction: column;
  }

  .porque-singular{
    width: 95%;
  }

  /*
Nuevo*/
  .contenedor-footer{
    flex-direction: column;
  }

  .content-foo{
    width: 72%;
    margin: auto;
    margin-bottom: 15px;
  }

}

