/* header */
.nav-link:hover{
    color: #CE2026 !important;
}

.navbar-brand{
    margin-left: 10%;
}

.navbar-nav{
    margin-left: 10%;
}

.active{
    color: #CE2026 !important;
}

.nav-item{
    padding-left: 8%;
    padding-right: 8%;
}

.nav-link{
    color: #000000 !important;
    padding: 0% !important;
    font-weight: 300 !important;
    white-space: nowrap !important;
    font-size: small !important;
}

.navbar-toggler{
    color: #000000 !important;
}

.container-hamburguesa{
    margin-right: 5%;
    width: 100px;
    display: flex;
    justify-content: end;
}

.hamburguesa{
    width: 100%;
}


/* home */

.container-segment-home{
    /* height: 60vh; */
    padding-top: 5%;
    padding-bottom: 5%;
    background: linear-gradient( rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8)100%),url("../img/assets/1412d0_0e8cd74e24a94192a9a71ad8eee926de_mv2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 35% bottom 65%;
}

.div-home-principal{
    /* height: 100%; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-principal-home{
    text-align: center;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}

.span-principal-home{
    color: #FFFFFF;
    text-align: center;
    font-size: x-large;
    font-weight: 300;
    line-height: 30px;
    padding-top: 3%;
}

.container-footer-section-1-home{
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
    background-color: #CE2026;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1-segment-1-home{
    border-right: 1px solid #ffffff;
    width: 25%;
    margin: 1%;
    padding: 1%;
}

.p-home-section-1{
    color: #FFFFFF;
    font-weight: 600;
    font-size: large;
}

.section-1-segment-1-home-1{
    border-right: none;
    width: 23%;
}

.section-2-segment-2-home{
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
}

.container-segment-home-video{
    background-color: #FFFFFF;
    padding: 5%;
}

.container-video{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-text-video{
    padding-top: 10%;
    padding-left: 5%;
}

.text-support{
    font-size: xx-large;
    font-weight: 400;
}

.text-providing{
    font-size: 22px;
    font-weight: 250;
    word-spacing: 4px;
}

.text-what{
    font-size: 50px;
    font-weight: 400;
    line-height: 0%;
}

.text-span-what{
    padding-left: 13%;
    color: #CE2026;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
}

.btn-about{
    color: #FFFFFF;
    border: none;
    background-color: #1c264e;
    font-weight: 300;
    font-size: small;
    padding: 3% 6%;
}

.container-segment-clients-home{
    /* height: 70vh; */
    width: 100%;
    background-color: #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* catalogue */

.container-segment-catalogue{
    height: 15vh;
    background: linear-gradient( rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8)100%),url("../img/assets/1412d0_0e8cd74e24a94192a9a71ad8eee926de_mv2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 35% top 20%;
}

.div-catalogue-principal{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 5%;
}

.text-principal-catalogue{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
}

.container-cards{
    background-color: #ececec;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
}

.card-product{
    background-color: #FFFFFF;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 21%;
    margin: 2%;
}

.container-card-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-container-card{
    display: flex;
    align-items: center;
    padding: 2%;
}

.img-card{
    width: 180px;
}

.text-card{
    padding-left: 15%;
    color: #CE2026;
    font-size: medium;
    font-weight: 600;
}

.container-pagination{
    background-color: #ececec;
    display: flex;
    justify-content: end;
    padding-right: 5%;
    padding-bottom: 5%;
}

.page-link{
    color: #CE2026 !important;
}

.select-options{
    background-color: #ECECEC;
    display: flex;
    justify-content: start;
    padding-left: 5%;
    padding-top: 3%;
}

.group-form-subcategory{
    margin-left: 3%;
}

#pagination{
    margin-bottom: 0%;
}

/* footer */

#map {
    height: 100%;
    }

    html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    }

.container-footer-section-1{
    /* height: 20vh; */
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    background-color: #CE2026;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-footer-section-1{
    height: fit-content;
}

