* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Antonio", sans-serif;
  }

  body {
    height: 100;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    font-size: 20px;
    color: #000000;
  }

  nav{
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    box-shadow: 0px 0px 25px 0px #000000;
    z-index: 1000000;

  }

  .logo img{
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  footer{
    margin-top: auto;
    width: 100%;
    
  }

  .footer-contenedor{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #313E48;
    color: #ffffff;
    padding: 20px 30px;
  }

  .footer-contenedor h2{
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0px;
  }

  .footer-contenedor .links-contacto li{
    padding: 10px 0px;
    display: inline;
    justify-content: center;
    text-align: center;
  }

  .footer-contenedor .links-contacto{
    padding: 10px;
  }

  .footer-contenedor .links-contacto a{
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    padding: 10px;
  }

  .footer-contenedor .links-contacto :hover{
    color: #ffb645;
  }


  .footer-contenedor .links-contacto i{
    color: #ffffff;
    padding: 0px 5px;
  }

  .footer-contenedor span{
    opacity: 0.5;
    padding-top: 20px;
    text-align: center;
  }

  .contenedor-contactanos{
    width: 100%;
    height: 100vh;
    background-image: url(../Recursos/Imagenes/banner-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contenedor-contactanos img{
    width: 1000px;
    height: 300px;
    object-fit: cover;
  }

  .contenedor-contactanos h1{
    color: #ffffff;
    font-size: 36px;
    text-align: center;
  }

  .contenedor-contactanos .contactos{
    margin-top: 30px;
  }

  .contenedor-contactanos .contactos li{
    display: inline;
  }

  .contenedor-contactanos .contactos a{
    color: #ffffff;
    padding: 10px 20px;
    font-size: 32px;
    display: inline-flex;
    align-items: center;
  }

  .contenedor-contactanos .contactos a img{
    width: 50px;
    height: 50px;
    margin-right:20px;
  }

  @media screen and (min-width: 768px) and (max-width: 1023px) {
    nav{
      width: 100%;
      height: 80px;
    }
  
    .logo img{
      width: 50px;
      height: 50px;
    }
  
    footer{
      margin-top: auto;
      width: 100%;
      
    }
  
    .footer-contenedor{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      background-color: #313E48;
      color: #ffffff;
      padding: 20px 30px;
    }
  
    .footer-contenedor h2{
      font-size: 20px;
      padding: 10px 0px;
    }
  
    .footer-contenedor .links-contacto li{
      padding: 0px;
    }
  
    .footer-contenedor .links-contacto{
      padding: 10px;
    }
  
    .footer-contenedor .links-contacto a{
      color: #ffffff;
      font-weight: 100;
      text-align: center;
      padding: 10px;
    }
  
    .footer-contenedor .links-contacto i{
      padding: 0px;
    }
  
    .footer-contenedor span{
      padding-top: 10px;
    }
  
    .contenedor-contactanos{
      background-image: url(../Recursos/Imagenes/banner-home-celular-tablet.jpg);
    }
  
    .contenedor-contactanos img{
      width: 700px;
      height: 200px;
      object-fit: contain;
    }
  
    .contenedor-contactanos h1{
      font-size: 30px;
    }
  
    .contenedor-contactanos .contactos{
      margin-top: 15px;
    }
  
    .contenedor-contactanos .contactos a{
      padding: 5px 10px;
      font-size: 24px;
    }
  
    .contenedor-contactanos .contactos a img{
      width: 30px;
      height: 30px;
      margin-right:10px;
    }
  }

  @media screen and (max-width: 767px) {
    nav{
      height: 50px;
    }
  
    .logo img{
      width: 30px;
      height: 30px;
      object-fit: cover;
    }

    .footer-contenedor{
      padding: 10px 15px;
    }
  
    .footer-contenedor h2{
      font-size: 20px;
      font-weight: 200;
      padding: 5px 0px;
    }
  
    .footer-contenedor .links-contacto li{
      padding: 5px 0px;
      display: flex;
    }
  
    .footer-contenedor .links-contacto{
      padding: 5px;
    }
  
    .footer-contenedor .links-contacto a{
      padding: 5px;
      font-size: 16px;
    }
  
    .footer-contenedor .links-contacto i{
      padding: 0px;
    }
  
    .footer-contenedor span{
      padding-top: 16px;
    }
  
    .contenedor-contactanos{
      background-image: url(../Recursos/Imagenes/banner-home-celular-tablet.jpg);
      object-fit: cover;
    }
  
    .contenedor-contactanos img{
      width: 300px;
      height: 100px;
    }
  
    .contenedor-contactanos h1{
      font-size: 24px;
      font-weight: 300;
    }
  
    .contenedor-contactanos .contactos{
      margin-top: 15px;
    }
  
    .contenedor-contactanos .contactos li{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .contenedor-contactanos .contactos a{
      padding: 5px 10px;
      font-size: 20px;
    }
  
    .contenedor-contactanos .contactos a img{
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }
  }