:root {
    --white: #FFFFFF;
    --offblack: #425565;
    --pink: #F0BE9F;
    --skyblue: #6CC0D0;
    --grey: #ECEEF0;

    --fuentePrincipal: 'Quicksand', sans-serif;
    --fuenteSecundaria: 'Rubik', sans-serif;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* INICIO ESTILOS GENERALES */

h1, h2, h3, h4, p, li, form {
    font-family: var(--fuentePrincipal);
}

h3 {
    margin-bottom: 2.4rem;

    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;

    color: var(--skyblue);
}

p, span {
    margin: 0;
}

p {
    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

section {
    padding-bottom: 14rem;
}

.containerlg {
    max-width: 1440px;
    margin: 0 auto;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}

.title, .title--dark{
    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 5rem;
}
    @media (max-width: 570px) {
        .title, .title--dark {
            font-size: 2.4rem;
            line-height: 3rem;
        }
    }
.title--dark {
    color: var(--offblack);
}

.dark {
    color: var(--offblack);
}

.msize {
    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
}
.ssize {
    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
}

.btn {
    padding: 7px 21px;

    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;

    text-align: center;
    letter-spacing: 0.1em;

    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--skyblue);
    color: var(--white);
    border: 0.5px solid var(--white);
    box-shadow: 0px 0px 4px var(--white);
    border-radius: 8px;
    margin: 1rem;
    min-width: 16rem;
}

.buy__btn {
    padding: 7px 21px;

    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;

    text-align: center;
    letter-spacing: 0.1em;

    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--pink);
    color: var(--white);
    border: 0.5px solid var(--white);
    box-shadow: 0px 0px 4px var(--white);
    border-radius: 8px;
    margin: 1rem;
    min-width: 16rem;
}

.ptop-24 {
    margin-top: 2.4rem;
}

header{
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #425565;
}
    @media (min-width: 571px) and (max-width: 1439px){
        header {
            width: 90%;
        }
    }
    @media (max-width: 570px) {
        header {
            height: auto;
            padding-top: 2rem;
            font-weight: 500;
            font-size: 2.4rem;
            line-height: 30px;
        }
    }

header h1{
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    padding-top: 7px;
}
    @media (max-width: 570px) {
        .logo {
            align-self: flex-start;
        }
    }

.logo__image {
    width: 160px;
    height: 29px;
}

