.subtitle__section {
    font-size: 1.125rem;
    color: #0637F3;
    font-weight: 700;
    text-transform: uppercase;
}

.title__block {
    font-size: 3rem;
    color: #061A33;
    font-weight: 700;
}

.gray__text {
    color: #7A7B7D;
}


/* contacto */
.block__contact .inner__contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.inner__contact {
    width: 100%;
}

.card__contact {
    background-color: #EAF8FF;
    padding: 4rem 2rem;
}

.title__contact {
    font-size: 2.5rem;
    font-weight: 700;
}

.subtitle__contact {
    font-size: 2.5rem;
    font-weight: 700;
}

.form__contact {
    width: 100%;
}

.card__contact .block__direction {
    background-color: #fff;
    padding: 2rem;
    border-top: 2px solid #0C00A8;
}

.card__contact .contact__phones {
    border-left: 2px solid #DFDFDF;
}

.card__contact .block__direction .contact__number {
    font-size: 2rem;
    color: #0B0190;
    font-weight: 700;
    margin-bottom: 0;
}

.map__contact {
    position: relative;
}

.map__contact iframe {
    width: 100%;
    height: 450px;
}


.form__contact .form-control {
    border-color: #90E0EF;
    border-radius: 0;
}

.form__contact .form-control.is__invalid {
    border-color: #FB2424;
}


.form__contact .form-floating>label {
    color: #7A7B7D;

}

/* header__banner */
.header__banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header__banner picture,
.header__banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.inner__header__banner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.header__breadcrumbs a {
    text-decoration: none;
    color: #061A33;
}


