footer {
            
    width: 100%;
    /* background-color: rgb(44, 44, 44); */
    background-color: #2a6d80;
    position: relative;
}
.top_footer {
    top: 0;
    margin: auto;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #5ca9bf;
}
.bottom_footer {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: #64b1c6;
}
.contenido_footer {
    padding-left: 100px;
    display: flex;
}
.footer_first {
    display: block;
    margin-left: 50px;
}
.contenido_footer .logo_div {
   margin-left: -50px;
   margin-bottom: 20px;
   height: auto;
}
.footer_first .suscribete {
    color: white;
    font-size:18px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 35px;
}
.footer_first .email {
    width: 350px;
    background: transparent;
    height: 40px;
    border: 0px solid grey ;
    border-bottom: 1px solid rgb(201, 201, 201);
    color: white;
    font-size: 20px;
    height: 50px;
    margin-bottom: 30px;
}
.footer_first input::placeholder {
    padding-left: 20px;
    color: rgb(141, 141, 141);
}
.div_checkbox {
    color: white;
    font-family: sans-serif;
    margin-bottom: 30px;
}
.div_checkbox a{
    text-decoration: none;
    color: #40DB86;
}
.div_checkbox input {
    margin-right: 10px;
    width: 15px;
    margin-top: -15px;
}
.name_2 {
    color: white;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog, .casos_exito {
    text-decoration: none;
    color: rgb(179, 184, 178);
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 45px;
}
.casos_exito_bottom {
   padding-bottom: 150px;
}



.soluciones,.barcelona {
    margin-top: 55px;
    color: white;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.marketingb2b, .marketingb2c, .performance, .branding, .consultoria, .direccio {
    color: rgb(179, 184, 178);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.branding {
    margin-top: 93px;
}


.footer_second {
    margin-left: 60px;
    margin-right: 90px;
}
.footer_second > div:first-of-type, .footer_third > div:first-of-type {
    display: flex;
}
.footer_second > div:first-of-type div:first-of-type, .footer_third > div:first-of-type div:first-of-type {
    margin-right: 70px;
}

.footer_second > div:nth-child(2) {
    margin-top: 140px;
}
.footer_third > div:nth-child(2) {
    margin-top: 65px;
}


@media (max-width: 768px) {

    .contenido_footer {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_first, .footer_second, .footer_third {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer_first .email {
        width: 100%;
        margin-bottom: 20px;
    }

    .div_checkbox {
        justify-content: center;
        text-align: center;
    }

    .footer_first .suscribete,
    .name_2, 
    .blog, 
    .casos_exito {
        text-align: center;
        margin: 0;
        line-height: normal;
    }

    .footer_second, .footer_third {
        margin-top: 0;
    }

    .soluciones, 
    .barcelona, 
    .branding, 
    .consultoria, 
    .direccio {
        text-align: center;
    }

    .footer_second > div:first-of-type, 
    .footer_third > div:first-of-type {
        flex-direction: column;
        align-items: center;
    }

    .footer_second > div:first-of-type div:first-of-type, 
    .footer_third > div:first-of-type div:first-of-type {
        margin-right: 0;
    }

    .bottom_footer {
        position: relative;
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

    #logo_div_footer {
        justify-content: center;
        margin: 10px auto;
        padding-left: 0;
        
    }
    .casos_exito_bottom {
        padding-bottom: 0px;
    }
    .soluciones {
        margin-top: 20px;
    }
    .barcelona {
        margin-top: 20px;
    }
    .footer_second > div:nth-child(2) {
        margin-top: 0px;
    }
    .footer_second {
        margin-bottom: 0px;
    }
    .branding {
        margin-top: 0px;
    }
    .footer_third > div:nth-child(2) {
        margin-top: 0px;
    }
}