.navigation {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profileimage {
    width: 16px;
    height: 17px;
}

.navigation ul{
    display: flex;
    align-items: center;
    text-align: center;
}

.navigation__list li{
    padding: 0 2rem;
}
    @media (max-width: 570px) {
        .navigation__list li:first-of-type{
            margin-top: 6rem;
        }
        .navigation__list li{
            margin-bottom: 4rem;
        }
    }

.navigation__list li a, .languages_ops a{
    color: #425565;
}

.languages_ops a {
    font-size: 1.4rem;
}

.session {
    gap: 1rem;
}
    @media (max-width: 570px) {
        .session {
            gap: 3.9rem;
        }
        .session li {
            padding: 1em 2.5em;

            font-weight: 700;
            font-size: 1.6rem;
            line-height: 2rem;
            letter-spacing: 0.1em;
        }
    }

.contact, .login {
    padding: 7px 24px;
    border-radius: 8px;
    min-width: 150px;
}

.contact {
    background: #6CC0D0;
}

.contact a {
    color: var(--white);
}

.login{
    border: 1px solid #6CC0D0;
}
    @media (max-width: 570px) {
        .login{
            margin-bottom: 5.8rem;
        }
    }

.login a {
    color: var(--skyblue);
}

@media (max-width: 570px) {
    header, .navigation,.navigation ul {
        flex-direction: column;
    }
}
/* FIN ESTILOS GENERALES */

/* BEGIN SECTION PARTNERS */

#section_partners {
    padding-bottom: 0;
    margin-bottom: 24rem;
}
    @media (max-width: 571px) {
        #section_partners {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }

.partners {
    display: grid;

    background-color: var(--grey);
    border-radius: 3rem;
    padding: 14.5rem 7em;
    grid-row-gap: 7rem;
}
    @media (min-width: 1000px) {
        .partners {
            grid-template-columns: repeat(3, 1fr);
            padding: 10.5rem 4rem;
        }
    }
    @media (max-width: 1000px) {

        .partners {
            grid-template-rows: repeat(3, 1fr);
            align-items: center;
            gap: 10.5rem;
        }

    }

.partner {
    margin: auto auto;
}
    @media (max-width: 570px) {
        .partner {
            max-width: 90%;
        }
    }

/* .gridx_logo{
    height: 44px;
    width: 207px;
}

.indiebio_logo{
    height: 61px;
}

.sosv_logo{
    height: 59px;
} */

.conicet_logo{
    height: 100px;
}
.terrain_logo {
    height: 106px;
}

/* END SECION PARTNERS */

/* BEGIN FOOTER */

footer {
    background-color: var(--skyblue);
    color: var(--white);
    padding-bottom: 3rem;
}

.footer {
    position: relative;
    padding-top: 12rem;
}
    @media (max-width: 1440px) {
        .footer {
            width: 95%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

.footer__cta {
    position: absolute;
    top: -40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 6rem 11rem;


    background-color: var(--offblack);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    color: var(--white);
}
    @media (min-width: 571px) and (max-width: 1000px) {
        .footer__cta p {
            font-size: 18px;
        }
    }
    @media (max-width: 570px) {
        .footer__cta {
            flex-direction: column;
            text-align: center;
            padding: 3em 2.5em;
        }
        .footer__cta p {
            max-width: 320px;
            margin-bottom: 2em;
        }
    }

.footer__cta__btn {
    padding: 0.8em 1.5em;

    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;

    text-align: center;
    letter-spacing: 0.1em;

    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--skyblue);
    color: var(--white);
    border: 0.5px solid var(--white);
    box-shadow: 0px 0px 4px var(--white);
    border-radius: 8px;
    margin: 1rem;
}
    @media (min-width: 571px) and (max-width: 1000px) {
        .footer__cta__btn {
            max-height: 3em;
            font-size: 12px;
            min-width: 20rem;
        }
    }

.footer__buy__btn {
    padding: 0.8em 1.5em;

    font-family: var(--fuentePrincipal);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;

    text-align: center;
    letter-spacing: 0.1em;

    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--pink);
    color: var(--white);
    border: 0.5px solid var(--white);
    box-shadow: 0px 0px 4px var(--white);
    border-radius: 8px;
    margin: 1rem;
}
    @media (min-width: 571px) and (max-width: 1000px) {
        .footer__buy__btn {
            max-height: 3em;
            font-size: 12px;
            min-width: 20rem;
        }
    }

.footer__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8rem 0;
    border-bottom: 1px solid var(--white);
}
    @media (max-width: 570px) {
        .footer__content {
            padding-top: 18rem;
            flex-direction: column;
        }
    }
    @media (min-width:571px) and (max-width: 1100px) {
        .footer__content {
            padding-top: 10rem;
            flex-direction: column;
        }
    }

.footer__content__about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    @media (max-width: 570px) {
        .footer__content__about {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

.footer__logo {
    margin-bottom: 2rem;
}

@media (max-width: 570px) {
    .address{
        display: none;
    }
}

.about__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10.5rem;
}
    @media (max-width: 570px) {
        .about__info {
            flex-direction: column;
            align-items: center;
            gap: 0;
        }
    }

.info__navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10.5rem;
}
    @media (max-width: 570px) {
        .info__navigation {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            column-gap: 0;
            justify-content: center;
            text-align: center;
        }
    }

.info__navigation__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3em;
}
    @media (max-width: 570px) {
        .info__navigation__list {
            gap: 3rem;
        }
    }


.info__navigation__list li a{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: var(--white);
}

.terms {
    opacity: 0.7;
}
    @media (max-width: 570px) {
        .terms {
            text-align: center;
        }
    }
    @media (min-width: 571px) and (max-width: 1100px) {
        .terms {
            text-align: center;
            margin-top: 3rem;
        }
    }
    @media (min-width: 1100px) {
        .terms {
            width: 32,5%;
            max-width: 416px;
        }
    }

.about__info p, .terms, .address2 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
}

@media (max-width: 570px) {
    .social__logos {
        text-align: center;
    }
}

.social__logos img:last-of-type {
    margin-right: 0px;
}

