/*html{ height: auto !important; }*/
html, body{ background-color: #ffffff; background-image: linear-gradient(#ffffff, #ffffff) !important; background-color: #000000 !important; }
body.dark_theme{ background-color: #221f20; }
body.light_theme{ /*background-color: #ffffff;*/ background-image: linear-gradient(#ffffff, #ffffff) !important; background-color: #000000 !important; }
body.main{ padding: 20px 20px 20px 20px; }
body.register{ padding: 90.8px 0px 0px 0px; }

h1, h2,
p, b, i, u, s, a, li, pre, span, input, textarea, select{
	font-size: 16px;
	font-family: Montserrat, Arial;
	font-weight: 400;

	color: #212529;
	text-decoration: none;
}

/* ---------------------------------------------------- */ /* header */
#header{
	background-color: #FFFFFF; /* #f4f5ef */
	border-bottom: 1px solid #eaeaea;

	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#header.header_shadow{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
}

#header .section_container{
	margin: auto;
	width: 100%;
	height: auto;
	overflow: hidden;

	/*padding: 20px 0px 20px 0px;*/
}

#header .header_logo{
	display: inline-block;
    
    /*
	background: #ffffff;
    border: 1px solid white;
	padding: 20px 20px 20px 20px;

	position: absolute;
    top: 20px;
	*/
}

#header .header_logo img{ display: inline-block; vertical-align: middle; width: auto; max-width: 180px; height: auto; max-height: 60px; cursor: pointer; }
#header .header_logo img:focus{ -webkit-outline: none; -moz-outline: none; -ms-outline: none; -o-outline: none; outline: none; }
#header .section_cell.sc_ta_right{ height: 90.8px; }

@media only screen and (max-width: 600px) {
	#header .section_container{ /* padding: 15px 0px 15px 0px; */ }
	#header .header_logo img{ max-width: 150px; max-height: 55px; }
}

/* ---------------------------------------------------- */ /* header menu mobile icon */
#header .header_menu_mobile{ display: none; vertical-align: middle; width: 30px; cursor: pointer; }
#header .header_menu_mobile .hmm_bar{
	margin: 5px 0px 5px 0px;
	width: 100%;
	height: 3px;

	background-color: #333333;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/* ---------------------------------------------------- */ /* header menu */
#header .header_menu .hm_option,
#header .header_menu .hm_option_wn,
#header .header_menu .hm_option_info{
	display: inline-block;
	vertical-align: middle;

	margin: 0px 0px 0px 30px;
	padding: 5px 5px 5px 5px;

	/*-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	*/
}

#header .header_menu .hm_option_info{ padding: 0px 5px 0px 5px; }

#header .header_menu .hm_option_separator{
	display: inline-block;
	vertical-align: middle;

	width: 1px;
	height: 14px;

	background: #333333;
	opacity: 0.2;
}

#header .header_menu .hm_option:hover{ opacity: 0.8; }

#header .header_menu .hm_option p,
#header .header_menu .hm_option_wn p,
#header .header_menu .hm_option_info p{
	font-weight: normal;
	font-size: 15px;

	text-transform: uppercase;
	cursor: pointer;
}

#header .header_menu .hm_option_wn p,
#header .header_menu .hm_option_info p{
	display: inline-block;
	vertical-align: middle;

	font-size: 14px;
	text-transform: unset;
}

#header .header_menu .hm_option_info p{ font-size: 12px; opacity: 0.5; }

#header .header_menu .hm_option.hm_option_highlight p{
	font-weight: bold;
	padding: 10px 25px 10px 25px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

#header .header_menu .hm_option p.cl_main,
#header .header_menu .hm_option_wn p.cl_main,
#header .header_menu .hm_option_info p.cl_main{ color: #0f0f0d; font-weight: bold; }

/* ---------------------------------------------------- */ /* header menu mobile */
#header .header_menu.hm_mobile{
	display: block !important;

	width: 270px;
	height: 100%;

	background-color: #FFFFFF; /* #f4f5ef */

	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0px;
}

