.wave-n {
    height: 120px;
}

.margin-y-wave-n {
    height: 80px;
}

.margin-y-wave-slider {
    height: 0;
}

#nav-header {
    height: 100px;
    background: white;
    border-bottom: 2px solid rgba(4, 4, 4, 0.12);
}

#nav-header .container2 {
    display: flex;
    align-items: center;
}

#logo-p {
    height: 90%;
    /* margin-left: 30px; */
    margin-right: 10px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 20px;
}

#letras-p {
    height: 55%;
}

#navbar-btns-social {
    width: 200px;
    /* background: red; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon {
    padding: 0;
    border-radius: 100%;
    /* padding: 4px 10px 4px 10px; */
    font-size: 20px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* -------------------------------------- */

#nav-footer {
    height: 60px;
    background: #53D2DB;
    /* box-shadow: 2px 20px 2px red; */
    z-index: 20;
    box-shadow: 3px 3px 2px rgba(119, 119, 119, 0.65);
    /* clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); */
}


/* #shadow-nav-footer{
    height: 70px;
    background: rgba(4, 4, 4, 0.12);
    position: absolute;
    width: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    z-index: 2;
} */

#nav-footer #section-logo {
    width: 20%;
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
}

#section-links {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#nav-footer .link {
    color: white;
    margin-right: 25px;
    font-size: 27px;
    font-family: 'Sansation-b';
    /* margin-top: -15px; */
    text-shadow: 2px 2px 2px #0c8c95;
}

#nav-footer .link:hover {
    text-shadow: 1px 1px 1px #0c8c95;
}

#nav-footer .link.active {
    /* color: rgb(242, 242, 242); */
    text-shadow: 1px 1px 1px #70c9d0;
    /* font-size: 110% */
}

#logo-nav-footer {
    height: 90%;
    display: inline-block;
    /* margin-top: 0px; */
    /* box-shadow: ; */
    filter: drop-shadow(2px 2px 2px var(--green-b));
}


/* -----------carousel-------------- */

.slider .carousel-item {
    height: 600px;
}

#wave-slider {
    height: 120px;
}

.carousel-item .text {
    position: absolute;
    top: 55%;
    z-index: 5;
    font-size: 50px;
    width: 60%;
    color: white;
    text-shadow: 2px 2px 1px black, -1px -1px 1px black;
}

.carousel-item .text2 {
    position: absolute;
    top: 65%;
    z-index: 8;
    width: 60%;
    color: white;
    text-shadow: 2px 2px 1px black, -1px -1px 1px black;
    line-height: 1.3;
    font-size: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    background-image: none;
    text-shadow: 2px 2px 2px black;
}

.carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 30px;
    color: var(--green-l);
}

.carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 30px;
    color: var(--green-l);
}

#img-slider-1 {
    background-image: url('../../images/slider/slider-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%
}


/* #img-slider-1-sm{
   background-image:url('../../images/default/slider/slider-1-sm.jpg');background-repeat: no-repeat;background-size: cover;background-position:center;width:100%;height:100%;
   display: none;
} */

#img-slider-2 {
    background-image: url('../../images/slider/remonty-compressor.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center rights;
    width: 100%;
    height: 100%
}


/* #img-slider-2-sm{
   background-image:url('../../images/default/slider/MEY_4168-sm.jpg');background-repeat: no-repeat;background-size: cover;background-position:top right;width:100%;height:100%;
   display: none;

} */

#img-slider-3 {
    /* public\images\slider\power-washing.jpg */
    background-image: url('../../images/slider/power-washing.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: bottom right;
}

.dropdown-btn-main-mobile {
    margin-right: 20px;
}

.dropdown-menu-sm a {
    display: block;
    padding: 0 20px 0 20px;
}

@media (max-width: 1600px) {}

@media (max-width: 1300px) {
    .carousel-item .text {
        top: 60%;
        width: 80%;
    }
    .carousel-item .text2 {
        top: 70%;
    }
}

@media (max-width: 1200px) {
    #nav-footer .link {
        margin-right: 15px;
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    #section-links {
        display: none;
    }
    .logo-nav-footer {
        margin-left: 15%;
        height: 20px;
    }
    #logo-p {
        height: 85%;
        margin-left: 3%;
        margin-right: 10px;
    }
    #logo-nav-footer {
        margin-left: 10%;
    }
    #letras-p {
        height: 55%;
    }
    #nav-header .btn-icon {
        /* padding: 5px 10px 5px 10px !important; */
        font-size: 18px;
        margin-right: 7px;
    }
    #nav-footer #section-logo {
        width: 55%;
    }
    #section-links {
        width: 45%;
    }
    #nav-footer {
        /* top: 60px; */
        height: 50px;
    }
    .carousel-item .text {
        font-size: 35px;
    }
    .carousel-item .text2 {
        top: 77%;
        font-size: 18px;
    }
    .slider .carousel-item {
        height: 500px;
    }
    #nav-header {
        height: 85px !important;
    }
}

@media (max-width:576px) {
    #wave-slider {
        height: 80px;
    }
    #nav-header .btn-icon {
        /* padding: 8px 10px 8px 10px !important; */
        font-size: 18px;
        /* margin-right: 10px; */
    }
    #logo-p {
        height: 90%;
        margin-left: 5%;
    }
    #letras-p {
        height: 60%;
    }
    .slider .carousel-item {
        height: 400px;
    }
    .carousel-item .text {
        top: 55%;
        font-size: 26px;
    }
    .carousel-item .text2 {
        top: 70%;
        font-size: 14px;
        /* font-size: 26px; */
    }
    #nav-header {
        height: 75px !important;
    }
}

.margin-wave-lg {
    display: block;
}

@media (max-width:400px) {
    .height-wave-sm-work {
        display: block;
    }
    .margin-wave-lg {
        display: none;
    }
    .margin-wave-sm {
        display: block;
    }
    .margin-y-wave-slider {
        height: 30px;
    }
    .dropdown-btn-main-mobile {
        margin: 0;
    }
    #navbar-btns-social {
        justify-content: flex-end;
    }
    #nav-header {
        height: 70px;
    }
    #logo-p {
        margin-left: 2%;
    }
    .slider .carousel-item {
        height: 350px;
    }
    .carousel-item .text {
        /* width: 84%; */
        /* top: %; */
        /* margin-left: 2%; */
        font-size: 20px;
    }
    .wave-n {
        height: 50px;
    }
    .margin-y-wave-n {
        height: 20px;
    }
}


/* @media (max-width:400px) {

} */


/* 	Medium
≥768px	Large
≥992px	Extra large
≥1200 */