* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Helvetica;
}

body {
  width: 100%;
  max-height: 100vh;
}

.contenedor--logo {
  width: 100%;
  height: 85px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.contenedorhijo--logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
}

.logo {
  margin-top: 5px;
  margin-left: 25px;
  width: 13%;
  height: 45px;
}

.btn {
  font-size: 19px;
  line-height: 90px;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  text-decoration: none;
  margin-right: 25px;
}

.btn:hover {
  font-size: 19px;
  line-height: 90px;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  text-decoration: underline;
}

.contenedor--configuraciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 515.2px;
  margin-bottom: 55px;
}

.contenedor--imagen {
  margin: 100px 0 20px;
}

.computador {
  width: 430px;
}

.contenedor--titulo {
  margin-bottom: 3px;
}

.titulo--pasos {
  font-size: 13px;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}

.bold {
  font-weight: 700;
}

.contenedor--config-cuenta {
  width: 20%;
  margin-bottom: 10px;
}

.config--cuenta {
  font-size: 23px;
  color: #333333;
  text-align: center;
}

.contendor--parrafo {
  width: 22%;
}

.parrafo {
  font-style: normal;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}

.btn-2 {
  text-decoration: none;
  margin-top: 20px;
  background-color: #e6020c;
  color: #fff;
  padding: 15px 110px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  border-radius: 3px;
}

.contenedor--footer {
  width: 100%;
  height: 210px;
  background: #f3f3f3;
  border-top: 1px solid #e5e5e5;
  padding: 0 56px;
}

.lista--footer {
  color: #7e7e7e;
  list-style: none;
}

.contenedor--telefono {
  margin: 30px 0;
  width: 100%;
}

.telefono {
  font-family: sans-serif;
  color: #757575;
  list-style: none;
  font-weight: 700;
  font-size: 16px;
}

.contenedor-opciones {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
}

.underline {
  text-decoration: none;
}

.underline:hover {
  text-decoration: underline;
}

.contenedor--links {
  width: 100%;
  padding: 10px;
  width: 100%;
  height: 125px;
}

.contenedor--idioma {
  width: 100%;
  padding: 10px;
}

.select--idioma {
  padding: 10px 30px 12px 10px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #a6a6a6;
  border-radius: 2px;
  color: #827775;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* -----------------------------  RESPONSIVE DESIGN ---------------------------*/
@media screen and (max-width: 754px) {
  .contenedor--config-cuenta {
    width: 60%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 32%;
  }
}

@media screen and (max-width: 614px) {
  .logo {
    margin-top: 5px;
    margin-left: 25px;
    width: 18%;
    height: 45px;
  }

  .contenedor--config-cuenta {
    width: 60%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 43%;
  }
}

@media screen and (max-width: 539px) {
  .logo {
    width: 20%;
    height: 45px;
  }

  .contenedor--config-cuenta {
    width: 60%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 43%;
  }

  .contenedor-opciones {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lista--footer {
    padding: 2px;
  }

  .centrar {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .contenedor--footer {
    height: 260px;
  }
}

@media screen and (max-width: 495px) {
  .logo {
    margin-top: 5px;
    margin-left: 25px;
    width: 25%;
    height: 45px;
  }

  .contenedor--config-cuenta {
    width: 60%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 52%;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    width: 30%;
    height: 45px;
  }

  .contenedor--config-cuenta {
    width: 60%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 60%;
  }

  .lista--footer {
    padding: 2px;
  }

  .centrar {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .contenedor--footer {
    height: 290px;
  }

  .telefono {
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .logo {
    margin-top: 5px;
    margin-left: 25px;
    width: 30%;
    height: 45px;
  }

  .contenedor--config-cuenta {
    width: 70%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 65%;
  }

  .contenedorhijo--logo {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 64px;
  }
}

@media screen and (max-width: 300px) {
  .logo {
    margin-top: 5px;
    margin-left: 25px;
    width: 30%;
    height: 45px;
  }

  .contenedor--config-cuenta {
    width: 90%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 80%;
  }

  .btn-2 {
    text-align: center;
    padding: 15px 70px;
    font-size: 17px;
  }
}

@media screen and (max-width: 290px) {
  .select--idioma {
    margin-top: 30px;
    padding: 8px 10px 10px 10px;
  }

  .computador {
    width: 290px;
  }

  .contenedor--footer {
    height: 325px;
  }
}

@media screen and (max-width: 280px) {
  .logo {
    margin-top: 5px;
    margin-left: 25px;
    width: 37%;
    height: 40px;
  }

  .contenedor--config-cuenta {
    width: 95%;
    margin-bottom: 10px;
  }

  .contendor--parrafo {
    width: 85%;
  }

  .btn-2 {
    text-align: center;
    padding: 15px 50px;
    font-size: 17px;
  }

  .computador {
    width: 400px;
  }

  .contenedor--footer {
    padding: 0px 10px;
  }

  .select--idioma {
    margin-top: 20px;
    padding: 10px 15px 12px 10px;
  }
}
