body{
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
}
p{
  font-size: 20px;
}
li{
  list-style: none;
  margin-right: 25px;
}

.menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lista{
  display: flex;
}

.lista a {
  font-size: 18px;
  background: none;
  color: black;
}

.titulares{
	text-align: left;
  margin-top: 300px;
}

h2{
  font-size: 25px;
  margin-bottom: 40px;
}

a{
  font-size: 14px;
  background: #5cb8ff;
  padding: 20px 30px 20px 30px;
  color: white;
}

header{
  background: url("imagenestrabajo/landing facebook_Mesa de trabajo 1.jpg");
  height: 100vh;
  background-size: cover;
}

.contenedor{
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

/* ARRANCA SECCION SOBRE MI */
h3{
  text-align: center;
  font-size: 55px;
  font-weight: normal;
}

.contenedor-sobremi{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contenedor-parrafo-y-boton{
  width: 42%;
}

.contenedor-parrafo-y-boton p {
  font-size: 18px;
}

.parrafo-filosofia{
  font-weight: bold;
}

.parrafo-final{
  margin-bottom: 30px;
}

/*Seccion de Servicios*/
.contenedor-servicios {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.subliminado {
  width: 25%;
  padding: 50px 38px 50px 38px;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #fff;
}

.violeta {
  background: #5055df;
}
.celeste {
  background: #40a8fa;
}

.subliminado h4 {
  font-size: 30px;
  margin: 0;
}

.subliminado img {
  float:right;
}

.subliminado p {
  font-size: 18px;
  height: 350px;
}
/*Mis TRABAJOS*/
span {
  font-size: 80px;
  color: blue;
}

.owl-nav {
  text-align: center;
}

.Irtrabajos {
  text-align: center;
}

.Irtrabajos a {
  padding: 15px 15px 15px 15px;
  transition: 1s;
}

.Irtrabajos a:hover {
  color: black;
  transition: 1s;
  transform: scale(1.3);
  display: inline-block;
}
/*Por que trabajar con nosotros*/
.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: 28px;
}

.porque-singular {
  width: 28%;
}

#platicamos{
  background: linear-gradient(rgb(84, 93, 220),rgb(96, 171, 245));
  text-align: center;
  padding: 50px 0 50px 0;
}

#platicamos h3 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 40px;
}

#platicamos a {
  padding: 15px 45px 15px 45px;
  transition: 1s;
}

#platicamos a:hover {
  color: black;
  transition: 1s;
  transform: scale(1.3);
  display: inline-block;
}

.CopyRight {
  padding: 18px;
}

#socialmedia {
  display: flex;
  justify-content: space-between;
}

#whatsapp a {
  background: none;
  position: fixed;
  top: 79%;
  right: 1%;
  padding: 1px 1px 1px 1px;
}

#facebook a {
  background: none;
  position: fixed;
  top: 85%;
  right: 1%;
  padding: 1px 1px 1px 1px;
}

#instagram a {
  background: none;
  position: fixed;
  top: 90%;
  right: 1%;
  padding: 1px 1px 1px 1px;
}

.menu-icon {
  display: none;
}

/*Pop up */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(imagenestrabajo/simplistic-navigation-app-with-route-to-destination.gif);
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
  background-color:rgba(216, 216, 216, 0.979);
  padding: 50px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  text-align:center;
}


.popup-content a {
  background: none;
}


.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

/*responsive*/
@media only screen and (min-width: 501px) and (max-width: 900px) {
/*Se va a aplicar cuando el MAXIMO DE ANCHO sea de 900px */
/*Header*/
  header {
    height: 50vh;
  }

  nav {
      position: absolute;
      top: 50px;
      left: 0px;
      background: #5cb8ff;
      width: 100%;
      display: none;
    }

    nav .lista {
      flex-direction: column;
      display: flex;
    }

    .menu-icon{
      display: block;
      width: 25px;
      padding: 10px 10px 10px 10px;
    }
/*Titulares*/
    .titulares {
      margin-top: 54px;
    }

    .titulares a {
      font-size: 14px;
      background: #5cb8ff;
      padding: 20px 30px 20px 30px;
      color: white;
    }

    h2 {
      font-size: 19px;
    }
/*Sobre nosotros*/
    .contenedor-sobremi {
      flex-direction: column;
    }

    .contenedor-parrafo-y-boton {
      width: 90%;
    }
/*Servicios*/
    .contenedor-servicios {
      width: auto;
      margin: auto;
      margin-bottom: 15px;
    }

    .subliminado h4 {
      font-size: 23px;
    }

    .subliminado p {
      font-size: 14px;
      height: 400px;
    }

    .subliminado img {
      display: none;
    }
/*Carrusel*/
    h3 {
      font-size: 46px;
    }
/*porque*/
    .contenedor-porque {
      flex-direction: column;
    }

    .porque-singular {
      width: 95%;
    }

    .imagen-sobremi {
      width: 90%;
    }
  }

@media only screen and (min-width: 200px) and (max-width: 500px) {
/*HEADER*/
    header {
      height: 25vh;
    }

    nav {
        position: absolute;
        top: 50px;
        left: 0px;
        background: #5cb8ff;
        width: 100%;
        display: none;
      }

      nav .lista {
        flex-direction: column;
        display: flex;
      }

      .menu-icon{
        display: block;
        width: 25px;
      }
/*Titulares*/
      .titulares {
        margin-top: 54px;
      }

      .titulares a {
        font-size: 10px;
        background: #5cb8ff;
        padding: 5px 10px 5px 10px;
        color: white;
      }

      h2 {
        font-size: 19px;
      }
/*Sobre nosotros*/
      .contenedor-sobremi {
        flex-direction: column;
      }

      .contenedor-sobremi img {
        width: 250px;
        height: 250px;
      }

      .contenedor-parrafo-y-boton {
        width: 80%;
      }

      .contenedor-parrafo-y-boton a {
        font-size: 10px;
        background: #5cb8ff;
        padding: 15px 20px 15px 20px;
        color: white;
      }
/*Servicios*/
      .contenedor-servicios {
          width: auto;
          margin: auto;
          margin-bottom: 15px;
      }

      .subliminado p {
        font-size: 12px;
        height: 380px;
      }

      .subliminado h4 {
        font-size: 20px;
      }

      .subliminado img {
        display: none;
      }
/*Carrusel*/
      h3 {
        padding-top: 20px;
        font-size: 30px;
      }
/*porque*/
      .contenedor-porque {
        flex-direction: column;
      }

      .porque-singular {
        width: 95%;
      }

      .imagen-sobremi {
        width: 90%;
      }
  }
