@charset "UTF-8";
footer {
  background-color: #181a1c;
  color: white;
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
footer .newsfooter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}
footer .newsfooter .info {
  width: 25%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
footer .newsfooter .info h2 {
  margin: 20px;
}
footer .newsfooter .info ul {
  width: 20%;
  list-style-type: "▶   ";
  display: flex;
  padding: 0;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
footer .newsfooter .info ul li a {
  color: white;
  text-decoration: none;
}
footer .newsfooter .info ul li a:hover {
  color: rgb(254, 206, 26);
}
footer .newsfooter .info ul li::marker {
  color: rgb(254, 206, 26);
  font-size: 15px;
  padding: 10px;
}
footer .newsfooter .suscribe {
  display: flex;
  width: auto;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
footer .newsfooter .suscribe h2 {
  margin: 20px;
}
footer .newsfooter .suscribe .form-sub {
  position: relative;
  background: transparent;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
footer .newsfooter .suscribe .form-sub .container-sub {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
footer .newsfooter .suscribe .form-sub .container-sub form {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
footer .newsfooter .suscribe .form-sub .container-sub form .input-sub {
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
}
footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input {
  width: 350px;
  height: 35px;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 15px;
  border: 2px solid rgb(254, 206, 26);
  background-color: white;
  color: #181a1c;
  outline: none;
}
footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input::-webkit-autofill {
  background: transparent !important;
}
footer .newsfooter .suscribe .form-sub .container-sub form .input-sub label {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: rgb(254, 206, 26);
  font-size: 19px;
  pointer-events: none;
  transition: 0.2s;
}
footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input:focus ~ label {
  top: 0;
  left: 15px;
  font-size: 16px;
  padding: 0 2px;
  background: transparent;
}
footer .newsfooter .suscribe .form-sub .container-sub form .btn {
  margin: 20px;
  position: relative;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 200px;
  color: #ffde4e;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn {
  border: 3px solid #ffde4e;
  border-radius: 5px;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:hover {
  border-color: #ffef9d;
  color: #ffef9d;
  text-shadow: 0 0 20px #ffef9d;
  background: transparent;
  box-shadow: 0 0 20px #ffef9d;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:active {
  background-color: #ffde4e;
  border-color: #ffde4e;
  color: #181a1c;
  font-weight: 200;
  text-shadow: 0 0 20px #181a1c;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn span:nth-child(n) {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 3px solid #ffde4e;
  transition: all 0.5s ease;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn span:nth-child(1) {
  right: 10%;
  top: -15%;
  background: #ffde4e;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn span:nth-child(2) {
  left: 10%;
  bottom: -15%;
  background: #ffde4e;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:hover span:nth-child(1) {
  right: 80%;
  transform: rotate(90deg);
  border-color: #ffef9d;
  background-color: #ffef9d;
  box-shadow: 0 0 20px #ffef9d;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:hover span:nth-child(2) {
  left: 80%;
  transform: rotate(90deg);
  border-color: #ffef9d;
  background-color: #ffef9d;
  box-shadow: 0 0 20px #ffef9d;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:active span:nth-child(n) {
  border-color: #ffde4e;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:active span:nth-child(1) {
  background-color: #ffde4e;
}
footer .newsfooter .suscribe .form-sub .container-sub form .botn:active span:nth-child(2) {
  background-color: #ffde4e;
}
footer .newsfooter .redes {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
footer .newsfooter .redes h2 {
  line-height: 35px;
  margin: 0;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 25px;
}
footer .newsfooter .redes .redes-sociales {
  list-style: none;
  padding: 0;
  display: flex;
}
footer .newsfooter .redes .redes-sociales .red-social {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
footer .newsfooter .redes .redes-sociales .red-social a {
  display: block;
  text-decoration: none;
}
footer .newsfooter .redes .redes-sociales .red-social-tiktok {
  background-color: gray;
}
footer .newsfooter .redes .redes-sociales .red-social-facebook {
  background-color: gray;
}
footer .newsfooter .redes .redes-sociales .red-social-telegram {
  background-color: #0088cc;
}
footer .newsfooter .redes .redes-sociales .red-social-linkedin {
  background-color: #0077b5;
}
footer .newsfooter .redes .redes-sociales .red-social i {
  font-size: 30px;
  color: white;
}
footer .newsfooter .redes .ubicacion-container {
  display: flex;
  align-items: center;
}
footer .newsfooter .redes .ubicacion-container .ubicacion-image {
  width: 50px; /* Tamaño de la imagen */
  height: 50px;
  margin-right: 20px; /* Espacio entre la imagen y la dirección */
}
footer .newsfooter .redes .ubicacion-container .direccion {
  font-size: 18px;
}
footer .endpart {
  width: 100%;
}
footer .endpart p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
footer .endpart p a {
  color: rgb(254, 206, 26);
  text-decoration: none;
}
footer .endpart p a:hover {
  color: white;
}

@media screen and (max-width: 931px) {
  footer .newsfooter .info h2 {
    margin: 20px;
    font-size: 20px;
  }
  footer .newsfooter .info ul {
    width: 20%;
    list-style-type: "▶   ";
    display: flex;
    padding: 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
  footer .newsfooter .info ul li a {
    font-size: 15px;
    color: white;
    text-decoration: none;
  }
  footer .newsfooter .info ul li a:hover {
    color: rgb(254, 206, 26);
  }
  footer .newsfooter .info ul li::marker {
    color: rgb(254, 206, 26);
    font-size: 15px;
    padding: 10px;
  }
  footer .newsfooter .suscribe h2 {
    margin: 20px;
    font-size: 20px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input {
    width: 200px;
    height: 30px;
    font-size: 15px;
  }
  footer .newsfooter .redes h2 {
    line-height: 30px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 15px;
  }
  footer .newsfooter .redes .redes-sociales {
    list-style: none;
    padding: 0;
    display: flex;
  }
  footer .newsfooter .redes .redes-sociales .red-social {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
  footer .newsfooter .redes .redes-sociales .red-social a {
    display: block;
    text-decoration: none;
  }
  footer .newsfooter .redes .redes-sociales .red-social-tiktok {
    background-color: gray;
  }
  footer .newsfooter .redes .redes-sociales .red-social-facebook {
    background-color: gray;
  }
  footer .newsfooter .redes .redes-sociales .red-social-telegram {
    background-color: #0088cc;
  }
  footer .newsfooter .redes .redes-sociales .red-social-linkedin {
    background-color: #0077b5;
  }
  footer .newsfooter .redes .redes-sociales .red-social i {
    font-size: 15px;
    color: white;
  }
  footer .newsfooter .redes .ubicacion-container {
    display: flex;
    align-items: center;
  }
  footer .newsfooter .redes .ubicacion-container .ubicacion-image {
    width: 25px; /* Tamaño de la imagen */
    height: 25px;
    margin-right: 10px; /* Espacio entre la imagen y la dirección */
  }
  footer .newsfooter .redes .ubicacion-container .direccion {
    font-size: 15px;
  }
  footer .endpart p {
    font-size: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  footer .newsfooter .info h2 {
    margin: 20px;
    font-size: 20px;
  }
  footer .newsfooter .info ul {
    width: 20%;
    list-style-type: "▶   ";
    display: flex;
    padding: 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
  footer .newsfooter .info ul li a {
    font-size: 15px;
    color: white;
    text-decoration: none;
  }
  footer .newsfooter .info ul li a:hover {
    color: rgb(254, 206, 26);
  }
  footer .newsfooter .info ul li::marker {
    color: rgb(254, 206, 26);
    font-size: 15px;
    padding: 10px;
  }
  footer .newsfooter .suscribe h2 {
    margin: 20px;
    font-size: 20px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub label {
    font-size: 10px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input {
    width: 100px;
    height: 30px;
    font-size: 15px;
  }
  footer .newsfooter .redes h2 {
    line-height: 30px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 15px;
  }
  footer .newsfooter .redes .redes-sociales {
    list-style: none;
    padding: 0;
    display: flex;
  }
  footer .newsfooter .redes .redes-sociales .red-social {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
  footer .newsfooter .redes .redes-sociales .red-social a {
    display: block;
    text-decoration: none;
  }
  footer .newsfooter .redes .redes-sociales .red-social-tiktok {
    background-color: gray;
  }
  footer .newsfooter .redes .redes-sociales .red-social-facebook {
    background-color: gray;
  }
  footer .newsfooter .redes .redes-sociales .red-social-telegram {
    background-color: #0088cc;
  }
  footer .newsfooter .redes .redes-sociales .red-social-linkedin {
    background-color: #0077b5;
  }
  footer .newsfooter .redes .redes-sociales .red-social i {
    font-size: 15px;
    color: white;
  }
  footer .newsfooter .redes .ubicacion-container {
    display: flex;
    align-items: center;
  }
  footer .newsfooter .redes .ubicacion-container .ubicacion-image {
    width: 25px; /* Tamaño de la imagen */
    height: 25px;
    margin-right: 5px; /* Espacio entre la imagen y la dirección */
  }
  footer .newsfooter .redes .ubicacion-container .direccion {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  footer .newsfooter .info h2 {
    margin: 10px;
    font-size: 15px;
  }
  footer .newsfooter .info ul {
    width: 20%;
    list-style-type: "▶   ";
    display: flex;
    padding: 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
  footer .newsfooter .info ul li a {
    font-size: 10px;
    color: white;
    text-decoration: none;
  }
  footer .newsfooter .info ul li a:hover {
    color: rgb(254, 206, 26);
  }
  footer .newsfooter .info ul li::marker {
    color: rgb(254, 206, 26);
    font-size: 15px;
    padding: 10px;
  }
  footer .newsfooter .suscribe h2 {
    margin: 10px;
    font-size: 15px;
    width: 80%;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub label {
    font-size: 10px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input {
    width: 60px;
    height: 30px;
    font-size: 15px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .btn {
    margin: 10px;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 10px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .botn span:nth-child(n) {
    position: absolute;
    width: 3px;
    height: 3px;
  }
  footer .newsfooter .redes {
    align-items: center;
  }
  footer .newsfooter .redes h2 {
    line-height: 30px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10px;
  }
  footer .newsfooter .redes .redes-sociales {
    list-style: none;
    padding: 0;
    display: flex;
  }
  footer .newsfooter .redes .redes-sociales .red-social {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 15px;
  }
  footer .newsfooter .redes .redes-sociales .red-social a {
    display: block;
    text-decoration: none;
  }
  footer .newsfooter .redes .redes-sociales .red-social i {
    font-size: 10px;
    color: white;
  }
  footer .newsfooter .redes .ubicacion-container {
    display: flex;
    align-items: center;
  }
  footer .newsfooter .redes .ubicacion-container .ubicacion-image {
    width: 20px; /* Tamaño de la imagen */
    height: 20px;
    margin-right: 2px; /* Espacio entre la imagen y la dirección */
  }
  footer .newsfooter .redes .ubicacion-container .direccion {
    font-size: 8px;
  }
}
@media screen and (max-width: 350px) {
  footer .newsfooter .info h2 {
    margin: 0;
    font-size: 10px;
  }
  footer .newsfooter .info ul {
    width: 20%;
    list-style-type: "▶  ";
    display: flex;
    padding: 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
  footer .newsfooter .info ul li a {
    font-size: 5px;
    color: white;
    text-decoration: none;
  }
  footer .newsfooter .info ul li a:hover {
    color: rgb(254, 206, 26);
  }
  footer .newsfooter .info ul li::marker {
    color: rgb(254, 206, 26);
    font-size: 10px;
    padding: 10px;
  }
  footer .newsfooter .suscribe h2 {
    margin: 0;
    font-size: 10px;
    width: 80%;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub label {
    font-size: 10px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .input-sub input {
    width: 35px;
    height: 15px;
    font-size: 10px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .btn {
    margin: 10px;
    padding: 2px 5px;
    font-size: 8px;
  }
  footer .newsfooter .suscribe .form-sub .container-sub form .botn span:nth-child(n) {
    position: absolute;
    width: 3px;
    height: 3px;
  }
  footer .newsfooter .redes h2 {
    line-height: 30px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10px;
  }
  footer .newsfooter .redes .redes-sociales {
    list-style: none;
    padding: 0;
    display: flex;
  }
  footer .newsfooter .redes .redes-sociales .red-social {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
  footer .newsfooter .redes .redes-sociales .red-social a {
    display: block;
    text-decoration: none;
  }
  footer .newsfooter .redes .redes-sociales .red-social i {
    font-size: 12px;
    color: white;
  }
  footer .newsfooter .redes .ubicacion-container {
    display: flex;
    align-items: center;
  }
  footer .newsfooter .redes .ubicacion-container .ubicacion-image {
    width: 20px; /* Tamaño de la imagen */
    height: 20px;
    margin-right: 2px; /* Espacio entre la imagen y la dirección */
  }
  footer .newsfooter .redes .ubicacion-container .direccion {
    font-size: 8px;
  }
  footer .endpart {
    width: 100%;
  }
  footer .endpart p {
    width: 100%;
    text-align: center;
    font-size: 8px;
    margin: 0;
  }
  footer .endpart p a {
    color: rgb(254, 206, 26);
    text-decoration: none;
  }
  footer .endpart p a:hover {
    color: white;
  }
}/*# sourceMappingURL=footer.css.map */