@charset "UTF-8";

.swiper-pagination{
    bottom: -50px !important;
}

.swiper .swiper-pagination-bullet, .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    height: 20px !important;
    width: 20px !important;
    border-radius: 20px !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #48b063 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 35px !important;
}
.banner__shape-wrap img {
    position: absolute;
    z-index: 10;
}

.banner__shape-wrap img:nth-child(1) {
    left: -500px;
    top: 6%;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    max-width: 506px;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.features-item .icon-box i{
    color: white;
    font-size: 28px;
}

.proyecto-logo img{
    width: 140px;
    padding: 15px 0;
}

.hstack .btn i{
    font-size: 18px;
    font-weight: bold;
}
.nosotros i{
    color: #48b063;
    font-weight: bold;
}

.valores img{
    width: 100px;
}
.breadcrumbs{
    margin-top: 110px;
}

.contacto i{
    color: #48b063;
    font-size: 65px;
}

@media (max-width: 992px) {
    .breadcrumbs{
        margin-top: 60px;
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}