.p-footer-section-1{
    padding: 0%;
    padding-left: 3%;
    padding-right: 2%;
    padding-left: 2%;
    color: #ffffff;
    font-size: large;
    font-weight: 300;
    letter-spacing: 2px;
    white-space: nowrap !important;
}

.row-section-1{
    display: flex;
    justify-content: center;
}

.section-2-segment-2{
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

.section-2-segment{
    display: flex;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
}

.section-1-segment-1{
    border-right: 1px solid #ffffff;
    /* width: 23%; */
    margin-right: 1%;
    padding-right: 2%;
}

.section-segment{
    /* width: 23%; */
    margin-right: 1%;
    padding-right: 2%;
}

.container-footer-section-2{
    /* height: 35vh; */
    width: 100%;
    background-color: #2F2E2E;
}

.container-footer-section-map{
    height: 350px;
    width: 100%;
    background-color: #f6f6f6;
    padding: 0%;
}

.container-footer-section-3{
    height: 8vh;
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}

.row-2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
}

.maquiladora{
    color: #ffffff;
    text-align: center;
    font-size: larger;
    font-weight: 700;
}

.maquiladora-row-2{
    font-weight: 250;
}

.row-3{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5%;
}

.springs{
    color: #ffffff;
    letter-spacing: 4px;
    font-size: smaller;
    font-weight: 300;
}

.lovely{
    margin: 0% !important;
    color: #ffffff;
    font-size: smaller;
    font-weight: 300;
}

.row-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.container-names{
    margin: 3%;
}

.center-text{
    text-align: center;
}

.text-title-names{
    font-size: larger;
    font-weight: 700;
}

.text-p-data{
    font-size: medium;
    font-weight: 400;
}

/* about us */

.container-segment-who-we-are{
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0%;
    margin: 0%;
}

.container-segment-mision{
    width: 100%;
    background-color: #E3E3E3;
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.container-div-vision{
    text-align: center;
    width: 20%;
    margin-left: 3%;
    margin-right: 3%;
}

.container-title{
    width: 55%;
    padding-top: 5%;
}

.container-img{
    width: 41%;
}

.text-title-about{
    color: #615F5E;
    font-size: x-large;
    font-weight: 700;
    padding-top: 4%;
}

.text-title-about-vision{
    color: #615F5E;
    font-size: x-large;
    font-weight: 700;
    padding-top: 6%;
}

.div-parrafo{
    padding-top: 5%;
}

.text-parrafo{
    font-weight: 300;
}

.title-who{
    font-size: 75px;
    font-weight: 400;
    line-height: 50px;
}

.title-we-are{
    color: #CE2026;
    font-weight: 900;
    white-space: nowrap !important;
    padding-left: 35%;
}

.text-about-us{
    font-size: large;
    font-weight: 250;
    line-height: 35px;
}

.container-div-title{
    display: flex;
    justify-content: center;
}

.container-div-text{
    padding-top: 5%;
    display: flex;
    justify-content: center;
}

/* clients */

.container-segment-red{
    height: 2vh;
    width: 100%;
    background-color: #CE2026;
}

.container-segment-clients{
    /* height: 70vh; */
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
}

.row-img-1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.img-clients{
    padding-left: 3%;
    padding-right: 3%;
}

.row-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large;
    font-weight: 300;
}

/* contact */

.container-segment-form{
    display: flex;
    justify-content: center;
    align-content: center;
}

.container-principal-form{
    width: 100%;
}

.div-container-form{
    display: flex;
    justify-content: space-around;
    padding-top: 3%;
    width: 100%;
}

.row-title{
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 5%;
}

.text-title-contact{
    font-size: xx-large;
}

.text-red-contact{
    color: #CE2026;
    font-weight: 300;
}

.text-black-contact{
    color: #000000;
}

.text-black-contact-1{
    font-size: larger;
    font-weight: 900;
}

