.icon_menu_header_color svg {
    fill: #002033 !important;
}

.first_tags_hero_section_cirle {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    transition: .35s;
    cursor: pointer;
} 

.first_tags_hero_section_cirle:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 12px rgba(0,0,0,.25);
}

.cards_services_secs_img_home {
    transition: .35s;
}

.cards_services_secs_img_home:hover {
    box-shadow: 0 0 6px rgba(0,0,0,.125);
}

.containers_cards_services_app {
    transition: .35s;
}

.containers_cards_services_app:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.125);
}

.smartphone_case_pics {
    position: relative;
    width: 340px;
    height: 700px;
    background-repeat: no-repeat;
    background-size: contain;
}

body::-webkit-scrollbar
, html::-webkit-scrollbar {
    width: 0px;
}

.numbers_others_op_section {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #00283f;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    outline: 15px solid #f0f7f4;
    background: #f0f7f4;
}

.numbers_others_op_section.make_bar::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 2000px;
    background: #00283f;
    z-index: 1;
    left: calc(100% + 15px);
}

.no_flow_section {
    overflow: hidden !important;
}

.review-slider-home .swiper-pagination-bullet {
    margin: 2px !important;
}

.elementor-element .swiper .elementor-swiper-button-prev {
    left: -20px !important;
}

.elementor-element .swiper .elementor-swiper-button-next {
    right: -20px !important;
}

.sticky-items-menu .elementor-widget-container, .sticky-items-menu .elementor-heading-title {
    transition: .25s !important;
}

.sticky-items-menu:hover .elementor-widget-container, .sticky-items-menu:hover .elementor-heading-title {
    border-color: #00b486 !important;
    color: #00b486 !important;
}

.sticky-items-menu {
    cursor: pointer;
}


/* ------------------------------------------------------- Responsive -------------------------------------------------------------------------------- */

/* -- OTHERS -- */
@media(max-width: 1280px){
    .elementor-element.change_mode_back {
        background-size: contain !important;
        background-position: bottom center !important;
    }

    .elementor-element.cards_services_secs_img_home.change_card_width_last_section {
        width: 45.5%;
    }
}
/* -- OTHERS -- */

/* -- TABLET -- */
@media(max-width: 1024px){
    .smartphone_case_pics {
        width: 338px;
        height: 695px;
    }
}
/* -- TABLET -- */

/* -- MOVIL -- */
@media(max-width: 767px){
	#menu_sticky_page_2 > .e-con-inner {flex-wrap: nowrap;max-width: 100%;}

	#menu_sticky_page_2 > .e-con-inner * {
		white-space: nowrap;
	}

	#menu_sticky_page_2 {max-width: 100%;overflow: auto;}

	#menu_sticky_page_2 > .e-con-inner > .elementor-element {
		min-width: max-content;
		max-width: max-content;
	}
	
	 .elementor-element.cards_services_secs_img_home.change_card_width_last_section {
        width: 100%;
    }
	
    .first_tags_hero_section_cirle {
        width: 45px !important;
        height: 45px !important;
    }
	
	.numbers_others_op_section {
		width: 24px;
		height: 24px;
		outline: 10px solid #f0f7f4;
		font-size: 13px;
	}

	.numbers_others_op_section.make_bar::after {
		width: 1px;
		height: 500px;
		left: 50%;
		transform: translateX(-50%);
		top: calc(100% + 15px);
	}
	
	.no_flow_movil {
		overflow: hidden !important;
	} 
} 

.img_hero_section_home_deveco {
    position: absolute;
    max-width: 1440px !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-position: 100% 50%;
    height: 100% !important;
}

@media (max-width: 1440px) {
    .img_hero_section_home_deveco {
        left: auto;
        transform: translateX(0);
        object-fit: cover;
        max-width: 100% !important;
        object-position: 100% 100%;
        height: 100% !important;
    }   
}

@media (max-width: 767px) and (min-width: 391px){
    .control_object_img_movil {
        object-fit: contain !important;
        min-height: 500px !important;
    }    
}
/* -- MOVIL -- */


/* ------------------------------------------------------- Responsive -------------------------------------------------------------------------------- */