/* BANNER PRESENTACION*/

div#main {
    height: 100vh;
    width: 100%;
    background-color: var(--color-azul);

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;

    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;

    clip-path: circle(0% at top);
    transition: clip-path 1s ease-in-out;

    overflow-y: auto;
}

div#main_logo {
    display: flex;
    width: 90%;
    margin: auto;
    position: relative;
    align-items: center;
    justify-content: center;

}

figure#main_logo_logo {
    width: calc(60px + (240 - 25)*((100vw - 300px) / (1600 - 300)));
}

div#main_logo .main-logo-titulo
{
    font-family: 'unbounded';
    
    background-image: url(../img/wave_logo.svg);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    background-position: bottom;

    font-size: calc(70px + (200 - 25)*((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    display: flex;
    align-items: flex-start;

    color: rgb(255, 255, 255, .5);

    animation: animar-wave 15s linear infinite;
}

div#main_logo .contenedor-texto-sup
{
    display: flex;
    max-width: 0;
    overflow: hidden;
    transition: all 1.5s ease-in-out;
}

div#main_wave_bottom {
    width: 100%;
    position: absolute;
    bottom: -22px;
}

/* FIN BANNER PRESENTACION*/

/* QUE HACEMOS */

.contenedor-swiper
{
    position: relative;
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;

}

.contenedor-interno-swiper {
    position: relative;
    width: -webkit-fill-available;
}

.swiper-button-presentacion-next {
    position: absolute;
    right: -25px;
    bottom: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#whatwedo p.subtitulo {
    font-family: 'lexend';
    font-weight: 300;
    font-size: larger;
}

div#whatwedo .contendedor-derecho p.texto-normal {
    font-family: 'unbounded';
    font-size: var(--titulo-tam);
    font-weight: 300;
}

/* FIN QUE HACEMOS */

/* CONTACTO*/

/*#contacto { padding-bottom: 150px; }*/

figure.footer-contenedor-svg {
    position: absolute;
    bottom: -15px;
    z-index: 1;
    width: 100%;
}

form#form_home_contacto {
    position: relative;
    z-index: 2;
}

/* FIN CONTACTO */