@font-face {
    font-family: 'Manrope Regular';
    src: url('../fonts/manrope/Manrope-Regular.ttf');
}

@font-face {
    font-family: 'Manrope Bold';
    src: url('../fonts/manrope/Manrope-Bold.ttf');
}

@font-face {
    font-family: 'Manrope ExtraBold';
    src: url('../fonts/manrope/Manrope-ExtraBold.ttf');
}

@font-face {
    font-family: 'Manrope Medium';
    src: url('../fonts/manrope/Manrope-Medium.ttf');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../fonts/roboto/Roboto-Thin.ttf');
}



:root {
    --secondary: #ffffff;
    --secondary-about: #77848c;
    --secondary-item: #B4C1C9;
    --primary-isla: #2e3136;
    --primary-border: #54715f;
    --text-white: #e3e6e7;
    --text-product: #54715f;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.main-section {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    background: linear-gradient(to bottom, 
    rgba(46, 50, 54, 0.7) 0%, 
    rgba(46, 50, 54, 0.7) 75%, 
    rgba(46, 50, 54, 0.7) 100%), url(../assets/madison_bg.jpg);
    background-position: 0% 85%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.partners-section {
    width: 100%;
    height: 100vh;
    background-color: var(--primary-border);
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-1, .products-2 {
    position: relative;
    width: 100%;
    background-color: var(--secondary);
    padding-top: 5rem;
    margin: 0px;
}


@media (max-width: 1199px) {
    .products-1, .products-2 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--secondary);
    padding-top: 2rem;
    margin-bottom: 54px;
    }

    .products-2 {
        height: calc(100vh - 2rem);
    }

    .container-about-us {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .products-1, .products-2 {
    position: relative;
    width: 100%;
    height: 88vh;
    background-color: var(--secondary);
    padding-top: 2rem;
    margin-bottom: 54px;
    }

    .products-2 {
        height: calc(100vh - 2rem);
    }

    .container-about-us {
        height: auto;
    }
}


section.products-2 div.list-materials, section.products-1 div.list-materials {
    border: none;
    border-left: 4px solid var(--secondary-about);
}

.container-products {
    padding-left: 2rem;
}

ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.about-us .border-left {
    background-color: var(--primary-isla);
}

.about-us .container-about-us, .contact {
    background-color: var(--secondary-about);
}

.contact {
    height: 100vh;
    background-color: var(--primary-border);
}

.container-about-us {
    height: calc(100vh - 2rem);
    padding: 0 0 2rem 3rem;
    border-left: 15vw solid var(--primary-border);
}

.container-contact-us {
    height: calc(100vh - 10rem);
    background-color: var(--secondary);
}

.info-contact-us {
    padding: 0rem 0;
    background-color: var(--text-white);
}



.img-contact {
    position: relative;
    background: linear-gradient(to bottom, 
    rgba(46, 50, 54, 0.6) 0%, 
    rgba(46, 50, 54, 0.6) 75%, 
    rgba(46, 50, 54, 0.6) 100%), url(../assets/madison.jpg);
    background-size: cover;
    /* background-position: center; */
    background-position: 75% 0%;
    /*background-position: bottom;*/
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: end;
    padding: 5rem 5rem 2rem 5rem;
}

