/* Pantalla muy chica */

@media (min-width: 300px) {
  .home-letter-white {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.33; */
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  .card-img-contacto {
    background-image: url(../img/contacto_sm.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .bg-nav {
    background-color: black !important;
  }
}
/* Pantalla chica */

@media (min-width: 576px) {
}
/* Pantalla mediana */

@media (min-width: 768px) {
  .home-letter-white {
    font-size: 40px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  .margin-sitio {
    padding-left: 3rem;
  }
  .margin-social {
    padding-left: 4rem;
  }
  .card-img-contacto {
    background-image: url(../img/contacto.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .centered-md {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Pantalla grande */

@media (min-width: 992px) {
  .home-letter-white {
    font-size: 40px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  .margin-sitio {
    padding-left: 3rem;
  }
  .margin-social {
    padding-left: 4rem;
  }
  .centered-center-lg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bg-nav {
    background-color: black;
  }
}
/* Pantalla extragrande */

@media (min-width: 1400px) {
}
