img {
  width: 100%;
  overflow: hidden;
}
body {
    background: #151515;
    font-family: 'Poppins', sans-serif;
  }
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
    width: 100%;
    margin-top: 160px;
  }
  
  footer {
    margin-top: -50px;
    z-index: 2;
    position: relative;
  }
  
  footer .footer-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
  }
  
  footer .about .logo img {
    width: 150px;
    margin-bottom: 30px;
  }
  
  footer .about a {
    color: #afafaf;
    font-weight: 300;
  }
  
  footer .about ul {
    margin-top: 20px;
  }
  
  footer .about ul li {
    display: inline-block !important;
    margin-right: 5px;
  }
  
  footer .about ul li a {
    width: 32px;
    height: 32px;
    background-color: #03a4ed;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    font-size: 15px;
  }
  
  footer .about ul li a:hover {
    background-color: #ff695f;
  }
  
  footer .footer-item ul li {
    display: block;
    margin-bottom: 12px;
  }
  
  footer .footer-item ul li:last-child {
    margin-bottom: 0px;
  }
  
  footer .footer-item ul li a {
    font-size: 15px;
    color: #afafaf;
    transition: all .3s;
  }
  
  footer .footer-item ul li a:hover {
    color: #ff695f;
  }
  
  footer .footer-item p {
    font-size: 15px;
    color: #afafaf;
    margin-top: -5px;
  }
  
    footer .footer-item form {
    background-color: #03a4ed;
    height: 46px;
    border-radius: 23px;
    position: relative;
    margin-top: 15px;
  }
  
  footer .footer-item form input {
    line-height: 46px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0px 20px;
    color: #fff;
    outline: none;
  }
  
  footer .footer-item form input::placeholder {
    color: #fff;
  }
  
  footer .footer-item form button {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #0056b3; /* Fondo accesible */
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  
  footer .footer-item form button:hover {
    background-color: #004494;
  }
  
  footer .footer-item form button i {
    margin-right: 6px;
  }
  footer .copyright p {
    text-align: center;
    border-top: 1px solid #eee;
    color: #afafaf;
    margin-top: 50px;
    padding: 20px 0px;
    font-weight: 300;
  }
  
  footer .copyright p a {
    color: #ff695f;
  }  