@font-face{font-family: 'OpenSans-regular'; src:url(../fonts/OpenSans/OpenSans-Regular.ttf)}
@font-face{font-family: 'Monserrat'; src:url(../fonts/Montserrat-VariableFont_wght.ttf)}
body{
    font-family: "Monserrat", sans-serif;
}
.gal {
    position: relative; 
}
.gal img {
    width: 100%;
}
.gal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#94CC26; 
    opacity: 0.5;
}
.gal button {
    position: absolute; 
    top: 54%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: transparent; 
    border: none; 
    font-size: 1.5rem;
    color: orange;
    cursor: pointer;
    background-color: #ffff;
} 
.gal .text-overlay {
    position: absolute;
    bottom: 137px; 
    left: 50%; 
    transform: translateX(-50%); 
    color: white;
    font-size: 1.2rem;
    padding: 5px 10px;
    border-radius: 5px;
}
#img1{
    width: 100%;
}
#img2{
    width: 50%;
}
#img3{
    width: 100%;
}
#item-small1{
    color: #94CC26;
    font-weight: 600;
    margin-bottom: 35px;
}
#item-small2{
    color: #00215B;
    font-weight: 600;
}
#item-A{
    color: #00215B;
    font-size: 20px;
    font-weight: 700;
}
#item-pTA{
    font-weight: 600;
}
#item-Ad{
    font-weight: 700;
    color: #00215B;
    font-size: 24px;
}
#l1 img{
    width: 21%;
    margin-top: 7px;
}
#item-fr{
    text-align: left;
}
#item-fl{
    text-align: left;
    padding-left: 215px;
    color: #94CC26;
}
#img-prueba{
    width: 85%;
}
#span{
    background-color: #94CC26;
    padding: 4px;
    position: fixed;
    z-index: 1100;
    width: 100%;
}
#span-call {
    background-color: #94CC26;
    padding:0px 0px;
    height: 9px;
    display: block;
    margin:-36px -36px 25px -36px;
}
#span-question {
    background-color: #FCAE20;
    padding:0px 0px;
    height: 9px;
   display: block;
   margin:-24px -24px 25px -24px;
}
#span-adress {
    background-color: #FCAE20;
    padding:0px 0px;
    height: 9px;
   display: block;
   margin:-49px -49px 25px -49px;
}
#phrase-color{
    color: #94CC26;
    font-weight: 700;
}
/* #title_top{
    padding: 0px 270px;
    color: #00215B;
    font-weight: 600;
    font-size: 35px;
} */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 900px;
}
.modal-contenido {
    display: flex;
   justify-content: center;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.carouselmodal img{
    width: 100% !important;
    height: 100% !important; 

}
.mdialog{
max-width: 750px;
}

.fade {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
}

.carousel-item img{
    width: 100%;
    height: 400px;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
#title_top {
    padding: 0px 380px 50px;
    color: #00215B;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}
#title_E{
    color: #00215B;
    font-weight: 600;
    font-size: 35px;
    margin-top: 50px;
    text-align: center;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
    display: grid;
    align-self: end;
}
.colorbg1{
    background: #0C4531;
    color: #ffff;
    display: flex;
    justify-content: end;
}
.colorbg2{
    background:#94CC26;
    color: #ffff;
    display: flex;
    justify-content: end;
}
.card-product {
    border: none;
}
#base{
    width: 20%;
}
.p-title {
    font-size: 14px;
}
.text {
    font-size: 12px;
}
.circle {
    position: relative;
    padding-left: 18px; 
}
.circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px; 
    background-color: #0093FC;
    border-radius: 50%;
}
.p-title{
    font-size: 14px;
}
.line-container {
    position: relative;
}
.line-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: black; 
    transform: translateY(-50%);
}
#cotiza{
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-top: 17px;
}
#item-c {
    padding-right: 125px;
    font-size: 25px;    
}
.bnt-c{
    background-color: #0093FC;
    color: #FFFFFF;
    border-radius: 0px;
}
.imagen-modal {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.advantages{
    background-image: url(../img/Grupo\ 71.png);
    background-repeat: no-repeat;
    background-size:cover;
    height:500px;
}
.banner{
    background-image: url(../img/Grupo\ 74.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 627px;
    padding-top: 160px;
}
.banner2{
    background-image: url(../img/Grupo\ 69.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 320px;
    position: static;
}
.banner3{
    background-image: url(../img/Grupo\ 72.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 320px;
    position: static;
}
.banner4{
    background-image: url(../img/Grupo\ 691.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 320px;
    position: static;
}
.banner h1 {
    color: #ffff;
    font-weight: 700;
    font-size: 65px;
}
.banner p {
    color: #ffff;
   line-height: 1px;
}
.banner2 h1 {
    padding-top: 140px;
    color: #ffff;
    font-weight: 700;
}
.banner3 h1 {
    padding-top: 140px;
    color: #ffff;
    font-weight: 700;
}
.banner4 h1 {
    padding-top: 140px;
    color: #ffff;
    font-weight: 700;
}
.btn:hover {
    color: #ffffff;
}

.btn i {
    font-size: 1.5rem; 
    pointer-events: none; 
}
.btn:focus {
    outline: 0;
     box-shadow: none; 
}
.bnt-itemBanner{
    background-color: #94CC26;
    color: #FFFFFF;
    width: 160px;
    height: 45px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    z-index: 3;
}
.bnt-itemBannerAdv{
    background-color: #94CC26;
    color: #FFFFFF;
    width: 160px;
    height: 45px;
    border-radius: 0px;
    margin-top: 15px;
    align-content: center;
}
.bnt-itemab{
    background-color: #FCAE20;
    color: #FFFFFF;
    width: 160px;
    height: 45px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnt-card{
    display: flex;
    justify-content: end;
    margin-top: auto;
}
.bi-arrow-right-square-fill::before {
    content: "\f136";
    color: #FCAE20;
    font-size: 34px;
}
.bnt-card{
    display: flex;
    justify-content: end;
    margin-top: auto !important;
}
.contact{
    background-image: url(../img/Grupo\ 72.png);
    background-repeat: no-repeat;
    background-size:cover;
    text-align: end;
}
.c-img img{
    height: 340px;
}
.card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}
.card-img-t{
    width: 41%;
}
.card-img-to{
    width: 50%;
}
.card-img-{
    width: 36%;
}
.card-img{
    width: 24%;
}
.card-body1 {
    padding: 15px;
}
.card-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #94CC26;
}
.card-title1 {
    margin-bottom: 10px;
    font-weight: 700;
    color:#0C885B;
}
/* .card:hover .card-title {
    color: #ffffff;
} */
.call-tel{
    background-color: white;
    height: 133px;
    position: relative;
    top: -65px;
    --margin-bottom: 80px;
    width: 324px;
    left: -100px;
    padding: 36px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.call-tel h3{
    color: #00215B;
    font-weight: 700;
}
.certifications{
    align-content: center;
    height: 476px;
}
.certifications small{
    color: #94CC26;
    font-weight: 700;
}
.certifications h1{
    font-weight: 700;
    margin-bottom: 50px;
}
footer {
    background: linear-gradient(to right, #94CC26 35%, #0C4531 35%);
    color: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 100%;
}
.formC{
    margin-top: 150px;
}
.formC h1{
    font-weight: 700;
    color: #00215B;
    margin-bottom: 18px;
}

.fGreenL{
    background-color: #94CC26;
    width: 35%;
}
.fGreenB{
    background-color: #0C4531;
    width: 65%;
}
.gal img{
    width: 100%;
}
.hidden-row {
    display: none; 
}
.item-about h1{
    font-weight: 700;
    font-size: 30.2px;
    margin-top: 20px;
}
.item-about p{
    font-size: 13px;
    margin-top: 7px;
}
.item-imv{
    text-align: center;
}
.item-mv{
    align-content: center;
}
.item-mv h1{
    font-weight: 700;
   color: #16213E;
}
.item-adv{
    padding-top: 200px;
}
.item-adv h1{
    color:#FFFFFF;
    font-weight: 700;
}
.item-adv h3{
    color:#FFFFFF;
}
/* .item-question{
    background-color: white;
    /* height: 133px; 
    position: relative;
    top: -168px;
    margin-bottom: 80px;
    width: 400px;
    left: 24px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */
.item-question {
    background-color: white;
    /* height: 133px; */
    position: relative;
    top: -168px;
    margin-bottom: 80px;
    width: 400px;
    left: 47px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* .item-inf1{
    background-color:#0C4531;
    position: relative;
    margin-bottom: 80px;
    width: 244px;
    left: 125px;
    padding: 39px 28px 25px;
    height: 208px;
}
.item-inf2{
    background-color: #94CC26;
    position: relative;
    margin-bottom: 80px;
    width: 226px;
    left: 83px;
    padding: 39px 28px 25px;
    height: 208px;
} */
.line-container {
    position: relative;
}
.line-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: black;
    transform: translateY(-50%);
}
#cotiza {
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-top: 17px;
}
#item-c {
    padding-right: 125px;
    font-size: 25px;
}
.bnt-c {
    background-color:#0C885B;
    color: #FFFFFF;
    border-radius: 0px;
}
.bnt-g1 {
    background-color:#0C885B;
    color: #FFFFFF;
}
.bnt-g2 {
    background-color:#94CC26;
    color: #FFFFFF;
}

.item-inf1 {
    background-color: #0C4531;
    position: relative;
    margin-bottom: 80px;
    width: 254px;
    left: 216px;
    padding: 39px 28px 25px;
    height: 208px;
}
.item-inf2 {
    background-color: #94CC26;
    position: relative;
    margin-bottom: 80px;
    width: 236px;
    left: 140px;
    padding: 39px 28px 25px;
    height: 208px;
}
.item-p1{
    font-size: 71px;
    color: #ffff;
    font-weight: 700;
    margin-bottom: -4px;
}
.item-p2{
    color: #ffff;
}
.item-i{
    height: 495px;
}
.item-adress {
    background-color: white;
    height: 230px;
    position: relative;
    top: -84px;
    margin-bottom: 80px;
    width: 400px;
    left: 24px;
    padding: 49px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    align-content: center;
}
.item-icon1{
    position: relative;
    margin-bottom: 80px;
    width: 317px;
    left: -123px;
    padding: 19px 28px 25px;
}
.item-icon2{
    position: relative;
    margin-bottom: 80px;
    width: 367px;
    left: -124px;
    padding: 19px 28px 25px;
}
.item-icon1 img {
    display: flex;
    float: left;
    padding-right: 30px;
    margin-top: 20px;
}
.item-icon2 img {
    display: flex;
    float: left;
    padding-right: 30px;
    margin-top: 20px;
}
.item-tel1{
    color: #00215B;
    font-weight: 600;
    line-height: 19px;
}
.item-ad1{
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 148px;
    align-content: center;
    position: relative;
    top: -51px;
}
.item-ad1 {
    background-color: #ffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 148px;
    align-content: center;
    position: relative;
    top: -51px;
    padding: 22px;
    width: 365px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.item-tel{
    margin-top: 20px;
}
.item-mail{
    margin-top: 20px;
}
.mail{
    font-weight: 700;
    line-height: 7px;
}
.tel{
    font-size: 20px;
    font-weight: 700;
}
.title-footer{
    font-weight: 600;
}
.list{
    list-style: none;
    padding-left: 0px;
}
.list a{
    color: #94CC26;
    text-decoration: none;
}
.copy{
    margin-top: 25px;
    margin-left: 55px;
}
.numbers {
    background-color: #FCAE20;
    padding: 10px;
    margin-right: 20px;
    font-size: 1.5rem;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-weight: 700;
}
.square {
    background-color:#0C4531;
    padding: 10px;
    margin-right: 20px;
    font-size: 1.5rem;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-weight: 700;
}
.p-product {
    font-weight: bold;
    margin: 0;
}
.item-text {
    display: flex;
    flex-direction: column;
}

.navbar{ 
    height: 65px;
    position: fixed;
    background-color: #0D141A;
    z-index: 1000;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #e8eaed;
    text-decoration: none;
}
.nav-link:hover{
    color: white;
}
.nav-link.active-page {
    color:#94CC26; 
    font-weight: bold; 
}
.phrase{
    margin-top: 200px;
}
.phrase-item h1{
    margin-top: 50px;
    font-weight: 600;
}
.phrase-color{
    color: #94CC26;
}
.points{
    margin-bottom: 2px;
    margin-top: 17px;
    color: #00215B;
    font-weight: 600;
}
.proyects h1{
    font-weight: 800;
    margin-bottom: 35px;
}
.proyects small{
    color: #94CC26;
    font-weight: 600;
}
.servicesEl{
    margin-top: 120px;
}
.title-fromc{
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 60px;
    color: #00215B;
}

.vnt1, .vnt3, .vnt4{
    display: flex;
    justify-content: end;
    font-size: 30px;
    color: #94CC26;
    font-weight: 700;
}

.line-v1,.line-v3,.line-v4 {
    position: relative;
}
.line-v1::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 0;
    width: 87%;
    height: 5px;
    background-color: black;
    transform: translateY(-50%);
}

.vnt2 {
    font-size: 30px;
    color: #94CC26;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.vnt2::after {
    content: "";
    position: absolute;
    top: 56%; 
    transform: translateY(-50%);
    width: 87%;
    height: 5px;
    background-color: black;
    margin-left: 10px;
}

.line-v3::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 0;
    width: 60%;
    height: 5px;
    background-color: black;
    transform: translateY(-50%);
}
.line-v4::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 0;
    width: 75%;
    height: 5px;
    background-color: black;
    transform: translateY(-50%);
}



.containerimg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%; 
    max-width: 1300px; 
    margin: 0 auto; 
}

.image {
    width: 19vw;
    height: -webkit-fill-available; 
    --object-fit: cover;
    position: absolute;
    --left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.image.show{
    opacity: 1;

}
.start .p-product {
    color: #00272B;
    font-weight: 700;
    font-size: 15px;
    line-height: 12px;
    position: relative;
    top: -37px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 80px;
}
.start .p-product{
    color: #00272B;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
.product{
    background-color: white;
    height: 206px;
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    width: 805px;
    left: -59px;
    padding: 23px;
}
.card-product{
    border: none;
}
.card-product {
    font-size: 16px;
}
.cards {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    gap: 0vw; 
    position: relative;
    margin-left: 19vw;
}

.card1,.card2,.card3,.card4 {
    width: 84vw; 
    height: 31vh;
    padding: 10px;
    transition: transform 0.5s ease-in-out;
    border-radius: 0;
}

#card1, #card3 {
    background-color: #0C4531;
}
#card2 {
    background-color: #0C885B;
}
.card-body-service {
    padding: 10px;
}

.card-title-service {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #ffff;
    font-weight: 700;
}

.card-text-service {
    font-size: 13px;
    color: #EBECEE;
}
.card-text {
    font-size: 12px;
    color: #EBECEE;
}

/* .close{
    text-decoration: none;
    color: inherit;
} */
.close:hover {
    color: inherit;
}

.img-fluid{
    height: -webkit-fill-available;
}


@media screen and (max-width: 1440px){
    #item-small2 {
        color: #00215B;
        font-weight: 600;
        font-size: 20px;
    }
    .aimg2 {
        margin-top: -2px;
    }
    .bi-arrow-right-square-fill::before {
        content: "\f136";
        color: #FCAE20;
        font-size: 34px;
    }
    .bnt-card{
        display: flex;
        justify-content: end;
        margin-top: auto !important;
    }
    .card-service.hidden {
        transform: translateX(-217%);
    }
    .card-group-service {
        display: flex;
        flex-direction: row;
        margin-right: 0px;
        overflow: hidden;
        justify-content: end;
    }
    .item-about p {
        font-size: 16px;
        margin-top: 7px;
    }
    .card-service {
        width: 240px;
        margin-bottom: 10px;
        transition: transform 0.5s, opacity 0.5s;
        transform: translateX(0);
        height: 426px;
    }
    .item-service{
        display: inline;
    }
}