#header .header_menu.hm_mobile .hm_option{
	display: block;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;

	width: 100%;
	text-align: left;
}

#header .header_menu.hm_mobile .hm_option p{ font-size: 16px; border-bottom: 1px solid #eaeaea; padding: 14px 15px 14px 15px; }
#header .header_menu.hm_mobile .hm_option p:hover{ opacity: 1; background-color: #eaeaea; }

#header .header_menu.hm_mobile .hm_option.hm_option_highlight p{
	color: #333333;
	background-color: unset;

	font-weight: bold;
	padding: 14px 15px 14px 15px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

@media only screen and (max-width: 1250px) {
	#header .header_menu .hm_option,
	#header .header_menu .hm_option_wn,
	#header .header_menu .hm_option_info{ margin: 0px 0px 0px 20px; }
}

@media only screen and (max-width: 1200px) {
	#header .header_menu{ display: none; }
	#header .header_menu.hm_wn{ display: block !important; }
	#header .header_menu_mobile{ display: inline-block; }
}

@media only screen and (max-width: 470px) {
	#header .header_menu.hm_wn{ display: none !important; }
}

/* ---------------------------------------------------- */ /* footer */
#footer{
	text-align: center;
	background-color: #333333;
	padding: 80px 0px 80px 0px;
}

#footer .sc_footer_social{
	margin: auto;
	width: 100%;
	height: auto;
	overflow: hidden;

	text-align: center;
}

#footer .sc_footer_social a, #footer .sc_footer_social a *{ display: inline-block; vertical-align: middle; }
#footer .sc_footer_social a{
	margin: 5px 15px 5px 15px;
	font-weight: bold;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#footer .sc_footer_social a:hover{ opacity: 0.85; }
#footer .sc_footer_social p{ margin: 0px 0px 0px 2px; }

#footer .sc_footer_social i{ font-size: 18px; }
#footer .sc_footer_social svg{ height: 18px; }

#footer .sc_footer_desc{ margin: 15px 0px 0px 0px; border-top: 1px solid #4a4a4a; padding: 20px 0px 0px 0px; }
#footer .sc_footer_desc, #footer .sc_footer_desc *{	text-align: center; color: #eaeaea; }
#footer .sc_footer_desc span{ font-weight: bold; }

#footer  .sc_footer_whatsapp_link{
	position: fixed;
	z-index: 1;

	right: 30px;
	bottom: 30px;
}

#footer  .sc_footer_whatsapp{
	width: 60px;
	height: 60px;
	
	position: relative;
	-webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px;	border-radius: 60px;
}

#footer  .sc_footer_whatsapp svg{
	width: 30px;

	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 500px){
    #footer .sc_footer_social p{ display: none; }
}

/* -------------------------------------------------------------------- */ /* home */
#inicio{ background-color: #ffffff; }
#section_home{
    position: relative;
    margin: 0px auto 90px auto;
   
    background-position: center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section_home .box_filter{
    /* display: none; */

    width: 100%;
    height: 100%;

    background: rgba(0,0,0, 0.40);

    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
}

#os_section_home{
    height: auto;
    overflow: unset;

    padding: 0px 0px 0px 0px;

    position: relative;
    z-index: 1;
}

#os_section_home .section_container{ padding: 150px 0px 120px 0px; }
#os_section_home .section_container .sc_left_side{ padding: 0px 5px 0px 0px; }
#os_section_home .section_container .sc_right_side{ padding: 0px 0px 0px 5px; }

#os_section_home .section_container .ta_title, #os_section_home .section_container .ta_title span{ font-weight: bold; }
#os_section_home .section_container .ta_title{ display: block; margin: 0px 0px 25px 0px; font-size: 37px; }
#os_section_home .section_container .ta_title span{ display: none; font-size: 30px; }
#os_section_home .section_container .ta_description{ display: block; font-size: 16px; font-weight: normal; }

