@media (min-width: 992px) {
    .about-text {
        margin-left: -120px;
    }
}

#map_inner>a {
    display: none !important;
}

.cubik-squad {
    background-color: #7ab730 !important;
}

.btn.btn-primary {
    background-color: #7ab730;
    color: white;
    font-weight: 300;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

.first-container {
    margin-top: 0;
    min-height: 610px;
    min-width: 100%;
    background-image: url(../../img/banners/inicio-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* mycoevolution banner inicio */
@media (max-width:479px) {
    .container-testimonios {
        height: 128px !important;
    }
    .inicio-slogan{
        font-size: 8px;
    }
}

@media (min-width:480px) {
    .container-testimonios {
        height: 165px !important;
    }
    .inicio-slogan{
        font-size: 8px;
    }
}

@media (min-width:640px) {
    .container-testimonios {
        height: 200px !important;
    }

    .inicio-slogan{
        font-size: 10px;
    }
}

@media (min-width:768px) {
    .container-testimonios {
        height: 265px !important;
    }
    .inicio-slogan{
        font-size: 12px;
    }
}

@media (min-width:960px) {
    .container-testimonios {
        height: 265px !important;
    }
    .inicio-slogan{
        font-size: 16px;
    }
}


@media (min-width:1097.14px) {
    .container-testimonios {
        height: 355px !important;
    }
    .inicio-slogan{
        font-size: 16px;
    }
}

@media (min-width:1280px) {
    .container-testimonios {
        height: 430px !important;
    }

    .inicio-slogan{
        font-size: 25px;
    }
}

@media (min-width:1536px) {
    .container-testimonios {
        height: 500px !important;
    }

    .inicio-slogan{
        font-size: 25px;
    }
}

@media (min-width:1745.45px) {
    .container-testimonios {
        height: 500px !important;
    }

    .inicio-slogan{
        font-size: 25px;
    }
}

@media (min-width:1920px) {
    .container-testimonios {
        height: 500px !important;
    }

    .inicio-slogan{
        font-size: 25px;
    }
}


.map-container {
    max-height: 700px;
    min-width: 100%;
    background-image: url(../../img/presencia-mapa.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.btn-products-container {
    margin: 0px 0px 0px 0px;
    max-height: 700px;
    min-width: 100%;
    background-image: url(../../img/ver-productos-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: white !important;
}

.display-3 {
    font-size: 4.5rem;
    line-height: 1.2;
    font-weight: 700 !important;
    text-shadow: -6px 2px #000000a8;
}

#map {
    height: 100%;
}

#map-google {
    height: 500px !important;
    margin-top: -80px !important;
    /* min-height: 100%;
    min-width: 100%;
    background-image: url(../../img/maps-ejemplo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: 50%;
    
    margin-bottom: 100px; */

}

.btn-products {
    width: 300px;
    font-size: 30px;
    background-color: transparent;
    border: 3px solid white;
    color: white;
    font-weight: 400;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;

    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.btn-products:hover {
    background-color: #7ab730;
}

/*  cuando sale la hamburguesa desactivar hovers para celulares y dispositivos touch*/
@media (max-width: 992px) {
    .btn-products {
        background-color: #7ab730;
    }

    /* .img-fluid.pop:hover{
        max-height: 400px !important;
        min-height: 400px !important;
        width: auto !important; 
    } */
}

.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-item {
    width: 33.33333333%;
    padding-right: 10px;
    padding-left: 10px;
}

.feature-item-container {
    height: 270px;
    padding: 20px 40px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

.feature-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 960px) {

    .feature-item-container{
        height: 370px !important;
    }
}

@media (max-width: 640px) {

    .collection-list {
        flex-direction: column !important;
    }

    .collection-item {
        width: 400px;
        padding: 10px;

    }
    .feature-item-container{
        height: 270px !important;
    }
}

@media (max-width: 384px) {

    .collection-item {
        width: 100%;
        padding: 10px;
    }
}

.h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 300 !important;
}

.paragraph.cc-gray {
    color: #999;
    text-align: justify;
}

.paragraph {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.premium {
    background-image: url(../../img/leafs-background.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: 50% 50% !important;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 30px 50px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;


}

.img-product {
    border: 1px solid #5b5b5b;
    width: 400px !important;
}

.img-product.product-l {
    box-shadow: -13px 13px 20px 1px #646464;
}

.img-product.product-r {
    box-shadow: 13px 13px 20px 1px #646464;
}

@media (max-width: 640px){
    .img-product{
        width: 300px !important;
    }

    ._2-row-text{
        margin-right: 0px !important;
    }
}


.row-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

._2-row-image.cc-row-spacing {
    margin-right: 100px;
}

._2-row-text {
    max-width: 370px;
    margin-right: 100px;
}

.text-span {
    color: #000;
    font-weight: 800;
}

.h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #b3b3b3;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.row-products.cc-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

._2-row-image.cc-bottom {
    margin-right: 0px;
}

._2-row-text.cc-bottom {
    margin-right: 100px;
}

@media (max-width: 767px) {
    .row-products {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._2-row-image.cc-row-spacing {
        margin-right: 0px;
    }

    #map-google {
        height: 500px !important;
        margin-top: 0px !important;

    }
}


/* contacto */

.container-contact{
    color: #1d1f2e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.label {
    position: static;
    display: block;
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

label {
    display: block;
    margin-bottom: 12px;
    color: rgba(29, 31, 46, 0.6);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-field {

    display: block;
    height: 54px;
    margin-bottom: 20px;
    padding: 18px 24px;
    border: 1px solid #e5e5e7;
    border-radius: 0px;
    -webkit-transition: border 400ms ease, color 400ms ease;
    transition: border 400ms ease, color 400ms ease;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-field:active {
    border-color: #1d1f2e;
}

.text-field:focus-visible {
    outline: none;
    border-color: #1d1f2e;
}

.contact-form-headline {
    color: #5c5c5c;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
}

.form-content {
    border: 1px solid rgba(210, 210, 213, 0.5) !important;
    background-color: #fff !important;
}

.contact-form-link {
    color: #1d1f2e !important;
    font-size: 18px !important;
    line-height: 30px !important;
    outline: 1px solid black;
    transition: all 400ms ease, border 400ms ease !important;
}

.contact-form-link:hover {
    color: #7ab730 !important;
    outline: 1px solid #7ab730;
}

@media (max-width: 991px) {
    .col-form {
        border: none;
        border-bottom: 1px solid #e2e2e2
    }
}

[class$=api-load-alpha-banner] {
    display: none;
}