@media only screen and (max-width: 767px) {
    /* Styles for mobile */
    .changeLang {
        display: block !important;
    }
}

.changeLang{
    font-size: 15px;
    font-weight: 700;
    color: #013289;
    display: none;

}
.language-list {
    display: inline-block !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.language-list li {
    display: inline-block;
}

.language-link {
    text-decoration: none;
    color: #000;
}

.language-list li.selected {
    font-weight: bold;
}

.language-list a {
    color: white;
    padding: unset;
}

.language-list a:focus {
    color: white;
    padding: unset;
}
 .product .section-header {
    text-align: start !important;
}

.contact span {
    color: red;
    margin-left: 15px;
}

.contact label {
    margin-left: 14px;
}

.category .category-btn {
    padding: 8px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid;
    border-radius: 80px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.category .category-btn:hover, .category .active {
    background: #0086d8;
    color: #ffffff;
    text-decoration: none;
    border: unset;
    box-shadow: rgb(30, 160, 241) 0px 13px 27px -5px, rgb(30, 160, 241) 0px 8px 16px -8px;
}

.category .category-btn h4 {
    /* color: #444444; */
    font-weight: 600;
    font-size: 1.7rem;
}

.category .category-btn .title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 5px;
}

.category .col-lg-12 {
    padding: 40px 70px 0px 70px;
}

.bg-home {
    background: #e6e6ff;
}

#hero::before {
    content: unset;
}

#hero p {
    width: 100% !important;
}

.bg-about {
    background: url('../img/elements/element-rana.png');
    background-position: right;
    min-height: 366px;
    background-repeat: no-repeat;
}

@media (max-width: 1000px) {
    .bg-about {
        background-position: center !important;
    }
}


.header {
    position: unset !important;
    margin-top: -1px !important;
    padding: 20px 0;
}

.header-top {
    background: white url('../img/header-img.jpg') no-repeat right top;
    background-size: cover;
    padding: 10px 0 90px 0;

}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 0%;
    }

    .about .col-lg-12 {
        padding: 0 80px;
    }
}

#hero p {
    text-align: start;
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 0px auto;
    color: #fff;
}



.brand {
    position: relative;
    left: 50%;
    margin-left: -50px !important;
    display: block;
}

.text-slide {
    margin: 200px 0px 0px 100px;
}

#mynavbar {
    margin: -15px 30px;
}

.btn-comandez {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 17px 40px;
    border-radius: 50px;
    border: 3px solid #fff;
    border-top: none;
    transition: 0.5s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: linear-gradient(0deg, rgba(127, 5, 148, 1) 0%, rgba(165, 13, 194, 1) 100%);
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.icon-cmnd {
    max-height: 30px;
    margin-right: 20px;
}

.satisfaction {
    height: 100%;
    padding: 60px 45px;
    transition: 0.3s;
    background: #fff;
    color: #000000;
    border-radius: 30px;
}

.satisfaction-icon {
    max-height: 55px;
    margin-right: 20px;
}

.bg-pink {
    background: #124e96;
    padding: 250px;
    margin-top: -400px;
}