@media (orientation: landscape) {
    #slider img{
      width:100%;
    }
}
@media (orientation: portrait) {
  #slider img{
    height:100%;
  }
}
@media only screen and (max-width: 800px) {
  /*General*/
  html {
    font-size: 7px;
    overflow-x: hidden;
  }
  body {}
  section {
    padding-top: 10rem;
  }
  
  /*------
  Menu
  -------*/
  #menu {
    height: auto;
    background-color: #333333;
    width: 100%;
    padding: 2rem;
  }
  #menu header {
    padding: 0;
  }
  #menu header img {
    right: auto;
    left: 19rem;
    top: 0;
  }
  #menu article {
    position: relative;
    padding: 0;
    display: none;
  }
  #menu .toggle-mobile-menu {
    display: block;
  }
  #menu header h1 {
    font-size: 5rem;
    line-height: 4rem;
  }
  #menu header h2 {
    font-size: 3.6rem;
  }
  #menu header img {
    width: 10.5rem;
    top: 0.2rem;
    margin-left: 5.2rem;
  }
  #menu article ul li {
    font-size: 3rem;
  }
  #menu article .social li {
    font-size: 5rem;
  }
  /*----------
  
  Landing
  
  -----------*/
  #landing {
    height: 90rem;
  }
  .logo {
    width: 100%;
  }
  .logo img {
    width: 40rem;
  }
  #logo-subtext {
    text-align: center;
    font-size: 3rem;
    top: 80%;
    width: 40rem;
  }
  /*-----------
  
  About me 
  
  -------------*/
  
  #about,
  #porfolio,
  #contact {
    margin-left: 0;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 5rem;
  }
  #about .content {
    padding: 5rem 0;
  }
  .content h1 {
    font-size: 12rem;
  }
  .content h2 {
    font-size: 8rem;
  }
  .destacado {
    margin: 5rem auto;
    padding: 7rem 5rem;
  }
  .destacado {
    opacity: 1;
  }
  .destacado img {
    width: 11rem;
    margin-top: 1rem;
  }
  .member-card h1 {
    font-size: 6rem;
  }
  .member-card h2 {
    font-size: 3rem;
  }
  .member-card h3 {
    font-size: 3rem;
  }
  .destacado2 {
    padding: 3rem 5rem;
  }
  /*----------
  
  SERVICIOS
  
  -----------*/
  #porfolio .content {
    padding-top: 5rem;
  }
  .product-container {
    height: 400px;
  }  
  
  .background{
    display: block;
  }
  
  .product-container article {
    padding: 6rem;
  }
  .work-container {
    padding: 5rem;
  }
  #porfolio .work-container h2 {
    font-size: 5rem;
    letter-spacing: normal;
  }
  #porfolio .work-container img {
    display: none;
  }
  /*Servicios Ofrecidos*/
  .service-card h1 {
    font-size: 8rem;
  }
  #porfolio .service-card h2 {
    font-size: 7rem;
  }
  #porfolio .service-card h3 {
    font-size: 4rem;
  }
  /*----------
  
  CONTACTO
  
  -----------*/
  .form-contact h3 {
    font-size: 5rem;
  }
  label {
    font-size: 3rem;
  }
  .form-contact h4 {
    font-size: 3rem;
  }
  .form-contact a {
    font-size: 3rem;
  }
  /*----------
  
  FOOTER
  
  -----------*/
  footer {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
  /*------
  Menu
  -------*/
  #menu header {
    padding: 2rem 0.5rem 0 1rem;
  }
  #menu header h1 {
    font-size: 2.3rem;
    line-height: 2rem;
  }
  #menu header h2 {
    font-size: 1.63rem;
  }
  #menu header img {
    width: 4.7rem;
    top: 2.1rem;
    right: 0.5rem;
  }
  #menu article ul li {
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }
  #menu article .social li {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  /*----------
  
  Landing
  
  -----------*/
  .logo {
    width: 100%;
  }
  .logo img {
    width: 30%;
  }
  #logo-subtext {
    font-size: 1.7rem;
  }
  /*About Me*/
  #about,
  #porfolio,
  #contact {
    padding: 5rem 5rem 10rem;
  }
  .content {
    padding: 5rem 0;
  }
  .content h1 {
    margin: 0;
    font-size: 17rem;
    letter-spacing: -0.8rem;
  }
  .content h2 {
    font-size: 8rem;
    letter-spacing: -0.3rem;
  }
  .content h4 {
    font-size: 1.5rem;
  }
  .content p {
    font-size: 2rem;
  }
  .destacado,
  .destacado2 {
    padding: 7rem 5rem;
    margin: 5rem auto;
  }
  .member-profile {
    padding: 3rem 1rem;
  }
  .member-card img {
    width: 10rem;
  }
  .member-card h1 {
    font-size: 3.5rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
  .member-card h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .member-card h3 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  /*--------------
  Servicios
  --------------*/
  #porfolio .content {
    padding: 0rem 0 5rem;
  }
  .product-container article {
    padding: 4rem 2rem;
  }
  
  #porfolio .product-container h2{
    font-size: 5rem;
    letter-spacing: normal;
  }
  
  .product-container h3 {
    font-size: 3rem;
    font-family: 'Fjalla One', sans-serif;
  }
  .product-container p {
    font-size: 1.5rem;
  }
  
  .work-container {
    padding: 5rem;
  }
  #porfolio .work-container h2 {
    font-size: 5rem;
    letter-spacing: normal;
  }
  #porfolio .work-container img {
    width: 7rem;
  }
  /*Servicios Ofrecidos*/
  .service-card h1 {
    font-size: 6rem;
    letter-spacing: normal;
  }
  #porfolio .service-card h2 {
    font-size: 6rem;
  }
  #porfolio .service-card h3 {
    font-size: 2rem;
  }
  /*Footer*/
  footer {
    
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  /*------
  Menu
  -------*/
  #menu header {
    padding: 2rem 1rem;
  }
  #menu header h1 {
    font-size: 3rem;
    line-height: 2rem;
  }
  #menu header h2 {
    font-size: 2.1rem;
  }
  #menu header img {
    width: 5.8rem;
    top: 1.8rem;
    right: 0.5rem;
  }
  #menu article ul li {
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }
  #menu article .social li {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  /*----------
  
  Landing
  
  -----------*/
  .logo {
    width: 100%;
  }
  .logo img {
    width: 20%;
  }
  #logo-subtext {
    font-size: 1.7rem;
  }
  /*About Me*/
 
  #about,
  #porfolio,
  #contact {
    padding: 5rem 5rem 10rem;
  }
  .content {
    padding: 5rem 0;
  }
  .content h1 {
    margin: 0;
    font-size: 17rem;
    letter-spacing: -0.8rem;
  }
  .content h2 {
    font-size: 8rem;
    letter-spacing: -0.3rem;
  }
  .content h4 {
    font-size: 1.5rem;
  }
  .content p {
    font-size: 2rem;
  }
  .destacado,
  .destacado2 {
    padding: 7rem 5rem;
    margin: 5rem auto;
  }
  .member-profile {
    padding: 3rem 1rem;
  }
  .member-card img {
    width: 10rem;
  }
  .member-card h1 {
    font-size: 3.3rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
  .member-card h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .member-card h3 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  /*Servicios*/
  #porfolio .content {
    padding: 0rem 0 5rem;
  }
  .product-container article {
    padding: 4rem 2rem;
  }
  
  #porfolio .product-container h2{
    font-size: 5rem;
    letter-spacing: normal;
  }
  
  .product-container h3 {
    font-size: 3rem;
    font-family: 'Fjalla One', sans-serif;
  }
  .product-container p {
    font-size: 1.5rem;
  }
  
  .work-container {
    padding: 5rem;
  }
  #porfolio .work-container h2 {
    font-size: 5rem;
    letter-spacing: normal;
  }
  #porfolio .work-container img {
    width: 7rem;
  }
  /*Servicios Ofrecidos*/
  .service-card h1 {
    font-size: 6rem;
    letter-spacing: normal;
  }
  #porfolio .service-card h2 {
    font-size: 6rem;
  }
  #porfolio .service-card h3 {
    font-size: 2.5rem;
  }
  /*Footer*/
  footer {
    
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1380px) {
  #menu header img {
    right: 1.3rem;
  }
  .logo img {
    width: 24%;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1599px) {
  /*------
  Menu
  -------*/
  #menu header {
    padding: 2rem 1rem;
  }
  #menu header h1 {
    font-size: 3.4rem;
    line-height: 2rem;
  }
  #menu header h2 {
    font-size: 2.4rem;
  }
  #menu header img {
    width: 6.3rem;
    top: 1.8rem;
    right: 0.5rem;
  }
  /*--------------
  Landing
  --------------*/
  .logo img {
    width: 70%;
  }
  #logo-subtext {
    font-size: 1.95rem;
  }
  /*--------------
  About
  --------------*/
  .member-card h1 {
    font-size: 3.5rem;
  }
  .member-card h2 {
    font-size: 2rem;
  }
  /*--------------
  Servicios
  --------------*/
  #porfolio .content {
    padding: 5rem 0 0rem;
  }
  
  .product-container article {
    padding: 5rem 2rem;
  }
  
  #porfolio .product-container h2{
    font-size: 5rem;
    letter-spacing: normal;
  }
  
  .product-container h3 {
    font-size: 3rem;
    font-family: 'Fjalla One', sans-serif;
  }
  .product-container p {
    font-size: 2rem;
  }
  /*Servicios Ofrecidos*/
  .service-card h1 {
    font-size: 8rem;
    letter-spacing: normal;
  }
  #porfolio .service-card h2 {
    font-size: 8rem;
  }
  #porfolio .service-card h3 {
    font-size: 4rem;
  }
  /*Footer*/
  footer {
    
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1870px) {
  /*------
  Menu
  -------*/
  #menu header {
    padding: 2rem 1rem;
  }
  #menu header h1 {
    font-size: 3.7rem;
    line-height: 2.5rem;
  }
  #menu header h2 {
    font-size: 2.65rem;
  }
  #menu header img {
    width: 7rem;
    top: 2rem;
    right: 0.5rem;
  }
  /*--------------
  About
  --------------*/
  .member-card h1 {
    font-size: 3.5rem;
  }
  .member-card h2 {
    font-size: 2rem;
  }
}