/*** FOOTER ***/

.row-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.row-height {
    height: 400px;
}

.row-height2 {
    height: 50px;
}

.left {
    width: 60%;
}

.right {
    width: 40%;
}

.footer {
    background-color: #10281c;
}

.copyright {
    background-color: white;
    font-family: Gothic A1, Tahoma, sans-serif;
    text-decoration: none;
}

.column-copyright1, .column-copyright2 {
    width: 48%;
}

.column-copyright1 a{
    color: inherit;
}

.column-copyright2 {
    text-align: right;
}

/*Se crean los botones de redes sociales*/
.btnSocial {
    padding:10px 12px 5px;
    font-size: 30px;
    text-align: center;
    justify-content: center;
    text-decoration:none;
    border-radius: 50%;
    height: 25px;
    margin-right: 20px;
    background-color: #33845C;
    color: white;
}
  
.btnSocial:hover {
    background-color: #1B588D;
}

.btn-twitter {
    padding:8px 16px 8px;
}

.logoFooter {
    height: 300px;
    margin-left: 30px;
}

.social-buttons {
    margin-top: -70px;
    margin-left: 160px;
}

.logo-buttons {
    margin-top: -100px;
}

.column-footer {
    float: left;
    box-sizing: border-box;
}

.column-footer-link {
    width: 30%;
    font-family: Gothic A1, Tahoma, sans-serif;
    list-style-type: none;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.column-footer-link a {
    text-decoration: none;
    color: white;
    font-weight: lighter;
    font-size: 15px;
}

.footer-link-title a{
    color: white;
    font-weight: bolder;
    font-size: 22px;
}

.column-footer-link a:hover {
   color: #33845C;
}

.row-footer:after {
    content: "";
    display: table;
    clear: both;
}