/* body{
    margin: 0;
    padding: 0;
} */

.container
{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.header
{
    display: flex;
    width: 1360px;
    padding: 16px 80px;
    align-items: center;
}
.logotipo
{

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    /* margin-left: 80px; */
    margin-right: auto;
    /* padding-top: 16px; */
    padding-bottom: 16px;

}
.nav
{
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
.menu ul{
    display: flex;
    align-items: flex-start;
    gap: 48px;
    list-style: none;

}

.menu ul li a
{
    text-decoration: none;
    color: var(--font-high-emphasis, #25282B);

    /* --header-link */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}
.frame_3354
{
    display: flex;
    width: 1360px;
    padding: 16px 80px;
    justify-content: space-between;
    align-items: center;
}
.left
{
    margin-left: 25px;
}
.left_title
{
    color: var(--brand-orange-pink, #FF5876);
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.left_name  img{
    /* align-self: stretch; */
    width: 50%;
    height: auto;

}
.left_paragraph
{
    display: flex;
    width: 484px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
}
.buttons_firstsecond
{
    display: flex;
}
.button_primary
{

    padding: 8px 24px;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--first-color, #FF6464);
    color: var(--bg-white, #FFF);

    /* --btn-link */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
    text-transform: uppercase;
}
.button_secondary
{
    padding: 8px 24px;
    align-items: flex-start;
    border-radius: 8px;
    border: 2px solid var(--bg-line, #25282B);
    margin-left: 12px;
    color: var(--font-high-emphasis, #25282B);

    /* --btn-link */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
    text-transform: uppercase;
}
.right
{
    margin-right: 88px;
    width: 484px;
    height: 594px;
    flex-shrink: 0;
}
.right_img
{
    margin-top: 10px;
    width: 486px;
    height: 574px;
    flex-shrink: 0;
}
.maincontent
{
    display: flex;
    padding: 0px 80px;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.maincontent_container
{
    width: 384px;
    height: 390px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #FFF;
    box-shadow: 0.888px 0.888px 3.55px 0px #000;


}
.maincontent_img
{
    width: 343px;
    height: 202px;
    flex-shrink: 0;
}
.maincontent_text h4
{
    color: var(--text-color, #000);

    /* --text-card-font */
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.maincontent_text h3
{color: #000;
    font-family: Roboto;
    font-size: 10.741px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.maincontent_text p{
    color: var(----text-color, #000);

    /* --text-card-font */
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.maincontent2
{
    display: flex;
    padding: 0px 80px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}
.contact_form
{
    display: flex;
    width: 1360px;
    height: 653px;
    padding: 16px 80px;
    flex-direction: column;

    align-items: center;
    flex-shrink: 0;
}
.contact_form_h1
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 558px;
    height: 64px;
    background: var(--text-color, #000);
    box-shadow: -4px 4px 0px 0px #FF6464;
}
.contact_form_h1 h1
{
    width: 185px;
    height: 50px;
    color: var(----light-color, #FFF);
    text-align: center;

    /* Headline 4 */
    font-family: Oxygen;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 55.012px; /* 161.8% */
}
.contact_form_p
{
    width: 588px;
    height: 44px;
}
.contact_form_p p
{
    align-self: stretch;
    color: var(--black, #0F0A0A);
    text-align: center;

    /* --normal-font */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact_form_f
{display: flex;
    width: 588px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.contact_form_name_email
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.contact_form_name_email_label
{
    display: flex;
    padding: 0px 16px;
    align-items: center;
    align-self: stretch;
    margin-top: 16px;

}
.contact_form_name_email_input label
{
    color: var(--black, #0F0A0A);

    /* --bold-font */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.8;

}
.asterik
{
    color: var(--status-error, #DA1414);

    /* --normal-font */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_form_name_email_input
{
    /* display: flex;  */
    padding: 12px 16px;
    /* justify-content: center; */
    /* align-items: flex-start; */
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--neutral-neutral-5, #858C94);
    background: var(--neutral-white, #FFF);
}
.contact_form_name_email_input input
{
    /* color: var(--black, #0F0A0A);

/* Body 1 */
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.888px; /* 161.8% */
    letter-spacing: 0.08px;
    flex: 1 0 0;
    width: 100%;
}
.mensaj_container
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 2px;
    margin-top: 16px;
    width:588px;
    height: 164px;
}
.mensaj_label
{
    display: flex;
    padding: 0px 16px;
    align-items: center;
}
.mensaj_label label
{
    color: var(--black, #0F0A0A);

    /* --bold-font */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.8;
}
.mensaj_input
{
    display: flex;
    height: 134px;
    padding: 12px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--neutral-neutral-5, #858C94);
    background: var(--neutral-white, #FFF);
}
.mensaj_input input
{
    display: flex;
    height: 26px;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    border: none;
    background: transparent;
}
.button_form
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(----first-color, #FF6464);
    box-shadow: -4px 4px 14px 0px rgba(0, 0, 0, 0.25);
    width: 588px;
    height:49px ;
    margin-top: 16px;
    color: var(----light-color, #FFF);
    text-align: center;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.652px; /* 141.575% */
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.footer
{
    display: flex;
    width: 1360px;
    padding: 16px 80px;
    justify-content: space-between;
    align-items: center;
}
/* .footer_text
{
} */
.socialmedia_contact
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25.89px;
}
input, textarea
{
    background-color: transparent;
    border: none;
}