#os_section_home .section_container .ta_buttons{ margin: 20px 0px 0px 0px; }
#os_section_home .section_container .ta_buttons p{ opacity: 0.95; }
#os_section_home .section_container .ta_buttons p:hover{ opacity: 0.85 !important; }

#os_section_home .section_container .ta_image{
    width: 100%;
    max-width: 400px;
    height: auto;

	position: absolute;
	bottom: -100px;
}

@media only screen and (max-width: 1050px) {
    #os_section_home .section_container .ta_title{ font-size: 33px; }
    #os_section_home .section_container .ta_title span{ font-size: 26px; }
    #os_section_home .section_container .ta_image{ max-width: 350px; }
}

@media only screen and (max-width: 920px) {
    #os_section_home .section_container .ta_title{ font-size: 29px; }
    #os_section_home .section_container .ta_title span{ font-size: 22px; }
}

@media only screen and (max-width: 810px) {
	/*#os_section_home .section_container{ padding: 100px 0px 0px 0px; }*/

    #os_section_home .section_container .sc_left_side,
	#os_section_home .section_container .sc_right_side{ display: block; text-align: center; padding: 0px 0px 0px 0px; }
	#os_section_home .section_container .ta_image{ margin: -50px 0px 0px 0px; position: relative; }
}

@media only screen and (max-width: 450px) {
    #os_section_home .section_container .ta_title{ font-size: 25px; }
    #os_section_home .section_container .ta_title span{ font-size: 22px; }
}

/* -------------------------------------------------------------------- */ /* servicio */
#servicio{ margin-bottom: 60px; background-color: #ffffff; }
#os_section_service .sit_title{ margin-bottom: 20px; }
#os_section_service .sit_desc{ margin: auto; width: 100%; text-align: center; }
#os_section_service .section_container{ padding: 30px 0px 40px 0px; }
#os_section_service .section_container .ss_buttons{ margin: 0px auto 0px auto; text-align: center; }

#os_section_service .section_container .ssmc_img{ padding: 0px 30px 0px 60px; }
#os_section_service .section_container .ssmc_data{ padding: 0px 0px 0px 30px; }
#os_section_service .section_container .ssmc_img_bis{ display: none; }

#os_section_service .section_container .ssmc_img img,
#os_section_service .section_container .ssmc_img_bis img{ margin: 60px auto 0px auto; width: auto; max-width: 100%; height: auto; border-radius: 100%; }

#os_section_service .ss_prev_button_text{ margin: 60px auto 20px auto; text-align: center; }

@media only screen and (max-width: 920px) {
	#os_section_service .section_container .ssmc_img{ display: none; }
	#os_section_service .section_container .ssmc_data{ display: block; padding: 0px 0px 0px 0px; }
	#os_section_service .section_container .ssmc_img_bis{ display: block; }
}

/* -------------------------------------------------------------------- */ /* beneficios */
#beneficios{ margin-bottom: 60px; background-color: #ffffff; }
#os_section_benefits .section_container{ padding: 30px 0px 40px 0px; }
#os_section_benefits .section_container .ss_buttons{ margin: 20px auto 0px auto; text-align: center; }

/* -------------------------------------------------------------------- */ /* us */
#nosotros{ margin-bottom: 60px; background-color: #ffffff; }
#os_section_us .section_container{ padding: 30px 0px 40px 0px; }
#os_section_us .section_container .ss_buttons{ margin: 20px auto 0px auto; text-align: center; }

#os_section_us .su_container{
    margin: auto;
    width: 100%;
    max-width: 750px;
    height: auto;
    overflow: hidden;

	text-align: center;
}

#os_section_us p.su_text_01{ margin: 40px 0px 20px 0px; }
#os_section_us p.su_text_01 b{ font-weight: bold; }
#os_section_us p.su_text_01, #os_section_us p.su_text_02{ font-size: 18px; }

#os_section_us .su_clients_container{
    margin: 30px auto 0px auto;
    width: 100%;
    max-width: 750px;
    height: auto;

    overflow: hidden;
    border-top: 1px solid rgba(0,0,0, 0.2);
    padding: 30px 0px 0px 0px;
}

