.hero
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.hero .menu_counters
{
    position: absolute;
    background-color: rgb(0, 0, 0, .3);
    left: 0;
    bottom: 78px;
    text-align: left;
    width: auto;
    padding: 10px 21px;
    border-radius: 0;
    padding-left: 40px;
}

.hero-description
{
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #FFF;
}

.hero-description a
{
    color: #FFF;
}

.hero_image
{
    margin: 0;
    padding: 0;
    width: 100%;
}

h3
{
    width: fit-content;
    text-align: left;
    background-position: bottom left;
}

.swiper_c:nth-child(even) .col-4 {
    order: 2;
}

.swiper_c:nth-child(even) .bloque-8 {
    order: 1;
}

.feature_text_c
{
    padding: 50px;
    background-color: #F5F5F5;
}

.feature_text_c *
{
    background-color: unset !important;
}

.feature_text_c p
{
    color: #757372 !important;
}

.row_feature
{
    padding: 50px !important;
}

.version_feature_2_slider
{
    padding-bottom: 40px;
}

.version_feature_2_slider .description
{
    background: #f5f5f5;
    padding: 10px;
    padding-bottom: 1px;
    color: #757372;
}

.swiper-pagination.type_2
{
    margin: 0;
}

.swiper-pagination.type_2 .swiper-pagination-bullet {
    width: 44px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.35) !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.swiper-pagination.type_2 .swiper-pagination-bullet-active {
    background: #000 !important;
}

/* parallax */
.parallax {
    min-height: 350px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Parallax */
    background-attachment: fixed;

    position: relative;
}

/* colores */
.version_color_img
{
    height:  300px;
    width: auto;
}

.verion_color_name
{
    text-align: center;
}

.version_color_bullet
{
    width: 24px;
    height: 24px;
    border: 1px solid #757372;
    border-radius: 100%;
    margin: 7px;
    cursor: pointer;
}
.version_color_bullet.active
{
    border: 1px solid #000;
    cursor: default;
}