/*-----------------------------------------------------------Aquí debajo va el FOOTER*/

/* 
footer{
    
    width: 100%;
    padding: 0px;
    background-color: #191D88;
    background-size: cover;
}

.container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
    margin:0px;
    margin-top: 30px;
}

.box__footer{
    display: flex;
    flex-direction: column;
    padding: 10px;
}



.box__footer h2{
    margin-bottom: 5px;
    color: #000000;
    font-weight: 1000;
    font-size:x-large;
    text-align: center;
}

.box__footer a{
    margin-top: 10px;
    color: #290ccc;
    font-weight: 500;
}

.box__footer a:hover{
    opacity: 0.2;

}

.box__footer a .fab{
    font-size: 70px;
}

.box__footer p{

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
} */






/* .container {
    padding: 30px;
    display: flex;
    flex: 10;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .card {
    margin: 5px;
    width: 350px;
    height: 400px;
    padding: 0px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.56);
  }
  
  .card:nth-child(1) {
    background-color: #11135a;
  }
  
  .card:nth-child(2) {
    background-color: #11135a;
  }
  
  .card:nth-child(3) {
    background-color: #11135a;
  }
  .card:nth-child(4) {
    background-color: #11135a;
  }
  
  
  .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    z-index: 1;
  }
  
  .card:nth-child(1) .icon {
    background: #191D88;
  }
  
  .card:nth-child(2) .icon {
    background: #191D88;
  }
  
  .card:nth-child(3) .icon {
    background: #191D88;
  }

  .card:nth-child(4) .icon {
    background: #191D88;
  }
  
  .card:hover .icon {
    top: 20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  .card .icon i {
    color: rgb(255, 255, 255);
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
    z-index: 1
  }
  
  .card:hover .icon i {
    font-size: 40px;
  }
  
  .card .details {
    position: absolute;
    height: calc(100% - 120px);
    text-align: center;
    padding: 20px;
    top: 100px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 2.8rem;
  }



		.social{ */
			/*las imágenes usadas tienen width de 48px*/
			/* width:48px;
			position:fixed;
			top:50%;
			right:0;
		}

        .social_footer{
            padding: 0%;
            margin: 0;
            width: 40px;
            
        } */





        
  /* footer */



  

  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);


  
  /* section {
    width: 100%;
    display: inline-block;
    background: #333;
    height: 50vh;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
  }
   */
  /*---------------------- Footer Distribuido ----------------------*/
.footer-distributed {
  background: #FF9900;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 55px 50px;
}

.footer-left a {
  text-decoration: none;
  color: #1363DF;
  font-weight: 600;
}

.footer-left img {
  width: 100%; /* Asegura que la imagen se ajuste al contenedor */
  max-width: 200px; /* Opcional: ajusta según el diseño */
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-center a:hover {
  color: white;
}

/* Footer Left */
.footer-distributed .footer-left {
  width: 40%;
  color: #ffffff;
}

/* The Company Logo */
.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px 'Open Sans';
  margin: 0;
}

/* Footer Links */
.footer-distributed .footer-links a:hover {
  display: inline-block;
  line-height: 1.8;
  font-weight: 400;
  text-decoration: none;
  color: white;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Center */
.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background: linear-gradient(rgb(69, 194, 255), rgb(0, 13, 91));
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: rgb(15, 96, 246);
  text-decoration: none;
  font-weight: 600;
}

/* Footer Right */
.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: linear-gradient(rgb(69, 194, 255), rgb(0, 13, 91));
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: transform 0.7s;
}

.footer-icons a:hover {
  transform: scale(1.4);
}

/* Responsividad */
@media (max-width: 880px) {
  .footer-distributed {
      padding: 40px 20px; /* Ajusta el padding para pantallas más pequeñas */
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
  }

  .footer-distributed .footer-left img {
      width: 100px; /* Ajusta el tamaño de la imagen para pantallas pequeñas */
      margin: 0 auto; /* Centra la imagen */
  }

  .footer-distributed .footer-center i {
      margin: 10px auto; /* Centra los iconos */
  }
}