#os_section_us p.su_clients_title{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

#os_section_us .su_clients{ margin: 40px auto 0px auto; height: 60px; }
#os_section_us .su_clients div{ height: 100%; }

#os_section_us .su_clients img{
    display: inline-block;
    vertical-align: middle;

    margin: 0px 25px 0px 25px;

    width: auto;
    max-width: 120px;

    height: auto;
    max-height: 70px;

    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* -------------------------------------------------------------------- */ /* contact */
#section_contact{
    padding: 0px 0px 100px 0px;

    background: #92bb44;

    background: -webkit-linear-gradient(90deg, #92bb44 100%), #b3f081 10%;
    background: -moz-linear-gradient(90deg, #92bb44 100%), #b3f081 10%;
    background: -o-linear-gradient(90deg, #92bb44 100%), #b3f081 10%;
    background: linear-gradient(90deg, #92bb44 100%), #b3f081 10%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bb44', endColorstr='#b3f081',GradientType=1 );
}

#os_section_contact{
    padding: 100px 0px 0px 0px;
}

#section_contact p.sc_contact_description{
    margin: 40px 0px 0px 0px;
    font-size: 19px;
}

#section_contact .sc_contact_methods{
    margin: 20px 0px 0px 0px;
    width: auto;
}

#section_contact .sc_contact_methods *{ display: inline-block; vertical-align: middle; font-size: 16px; }
#section_contact .sc_contact_methods i.scm_icon_telephone{  }
#section_contact .sc_contact_methods i.scm_icon_email{ margin: 3px 0px 0px 0px; }
#section_contact .sc_contact_methods p{ margin: 0px 30px 0px 5px; }

#section_contact .sc_contact_form{
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 400px;

    position: relative;
    background-color: #ffffff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
}

#section_contact .sc_cf_container, #section_contact .sc_cf_success{
    padding: 50px 40px 50px 40px;
}

#section_contact .sc_contact_form .sc_contact_title{
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-align: center;
    font-size: 25px;
}

#section_contact .sc_contact_form input, #section_contact .sc_contact_form select, #section_contact .sc_contact_form textarea{
    margin: 8px 0px 8px 0px;
    width: 100%;

    font-size: 15px;
    
    background: #f2f2f2;
    border: 1px solid #f2f2f2;

    padding: 10px 10px 10px 10px;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#section_contact .sc_contact_form textarea{
    min-height: 82px;
    resize: none;
}

#section_contact .sc_contact_form input:focus, #section_contact .sc_contact_form select:focus, #section_contact .sc_contact_form textarea:focus{
    background: #ffffff;
}

#section_contact .sc_contact_form input[type=number]::-webkit-inner-spin-button, 
#section_contact .sc_contact_form input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

#section_contact .sc_contact_form p.bt_send_contact_form{
    width: 100%;
 
    font-size: 13px;
    font-weight: bold;

    color: #ffffff;
    text-align: center;
    text-transform: uppercase;

    cursor: pointer;
    padding: 12px 40px 12px 40px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    -webkit-box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);
    -o-box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 15px 28px -5px rgba(0, 0, 0, 0.45);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#section_contact .sc_cf_success{
    display: none;
    text-align: center;

    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#section_contact .sc_cf_success i{
    font-size: 50px;
}

#section_contact .sc_cf_success p{
    font-size: 25px;
    margin: 10px 0px 0px 0px;
}

@media only screen and (max-width: 1045px) {
    #section_contact .sc_contact_methods{ margin: 15px 0px 0px 0px !important; }
	#section_contact .sc_contact_methods .section_cell{
        display: block  !important;
        padding: 0px 0px 5px 0px !important;
    }
}

@media only screen and (max-width: 980px) {
    #section_contact .section_info_title{ text-align: center !important; }
    #section_contact .sc_contact_methods{ margin: 15px auto 30px auto !important; }
    #section_contact .sc_contact_methods p{ margin: 0px 0px 0px 5px !important; }

    #os_section_contact .section_cell{
        display: block  !important;
        text-align: center !important;
    }   
}