.text-black-contact-2{
    font-weight: 500;
}

.text-black-contact-3{
    font-size: medium;
    font-weight: 700;
}

.div-container-contact-text{
    width: 45%;
    display: flex;
    justify-content: center;
}

.div-container-contact-form{
    width: 55%;
}

.form{
    padding: 0% 0% 10% 0%;
    margin: 0% 20% 0% 0%;
}

.input-form{
    border: #000000 1px solid;
    border-radius: 0%;
    height: 35px;
}

.text-form-label{
    font-weight: 300;
}

.span-form{
    color: #CE2026;
}

.div-btn-form{
    display: flex;
    justify-content: end;
}

.btn-form{
    background-color: #CE2026;
    color: #FFFFFF;
    border: none;
    width: 150px;
    height: 30px;
    font-weight: 300;
    font-size: small;
}

.img-whatsapp{
    width: 80%;
    height: 80%;
}

@media (max-width: 990px) {

    /* header */

    .logo-principal{
        width: 90%;
    }

    .navbar-brand {
        width: 150px;
        margin-left: 5%;
    }

    .nav-link{
        font-size: 20px !important;
    }

    .nav-item{
        padding-top: 2% !important;
        padding-left: 5% !important;
    }

    .container-hamburguesa{
        width: 60px;
    }

    /* home */


    .container-segment-home{
       /*  height: 35vh !important; */
    }

    .text-principal-home{
        font-size: 30px;
        line-height: 27px;
    }

    .span-principal-home{
        font-size: 17px;
        line-height: 18px;
    }

    .container-footer-section-1-home{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10%;
    }

    .section-1-segment-1-home{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ffffff;
        margin: 5%;
    }

    .section-1-segment-1-home-1{
        width: 100%;
        border-right: none;
        margin: 5%;
    }

    .p-home-section-1{
        margin-bottom: 0.5rem !important;
    }

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

    video{
        width: 100%;
    }

    .row-img-1{
        display: flex;
        flex-direction: column;
    }

    .container-segment-clients-home{
        height: auto;
    }

    .img-clients{
        margin-top: 15%;
    }



    /* catalogue */

    .card-product{
        width: 100%;
    }


    /* about us */

    .container-segment-who-we-are{
        flex-direction: column;
    }

    .title-we-are{
        padding-left: 5%;
    }

    .container-title{
        width: 100%;
    }

    .text-about-us{
        padding: 7%;
    text-align: justify;
    }

    .container-title{
        padding-top: 15%;
    }

    .container-img{
        width: 100%;
    }

    .img-container-background{
        width: 100%;
    }

    .container-segment-mision{
        flex-direction: column;
        align-items: center;
        padding-bottom: 20%;
    }

    .container-div-vision{
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 15%;
        width: 100%;
    }

    /* clients */

    .container-segment-clients{
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
        height: auto;
    }

    /* contact */

    .div-container-form{
        flex-direction: column;
        align-items: center;
        padding-bottom: 15%;
    }

    .div-container-contact-form{
        width: 100%;
    }

    .form{
        margin: 0%;
        padding: 3%;
    }

    .row-title{
        padding-top: 15%;
    }


    /* footer */

    .container-footer-section-1{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10%;
    }

    .section-1-segment-1{
        border-right: none;
        border-bottom: 1px solid #ffffff;
        width: 100%;
        margin: 5%;
        padding: 5%;
    }

    .container-footer-section-map{
        padding: 0%;
    }

    .container-springs{
        text-align: center;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .row-2{
        padding-top: 3%;
    }

    .container-footer-section-2{
        padding-top: 5%;
        height: auto;
    }

    .row-contact{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        flex-direction: column-reverse !important;
    }

    .container-names{
        margin: 3%;
    }

    .center-text{
        text-align: center;
    }

    .text-title-names{
        font-size: larger;
        font-weight: 700;
    }

    .text-p-data{
        font-size: medium;
        font-weight: 400;
    }


}


