
@media screen and (min-width: 968px){

#home-principal .header .navbar.clear__header{
    background: linear-gradient(180deg, rgb(2 0 36 / 43%) 0%, rgb(0 0 0 / 25%) 47%, rgba(0,0,0,0) 100%);
}
}

@media screen and (max-width: 968px){

    .clear__header .navbar-collapse{
        background: rgba(255,83,83,.9);
        padding: 16px;
        margin-top: 16px;
        border-radius: 12px;
}

:not(#home-principal) .header .navbar.clear__header {
    padding-top: 0px;
    padding-bottom: 0px;
    }


    #home-principal .header .navbar.clear__header {
        background-color: transparent!important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.navbar-dark .navbar-nav .show>.nav-link{
    color: #fff550;
}

.dropdown-menu {

    border-radius: 16px;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

}


.logo {
    display: none;
}

.intro-mobile-100 {
    height: 100%;
    margin-top: 20px;
}

.slide {
    background: none;
}

#myCarousel {
    margin-left: 50px;
    margin-right: 50px;
}

.carousel-control-prev,
.carousel-control-prev-icon {}

.carousel-control-next,
.carousel-control-next-icon {}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}

.hero__image-icon {
    max-width: 40px;
    margin-bottom: 20px;
}

.carousel-img {
    margin: auto;
}

#carouselScroller {
    margin-bottom: 3rem;
}

.h-90 {
    max-height: 50%;
}

html {
    scroll-behavior: smooth;
}

.tab-pane p {
    font: 500 16px/21px quicksand !important;
}

.products__title {
    font: 700 32px/36px Raleway;
}

.carousel-control-next-icon {
    background-image: url(../dist/img/section/arrow-next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../dist/img/section/arrow-prev.svg);
}

.tab-content .tab-pane:nth-of-type(3).active {
    display: flex;
}

@media (max-width:768px) {
    .tab-content .tab-pane:nth-of-type(3).active {
        display: block !important;
    }
}

@media (min-width:768px) {
    .logo {
        display: block;
        width: 180px;
        height: 50px;
    }
    .intro-page {
        margin-top: 90px;
    }
    .intro-img {
        max-height: 400px;
    }
    .intro-bullets {
        margin-left: 260px;
    }
    .intro-mobile-100 {
        height: 100%;
        margin-top: 50px;
    }
    .tab-pane p {
        font: 500 16px/21px quicksand !important;
    }
}

.diagnostico__slide img {
    margin: 0 auto !important;
}

@media (min-width:992px) {
    .tab-pane p {
        font: 500 24px/30px quicksand !important;
    }
}

@media (max-width:778px) {
    .home.header .logo {
        display: none;
    }
    .logo {
        width: 110px;
        height: 70px;
        display: block;
    }
    .dark__header .logo,
    .home.header .dark__header .logo {
        display: block;
        transition: all .3s;
        height: 33px;
       /* width: 100%;*/
    }
    .navbar>div {
        align-items: center!important;
    }
}


/* .carousel-indicators {
    background: #72CFB1;
    box-shadow: 0 0 30px 0 #00000047;
    margin: 16px auto;
    width: 150px;
    border-radius: 60px;
} */

.products__interna.small__products h3 {
    line-height: 1;
}

.products__interna.small__products .btn {
    border-radius: 60px;
}

.small__products .products__btn a:nth-child(1) {
    margin: 4px 16px 16px;
}

.small__products .products__btn a:nth-child(2) {
    margin: 0 16px 40px;
}

.products__btn__slider {
    width: 100%;
    display: flex;
    gap: 24px;
}

.products__btn__slider a {
    width: 100%;
    border-radius: 30px;
}

.carousel-caption.products__slider__image {
    max-width: 366px;
    left: calc(50% - 50px / 4);
    right: 6.5%;
    margin: 0 0 0 auto;
}

.products__slider__image__container {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width:1200px) {
    .products__slider__image__container .carousel-item {
        padding: 0 8%;
    }
}

@media (min-width:960px) and (max-width:1200px) {
    .home.header a.navbar-brand.d-flex.align-items-end {
        display: none !important;
    }
}