@media only screen and (max-width: 470px) {
    #section_contact .sc_contact_description{ /*font-size: 16px !important;*/ }
    #section_contact .sc_contact_methods{ margin: 30px auto 30px auto !important; }
    #section_contact .sc_cf_container, #section_contact .sc_cf_success{ padding: 40px 30px 50px 30px !important; }
    #section_contact .sc_contact_form .sc_contact_title{ font-size: 22px !important; } 
}

@media only screen and (max-width: 350px) {
    #section_contact .sc_cf_container, #section_contact .sc_cf_success{ padding: 35px 25px 40px 25px !important; }
    #section_contact .sc_contact_form .sc_contact_title{ font-size: 20px !important; } 
}

/* -------------------------------------------------------------------- */ /* site titles */
.sit_title, .sit_title .sit_subtitle{ margin: auto; width: 100%; max-width: 900px; text-align: center; }
.sit_title .sit_subtitle{ margin-top: 10px; }

.sit_title p{ font-size: 30px; font-weight: bold; }
.sit_title .sit_subtitle p{ font-size: 25px; font-weight: normal; }

@media only screen and (max-width: 920px) {
    .sit_title p{ font-size: 29px; }
	.sit_title .sit_subtitle p{ font-size: 24px; }
}

@media only screen and (max-width: 450px) {
    .sit_title p{ font-size: 25px; }
	.sit_title .sit_subtitle p{ font-size: 20px; }
}