@media screen and (max-width: 1390px){
    .text2{
        font-size: 13px;
    }
    #title_top {
        padding: 0px 282px;
    }   
    .card1,.card2,.card3,.card4 {
        width: 25%;
        height: 50vh !important;
    }
    .bi-arrow-right-square-fill::before {
        content: "\f136";
        color: #FCAE20;
        font-size: 34px;
    }
    .bnt-card{
        display: flex;
        justify-content: end;
        margin-top: auto !important;
    }
    .card-service.hidden {
        transform: translateX(-215%);
    }
    .card-group-service {
        display: flex;
        flex-direction: row;
        margin-right: 0px;
        overflow: hidden;
        justify-content: end;
    }  
     .product {
        background-color: white;
        height: 206px;
        position: relative;
        top: 62px;
        margin-bottom: 80px;
        width: 799px;
        left: -43px;
        padding: 23px;
    }
    .card-service {
        width: 223px;
        margin-bottom: 10px;
        transition: transform 0.5s, opacity 0.5s;
        transform: translateX(0);
        height: 400px;
    
    }
    .card-title-service {
        font-size: 1.25em;
        margin-bottom: 10px;
        color: #ffff;
        font-weight: 700;
    }
    .card-text-service {
        font-size: 13px;
        color: #EBECEE;
    }
    .f-logo{
        width: 70%;
    }
    .item-inf1 {
        background-color: #0C4531;
        position: relative;
        margin-bottom: 80px;
        width: 244px;
        left: 125px;
        padding: 39px 28px 25px;
        height: 208px;
    }
    .item-inf2 {
        background-color: #94CC26;
        position: relative;
        margin-bottom: 80px;
        width: 226px;
        left: 83px;
        padding: 39px 28px 25px;
        height: 208px;
    }
    .item-question{
        background-color: white;
        /* height: 133px; */
        position: relative;
        top: -168px;
        margin-bottom: 80px;
        width: 400px;
        left: 24px;
        padding: 24px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .item-service{
        margin-top: 100px;
        display: inline;
    }
    .topografia{
        margin-bottom: 80px;
    }
    .t_grac {
        font-weight: 700;
        font-size: 40px;
    }
    .imagen-modal {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    .image {
        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }
    .image.show{
        opacity: 1;
    }
    .carousel-item img {
        width: 100%;
        height: 330px;
    }
}

@media (max-width: 1024px) {
    .product {
        background-color: white;
        height: 206px;
        position: relative;
        top: 80px;
        margin-bottom: 80px;
        width: 710px;
        left: -129px;
        padding: 23px;
    }
    #item-fl {
        text-align: left;
        padding-left: 156px;
        color: #94CC26;
    }
    #item-Ad {
        font-size: 19px;
    }
    #title_top {
        padding: 0px 198px;
    }
    .aimg1{
        margin-top: 15px;
    }
    .aimg2{
        margin-top: -4px;
    }
    .bi-arrow-right-square-fill::before {
        content: "\f136";
        color: #FCAE20;
        font-size: 27px;
    }
    .bnt-card{
        display: flex;
        justify-content: end;
        margin-top: auto !important;
    }
    .bnt-itemab {
        width: 147px;
        height: 36px;
        font-size: 14px;
    }
    .image {
        width: 28%;
    }
    .cards {
        margin-left: 28%;
        gap: 0vw;
    }
    .card1,.card2,.card3,.card4 {
        width: 25%;
        height: 38vh;
    }
    .card-service {
        width: 182px;
        height: 289px;
    }
    .card-body-service {
        padding: 21px;
    }
    .card-title-service {
        font-size: .9em;
    }
    .card-text-service {
        font-size: 12px;
    }
    .card-service.hidden {
        transform: translateX(-200%);
    }
    .card-group-service {
        margin-top: 70px;
    }
    .item-inf1 {
        left: 33px;
    }
    .item-inf2 {
        left: 37px;
    }
    .item-about h1 {
        font-weight: 700;
        font-size: 23px;
        margin-top: 4px;
    }   
    .item-about p {
        font-size: 12px;
        margin-top: 7px;
    }
    .item-adress {
        height: 206px;
        top: -56px;
        width: 334px;
        left: 24px;
    }
    .item-tel1 {
        font-size: 13px;
    }
    .item-ad1 {
        height: 148px;
        top: -51px;
        padding: 12px;
        width: 295px;
        margin-bottom: 20px;
    }
    .item-text small{
        font-size: 13px;
    }
    .phrase {
        margin-top: 56px;
    }
    .phrase-item h1 {
        font-size: 29px;
    }
    .p-product {
        font-size: 14px;
    }
    .line-v1::before {
        width: 83%;
    }
    .vnt2::after {
        width: 84%;
    }
    .line-v3::before {
        width: 53%;
    }
    .line-v4::before {
        width: 70%;
    }
    
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .image {
        width: 30%; 
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }
    .image.show{
        opacity: 1;
    }
    .cards {
        margin-left: 30%; 
        gap: 0vw;
    }

    .card1,.card2,.card3,.card4 {
        width: 25%;
        height: 53vh;
    }
    .containerimg {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%; 
        max-width: none; 
        margin: 0 auto; 
    }
    .item-about{
        margin-top: 160px;
    }
}

