/*-----------------------------------------------------------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-distributed{
      background: #FF9900;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      /* font: bold 16px sans-serif; */
      padding: 55px 50px;
      
  }

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

  .footer-left img{
    width: 50%;
  }
  
  .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%;
      text-decoration: none;
      outline: none;
      color: #ffffff;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
      color:  #ffffff;
      font: normal 36px 'Open Sans';
      margin: 0;
  }
  

  
  /* Footer links */
  
  /* .footer-distributed .footer-links{
      color:  #ce1a1a;
      margin: 10px 0 2px;
      padding: 0;
  } */

  .icon2{
    margin-top: 8px;
  }
  
  .footer-distributed .footer-links a:hover{
      display:inline-block;
      line-height: 1.8;
    font-weight:400;
      text-decoration: none;
      color:  white;

  }
  
  /* .footer-distributed .footer-company-name{
      color:  #fffcfc;
      font-size: 14px;
      font-weight: normal;
      margin: 0;
  } */
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
      width: 35%;
  }
  
  .footer-distributed .footer-center i{
      background-color:  #0a87d4;
      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-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* 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-color:  #0a87d4;
      border-radius: 2px;
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      line-height: 35px;
     
      margin-right: 3px;
      margin-bottom: 5px;
  }
  
  /* If you don't want the footer to be responsive, remove these media queries */
  
  @media (max-width: 880px) {
  
      .footer-distributed{
          font: bold 14px sans-serif;
      }
  
      .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-center i{
          margin-left: 0;
      }
  
  }

	