/* -------------------------------------------------------------------- */ /* site buttons */
.sit_bt:hover{ opacity: 0.90; }
.sit_bt.sit_bt_bis{ border: 2px solid; }
.sit_bt{
	display: inline-block;
    vertical-align: middle;

	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

    cursor: pointer;
    padding: 13px 25px 13px 25px;

	/*
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
	*/
	
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* -------------------------------------------------------------------- */ /* site shadows */
.circle_shadow{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;

	-webkit-box-shadow: 4px 3px 10px 0px rgba(0,0,0, 0.20);
    -moz-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 4px 3px 10px 0px rgba(0,0,0, 0.20);
}

/* -------------------------------------------------------------------- */ /* site circle items */
.section_container .sh_main_container{ margin: 0px auto 0px auto; width: 100%; max-width: 1000px; }
.section_container .sh_container{ margin: 60px 0px 0px 0px; }
.section_container .sh_container .section_cell{  }

.section_container .sh_container.sh_left .section_cell.sc_right .shc_step,
.section_container .sh_container.sh_right .section_cell.sc_left .shc_step{ display: none; }

.section_container .sh_container.sh_left .section_cell.sc_left .shc_decoration,
.section_container .sh_container.sh_right .section_cell.sc_right .shc_decoration{ display: none; }

.section_container .sh_container .section_cell.sc_left,
.section_container .sh_container .section_cell.sc_right{ width: 100px; min-width: 100px; max-width: 100px; }

.section_container .sh_container.sh_left .section_cell.sc_center{ padding: 0px 0px 0px 40px; text-align: left; }
.section_container .sh_container.sh_right .section_cell.sc_center{ padding: 0px 40px 0px 0px; text-align: right; }

.section_container .sh_container .shc_step{ width: 100px; height: 100px;}
.section_container .sh_container .shc_step p,
.section_container .sh_container .shc_step svg{ position: relative; top: 28.8%; }

.section_container .sh_container .shc_step p{ font-size: 35px; font-weight: bold; text-align: center; }
.section_container .sh_container .shc_step p span{ margin: 0px 0px 0px 2px; font-size: 30px; font-weight: bold; }
.section_container .sh_container .shc_step svg{ height: 42.4px; text-align: center; }

.section_container .sh_container .shc_title{ margin: 0px 0px 3px 0px; font-size: 20px; font-weight: bold; }
.section_container .sh_container .shc_desc{ display:inline-block; width: 100%; max-width: 450px; }

.section_container .sh_container .section_cell .shc_decoration{
	display: inline-block;

	width: 10px;
	height: 10px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

@media only screen and (max-width: 1100px) {
	.section_container .sh_container.sh_right .section_cell.sc_left .shc_step{ display: block; }
	.section_container .sh_container.sh_right .section_cell.sc_right{ display: none; }

	.section_container .sh_container.sh_left .section_cell.sc_right,
	.section_container .sh_container.sh_right .section_cell.sc_left .shc_decoration{ display: none; }
	
	.section_container .sh_container.sh_right .section_cell.sc_center{ padding: 0px 0px 0px 40px; text-align: left; }
}

/* -------------------------------------------------------------------- */ /* site column items */
.section_container .ss_container{ margin: 60px 0px 0px 0px; }
.section_container .ss_container .section_cell{ padding: 20px 20px 20px 20px; }

.section_container .ss_container .ss_item{
	display: inline-block;
	width: 100%;
	
    padding: 0px 20px 20px 20px;

	-webkit-box-shadow: 4px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 4px 3px 10px 0px rgb(0 0 0 / 20%);   
}

.section_container .ss_container .ssc_icon_container{
	display: inline-block;
	margin: 0px 0px 15px 0px;

    width: 100px;
    height: 100px;
}

.section_container .ss_container .ssc_icon{ margin: 0px 0px 0px 0px; height: 50px; position: relative; top: 25%; }
.section_container .ss_container .ssc_title{ margin: 0px 0px 20px 0px; font-size: 20px; font-weight: bold; }

.section_container .ss_container .ssc_items span{ display: block; margin: 0px 0px 15px 0px; width: 100%; }
.section_container .ss_container .ssc_items b{
	font-weight: bold;

	/*
	text-decoration: underline;

	-webkit-text-decoration-thickness: from-font;
	-moz-text-decoration-thickness: from-font;
	-ms-text-decoration-thickness: from-font;
	-o-text-decoration-thickness: from-font;
	text-decoration-thickness: from-font;
	*/
}

@media only screen and (max-width: 1250px) {
    .section_container .ss_container .section_cell{ display: block; padding: 20px 0px 20px 0px; }
	.section_container .ss_container .ss_item{ max-width: 400px; }
}

/* -------------------------------------------------------------------- */ /* site mid section background */
.mid_section_background{
	width: 100%;
	height: 250px;

	background-position: center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ---------------------------------------------------- */ /* section info */
.section_info{ margin: 0px 0px 15px 0px; }
.section_info p.title, .section_info p.title *{	font-size: 25px; font-weight: bold; }
.section_info p.subtitle{ margin: 5px 0px 0px 0px; }

.section_info .separator{
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 5px;

	background-color: #eaeaea;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

.section_info .separator .step{ width: 0px; height: 100%; }

/* ---------------------------------------------------- */ /* section form */
.section_form{
	margin: auto;
	width: 100%;
	max-width: 600px;

	overflow: hidden;
	padding: 50px 20px 50px 20px;
}

.section_form .sf_step{ display: none; }
.section_form .sf_step.sf_step_main{ display: block; }

.section_form .sff_group{ margin: 0px 0px 30px 0px; }
.section_form .sff_group .sc_left{ padding: 0px 15px 0px 0px; }
.section_form .sff_group .sc_right{ padding: 0px 0px 0px 15px; }

.section_form p.sf_title{
	margin: 15px 0px 30px 0px !important;
	width: 100%;
	float: left;

	font-size: 22px;
	font-weight: bold;
}

.section_form .sf_fields .sf_field_hint{ height: 42.4px; background-color: #eaeaea; border: 1px solid #dbdbdb; padding: 9px 9px 9px 9px; }
.section_form .sf_fields .sf_field_hint *{ display: inline-block; vertical-align: middle; margin-top: 2px !important; }

.section_form .sf_fields .sf_field_hint p{ margin-bottom: 0px !important; font-size: 14px; font-weight: normal !important; opacity: 0.7; }
.section_form .sf_fields .sf_field_hint img{ margin: 0px 3px 0px 0px; width: 25px; height: auto; }

.section_form .sf_fields .sc_country_code{ width: 78px; }
.section_form .sf_fields .sc_province{ width: 123px; }
.section_form .sf_fields .sc_url{ width: 110px; }
.section_form .sf_fields .sc_instagram{ width: 132px; }

.section_form .sf_fields .sff_group p{ margin: 0px 0px 2px 0px; }
.section_form .sf_fields .sff_group p, .section_form .sf_fields .sff_group p *{ font-weight: bold; }
.section_form .sf_fields .sff_group span.sff_info{ display: block; margin: 2px 0px 0px 0px; font-size: 14px; }

.section_form .sf_fields input, .section_form .sf_fields select, .section_form .sf_fields textarea{
	width: 100%;
	height: auto;

	min-height: 42.4px;
	max-height: 42.4px;

	background-color: #ffffff;
	border: 1px solid #dbdbdb;

	padding: 9px 9px 9px 9px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.section_form .sf_fields input.capitalize, .section_form .sf_fields textarea.capitalize{ text-transform: capitalize; }
.section_form .sf_fields input.lowercase, .section_form .sf_fields textarea.lowercase{ text-transform: lowercase; }

.section_form .sf_fields input:focus, .section_form .sf_fields select:focus, .section_form .sf_fields textarea:focus{
	border: 1px solid #bebebe;

	-webkit-outline-width: 1px;
	-moz-outline-width: 1px;
	-ms-outline-width: 1px;
	-o-outline-width: 1px;
	outline-width: 1px;

	-webkit-outline-color: #bebebe;
	-moz-outline-color: #bebebe;
	-ms-outline-color: #bebebe;
	-o-outline-color: #bebebe;
	outline-color: #bebebe;
}

.section_form .sf_fields input::-webkit-outer-spin-button,
.section_form .sf_fields input::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.section_form .sf_buttons p{
	display: inline-block;

	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

	cursor: pointer;
	border: 2px solid;
	padding: 10px 25px 10px 25px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

@media only screen and (max-width: 700px){
	.section_form .sff_group{ margin: 0px 0px 0px 0px; }

    .section_form .sf_fields .sff_group > .section_cell{ display: block; margin: 0px 0px 30px 0px; }
	.section_form .sff_group .sc_left{ padding: 0px 0px 0px 0px; }
	.section_form .sff_group .sc_right{ padding: 0px 0px 0px 0px; }
}

/* ---------------------------------------------------- */ /* section form - success/error view */
.sf_view{ display: none; }

.sf_view p.sv_main_text{
	margin: 15px 0px 30px 0px !important;
	float: left;

	font-size: 22px;
	font-weight: bold;
}

.sf_view p.sv_secondary_text{
	margin: 15px 0px 30px 0px !important;
	float: left;
}

.sf_view .sv_buttons{ width: 100%; float: left; text-align: center; }
.sf_view .sv_buttons .sv_button{ margin: 0px 0px 30px 0px; }

.sf_view .sv_contact{ width: 100%; float: left; }
.sf_view .sv_contact .svc_option{ margin: 0px 20px 7px 0px; }
.sf_view .sv_contact .svc_option, .sf_view .sv_contact .svc_option *{ display: inline-block; vertical-align: middle; }

.sf_view .sv_contact .svc_option:hover p{ text-decoration: underline; }
.sf_view .sv_contact .svc_option svg{ margin: 0px 2px 0px 0px; height: 18px; }
.sf_view .sv_contact .svc_option p{ font-weight: bold; }

/* ---------------------------------------------------- */ /* section form -  loading */
.sf_loading{ width: 100%; float: left; text-align: center; }
.sf_loading img{ display: block; margin: auto; width: 50px; height: auto; }

.flickity-page-dots
{
	display:none !important;
}