@media screen and (max-width: 768px) {
    .product {
        background-color: white;
        height: 182px;
        position: relative;
        /* top: 81px; */
        margin-bottom: 80px;
        width: 695px;
        left: -263px;
        padding: 23px;
    }  
    #item-c {
        padding-right: 72px;
    }
    #g3 .text-overlay {
        bottom: 78px;
        font-size: 13px;
    }
    #g3 button {
        font-size: 13px;
    }
    #item-small1 {
        color: #94CC26;
        font-weight: 600;
        margin-bottom: 35px;
        font-size: 9px;
    }
    #item-Ad {
        font-weight: 700;
        color: #00215B;
        font-size: 14px;
    }
    #item-fl {
        text-align: left;
        padding-left: 95px;
        color: #94CC26;
    }
    #l1 img {
        width: 30%;
        margin-top: 7px;
    }
    #title_top {
        padding: 0px;
        color: #00215B;
        font-weight: 600;
        font-size: 35px;
        margin-top: 49px;
    }
    .aimg1 {
        margin-top: -7px;
    }
    .bnt-itemab {
        background-color: #FCAE20;
        color: #FFFFFF;
        width: 114px;
        height: 33px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }
    .banner h1 {
        color: #ffff;
        font-weight: 700;
        font-size: 41px;
    }
    .banner h1 {
        color: #ffff;
        font-weight: 700;
        font-size: 27px;
    }
    .banner p {
        color: #ffff;
        line-height: 7px;
        text-wrap: nowrap;
        font-size: 13px;
    }
    .bi-arrow-right-square-fill::before {
        content: "\f136";
        color: #FCAE20;
        font-size: 22px;
    }
    .bnt-card{
        display: flex;
        justify-content: end;
        margin-top: auto !important;
    }
    .card-title {
        margin-bottom: 10px;
        color: #94CC26;
        font-size: 17px;
    }
    .card-service {
        width: 172px;
        /* margin-bottom: 10px; */
        transition: transform 0.5s, opacity 0.5s;
        transform: translateX(0);
        height: 235px;
    }
    .card-title-service {
        font-size: 11px;
        margin-bottom: 10px;
        color: #ffff;
        font-weight: 700;
    }
    .card-body-service {
        padding: 30px 20px;
    }
    .card-text-service {
        font-size: 9px;
        color: #EBECEE;
    }
    .c-img img {
        height: 240px;
    }
    .card-service.hidden {
        transform: translateX(-147%);
    }
    .card-group-service {
        display: flex;
        flex-direction: row;
        margin-right: 0px;
        overflow: hidden;
        justify-content: end;
    }
    .item-inf1 {
        background-color: #0C4531;
        position: relative;
        margin-bottom: 0px;
        width: 412px;
        left: -12px;
        padding: 22px 28px 25px;
        height: 147px;
    }
    .item-question {
        background-color: white;
        /* height: 133px; */
        position: relative;
        top: -168px;
        margin-bottom: 80px;
        width: 410px;
        left: -11px;
        padding: 24px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .item-inf2 {
        background-color: #94CC26;
        position: relative;
        margin-bottom: 168px;
        width: 412px;
        left: -12px;
        padding: 22px 28px 25px;
        height: 147px;
    }
    .item-about{
        margin-bottom: 50PX;
        margin-top: 100px;
    }
    .item-about h1 {
        font-weight: 700;
        font-size: 14px !important; 
        margin-top: 5px !important;
    }
    #item-small2 {
        color: #00215B;
        font-weight: 600;
        font-size: 10px;
    }
    .copy{
        margin-left: 0px;
    }
    .item-about p {
        font-size: 10px;
        margin-top: 7px;
    }
    .item-about h1 {
        font-weight: 700;
        font-size: 22px;
        margin-top: 20px;
    }
    .item-inf1 {
        background-color: #0C4531;
        position: relative;
        margin-bottom: 80px;
        width: 185px;
        left: -36px;
        padding: 39px 28px 25px;
        height: 182px;
    }
    .item-inf2 {
        background-color: #94CC26;
        position: relative;
        margin-bottom: 80px;
        width: 184px;
        left: -31px;
        padding: 39px 28px 25px;
        height: 182px;
    }
    .item-p1 {
        font-size: 48px;
        color: #ffff;
        font-weight: 700;
        margin-bottom: -4px;
    }
    .item-question {
        background-color: white;
        /* height: 133px; */
        position: relative;
        top: -168px;
        margin-bottom: 80px;
        width: 400px;
        left: -28px;
        padding: 24px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .item-adress {
        background-color: white;
        height: 159px;
        position: relative;
        top: -46px;
        margin-bottom: 80px;
        width: 252px;
        left: 24px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        align-content: center;
    }
    #span-adress {
        background-color: #FCAE20;
        padding: 0px 0px;
        height: 9px;
        display: block;
        margin: -25px -25px 26px -25px;
    }
    .item-icon1 {
        position: relative;
        margin-bottom: 80px;
        width: 235px;
        left: -98px;
        padding: 19px 28px 25px;
    }
    .item-icon1 img {
        display: flex;
        float: left;
        padding-right: 17px;
        margin-top: 20px;
        width: 55px;
    }
    .item-icon2 img {
        display: flex;
        float: left;
        padding-right: 13px;
        margin-top: 20px;
        width: 52px;
    }
    .item-icon2 {
        position: relative;
        margin-bottom: 80px;
        width: 243px;
        left: -80px;
        padding: 20px 14px 25px;
    }
    .item-tel{
        font-size: 11px;
    }
    .item-tel1 {
        color: #00215B;
        font-weight: 600;
        line-height: 9px;
        font-size: 12px;
    }
    .item-ad1 {
        background-color: #ffff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 148px;
        align-content: center;
        position: relative;
        top: -51px;
        padding: 7px;
        width: 215px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .item-text small{
        font-size: 11px;
    }
    .item-mv p{
        font-size: 13px;
    }
    .f-dir{
        font-size: 11px;
    }
    .list a {
        color: #94CC26;
        text-decoration: none;
        font-size: 11px;
    }
    .mail {
        font-weight: 700;
        line-height: 7px;
        font-size: 12px;
    }
    .numbers {
        background-color: #FCAE20;
        padding: 10px;
        margin-right: 20px;
        font-size: 1.5rem;
        text-align: center;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffff;
        font-weight: 700;
    }
    .square {
        background-color: #0C4531;
        padding: 10px;
        margin-right: 20px;
        font-size: 1.5rem;
        text-align: center;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffff;
        font-weight: 700;
    }
    .p-product {
        font-weight: bold;
        margin: 0;
        font-size: 13px;
    }
    .phrase-item h1 {
        font-size: 22px;
    }
    .tel {
        font-size: 16px;
        font-weight: 700;
    }
    .footer-small{
        font-size: 10px;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: #0D141A;
        margin-top: 25px;
        text-align: center;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: none;
        transition:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .bi-list-nested::before {
        content: "\f474";
        color: #ffff;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow:none;
    }
    .line-v1::before {
        width: 79%;
    }
    .vnt2::after {
        width: 79%;
    }
    .line-v3::before {
        width: 37%;
    }
    .line-v4::before {
        width: 61%;
    }
    .card-body1 {
        padding: 0px;
    }
    .p-title {
        font-size: 10px;
    }
    .text {
        font-size: 11px;
    }
    .img-fluid {
        max-width: 100%;
        height: -webkit-fill-available;
    }
    .card-service {
        width: 119px;
        /* margin-bottom: 10px; */
        transition: transform 0.5s, opacity 0.5s;
        transform: translateX(0);
        height: 234px;
    }
    .card-body-service {
        padding: 30px 0px;
    }
    .card1,.card2,.card3,.card4 {
        width: 20vw;
        height: 29vh !important;
        padding: 10px;
        transition: transform 0.5s ease-in-out;
        border-radius: 0;
    }
}
@media screen and (max-width: 767px) {
    .img-galeria {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .product {
        background-color: white;
        height: 413px;
        position: relative;
        /* top: 52px; */
        --margin-bottom: 0px;
        width: 411px;
        left: -11px;
        padding: 23px;
    }
    .gal- img{
        margin-top: 15px;
    }
    #item-c {
        padding-right: 50px;
        font-size: 14px;
    }
    #base {
        width: auto;
    }
    #item-fr {
        text-align: center;
    }
    #item-fl {
        text-align: center;
        padding-left: 0px;
        color: #94CC26;
        margin-top: 28px;
    }
    #g1{
        margin-top: 15px;
    }
    #item-small1 {
        font-size: 10px;
    }
    #item-small2 {
        font-size: 14px;
    }
    #img1 {
        width: 100%;
        margin-top: 25px;
    }
    #l1 img {
        width: 30%;
        margin-top: 7px;
    }
    .advantages {
        height: 453px;
    }
    .banner {
        height: 494px;
    }
    .bnt-card {
        display: none;
    }
    .bnt-itemab {
        width: 131px;
        height: 37px;
        font-size: 12px;
    }
    .banner2 h1 {
        text-align: center;
    }
    .banner3 h1 {
        text-align: center;
    }

    .bi-list-nested::before {
        content: "\f474";
        color: #ffff;
    }
    footer {
        background: linear-gradient(to bottom,  #94CC26 35%, #0C4531 35%);
        color: white;
        text-align: center;
        padding: 20px;
        position: absolute;
        width: 100%;
    }  
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow:none;
    }
    .card-group-service {
        display: flex;
        flex-direction: row;
        --margin-left: 317px;
        overflow: hidden;
        justify-content: end;
    }
    .c-img img {
        height: 176px;
    }
    .card-group-service {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: end;
    }
    .card-service {
        width: 100%;
        height: 178px;
    }
    .card-title-service {
        font-size: 22px;
        margin-bottom: 10px;
        color: #ffff;
        font-weight: 700;
        text-align: center;
    }
    .card-text-service {
        font-size: 13px;
        color: #EBECEE;
        text-align: center;
    }
    .call-tel {
        left: 32px;
        margin-bottom: 0px;
    }
    .card1,.card2,.card3,.card4 {
        width: 100%;
        height: auto;
    }
    .cards {
        width: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        gap: 0vw;
        position: relative;
        margin-left: 0vw;
    }
    .collapse:not(.show) {
        display: none;
    }
    .item-inf1 {
        background-color: #0C4531;
        position: relative;
        margin-bottom: 0px;
        width: 412px;
        left: -12px;
        padding: 9px 28px 16px;
        height: 115px;
    }
    .item-inf2 {
        background-color: #94CC26;
        position: relative;
        margin-bottom: 168px;
        width: 412px;
        left: -12px;
        padding: 9px 28px 16px;
        height: 115px;
    }
    .item-question {
        top: -168px;
        width: 412px;
        left: -12px;
        padding: 24px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .item-about {
        margin-bottom: 50PX;
        margin-top: 100px;
    }
    .item-video{
        margin-top: 350px;
    }
    .item-about h1 {
        font-weight: 700;
        font-size: 20px !important;
        margin-top: 5px !important;
    }
    .item-about p {
        font-size: 13px;
        margin-top: 7px;
    }
    .image{
        display: none;
    }
    .item-adress {
        height: 146px;
        top: -11px;
        margin-bottom: 25px;
        width: 252px;
        left: 63px;
        align-content: center;
    }
    .item-icon1 {
        position: relative;
        margin-bottom: 1px;
        width: 235px;
        left: 48px;
        padding: 19px 28px 25px;
    }
    .item-icon2 {
        position: relative;
        margin-bottom: 80px;
        width: 250px;
        left: 62px;
        padding: 20px 4px 25px 14px;
    }
    .img-logo img{
        width: 61%;
    }
    .item-mv p{
        font-size: 13px;
    }
    .item-vision{
        margin-top: 30px;
    }
    .item-adv {
        padding-top: 152px;
    }
    .item-ad1 {
        width: 100%;
    }
    .ita {
        margin-bottom: 50PX;
        margin-top: 0px;
    }
    #img3 {
        width: 100%;
        margin-top: 25px;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: #0D141A;
        margin-top: 26px;
        text-align: center;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: none;
        transition:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .phrase {
        margin-top: 120px;
    }
    .phrase-item h1 {
        font-size: 19px;
    }
    .vnt1, .vnt2, .vnt3, .vnt4{
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 40px;
    }
    .line-v1::before, .vnt2::after, .line-v3::before, .line-v4::before {
        display: none;
    }
    .card1,.card2,.card3,.card4 {
        width: auto;
        height: 42vh !important;
        padding: 10px;
        transition: transform 0.5s ease-in-out;
        border-radius: 0;
    }
}
@media (max-width: 381px) {
    .card1,.card2,.card3,.card4 {
        width: 100%;
        height: auto;
    }
    .cards {
        width: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        gap: 0vw;
        position: relative;
        margin-left: 0vw;
    }
    .card-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 14px;
    }
    #item-fl {
        text-align: center;
        padding-left: 0px;
        color: #94CC26;
        margin-top: 78px;
    }
    .item-adress {
        height: 156px;
        top: -11px;
        margin-bottom: 25px;
        width: 252px;
        left: 63px;
        align-content: center;
    }
}