.list__projects {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list__projects__item {
    max-width: 33.3333333%;
    width: 100%;
    padding: 2rem;
}

.list__projects__item:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*
.list__projects__item:nth-of-type(1){
    padding-right: 2.5%;
}
.list__projects__item:nth-of-type(3){
    padding-left: 2.5%;
} */

.list__projects__link {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.list__projects__item .image__project img {
    width: 100%;
    margin-bottom: 2rem;

}

.list__projects__item .image__project {
    position: relative;
}

.list__projects__item .image__project span {
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    font-size: 5rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.projects__item__name {
    border-left: 4px solid #E1F0BD;
    padding-left: 1rem;
    font-weight: 700;
}

.list__projects__white {
    color: #132A13;
}

.list__projects__white {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list__projects__white .list__projects__item {
    border: 1px solid #E1F0BD;
    width: 32%;
    margin-bottom: 2rem;
}

.list__projects__white .list__projects__link {
    color: #90A955;
}

.list__projects__white .image__project span {
    color: #E1F0BD;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #E1F0BD;
}

.wrap__pagination .page-link {
    color: #212b36;
    font-size: 0.875rem;
    font-weight: 700;
    border: 1px solid #DFE3E8;
    border-radius: 0.25rem;
}

.wrap__pagination .page-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}


/* testimonial */

.head__testimonial .title__block {
    font-size: 2.25rem;
    padding-right: 6rem;
    background-image: url("../img/icons/quottes.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 100px auto;
    max-width: 600px;
}

.wrap__testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slide__testimonial__item {
    border-radius: 80px 0 80px 0;
    background-color: #F8FFE8;
    padding: 4rem 2rem;
    height: 100%;
}

.left__testimonial {
    max-width: 40%;
    padding-right: 2rem;
    width: 100%;
    min-width: 40%;
}

/* .wrap__testimonials .slide__testimonial{
    max-width: 60%;
} */

.wrap__slide__testimonial {
    width: 100%;
    max-width: 60%;
}

.wrap__slide__testimonial .bx-wrapper {
    border: none;
    margin-bottom: 0;
    height: 100%;
}

.wrap__slide__testimonial .bx-viewport {
    height: 100% !important;
}

.slide__testimonial {
    height: 100%;
}

.slide__testimonial__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.slide__testimonial__card .author__photo {
    border-radius: 50%;
}

.wrap__slide__testimonial .bx-wrapper .bx-pager {
    width: 40%;
    right: 2rem;
    bottom: 7rem;
}

.wrap__slide__testimonial .bx-default-pager a.bx-pager-link {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #90A955;
    border-radius: 50%;
    position: relative;
    background-color: transparent !important;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.block__testimonial__blue .bx-default-pager a.bx-pager-link{
    border-color: #0637F3;
}

.wrap__slide__testimonial .bx-default-pager a.bx-pager-link:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #90A955;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
.block__testimonial__blue .bx-default-pager a.bx-pager-link:after {
    background-color: #0637F3;
}

.wrap__slide__testimonial .bx-default-pager a.bx-pager-link.active:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.block__testimonial.large__testimonial .title__block {
    max-width: 100%;
}

.block__testimonial.large__testimonial .title__block span {
    max-width: 600px;
    display: inline-block;
}

.mfp-title {
    position: absolute;
    color: #fff;
    top: -2rem;
    text-transform: uppercase;
    font-weight: 400;
}
.block__testimonial__blue .head__testimonial .title__block {
    background-image: url('../img/icons/quottes-blue.svg');
}
.block__testimonial__blue .slide__testimonial__item {
    background-color: #EAF8FF;
}

.card__schedule {
    border-radius: 0px 80px;
    background: -o-linear-gradient(352deg, rgba(6, 55, 243, 0.80) 6.62%, rgba(144, 169, 85, 0.80) 94.61%), url(<path-to-image>) lightgray -3.423px -6.892px / 103.053% 141.138% no-repeat;
    background: linear-gradient(98deg, rgba(6, 55, 243, 0.80) 6.62%, rgba(144, 169, 85, 0.80) 94.61%), url(<path-to-image>) lightgray -3.423px -6.892px / 103.053% 141.138% no-repeat;
    padding: 4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;

}

.card__schedule h4 {
    font-size: 3.5rem;
}

.card__schedule p {
    font-size: 1.5rem;
}

.dark__header{
    color: #fff;
}
.dark__header a{
    color: #fff;
}

.wrap__categories{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.grid__categories{
    overflow-x: auto;
}
.grid__categories ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    min-width: 1024px;
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.grid__categories ul li {
    text-align: center;
    padding: 1.5rem 1rem;
    border: 1px solid #90E0EF;
    border-radius: 0.25rem;
    width: 18%;
    cursor: pointer;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.grid__categories ul li:hover,
.grid__categories ul li.active {
    background-color: #0637F3;
    color: #fff;
}
.grid__categories ul li svg path {
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.grid__categories ul li:hover svg path ,
.grid__categories ul li.active svg path {
    fill: #fff;
}



.list__products{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.list__products__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23.5%;
    padding: 1rem;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.addcart__list{
    cursor: pointer;
}
.list__products__item > img {
    margin-bottom: 1rem;
}
.list__products__item .list__products__name{
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.list__products__cta{
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    border-radius: 0 0 0.5rem 0.5rem;
}
.list__products__price{
    color: #BB052E;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.block__products__subtitle{
    font-size: 1.25rem;
}


.floating__contacts{
    position: fixed;
    right: 1rem;
    top: 140px;
    z-index: 9;
}
.floating__contacts ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.floating__contacts ul li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.floating__contacts ul li a{
    height: 52px;
    overflow: hidden;
    border-radius: 26px;
    min-width: 52px;
    text-decoration: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.floating__contacts ul li a span {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    color: #061A33;
    font-size: 1rem;
    font-weight: 700;
}
.floating__contacts ul li a svg {
    margin-right: 12px;
}

.floating__contacts ul li a:hover span {
    width: auto;
    opacity: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}
.floating__contacts ul li a:hover svg path {
    fill: #0B0190;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.floating__contacts ul li a:hover svg path {
    fill: #0637F3;
}

@media screen and (max-width: 1024px) {

    .title__contact,
    .head__projects__title {
        font-size: 2rem;
    }

    .list__projects__white .list__projects__item {
        width: 48%;
        max-width: 48%;
    }
}

@media screen and (max-width: 960px) {
    .wrap__slide__testimonial .bx-wrapper .bx-pager {
        right: 1rem;
        bottom: 2rem;
    }
    .list__products__item{
        width: 31.5%;
    }
    .list__products__cta{
        line-height: 1em;
    }
}

@media screen and (max-width: 640px) {
    .card__contact {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .card__contact .block__direction .contact__number {
        font-size: 1rem;
    }

    .card__contact .contact__phones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block__contact .inner__contact {
        padding-left: 0;
        padding-right: 0;
    }

    .card__contact .block__direction {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .card__contact .block__direction svg {
        max-width: 100%;
    }

    .card__contact .block__direction p {
        font-size: 0.875rem;
    }

    .form__contact {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title__block {
        font-size: 2rem;
    }

    .subtitle__section {
        font-size: 1rem;
    }

    .list__projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list__projects__item {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 2rem;
    }

    .list__projects__item:nth-of-type(2) {
        border-left: none;
        border-right: none;
    }

    .list__projects__white .list__projects__item {
        width: 100%;
        max-width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .list__projects__white .list__projects__item:nth-of-type(2) {
        border-left: 1px solid #E1F0BD;
        border-right: 1px solid #E1F0BD;
    }


    .wrap__testimonials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .left__testimonial {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .wrap__slide__testimonial {
        max-width: 100%;
        width: 100%;
    }

    .block__testimonial.large__testimonial .title__block {
        padding-right: 0;
        padding-bottom: 4rem;
        background-position: 100% bottom;
        background-size: auto 3rem;
    }

    .card__schedule {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .card__schedule h4 {
        font-size: 1.5rem;
    }

    .card__schedule p {
        font-size: 0.875rem;
    }

    .list__products__item {
        width: 48%;
    }
    .inner__block__products .list__products{
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }
    .inner__block__products .list__products__cta{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        text-transform: none;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .list__products__item{
        padding-left: 0;
        padding-right: 0;
    }
    .list__products__item svg {
        max-width: 20px;
    }

    .floating__contacts{
        display: none;
    }
}