.contenedor-presentacion {
    padding-top: 80px;
    padding-bottom: 160px;
    padding-left: 10px;
    padding-right: 10px;
}

.flex-presentacion {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content:flex-end;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    border-style: none;
    border-width: 0;
}

.contenedor-presentacion h1 {
    font-size: 5rem;
    text-align: center;
    font-weight: 700;
    font-family: "Space Grotesk";
}

.contenedor-presentacion h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    font-family: "Space Grotesk";
    color: #8294A6;
}

.contenedor-presentacion .bajada {
    padding-top: 15px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    font-family: "Space Grotesk";
    color: #123354;
}

.contenedor-presentacion .imagen {
    margin-top: 60px;
    text-align: center;
    width: 700px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

.contenedor-presentacion .botones {
    margin-top: 30px;
    text-align: center;
    vertical-align:middle;
}

.contenedor-presentacion .btn-whatsapp {
    color: #25D366;
    background-color: #123354;
}

.contenedor-presentacion .btn-whatsapp:hover {
    background-color: rgb(190,190,190);
    color: black;
}

.contenedor-presentacion .btn-telefono {
    color: rgb(44,158,180);
    background-color: transparent;
    border-style: none;
    border-color: rgb(210,210,210);
    border-width: 1px;
    border-radius: 25px;
}

.contenedor-presentacion .imagen-whatsapp {
    margin: 0;
    vertical-align: middle;
    padding: 0;
    padding-left: 10px;
}

@media(width < 750px) {
    .contenedor-presentacion h1 {
        font-size: 3.5rem;
    }

    .contenedor-presentacion h2 {
        font-size: 3rem;
    }

    .contenedor-presentacion .imagen {
        width: 100%;
    }
}