@media screen and (max-width: 375px) {
    .img-galeria {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #item-c {
        padding-right: 52px;
    }
    #l1 img {
        width: 40%;
        margin-top: 7px;
    }
    #item-fl {
        text-align: center;
        padding-left: 0px;
        color: #94CC26;
        margin-top: 78px;
    }
    #title_top {
        padding: 0px;
        color: #00215B;
        font-weight: 600;
        font-size: 35px;
    }
    .banner {
        height: 544px;
        padding-top: 160px;
    }
    .banner2 {
        height: 180px;
    }
    .banner2 h1 {
        padding-top: 82px;
        text-align: center;
    }.banner2 h1 {
        padding-top: 82px;
        text-align: center;
    }
    .banner3 {
        height: 180px;
    }
    .banner3 h1 {
        padding-top: 82px;
        text-align: center;
    }
    .banner p {
        color: #ffff;
        line-height: 7px;
        text-wrap: nowrap;
        font-size: 12px;
    }
    .item-about {
        margin-bottom: 50PX;
    }
    .call-tel {
        background-color: white;
        height: 103px;
        position: relative;
        top: -50px;
        margin-bottom: 20px;
        width: 316px;
        left: 15px;
        --padding: 27px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .card-body-service {
        padding: 52px 7px;
    }
    .bnt-card {
        display: none;
    }
    .card-service {
        width: 100%;
        margin-bottom: 10px;
        transition: transform 0.5s, opacity 0.5s;
        transform: translateX(0);
        height: 235px;
    }
    .c-img img {
        height: 174px;
    }
    .image1{
        display: none;
    }
    .img-logo img{
        width: 60%;
        margin-top: -73px;
    }
    .item-inf1 {
        background-color: #0C4531;
        position: relative;
        margin-bottom: 0px;
        width: 375px;
        left: -12px;
        padding: 23px 28px 25px;
        height: 132px;
    }
    .item-inf2 {
        background-color:#94CC26;
        position: relative;
        margin-bottom: 168px;
        width: 375px;
        left: -12px;
        padding: 23px 28px 25px;
        height: 132px;
    }
    .item-question {
        background-color: white;
        position: relative;
        top: -168px;
        margin-bottom: 80px;
        width: 374px;
        left: -11px;
        padding: 24px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .phrase-item h1 {
        margin-top: 50px;
        font-weight: 600;
        font-size: 15px;
    }
    .why-img{
        margin-top: 20px;
    }
    .item-adress {
        height: 151px;
        top: -11px;
        margin-bottom: 25px;
        width: 252px;
        left: 42px;
        align-content: center;
    }
}

@media (max-width: 360px) {
   .img1{
    display: none !important;
   }
   .cards {
    display: flex;
    flex-direction: column;
}   
 .item-about {
    margin-bottom: 50PX;
    margin-top: 60px;
}
.item-video {
    margin-top: 350px;
}
}
@media (max-width: 320px) {
    .img1{
        display: none;
       }
    #item-c {
        padding-right: 15px;
        font-size: 14px;
    }
    #item-A {
        color: #00215B;
        font-size: 13px;
        font-weight: 700;
    }
    #item-fl {
        text-align: center;
        padding-left: 0px;
        color: #94CC26;
        margin-top: 78px;
    }
    #title_top {
        padding: 0px;
        color: #00215B;
        font-weight: 600;
        font-size: 20px;
    }
    .advantages {
        height: 368px;
    }
    .space{
        margin-top: -18px;
    }
    .bnt-itemBanner {
        width: 127px;
        height: 34px;
        font-size: 12px;
    }
    .banner{
        height: 435px;
        padding-top: 160px;
    }
    .banner h1 {
        color: #ffff;
        font-weight: 700;
        font-size: 21px;
    }
    .banner p {
        color: #ffff;
        font-size: 10.5px;
        text-wrap: nowrap;
    }
    .banner2 {
        height: 180px;
    }
    .banner3 {
        height: 180px;
    }
    .banner2 h1 {
        padding-top: 82px;
        text-align: center;
    }.banner2 h1 {
        padding-top: 82px;
        text-align: center;
    }
    .banner3 h1 {
        padding-top: 82px;
        text-align: center;
    }
    .call-tel {
        background-color: white;
        height: 103px;
        position: relative;
        top: -50px;
        margin-bottom: 20px;
        width: 269px;
        left: 15px;
        --padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .c-img img {
        height: 172px;
    }
    .certifications img{
        width: 75%;
    }
    .fGreenL img{
        width: 50%;
    }
    .item-adress {
        background-color: white;
        height: 155px;
        position: relative;
        top: -33px;
        margin-bottom: -34px;
        width: 252px;
        left: 24px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        align-content: center;
    }
    .item-icon1 {
        position: relative;
        margin-bottom: -37px;
        width: 235px;
        left: 8px;
        padding: 19px 28px 25px;
    }
    .item-icon2 {
        position: relative;
        margin-bottom: 80px;
        width: 243px;
        left: 23px;
        padding: 20px 14px 25px;
    }
    .item-about h1 {
        font-size: 24px;
    }
    .item-adv {
        padding-top: 110px;
    }
    .img-logo img{
        width: 65%;
    }
    .item-mv p{
        font-size: 12px;
    }
    .item-ad1 {
        background-color: #ffff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 148px;
        align-content: center;
        position: relative;
        top: -51px;
        padding: 13px;
        width: 296px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .item-text small{
        font-size: 12px;
    }
    .item-inf1 {
        background-color: #0C4531;
        position: relative;
        margin-bottom: 0px;
        width: 320px;
        left: -12px;
        padding: 25px 13px 25px;
        height: 157px;
    }
    .item-inf2 {
        background-color: #94CC26;
        position: relative;
        margin-bottom: 80px;
        width: 320px;
        left: -12px;
        padding: 39px 13px 25px;
        height: 157px;
    }
    .item-question {
        background-color: white;
        position: relative;
        top: -82px;
        margin-bottom: 80px;
        width: 320px;
        left: -12px;
        padding: 24px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .item-question small{
        font-size: 11px;
    }
    .item-about {
        margin-bottom: 50PX;
        margin-top: 40px;
    }
    .item-video {
        margin-top: 350px;
    }
    .points {
        font-size: 13px;
    }
    .p-product {
        font-size: 13px;
    }
    .phrase-item h1 {
        font-size: 13px;
    }
    .why-img{
        margin-top: 20px;
    }
    
}