.social_logo {
    width: 25px;
    height: 25px;
    margin-right: 16px;
    cursor: pointer;
}
    @media (max-width: 570px) {
        .social_logo {
            margin-top: 32px;
            margin-right: 48px;
        }
    }

.address2 {
    text-align: center;
    margin: 5rem auto;
}
.address2 p{
    font-weight: 400;
    font-size: 1.6rem;
}
    @media (min-width: 571px) {
        .address2 {
            display: none;
        }
    }

.signature {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 1em;
}
    @media (max-width: 570px) {
        .signature {
            text-align: center;
        }
    }
/* END FOOTER */

/* BEGIN HEADER TOGGLE */
@media (min-width: 571px) {
    .header__toggle {
        display: none;
        visibility: hidden;
    }
}
@media (max-width: 570px) {

    .header__toggle {
        visibility: visible;
        cursor: pointer;
        border: 0;
        width: 3.5rem;
        min-height: 3.5rem;
        padding: 0em;
        background: var(--white);

        position: absolute;
        top: 18px;
        right: 18px;
    }

    .hamburger {
        width: 50%;
        position: relative;
    }

    .hamburger,
    .hamburger::before,
    .hamburger::after {
        display: block;
        margin: 0 auto;
        height: 3px;
        width: 2.9rem;
        background: var(--skyblue);
    }

    .hamburger::before,
    .hamburger::after {
        content: "";
        width: 100%;
    }
    .hamburger::before {
        transform: translateY(-9px);
    }
    .hamburger::after {
        transform: translateY(7px);
    }
}

.navigation{
    visibility: hidden;
    height: 10px;
}
@media (min-width: 571px) {
    .navigation{
        visibility: visible;
    }
}

.navigation--visible {
    visibility: visible!important;
    height: auto;
}

@media (max-width: 700px) {
    .navigation--visible {
        visibility: visible!important;
        height: auto;
    }
}
/* END HEADER TOGGLE */

/* BEGIN HEADER SLIDER */

.header-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5em;
}
    @media (max-width: 570px) {
        .header-slider {
            justify-content: center;
        }
        .header-slider .slider-control {
            display: none;
        }
        .header-slider h3 {
            margin: 0 auto;
        }
    }
.header-slider h3, .header-slider .slider-control{
    margin: 0;
}

.slider-control img {
    cursor: pointer;
}
/* END HEADER SLIDER */

/* BEGIN SECTION LASTEST NEWS */

@media (max-width: 570px) {
    .new__image {
        max-width: 267px;
        max-height: 267px;
    }
}

.new__title {
    width: 90%;
    margin-top: 1.5em;
    min-height: 2.5em;
}
    @media (max-width: 570px) {
        .new__title {
            width: 100%;
            text-align: center;
        }
    }

.new__description {
    width: 80%;
    margin-top: 1.2em;
    font-weight: 400;
}
    @media (max-width: 570px) {
        .new__description {
            width: 100%;
            text-align: center;
        }
    }

.new__cta {
    margin-top: 2em;
    align-self: flex-start;
    display: inline-block;
}
    @media (max-width: 570px) {
        .new__cta {
            align-self: center;
        }
    }

/* END SECTION LASTEST NEWS */

/* PRODUCTS NAV  */
.products__nav {
    background-color: #eceef0;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 16px
}
.products__nav img {
    height: 48px;
    margin: 16px 12px 10px;
}
.products__nav p {
    font-size: 2rem;
    line-height: 2.4rem;
    }

    @media (max-width: 570px) {
        .products__nav {
            grid-column-gap: 0px;
        }
        .products__nav img {
            height: 40px;
            margin: 16px 8px 10px 0px;
        }
        .products__nav p {
            font-size: 1.2rem;
            line-height: 1.5rem;
        }
    }

.products__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #425565;
}

/* END SECTION PRODUCTS NAV  */

#section_laboratory p {
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.partners_labo {
    display: grid;
    background-color: var(--grey);
    border-radius: 3rem;
    padding: 14.5rem 7em;
}
    @media (min-width: 1000px) {
        .partners_labo {
            grid-template-columns: repeat(2, 1fr);
            padding: 10.5rem 4rem;
        }
    }
    @media (max-width: 1000px) {
        .partners_labo {
            grid-template-rows: repeat(2, 1fr);
            align-items: center;
            gap: 10.5rem;
        }

    }