ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
#row{
  margin-bottom: -4%;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 0px;
  width: 30%;
}
.footer-logo img {
    max-width: 100%;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon a:hover .fa-facebook-f{
  color: #3B5998;
}
.footer-social-icon a:hover .fa-instagram{
  color: #833AB4;
}
.footer-social-icon a:hover .fa-youtube{
  color: #ff3014;
}
.footer-social-icon i:hover{
  background-color: #ffffff;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.instagram-bg{
  background: 	#833AB4;
}
.youtube-bg{
  background: #ff3014;
}
#remit{
  margin-left: -5%;
}
#ENLACES{
  margin-left: 5%;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: 0%;
  position: relative;
}

#remit h3.footer-link-title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

#remit h3.footer-link-title:hover {
  color: #f7b900;
}

@media (max-width: 768px) {
  #remit h3.footer-link-title {
    font-size: 1rem;
    text-align: center;
  }
}



.footer-widget-heading a{
  text-decoration: none;
}
.footer-widget-heading h3:hover{
  color: #f7b900;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 10;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #f7b900;
}
.footer-widget ul li {
  display: inline-block;
  width: 40%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #f7b900;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: hsl(0, 0%, 100%);
  padding: 2px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
#footer{
  background-color: rgb(1, 1, 24);
}


