/* typography */
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
small,
li,
label {
    font-family: 'Manrope', sans-serif;
}
.headder__logo {
    max-width: 220px;
}
.button {
    margin-bottom: 0;
}

body {
    background: #f4f4f4;
}

#top__bar {
    padding: 1rem 0;
}
.menu__links {
    color: black;
    font-size: 1rem;
    font-weight: 500;
}
.menu__links:hover {
    color: #097DFF;
}
.hero__box {
    position: relative;
    background: #E1E7EF;
    padding: 1rem;
    padding-bottom: 0;
    border-radius: 60px;
}
.button.primary {
    background: #097DFF;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
} 
.hero__box img {
    margin-bottom: -170px;
}

h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
}

#intro__desk21 {
    background: url('../img/desk21-ergos/bg_desk21.png') no-repeat center center;
    background-size: contain;
    margin-top: 10rem;
    padding: 3rem 0;
}

#video__desk21,
#video__ergos {
    border-radius: 60px;
    margin-top: 2rem;
}

.box__cta {
    background: #fff;
    border-radius: 60px;
    padding: 2rem 1rem;
    margin: 1rem 0;
}

.box__counter {
    background: #fff;
    border-radius: 60px;
    padding: 2rem 1rem;
    margin-top: 2rem;
}

.box__counter h3 {
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 0;
}

#ergos__video__wrapper {
    padding: 3rem 0;
}

.box__ergonomia {
    padding: 2rem !important;
    background: #fff;
    border-radius: 60px;
    position: relative;
}

.img__ergonomia {
    position: absolute;
    max-height: 130%;
    right: 5%;
    top: -5%;
}

#ergos__features {
    margin-top: 2rem;
}

#ergos__features img {
    margin: 1rem 0;
    border-radius: 60px;
}

.shadow {
    border-radius: 60px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0 40px 40px;
}

.sizes__row {
    display: flex;
    gap: 30px;
}

.sizes__row p {
    margin: 5px 0;
}

.color__wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: .7rem;
  }

.color__circle {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}
#ergos__options {
    padding-top: 2rem;
}
#ergos__options img {
    margin-bottom: 1.5rem;
}

#ergos__moreoptions {
    padding: 2rem 0;
}
#ergos__moreoptions img {
    margin-bottom: 1rem;
}
#map {
    padding: 2rem 0;
}
#map img {
    margin-top: 1rem;
    max-width: 80%;
}
.form__wrapper__box {
    background: #fff;
    border-radius: 60px;
    padding: 2rem;
}

#tables__chairs button,
#tables__chairs select,
#tables__chairs input {
  padding: 0.5rem; /* Adjust the padding as needed */
  font-size: 14px; /* Adjust the font size as needed */
  border-radius: 4px; /* Adjust the border radius as needed */
  border: 1px solid #ccc; /* Adjust the border style and color as needed */
  height: 40px;
}

.button__addline {
    font-size: 1.1rem;
}
.remove__button {
    height: 39px !important;
}

#desk21__technical {
    padding-top: 3rem;
}
#desk21__options {
    padding-top: 3rem;
}
#desk21__options img {
    margin-bottom: 1rem;
}


.main__title {
    font-size: 1.8rem;
    font-weight: 800;
}
.main__title span {
    font-weight: 400;
    line-height: 1;
}
p {
    font-size: 1rem;
}
.intro {
    font-size: 1.1rem;
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
h3 {
    font-size: 1.3rem;
    font-weight: 700;
}
h4 {
    font-size: 1.2rem;
    font-weight: 700;
}
.form__fields, #table-container input,  #table-container select, #chair-container input,  #chair-container select, .remove__button {
    border-radius: 5px;
    height: 45px;
}
.remove__button {
    height: 45px !important;
}
/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {
    .footer-logo {
        max-width: 240px;
    }
}
.button.small.hollow {
    background: #fff;
    border: 1px solid #097DFF;
    color: #097DFF;
    border-radius: 50px;
}
.table-row {
    margin-bottom: 1rem;
}
.fichas {
    color: #097DFF !important;
    border: 1px solid #097DFF !important;
    border-radius: 50px;
}
#footer {
    margin: 2rem 0;
}
#form__wrapper {
    padding-bottom: 3.5rem;
}
.form__wrapper__box {
    background: #fff;
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
    .color__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: .9rem;
      }
    
    .color__circle {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 5rem;
    }
    h2 {
        font-size: 2.5rem;
        line-height: 1.3;
        font-weight: 700;
    }
    .hero__box {
        position: relative;
        background: #E1E7EF;
        padding: 4rem;
        border-radius: 60px;
    }
    .hero__box img {
        max-width: 70%;
        margin-bottom: -170px;
    }
    .main__title {
        font-size: 3.5rem;
        font-weight: 800;
    }
    .main__title span {
        font-weight: 400;
        line-height: 1;
    }
    p {
        font-size: 1.1rem;
    }
    .intro {
        font-size: 1.3rem;
        font-weight: 500;
    }
    .box__cta {
        padding: 3rem;
        margin: 3rem 0;
    }
    .box__counter {
        background: #fff;
        border-radius: 60px;
    }
    .box__counter h3 {
        font-size: 3rem;
    }
    #ergos__video__wrapper {
        padding: 5rem 0;
    }
    #ergos__features {
        margin-top: 15rem;
    }
    #ergos__options {
        padding-top: 5rem;
    }
    #ergos__options img {
        margin-bottom: 0;
    }
    #ergos__moreoptions {
        padding: 5rem 0;
    }
    #map {
        padding: 5rem 0;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    #map img {
        max-width: 100%;
    }
    .form__wrapper__box {
        padding: 3rem;
    }
    .table-row {
        margin-bottom: .5rem;
    }
}