/* Inicio de Footer */
#footer{
          max-width: 100%;
          /* background-color: #152f70; */
          background-color: #020927;
          /* border: 1px solid red; */
          box-sizing: border-box;
          overflow: hidden;
          }

.col_1_footer {
              box-sizing: border-box;
              float: left;
              width: 15%;
              overflow: hidden;
              margin: .5%;
              margin-top: 30px;
              margin-bottom: 10px;
              /* height: 290px; */
              /* border: 1px solid red; */
              }

.logo_final_img {
      box-sizing: border-box;
      /* display: flex; */
      /* margin-top: 10px; */
      margin-left: auto;
      margin-right: auto;
      /* border: 1px solid yellow; */
}

.logo_final_img_1{
      float: right;
      align-content: center;
      height: 130px;
      width: 130px;
      /* border: 1px solid pink; */
}

.col_2_footer, .col_3_footer {
              /* background-color: #4F4F4F; */
              box-sizing: border-box;
              /* border: 1px solid pink; */
              float: left;
              width: 25%;
              overflow: hidden;
              margin: 1%;
              margin-top: 10px;
              margin-bottom: 10px;
              /* height: 290px; */
              }

.col_4_footer {
              /* background-color: #4F4F4F; */
              box-sizing: border-box;
              /* border: 1px solid pink; */
              float: left;
              width: 25%;
              overflow: hidden;
              margin: 1%;
              margin-top: 60px;
              margin-bottom: 10px;
              /* height: 290px; */
              }

.logo_final section:hover{
                          filter: grayscale(100%);
                          }




.col_2_footer h1, .col_3_footer h1{
                margin-top: 1px;
                margin-left: 40px;
                border-bottom: 2px solid #ffffFF;
                margin-right: 80px;
                color: #ffffff;
                font-size: 22px;
                font-family: 'Oswald', sans-serif;
                letter-spacing: 3px;
                }

.col_2_footer h2{
        /* border: solid 1px red; */
        font-size: 18px;
        margin-top: 10px;
        margin-left: 80px;
        color: #ffffff;
}

.redes_footer{
        /* border: solid 1px blue; */
        height: 44px;
        align-items: center;
}

.redes_footer h2{
        /* border: solid 1px red; */
        font-size: 18px;
        margin-top: 15px;
        margin-left: 100px;
        color: #ffffff;
        width: 80px;
        float: left;
}

.redes_footer a img{
        /* border: solid 1px purple; */
        height: 34px;
}

.logo_redes {
            width: 35px;
            height: 35px;
            /* filter: grayscale(100%); */
            margin-left: 20px;
            margin-top: 10px;
}

.logo_redes:hover {
            filter: grayscale(80%);
}

.col_2_footer h3{
        color: #B1D3EC;
        font-size: 12px;
        margin-left: 100px;
        margin-top: 10px;
}


.col_4_footer h2{
        margin-left: 70px;
        margin-bottom: 20px;
        margin-top: 10px;
}

.col_4_footer h2 a{
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
}

.col_4_footer h3{
        color: #B1D3EC;
        font-size: 12px;
        margin-left: 80px;
        margin-top: 10px;
}

.col_4_footer h3 a{
        text-decoration: none;
        color: #B1D3EC;
        font-size: 12px;
        margin-top: 10px;
}

.col_2_footer h3 a:hover{
        color: #B1D3EC;
}

.col_2_footer h3 a{
                text-decoration: none;
                color: #ffffff;
                }

@media screen and (max-width: 800px){

                                      #footer{
                                                width: 100%;
                                                /* background-color: #4F4F4F; */
                                                /* border: 1px solid red; */
                                                height: auto;
                                                overflow: hidden;
                                                margin-top: 1px;
                                                /* display: block; */
                                                /* align-items: center; */
                                                }

                                      .col_1_footer{
                                                    width: 100%;
                                                    /* background-color: #4F4F4F; */
                                                    height: 173px;
                                                    margin-top: 0px;
                                                    margin-left: auto;
                                                    margin-right: auto;
                                                    border-bottom: solid 2px #152f70;
                                                    }

                                      .logo_final_img {
                                                    box-sizing: border-box;
                                                    margin-top: none;
                                                    margin-left: auto;
                                                    margin-right: auto;
                                                    /* border: 1px solid red; */
                                                    height: 150px;
                                                    display: flex;
                                                    justify-content: center;

                                                  }

                                                  .logo_final_img_1{
                                                        height: 100px;
                                                        width: 100px;
                                                        margin-top: 20px;
                                                        /* border: 1px solid pink; */
                                                        align-content: center;
                                                  }


                                      .col_2_footer, .col_3_footer {
                                                    width: 100%;
                                                    border-bottom: solid 2px #152f70;
                                                    padding-bottom: 5px;
                                                    }

                                      .col_4_footer {
                                                    width: 100%;
                                                    margin-top: 5px;
                                                    margin-bottom: 10px;
                                                    }

                                    }


/* Fin de Footer */
