.section .title
{
    font-size: 40px;
}

#banner
{
    background-color: var(--green-dark);
    min-height: 100vh;
}


/*
    ---------
    |AGENCIA|
    ---------
*/


#agencia
{
    min-height: 100vh;
    background-color: var(--white-dark);
}
#agencia .container
{
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    align-self: start;
}

#agencia .nav-menu
{
    align-self: start;
    margin-top: 60px;
}

#agencia .content 
{
    align-self: start;
}

#agencia .underTitle
{
    background-color: var(--green-dark);
}

#agencia .text
{
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.5;
}

#agencia .cta
{
    font-size: 18px;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 0px;
}


/*
    -----------
    |SERVICIOS|
    -----------
*/


#servicios
{
    background-color: var(--white-dark);
    min-height: 100vh;
    height: 120vh;
}

#servicios .container
{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

#servicios .nav-menu
{
    align-self:flex-start;
}

#servicios .content 
{
    align-self: flex-start;
}
#servicios .button
{
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 8px 16px;
    border-radius: 2px;

    font-weight: 600;
    color: var(--white-dark);
    background-color: var(--green-dark);

    text-decoration: none;
}

#yaguarete-slider
{
    scroll-behavior: auto !important;
}

/*
    --------
    |EQUIPO|
    --------
*/

#equipo
{
    background-color: var(--green-dark);
    min-height: 100vh;
    color: var(--white-dark);
}
#equipo .title
{
    font-size: 50px;
    text-align: center;
    margin-bottom: 96px;
}

#equipo .content 
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 70px 0px;
}


#equipo .perfil
{
    text-align: center;
    width: 320px;
}
#equipo .foto
{
    display: block;
    width: 210px;
    margin: 0 auto;
}

#equipo .nombre
{
    font-size: 22px;
    margin: 15px 0 5px 0;
}

#equipo .cargo
{
    font-weight: 300;
}


/*
    ----------
    |CLIENTES|
    ----------
*/


#clientes
{
    background-color: var(--green-light);
    min-height: 100vh;
}

#clientes .container
{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

#clientes .nav-menu
{
    align-self:flex-start;
}

#clientes .content 
{
    align-self: flex-start;
}

#yaguarete-slider-clientes
{
    scroll-behavior: auto !important;
}


/*
    ----------
    |CONTACTO|
    ----------
*/


#contacto
{
    height: fit-content;
    min-height: 100vh;
    background-color: var(--white-dark);
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

#contacto .container
{
    align-self: start;
    display: flex;
    flex-wrap: wrap;
}

#contacto .nav-menu
{
    align-self:flex-start;
}

#contacto .content 
{
    width: 100%;
    align-self: flex-start;
    margin: 0 auto;
    padding: 60px 0;
}

#contacto .sedes
{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 150px;
}

#contacto .sede
{
    text-align: center;
}

#contacto .sede .pais
{
    font-weight: 300;
    text-transform: uppercase;
    margin: 8px 0;
}

#contacto .sede .numero
{
    font-weight: 400;
}

#contacto .underTitle
{
    margin-bottom: 25px;
}


#contacto .formulario *
{
    border: none;
}

#contacto .formulario .campo
{
    display: block;
    width: 100%;
    padding: 20px 30px;
    border-radius: 50px;

    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;

    color: var(--green-dark);
    background-color: #c4c4c4;
}

#contacto .formulario .textarea
{
    height: 170px;
    border-radius: 40px;
}

#contacto .formulario .boton
{
    display: block;
    width: fit-content;
    
    font-size: 20px;
    font-weight: 600;

    margin: 45px auto 5px auto;
    padding: 15px 60px;
    border-radius: 50px;

    color: var(--white-dark);
    background-color: var(--green-dark);

    cursor: pointer;
}


/*
    --------
    |FOOTER|
    --------
*/
#contacto footer
{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #474747;
    align-self: flex-end;
    padding-bottom: 20px;
}

#contacto footer *
{
    color: var(--white-dark);
}

#contacto .sponsor
{
    width: 100%;
    background-color: #7A7A7A;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0;
}
#contacto .grid
{
    width: 100%;
    max-width: 1300px;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#contacto .grid .column
{
    height: 100%;
    align-self: center;
    width: 30%;
}

#contacto .grid .column p 
{
    font-weight: 300;
}