.secondary-opacity {
    background-color: rgba(46, 50, 54, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.img-contact .text-primary-isla {
    margin: 0 0 3rem 0;
    font-size: 3.5rem;
    z-index: 2;
}

.separator {
    height: 2rem;
}

.contact-input {
    min-width: 60vw;
    height: 3rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid white;
    color: var(--text-white);
    padding-left: 0;
    padding-bottom: 0;
    font-family: 'Roboto Light';
    font-size: 2.5rem;
    margin-bottom: 2rem;
    z-index: 2;
}

.contact-input::placeholder {
    color: var(--text-white);
}

.contact-input:focus {
    outline: none;
}

.products-1 .border-left-white {
    height: 90%; 
    border-left: 3px solid var(--text-white);
    margin-left: 2rem;
    margin-top: 2rem;
}
.products-2 .border-left-white {
    height: 65%; 
    border-left: 3px solid var(--text-white);
    margin-left: 2rem;
    margin-top: 2rem;
}

.col-custom {
    width: 15%;
    height: calc(100vh - 2rem);
}

.col-img-product{
    /* height: 300px; */
}

.img-product {
    position: absolute;
    top: 20%;
    right:0;
    max-width: 800px;

}

.img-product-two {
    /* width: 75%;
    height: fit-content; */
    max-width: 356px;
    max-height: 356px;
}

@media (max-width: 767px){
    .img-product-two {
        width: 100%;
    }
    p.description-brand {
        font-size: 1.75rem;
        padding-right: 1rem;
    }
    strong.strong-primary {
        font-size: 1.75rem;
    }
}

.text-primary-isla {
    color: var(--primary-isla);
    font-family: 'Manrope ExtraBold';
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    padding-left: 1rem;
    word-wrap: break-word;
}

.text-white-isla-ol {
    color: var(--text-product);
    font-family: 'Roboto Light';
    font-size: 1.9rem;
}

.ol-primary {
    color: var(--primary-isla);
    font-family: 'Roboto Light';
    font-size: 1.5rem;
    font-weight: 500;
}

@media (max-width: 767px){
    .text-primary-isla {
        font-size: 1.5rem;
    }      
    .ol-primary, .text-white-isla-ol {
        font-size: 1.25rem;
    }
    .img-contact h3.text-primary-isla {
        font-size: 42px;
    }
    .contact-input {
        width: 100%;
    }

    p.description-brand {
        font-size: 2rem;
    }
    strong.strong-primary {
        font-size: 2rem;
    }
}

.brand-about-us {
    /*max-width: 780px;
    border-bottom: 3px solid var(--text-white);*/
}

.img-about-us-logo {
    max-width: 8vw;
    padding-bottom: 2rem;
    border-bottom: 3px solid var(--text-white);
}

.img-about-us-brand {
    max-width: 55vw;
    max-height: 128px;
    padding-left: 2.5rem;
    align-self: end;
    padding-bottom: 2rem;
    border-bottom: 3px solid var(--text-white);
}

.description-brand {
    color: var(--text-white);
    font-family: 'Roboto Light';
    font-size: 40px;
    font-weight: 500;
    padding-top: 1rem;
}

.strong-primary {
    color: var(--primary-isla);
    font-family: 'Roboto Light';
    font-size: 40px;
    font-weight: 500;
}

.text-info-contact {
    color: var(--primary-isla);
    font-family: 'Manrope ExtraBold';
    font-size: 1.2rem;
    font-weight: 500;
}

.email-contact, .tel-contact, .address-contact {
    letter-spacing: 0.5rem;
    word-spacing: 0.25rem;
}

.btn-contact {
    background-color: var(--primary-isla);
    color: var(--text-white);
    font-family: 'Roboto Light';
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.25rem;
    padding: 10px 2.5rem;
    border: none;
    width: fit-content;
    z-index: 2;
    margin-top: 3rem;
}

.navbar-isla {
    margin-top: 3rem;
    margin-right: 2.5rem;
}

.nav-link {
    border: none;
    border-bottom: 3px solid var(--secondary-item);
}

.nav-item a {
    text-decoration: none;
    color: var(--secondary-item);
    font-family: 'Manrope ExtraBold';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.25rem;
}

.nav-item a:hover {
    color: var(--primary-isla);
    border: none;
    border-bottom: 3px solid var(--primary-isla);
}

.navbar-nav .nav-link.active {
    color: var(--primary-isla);
    border: none;
    border-bottom: 3px solid var(--primary-isla);
}

/* screen after width lg */
@media (max-width: 991px) {
    .nav-link {
        background-color: var(--secondary);
    }
    .img-about-us-brand {
        max-width: 80%;
        max-height: 120px;
        padding-left: 1.5rem;
        align-self: end;
        padding-bottom: 2rem;
        border-bottom: 3px solid var(--text-white);
    }

    .contact {
        height: auto;
    }

    .info-contact-us {
        padding: 2rem;
    }
    p.description-brand {
        font-size: 2rem;
        padding-right: 1rem;
    }
    strong.strong-primary {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .img-about-us-brand {
        max-width: 70%;
    }
    p.description-brand {
        font-size: 1.75rem;
        padding-right: 1rem;
    }
    strong.strong-primary {
        font-size: 1.75rem;
    }
}