/*
Theme Name:     Nitida
Author:         Increnta
Template:       jupiter
Version:        1.0
*/
/**== Fonts ==**/
/**== General ==**/

body {
    font-family: "Roboto";
    font-size: 18px;
    color: #363636;
    line-height: 120%;
    font-weight: 300;
}
ul,ol,li {
    font-size: 16px;
    line-height: 1.5;
}
.wpcf7-response-output.wpcf7-display-none {
    display: none;
}

/**== Icons ==**/
.w255{
	max-width: 255px !important;
}
.w115{
	max-width: 115px !important;
}
.header-logo img {
    width: 150px;
    height: 40px !important;
}
.nitida-inline {
    background: url("assets/images/logo-inline.png");
    width: 145px;
    height: 47px;
    display: inline-block;
    background-size: 145px;
    background-repeat: no-repeat;
    background-position: bottom left;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: top;
}

.nitida-center-inline {
    background: url("assets/images/logo-inline.png");
    width: 145px;
    height: 47px;
    display: block;
    margin: 0 auto;
    background-size: 145px;
    background-repeat: no-repeat;
    background-position: bottom left;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: top;
}

.bullon_actions .siguiente {
    background-image: url('assets/images/arrow-r.png');
}
.bullon_actions .anterior {
    background-image: url('assets/images/arrow-l.png');
}
.bullon_actions i:hover {
    background-position: 5px -21px;
}


/**== Alings ==**/

.blockCenter,
.blockCenter * {
    margin: auto;
}
.txtCenter,
.txtCenter * {
    text-align: center !important;
}
.txtLeft,
.txtLeft * {
    text-align: left !important;
}
.txtRight,
.txtRight * {
    text-align: right !important;
}
.align-r{
	float: right;
	clear: right;
}
.align-l{
	float: left;
	clear: left;
}
.align-c{
	margin: 0 auto;
	clear: both;
    display: block;
}
/**== Background ==**/

.bgWhite {
    background: #FFF;
}
#scentlinq_bg {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.bg_degraded{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(246,246,246,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );	
}





.bg_degraded_reverse{
background: rgba(246,246,246,1);
background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
}
/**== Spaces ==**/

.space_xs_t {
    padding-top: 50px;
}
.space_xs_b {
    padding-bottom: 50px;
}
.space_s_t {
    padding-top: 80px;
}
.space_s_b {
    padding-bottom: 80px;
}
.space_m_t {
    padding-top: 100px;
}
.space_m_b {
    padding-bottom: 100px;
}
.space_l_t {
    padding-top: 125px;
}
.space_l_b {
    padding-bottom: 125px;
}
.space_xl_t {
    padding-top: 150px;
}
.space_xl_b {
    padding-bottom: 150px;
}
.space_xxl_t {
    padding-top: 200px;
}
.space_xxl_b {
    padding-bottom: 200px;
}
.space_3xl_t {
    padding-top: 270px;
}
.space_3xl_b {
    padding-bottom: 270px;
}
.box20pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.box10pcpad {
    padding-left: 10% !important;
    padding-right: 10% !important;
}
/**== Borders ==**/

.imgBorderWhite {
    border: 5px solid #FFF;
}
/**== Buttons ==**/

.mk-button,
.mk-button *{
	cursor: pointer !important;
}

.btnDefault .mk-button {
		text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    background: #41A8BF;
    border: 2px solid #41A8BF;
    font-size: 14px;
    line-height: 48px !important;
    padding: 0 40px !important;
    font-weight: 800;
    border-radius: 48px;
    text-transform: uppercase;
}
#BeforeSectionTimeline .btnDefault.btnNPad .mk-button { /**/
    padding: 0 15px !important;
    text-align: center;
}
.width-full .mk-button {
    display: block !important;
}
.btnDefault .mk-button:hover {
    background: #3D9BAA;
    border: 2px solid #3D9BAA;
}
.btnOutline .mk-button {
	text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    display: inline-block;
    border: 2px solid #41A8BF;
    color: #41A8BF;
    font-size: 14px;
    line-height: 48px !important;
    padding: 0 30px !important;
    font-weight: 800;
    border-radius: 48px;
    text-transform: uppercase;
}
.btnOutline .mk-button:hover {
    color: #FFFFFF !important;
    background: #41A8BF;
}
.btnOutline .mk-button:hover span{
    color: #FFFFFF !important;
}
.mk-text-block.btnOutline {
    float: left;
}
/**== Header ==**/
.mk-header {
    background: none !important;
    border: none !important;
}
.nitida-fixed {
    position: fixed;
}
/**== Header > Main Menu ==**/
    ul#menu-main-menu * {
        color: #575757 !important;
    }

ul.sub-menu {
    z-index: 99;
}	
header .menu-item-link {
    color: #575756;
    font-weight: 500 !important;
}
.main-navigation-ul > li.menu-item.nav-contact > a.menu-item-link {
    background: #00A9C1;
    height: auto !important;
    display: inline-block !important;
    padding: 0 30px !important;
    line-height: 40px;
    border-radius: 40px;
    color: #FFF !important;
    margin: 30px 0;
}
#menu-main-menu li.menu-item.nav-contact a {
    color: #FFF !important;
}
.main-navigation-ul > li.menu-item.nav-contact > a.menu-item-link:hover {
    color: #FFF !important;
    background: #41A8BF;
}
header.a-sticky .main-navigation-ul > li.menu-item.nav-contact > a.menu-item-link {
    margin: 10px 0;
    line-height: 35px !important;
    height: auto !important;
    border-radius: 20px !important;
}
.trans-header .bg-true.light-skin:not(.a-sticky) #menu-main-menu li.menu-item > a.menu-item-link:hover,
.trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item > a.menu-item-link {
    color: #575756 !important;
}
.trans-header .bg-true.light-skin:not(.a-sticky) #menu-main-menu li.menu-item.nav-contact > a.menu-item-link {
    border: 1px solid #00A9C1;
    background: none;
    color: #00A9C1 !important;
}
.trans-header .bg-true.light-skin:not(.a-sticky) #menu-main-menu li.menu-item.nav-contact > a.menu-item-link:hover {
    color: #FFFFFF !important;
    background: #00A9C1 !important;
}
/**== Header > Top Menu ==**/

.mk-toolbar-navigation {
    float: right;
    margin: 0;
}
.mk-toolbar-navigation ul li a {
    color: #575756;
    opacity: 1;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: none;
    padding: 0 10px;
}
.mk-toolbar-navigation ul li a:hover {
    color: #575756;
}
.flag-es a, .flag-pt a, .flag-an a, .flag-fr a, .flag-en a{
	position: relative;
	padding: 0 35px!important;	
}
.flag-es a:before{
	content: url("assets/images/spain.png");
	position: absolute;
	left: 10px;
	bottom: -2.5px;
}
.flag-pt a:before{
	content: url("assets/images/portugal.png");
	position: absolute;
	left: 10px;
	bottom: -2.5px;
}
.flag-an a:before{
	content: url("assets/images/andorra.png");
	position: absolute;
	left: 10px;
	bottom: -2.5px;
}
.flag-en a:before{
	content: url("assets/images/united-kingdom.png");
	position: absolute;
	left: 10px;
	bottom: -2.5px;
}
.flag-fr a:before{
	content: url("assets/images/france.png");
	position: absolute;
	left: 10px;
	bottom: -2.5px;
}
/**== Header > Slider ==**/

.slideTitle {
    font-family: "Roboto" !important;
    letter-spacing: 0px;
    font-size: 72px !important;
    line-height: 110% !important;
    color: #575756 !important;
    font-weight: lighter !important;
    text-transform: none !important;
}
.slideSubtitle {
    font-size: 36px !important;
    color: #363636 !important;
    font-weight: 100 !important;
    font-family: "Roboto" !important;
}



        /****  Slider klinbag*  ****/

/*.tp-parallax-wrap {
    position: static !important;
}

.wrapp_nitida_slide_2col {
    margin-top: 50px !important;
}

.wrapp_nitida_slide_2col .slide_col_izq {
    width: 48%;
    float: left;
    text-align: right !important;
}

.wrapp_nitida_slide_2col .slide_col_der {
    float: left;
    margin-left: 30px !important;
    margin-top: 30px !important;
}


.wrapp_nitida_slide_2col .slide_col_der h2 {
    text-transform: inherit;
    font-weight: 300 !important;
    font-size: 36px !important;
}

.wrapp_nitida_slide_2col .slide_col_der p {
    font-weight: 300;
    line-height: 1.4 !important;
}

.wrapp_nitida_slide_2col .slide_col_der .slide_actions a {
    background: #71bed0 !important;
    font-size: 16px !important;
    font-family: Roboto;
    font-weight: 500 !important;
    padding: 10px 30px !important;
    border-radius: 40px;color: #FFF;
}

.wrapp_nitida_slide_2col .slide_col_der .slide_actions {
    margin: 35px 0 !important;
}*/


/**== Footer ==**/

#mk-footer {
    z-index: 44;
}
li.foot_icons:before {
    display: none !important;
}

li.foot_icons {
    text-align: center;
}

li.foot_icons img {
    max-height: 50px;
    margin: 10px 10px;
    display: inline-block;
}
/*
img.foot-ecolabel {
    width: 50px;
    clear: both;
    margin: 10px auto;
    text-align: center;
    display: block;
}

img.foot-greenefficiency {
    clear: both;
    margin: 10px auto;
    text-align: center;
    display: block;
}*/

#mk-footer,
#mk-footer p {
    font-size: 15px !important;
    color: #666667 !important;
    font-weight: 300 !important;
}
#mk-footer .foot_partners {
    display: block;
    margin-bottom: 50px;
    font-weight: 300 !important;
}
#mk-footer .widget_social_networks,
#mk-footer .widget_social_networks * {
    color: #FFF !important;
}
.nitidaFoot {
    margin-bottom: 15px;
    width: 40%;
}
#mk-footer .imgCertificadosFooter {
    margin: 30px 0 80px 0;
}
#mk-footer .foot_partners span {
    display: block;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 18px;
}
#mk-footer .widgettitle {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    border-bottom: 1px solid #666667;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#mk-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#mk-footer .menu li > a > svg {
    display: none;
}
#mk-footer .menu li > a {
    font-size: 16px;
    color: #666667 !important;
    font-weight: 300 !important;
}
#mk-footer .menu li > a:hover {
    color: #fff !important;
}
#mk-footer hr {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    height: 1px;
    background: #666667;
    margin: 0 0 20px 0;
}
#mk-footer .mk-padding-wrapper {
    padding: 0 10px;
}

#mk-footer .mk-padding-wrapper .mk-col-1-4:first-child {
    padding-left: 0 !important;
}
#mk-footer .mk-padding-wrapper .mk-col-1-4:last-child {
    padding-right: 0 !important;
}
#mk-footer .widget {
    margin-bottom: 20px;
}
#mk-footer .menu-footer-legal-container {
    border-top: 1px solid #FFF;
    padding-top: 20px;
}
.footerList li{
	padding-left: 30px;
	position: relative;
}

.footerList li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #4cadc9;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
    left: 7px;
}

.direccion {display: -webkit-box;padding-left: 10px;}

img.foot-icon {
    float: left;
}

/**== Slides ==**/
.rev_slider .titleSlide {
    text-align: center !important;
}

.rev_slider .subtitleSlide {
    text-transform: none !important;
    text-align: center !important;
}
/**== Sombras ==**/

.boxShadow {
    box-shadow: 1px 1px 21px #e3e7ea;
}
/**== Bullets ==**/

ul.doubleBullet,
.NumerList ul {
    padding: 0px 0px 10px 0px !important;
    margin: 0px !important;
}
ul.doubleBullet > li,
.NumerList ul > li {
    margin-bottom: 5px;
    list-style: none;
    padding: 0 !important;
    padding-left: 11px !important;
    position: relative;
}
ul.doubleBullet > li:before,
.NumerList ul > li:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("assets/images/double-bullet.png");
    background-repeat: no-repeat;
    margin-left: -24px;
    margin-right: 5px;
}
ul.circleBullet {
    padding: 0 !important;
    margin: 0 !important;
}
ul.circleBullet > li {
    margin-bottom: 5px;
    list-style: none;
    padding: 0 !important;
    padding-left: 15px;
    position: relative;
}
.BlockLeftIcon-desc strong,
.BlockLeftIcon-desc b{
	color: #41A8BF;
}
ul.circleBullet > li:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url("assets/images/circle-bullet.png");
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: 6px;
}
/**== Forms ==**/
select::-ms-expand {
    display: none;
}
#theme-page select:not(.gfield_select), .woocommerce select {
    background: #FFF !important;
    padding: 12px !important;
	min-width: 50px !important;
	line-height: 1;
	font-size: 18px !important;
    font-weight: 400 !important;
}
/**== Forms > Newsletter ==**/
.newsletterForm {
    margin: 20px 0 10px 0;
    position: relative;
}

.newsletterForm input[type=email] {
    width: 100%;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    box-sizing: border-box;
}
.newsletterForm input[type=submit] {
    background-image: url("assets/images/icon-submit.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    top: 8px;
    right: 8px;
    text-indent: -9999px;
}
.newsletterForm input[type=submit]:focus{
	outline: none;
}
/**== Forms > Contacto ==**/

.col_contact_form {
    padding: 0;
    margin: 0;
}
.col_contact_form .wpcf7-text,
.col_contact_form .wpcf7-textarea {
    width: 100%;
    font-size: 18px;
    color: #363636;
}
.col_contact_form .wpcf7-textarea {
    height: 190px;
    margin-top: 14px;
}

.col_contact_form.col_cv_form .wpcf7-textarea {
    height: 188px;
}

.col_contact_form .wpcf7-text {
    line-height: 52px;
    height: 52px;
    padding: 0 15px;
}
.col_contact_form::-webkit-input-placeholder {
    color: #BABABA;
}
.col_contact_form::-moz-placeholder {
    color: #BABABA;
}
.col_contact_form:-ms-input-placeholder {
    color: #BABABA;
}
.col_contact_form:-moz-placeholder {
    color: #BABABA;
}
#formContacto .col_contact_form .infoForm {
    float: right;
    text-align: right;
    font-size: 12px;
}
.col_contact_form a {
    color: #363636;
}
.contactFormAction {
    margin: 20px 0 0 0;
}
.col_contact_form .column_container {
    margin-bottom: 10px;
}
.col_contact_form .column_container.vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#theme-page select, .woocommerce select {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    color: #757575 !important;
    line-height: 28px;
    font-weight: normal;
    background-color: #FFF !important;
        height: 55px; 
}
.contactForm_dark select.wpcf7-form-control.wpcf7-select {
    color: #757575 !important;
    padding-right: 50px !important;
}
.wpcf7 input[type="file"] {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    width: 100%;
    font-size: 16px;
    color: #363636;
    line-height: 1;
    box-sizing: border-box;
    padding: 15px 15px;
}

.light_form .col_contact_form option, 
.light_form .col_contact_form textarea.wpcf7-form-control.wpcf7-textarea, 
.light_form .col_contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    color: #7c7c7c !important;
}
/**== Tittles ==**/
.mk-box-icon-2 .mk-box-icon-2-title {
    text-transform: none;
}	
/**== Forms > Light Contact ==**/

.light_form .col_contact_form * {
    color: #FFF !important;
}
.light_form .btnDefault .mk-button {
    background: #2D2D2D !important;
}
.light_form .btnDefault .mk-button:hover {
    background: #000000 !important;
}
/**== Forms > Hazte Distribuidor ==**/

#FormHazteDistribuidor {
    margin: 0 20px;
    padding: 30px 10px 10px 10px;
}
.col_contact_form .titleForm {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px !important;
    display: block;
    color: #333333;
}
/**== Testimonios ==**/

.testimonial-item .testimonial-content .mk-testimonial-image {
    display: block;
    text-align: center;
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.testimonial-item .testimonial-content .mk-testimonial-image img {
    border: 2px solid #FFF;
    width: 75px !important;
    height: 75px !important;
}
.testimonial-item .testimonial-content .mk-testimonial-author {
    clear: both;
    display: block;
    text-align: center;
    color: #363636;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.testimonial-item .testimonial-content .mk-testimonial-company {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    display: block;
    margin: 0 0 20px 0;
}
.testimonial-item .testimonial-content .mk-testimonial-quote {
    text-align: center;
}
.testimonial-item .testimonial-content {
    padding: 40px 20px;
    margin-bottom: 70px;
    box-shadow: 1px 1px 21px #e3e7ea;
    box-sizing: border-box;
    font-weight: 200 !important;
}
.testimonial-item .testimonial-content .testimonial-readmore {
    text-align: center;
    display: block;
    font-weight: normal;
}
.testimonial-item .testimonial-content .mk-testimonial-quote strong {
    display: block;
    font-weight: 300 !important;
}
#SectionTestimonial .testimonial-row-item .mk-testimonial-image {
    float: none !important;
    display: block !important;
    text-align: center !important;
}
#SectionTestimonial .testimonial-row-item .mk-testimonial-image img {
    width: 150px !important;
    height: 150px !important;
}
#SectionTestimonial .mk-testimonial-author {
    text-align: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333333;
}
#SectionTestimonial .mk-testimonial-company {
    font-size: 16px !important;
    text-align: center;
    font-weight: 200 !important;
    display: block;
    line-height: 1.2;
    color: #333333;
}
#SectionTestimonial .mk-testimonial-quote {
    font-weight: 200 !important;
    text-align: left;
}
#SectionTestimonial .mk-testimonial-quote strong {
    display: block;
    font-weight: 300 !important;
}
#SectionTestimonial .testimonial-readmore {
    display: block;
    text-align: right;
    padding: 0 20px;
}
#SectionTestimonial .testimonial-readmore a {
    font-size: 18px;
    font-weight: 400;
}
#SectionTestimonial .testimonial-readmore a:after {
    content: url("assets/images/arrow.png");
    display: inline;
    margin-left: 15px;
}


.mk-testimonial-quote {
    font-style: italic !important;
}

.quoteSymbol {
    font-size: 24px;
    font-family: "Times New Roman", Times;
    font-weight: bold;
    font-style: normal;
    color: #777;
}


/**== Cliente ==**/

#SectionClientes {
    padding-bottom: 100px;
}
#SectionClientes .wrapClients {
    padding: 80px 10px;
    margin-bottom: 70px;
    box-shadow: 1px 1px 21px #e3e7ea;
    margin-top: 60px;
}
.client-logo {
    background-size: contain;
}
/**== Timeline  ==**/

#BeforeSectionTimeline {
    position: relative;
    z-index: 3;
}
#SectionTimeline {
    background-position: center -202px !important;
    margin-top: -130px;
    z-index: 2;
}
.timeline span.mk-fancy-title {
    margin-bottom: 5px;
}
.timeline h2 {
    margin-bottom: 10px;
}
.timeline .wpb_column:first-child {
    border-right: 2px solid #B2B2B2;
    padding-right: 30px;
}
.timeline.last-timeline .wpb_column:first-child {
    border-right: none !important;
}
.timeline .wpb_column:last-child {
    padding-left: 30px;
}
.timeline .wpb_column:first-child:before {
    content: '';
    display: block;
    width: 92px;
    height: 92px;
    background: url('assets/images/step.png');
    position: absolute;
    right: -46px;
    top: 20px;
    z-index: 1;
}
.timeline.last-timeline .wpb_column:first-child:after {
    width: 2px;
    background: #B2B2B2;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 0;
}
.timeline .wpb_column {
    padding: 50px 0;
}
/**== Imagenes ==**/

.ebook_nitida {
    background: url('assets/images/klinbox_ebook.jpg');
    background-repeat: no-repeat;
    background-position: right top;
}
.bloqueIconosDistribuidores img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 15px;
}
.bloqueIconosDistribuidores {
    font-size: 18px;
    font-weight: 300;
}
/**== Pagina > Area Cocina ==**/

.cocina-test {
    position: relative;
}
.icono-cocina {
    width: 53px;
    height: 68px;
    display: block;
    position: absolute;
    cursor: pointer;
}
.cocina-verde {
    background: url("assets/images/cocina-verde.png");
    left: 30%;
    top: 4%;
}
.cocina-azul {
    background: url("assets/images/cocina-verde.png");
    left: 29%;
    top: 35%;
}
.cocina-marron {
    background: url("assets/images/cocina-verde.png");
    left: 65%;
    top: 16%;
}
.cocina-test:hover .cocina-verde {
    animation: bounce 1s;
}
.cocina-test:hover .cocina-azul {
    animation: bounce 1.5s;
}
.cocina-test:hover .cocina-marron {
    animation: bounce 2s;
}
/**== Pagina > Actitud Nitida  ==**/

.icon_count_l:before {
    display: block;
    width: 110px;
    height: 110px;
    background: #00A9C1;
    position: absolute;
    top: 30px;
    left: -55px;
    border-radius: 100%;
    line-height: 110px;
    padding: 0 0 0 25px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    z-index: -1 !important;
}
.icon_count_r:before {
    display: block;
    width: 110px;
    height: 110px;
    background: #00A9C1;
    position: absolute;
    top: 30px;
    right: -55px;
    text-align: right;
    border-radius: 100%;
    line-height: 110px;
    padding: 0 25px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    z-index: -1 !important;
}
.count_1:before {
    content: '1';
}
.count_2:before {
    content: '2';
}
.count_3:before {
    content: '3';
}
.count_4:before {
    content: '4';
}
.count_5:before {
    content: '5';
}

/**== Animated Columns  ==**/


#animated-columns-32 .animated-column-title {
    max-height: 154px;
}

.animated-column-item:hover .a_padding-bottom-30 {
    display: none;
}

.animated-column-title {
    line-height: 1.2;
    font-weight: 300;
    text-transform: none;
}

.animated-column-item .animated-column-desc {
    font-weight: 300;
    line-height: 1.2;
 }
.animated-column-item .animated-column-desc img{
	display: block;
	margin: 5px auto;
}
.mk-animated-columns.full-style .s_title:after {
    display: none;
}

.mk-animated-columns .a_colitem,
.mk-animated-columns .jupiter-donut-colitem {
    box-shadow: 1px 1px 21px #e3e7ea !important;
    box-sizing: border-box !important;
}
.mk-animated-columns.a_4col.o3col.o2col .a_colitem,
.mk-animated-columns.a_4col.o3col.o2col .jupiter-donut-colitem {
    margin: 0 1% !important;
}
.mk-animated-columns .s_item {
    margin-bottom: 30px !important;
}
/*#contenidosFormacion .animated-column-desc {
    margin-top: 50px;
    font-size: 18px !important;
}*/


#rowContenidos .animated-column-desc {
    margin-top: 50px;
    font-size: 18px !important;
}

#animated-columns-10 .animated-column-image-icon {
    width: 92px !important;
}
@media handheld, only screen and (min-width: 960px){
	.mk-animated-columns.a_4col.o3col.o2col .a_colitem,
    .mk-animated-columns.a_4col.o3col.o2col .jupiter-donut-colitem {
	    width: 23% !important;
	}
	
}


.mk-animated-columns.full-style .s_title:after {
    display: none;
}

/**== FOOTER > Iconos  ==**/

.foot_logos img {
    width: 25%;
    display: inline-table;
    margin: 0 6% 0 0;
}

.foot_logos {
    display: table;
    width: 100%;
    vertical-align: middle;
}

/**== FOOTER > Social  ==**/

#mk-footer .widget_social_networks {
    margin: 0 !important;
    vertical-align: middle;
    line-height: 53px;
}

#mk-footer .widget_social_networks a {
    top: 5px;
}

#mk-footer .widget_social_networks .widgettitle {
    margin: 0px 20px 0px 0px !important;
    padding: 0 !important;
    border: none 0 !important;
    float: none;
    vertical-align: middle;
    display: inline-block !important;
    font-size: 16px !important;
}

#mk-footer .widget_social_networks .align-left {
    display: inline-block;
} 

/**== FOOTER > Sub  ==**/

div#sub-footer .mk-grid {
    border-top: 1px solid #666667;
}

#mk-footer-navigation {
    float: left;
}

#mk-footer #mk-footer-navigation ul > li a {
    font-size: 16px !important;
    color: #00A9C1 !important;
}
#mk-footer .mk-footer-copyright {
    font-size: 16px !important;
    color: #878787 !important;
}

/**== IMAGES  ==**/
.img_contain_bc .mk-half-layout {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.img_contain_br .mk-half-layout {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.mk-toolbar-navigation ul li .menu-sub-level-arrow,
.mk-toolbar-navigation ul li ul.sub-menu{display: none !important;}


/* Menu Left: Downloads */
.menuDownloads li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
}
.menuDownloads li:last-child{
    border-bottom:none;
}
.menuDownloads {
    list-style: none;
    margin-right: 40px;
}

.menuDownloads li a {
    padding: 15px 20px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.menuDownloads li a:hover {
    color: #FFF;
    background: #00a9c1;
}

/**** Productos ****/

.div-producto {
    min-height: 250px;
}

.div-producto p img.align-r {
    width: 250px;
}

#imgHeadProducto {
    display: none;
}

#slideHeadProducto {
    display: block;
}

@media handheld, only screen and (max-width: 1140px){
	#imgHeadProducto {
	    display: block;
	}
	
	#slideHeadProducto {
	    display: none;
	}

    
}
/**** END - Productos ****/


@media handheld, only screen and (max-width: 960px){
	.SectionNotas {
    	width: 100%;
	}
	div#homePorQueNitida .mk-box-icon-2-title {
    	font-size: 24px;
	}
	div#animated-columns-14 .s_item{
	    width: 33% !important;
	}
	/*
	.btnDefault .mk-button,
	.btnOutline .mk-button {
	    line-height: 1.5 !important;
		padding: 15px 30px !important;
	}
	*/
	#BeforeSectionTimeline .vc_col-sm-4,div#BeforeSectionTimeline .vc_col-sm-8 {
	    width: 100%;
	}
	
	#BeforeSectionTimeline .mk-button {
	    padding: 15px 5px !important;
	    margin: 5px 0;
	}

	#mk-footer-navigation {
	    width: 100%;
	    float: none;
	    display: block;
	}
}

/* Blog > Similar posts */
.blog-similar-posts {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}









ul.carouselItem > li {
    /*
	    width: 32%;
		display: inline-block;
    */
}

ul.carouselItem {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
ul.carouselItem .contentCarousel {
    font-size: 16px;
    font-weight: 300;
}

ul.carouselItem h3.titleCarousel {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}

ul.carouselItem .imageCarousel .vc_col-sm-7 {
    padding: 0 20px 0 0;
}



ul.carouselItem > li.bx-clone {
    margin: 0;
    padding: 0;
}


/* SectionNotas */
.SectionNotas .BlockLeftIcon-desc strong {
    color: #4FA8BF;
}

.SectionNotas .BlockLeftIcon-desc {
    line-height: 1.5 !important;
    font-size: 18px !important;
}

.SectionNotas .BlockLeftIcon-title {
    font-weight: 200 !important;
    font-size: 36px !important;
    margin: 0 !important;
}

.SectionNotas .BlockLeftIcon {
    margin-bottom: 20px;
}

.BlockLeftIcon img {
    width: 100%;
    max-width: 54px;
    /*margin-top: 20px;*/
}


/* Sistema Integral */
.block_EjesBeneficio {
    padding: 20px 25px 20px 20px;
    border: 1px solid #41A8BF;
    margin: 10px;
    min-height: 100px;
    vertical-align: middle;
}

.block_EjesBeneficio strong {
    display: block;
}

.animatedBlock .animated-column-icon {
    width: 100% !important;
    padding: 15px;
}

#rev_slider_15_1 ul.tp-revslider-mainul li.title-integral-sys .tp-parallax-wrap {
    left: 100px !important;
}


/* Carousel */
#carouselNitida .bx-viewport{
	height: auto !important;
}

#carouselNitida .bx-wrapper {
    margin: auto;
}

#carouselNitida {
    margin-left: 0;
    margin-right: 0;
}




/* Tab */


.tn_title {
    display: block;
    border: 1px solid #00a9c1;
    padding: 20px;
    min-height: 100px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
}

.tn_description {
    display: block;
    border: 1px solid #00a9c1;
    border-top: 0;
    float: left;
    width: 100%;
    padding: 20px 20px 0 20px;    
}

.buttonTabOpen {
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
    cursor: pointer;
}

/* sectores */
.rowEffetsRestaurante .wpb_column {
    min-height: 250px;
}
/* Ebook */
#CTA_Ebook .mk-image-holder {
    margin-top: 30px;
}

@media only screen and (min-width: 766px) and (max-width: 960px) {
	
	/* Menu > Toolbar */
	.mk-toolbar-resposnive-icon {
	    display: none;
	}
	
	.mk-header-toolbar {
	    display: block;
	}	
	/* Sector Items */
	.SectorItem .wrapSectorItemTitle h3 {
	    font-size: 18px !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	/* Blog Grid List Home */
	.mk-blog-grid-item.three-column, .mk-blog-grid-item.four-column {
	    width: 33% !important;
	}
	.mk-animated-columns.o2col .s_item {
	    width: 25%;
	}
	
	/* Animated Column Home */
	#animated-columns-16 .animated-column-title {
	    font-size: 20px !important;
	}	
	
	/* Footer */
	#mk-footer .footer-wrapper {
	    padding: 30px !important;
	    box-sizing: border-box;
	}
	
	#mk-footer .footer-wrapper .mk-col-1-4 {
	    width: 50%;
	    float: left;
	}
	
	#mk-footer .footer-wrapper .mk-col-1-4:nth-of-type(3) {
	    clear:both;
	}
	/* Slide */
	#sliderEffect .slideTitle {
	    font-size: 52px !important;
	    line-height: 1 !important;
	    top: -25px !important;
	    font-weight: 300 !important;    
	}
	
	#sliderEffect .slideSubtitle {
	    font-size: 35px !important;
	}
	#sliderEffect .mk-button {
	    font-size: 16px !important;
	    font-weight: 500 !important;
	}


    #sistemas .mk-animated-columns.o2col .s_item {
        width: 33.3%;
    }


}

.icon-green-efficency .BlockLeftIcon .BlockLeftIcon-image img {
    width: 150px !important;
    max-width: 200px !important;
    margin-left: -80px;
}

#npg-seguridad.bg_security {
    background-size: cover !important;
    background-position: center center !important;
}

/* Slide Solucion*/

#sliderEffect.oldSectionFilter li.tp-revslider-slidesli:after {
    visibility: visible !important;
    z-index: 2;
    content: '';
    display: block;
    width: 100%;
    height:100%;
    position:absolute;
    background: rgba(230,236,239,0.7);
    background: -moz-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(11%, rgba(230,236,239,0.7)), color-stop(100%, rgba(235,235,247,0.1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
    background: radial-gradient(ellipse at center, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#ebebf7', GradientType=1 );
}

/*
li.tp-revslider-slidesli:after {
    content: '';
    background: rgba(255, 255, 255, 0.39);
    display: block;
    width: 100%;
    height:100%;
    position:absolute;
}
*/
/*
#sliderEffect li.tp-revslider-slidesli:after {
    visibility: visible !important;
   	z-index: 2;
    content: '';
    display: block;
    width: 100%;
    height:100%;
    position:absolute;
	background: rgba(230,236,239,0.7);
	background: -moz-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(11%, rgba(230,236,239,0.7)), color-stop(100%, rgba(235,235,247,0.1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
	background: radial-gradient(ellipse at center, rgba(230,236,239,0.7) 11%, rgba(235,235,247,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#ebebf7', GradientType=1 );
}*/

/*#sliderEffect */
#sliderEffect li.tp-revslider-slidesli:before {
    visibility: visible !important;
   	z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height:100%;
    position:absolute;
/*
    background: rgba(255,255,255,0.85);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.49) 62%, rgba(255,255,255,0.05) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.85)), color-stop(62%, rgba(255,255,255,0.49)), color-stop(100%, rgba(255,255,255,0.05)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.49) 62%, rgba(255,255,255,0.05) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.49) 62%, rgba(255,255,255,0.05) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.49) 62%, rgba(255,255,255,0.05) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.49) 62%, rgba(255,255,255,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
*/

}

/* Slides */
	div#slide-4-layer-4 span {
	    font-size: inherit !important;
	}
	
/**/

.ngp_metodos_container {
    padding:20px;
    position: relative;
    display: block;
    width: 75%;
    margin: auto;
}

.ngp_metodos_line {
    width: 100%;
    min-height: 400px;
    height: 100%;    
    position: relative;
    border: 1px solid #00A9C1;
    display: inline-block;
    border-radius: 20px;
}

.ngp_metodos_bullon {
	cursor: pointer;
    display: block;
    background: #FFF;
    color: #00A9C1;
    font-size: 16px;
    border: 1px solid #00A9C1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;
}

.ngp_metodos_bullon:hover,
.bullon_ngp_active {
    background: #00A9C1;
    color: #FFF;
}
.bullon_ngp_1 {
    top: -20px;
    left: 50%;
    margin-left: -20px;
}

.bullon_ngp_2 {
    top: 10%;
    right: -20px;
}

.bullon_ngp_3 {
    top: 45%;
    right: -20px;
}

.bullon_ngp_4 {
    top: 75%;
    right: -20px;
}


.bullon_ngp_5 {
    bottom: -20px;
    right: 20%;
}

.bullon_ngp_6 {
    bottom: -20px;
    left: 20%;
}



.bullon_ngp_7 {
    top: 75%;
    left: -20px;
}

.bullon_ngp_8 {
    top: 45%;
    left: -20px;
}

.bullon_ngp_9 {
    top: 10%;
    left: -20px;
}


.NumberList {
    clear: both;
    margin: 0px 0px 20px 0px;
}

.NumberList .number {
    border: 1px solid #00a9c1;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    color: #00a9c1;
    float: left;
}

.NumberList .numberWrap {
    margin-left: 70px;
}

.NumberList .numberWrap .listTitle {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.NumberList .numberWrap .listDescription {
    margin: 0;
    font-size: 16px;
    min-height: 180px;
}


.squareImage_Row .mk-image{
    box-shadow: 1px 1px 21px #e3e7ea;
    margin-bottom: 20px !important;	
	background: #FFFFFF;
}
.squareImage_Row .mk-image-holder{
    display: table;
}

.squareImage_Row .mk-image-inner{
	display: table-cell;
    vertical-align: middle;
}
.ngp_metodos_info_container .NumberList{
	display: none;
}
.ngp_metodos_info_container .NumberList_Active{
	display: block;
}





.animated-column-holder {
    padding-top: 100px !important;
    height: 420px !important;
}

.animated-column-item {
    height: 420px !important;
}

.animated-column-item .animated-column-desc {
    height: 420px !important;
    font-size: 15px;
}


.mk-animated-columns.a_4col.o3col.o2col .a_colitem,
.mk-animated-columns.a_4col.o3col.o2col .jupiter-donut-colitem {
    height: 420px !important;
}




.animated-column-item:hover .animated-column-desc{
    top: 30% !important
}





/* Formacion */
div#SectionInfoFormacion p {
    font-size: 14px;
}

#SectionInfoFormacion {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center  !important;
}

#SectionInfoFormacion .col_3_info_formacion {padding-left: 50px !important;}

#SectionInfoFormacion .col_1_info_formacion {
    padding-right: 30px !important;
}

.animated-column-desc ul {
    display: block;
    width: 100%;
    margin: -40px 0px 0px 0px;
    padding: 0;
    text-align: left;
}
.animated-column-desc ul li{
        font-size: 14px !important;
}
div#formacionContinua {
    margin-top: -25px;
}

div#formacionLugar {
    margin-top: 20px;
}
@media (max-width:999px){
	#page-section-15 .mk-half-layout {
	    background-size: cover !important;
		background-position: left bottom !important;
	}
}
@media (max-width:1200px){

    div#SectionInfoFormacion {
        background-size: cover !important;
    }

}

@media handheld, only screen and (min-width: 931px)and (max-width: 991px){
    #SectionInfoFormacion .col_3_info_formacion {
        float: right;
    }

    #SectionInfoFormacion .col_3_info_formacion * {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 942px){
    .btn-serDistribuidor .mk-button {
        line-height: 1.9 !important;
    }
}


@media (max-width:930px){
	div#animated-columns-14 {
	    width: 100%;
	}
	div#animated-columns-15 .s_item{
	    width: 50% !important;
	}
	#contenidosFormacion  #animated-columns-15 :hover .animated-column-desc {
	    margin-top: 30px;
	    top: 90px !important;
	}
	
    div#SectionInfoFormacion {
        background: #FFF !important;
    }
    #SectionInfoFormacion .col_3_info_formacion {
        width: 50%;
    }
    #SectionInfoFormacion .col_2_info_formacion {
        display:none;
    }
    #SectionInfoFormacion .col_1_info_formacion {
        width: 50%;
    }

    div#formacionLugar {
        margin-top: 0;
    }


}
@media (max-width:1064px){

	.bullon_ngp_9 {
	    top: 18%;
	}
	
	.bullon_ngp_3 {
	    top: 32%;
	}
	
	.bullon_ngp_8 {
	    top: 48%;
	}
	
	.bullon_ngp_7 {
	    top: 78%;
	}
	
	.bullon_ngp_4 {
	    top: 65%;
	}
	
	.bullon_ngp_6 span {
	    right: 0 !important;
	    left: auto !important;
	    text-align: right !important;
	}
	
	.bullon_ngp_5 span {
	    text-align: left !important;
	    left: 0 !important;
	    right: auto !important;
	}
}

@media (max-width:765px){
	.headResultDowns ul li a{
		padding: 10px 15px !important;
	    font-size: 14px !important;
	}
	.ngp_metodos_container {
	    display: none;
	}
	.NumberList .numberWrap .listDescription{
		min-height: 100px;
	}
	

	div#animated-columns-14 .s_item{
	    width: 100% !important;
	}
	
    div#SectionInfoFormacion {
        background: #FFF !important;
    }

    #SectionInfoFormacion .col_3_info_formacion {
        padding-left: 30px !important;
        float: left;
    }
    #SectionInfoFormacion .col_2_info_formacion {
        display: none !important;
    }
    #SectionInfoFormacion .col_1_info_formacion {
        padding-right: 0px !important;
        float: left;
    }




    #BeforeSectionTimeline p {
        text-align: center;
    }

    #SectionTimeline .timeline .txtRight p {
        text-align: center !important;
    }

}



/* Sumenu */

ul#menu-top-menu > li:hover .sub-menu {
    display: block !important;
    position: absolute;
    background: #FFF;
    width: 170px;
    left: 0px;
}

ul#menu-top-menu li .sub-menu li {
    display: block;
    line-height: 30px;
}

ul#menu-top-menu li {
    position: relative;
}
ul#menu-top-menu li a{
	cursor: pointer;
}
ul#menu-top-menu li.mk-vm-back {
    display: none !important;
}



/* Optima system */
.head_sectionOptioma {
    background-color: #fcfcfc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    display: block;
}

.whiteColOptioma  .wpb_wrapper {
    background: #FFF;
    padding: 20px;
}

.lineaEsquemaOptima {
    position: relative;
}

.lineaEsquemaOptima:before {
    content: '';
    display: block;
    width: 10px;
    height: 120%;
    background: #00a9c1;
    position: absolute;
    right: 3%;
    top: -10%;
    bottom: 0;
}
.lineaEsquemaOptima:after {
    content: '';
    display: block;
    width: 50%  ;
    height: 10px;
    background: #00a9c1;
    position: absolute;
    right: 3%;
    top: 15%;
    bottom: 0;
}

.whiteColOptioma {
    position: relative;
    z-index: 2;
}


.section1_Optima .mk-fancy-title,
.section12_Optima .mk-fancy-title,
.section2_Optima .mk-fancy-title {
    font-size: 21px;
    text-transform: none;
    font-weight: 500;
}


/* Cocina */
div#identificadores_cocina ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#identificadores_cocina ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 30px;
}

i.dot_cocina {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: top;
    margin-left: -28px;
    margin-right: 5px;
}

.div-producto {
    border-top: 1px solid #323330;
    margin-top: 50px;
    clear: both;
   padding-top: 50px;
}





.bullon_ngp_1 span {
    position: absolute;
    top: -40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    left: -5px;
}
.bullon_ngp_2 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    right: 50px;
    text-align: right;
    top: 0;
}
.bullon_ngp_3 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    right: 50px;
    top: 0px;
    text-align: right;
}
.bullon_ngp_4 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    right: 50px;
    text-align: right;
    width: 170px;
    line-height: 1;
    top: 0;
}
.bullon_ngp_5 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    left: -50px;
    width: 150px;
    top: 50px;
    line-height: 1;
}
.bullon_ngp_6 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    left: -50px;
    width: 150px;
    line-height: 1;
    top: 50px;
}
.bullon_ngp_7 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    left: 50px;
    text-align: left;
    width: 110px;
    line-height: 1;
    top: 0;
}
.bullon_ngp_8 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    left: 50px;
    text-align: left;
    width: 110px;
    line-height: 1;
    top: 0;
}
.bullon_ngp_9 span {
    position: absolute;
    top: 40px;
    color: #00a9c1;
    font-weight: 400;
    font-size: 14px;
    left: 50px;
    line-height: 1;
    text-align: left;
    top: 0;
}

@media (max-width:600px){
	.ngp_metodos_bullon span{ display: none !important;}
}
.mk-half-layout,
.rowEffetsRestaurante .vc_col-sm-4{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.rowEffetsRestaurante .vc_col-sm-4:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(79,169,191,0.3);
	background: -moz-linear-gradient(-45deg, rgba(79,169,191,1) 0%, rgba(79,169,191,0.49) 57%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(79,169,191,1)), color-stop(57%, rgba(79,169,191,0.49)), color-stop(100%, rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(-45deg, rgba(79,169,191,1) 0%, rgba(79,169,191,0.49) 57%, rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(-45deg, rgba(79,169,191,1) 0%, rgba(79,169,191,0.49) 57%, rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(79,169,191,1) 0%, rgba(79,169,191,0.49) 57%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(135deg, rgba(79,169,191,1) 0%, rgba(79,169,191,0.49) 57%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa9bf', endColorstr='#000000', GradientType=1 );
    z-index:2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rowEffetsRestaurante .vc_col-sm-4.wpb_column.column_container {
    position: relative;
}
.rowEffetsRestaurante .vc_col-sm-4.wpb_column.column_container .mk-fancy-title{
    position:relative;
    z-index:4;
}


.openTab .headTab {
    border-bottom: 1px solid #d4d4d4;
}
.wrapProducto {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.contentTabText .wrapProducto:last-child {
    border: none;
    padding-bottom: 0;
}

.contentTabText p:first-child {
	/*font-weight: 400;*/
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 50px;
    padding-bottom: 50px;    
}

 
.wrapProducto h3 {
    font-size: 22px !important;
    margin: 0px 0px 10px 0px !important;
    font-weight: 400 !important;
}

.mk-post-nav {display: none;}


.single-testimonial-image img {
    width: 70%;
    border-radius: 100%;
    box-shadow: 0 0 1px #a9a9a9;
    overflow: hidden;
    margin: auto 20px auto;
    display: block;
}

.single-testimonial-image {
    text-align: center;
    margin-bottom: 20px;
}

.single-testimonial-author {
    text-align: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #444444;
    display: block;
}

.single-testimonial-company {
    font-size: 16px !important;
    line-height: 1.2;
    text-align: center;
    font-weight: 200 !important;
    display: block;
    color: #777;
}

.single-testimonial-quote {
    margin-top: 60px;
}


/* Breadcrumb */
ul.breadcrumb {
    margin: 20px 0;
    list-style: none;
}

ul.breadcrumb > li {
    display: inline;
    position: relative;
    margin: 0 40px 0 0;
}

ul.breadcrumb > li > a {
	cursor: pointer;
    color: #000;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

ul.breadcrumb > li.current {
    font-weight: 400;
    color: #00a9c1;
}

ul.breadcrumb > li:after {content: '';display: inline-block;width: 14px;height: 14px;background-image: url(assets/images/right-arrow.png);position: absolute;margin: 0px 0px 0px 0px;background-size: 14px;top: 4px;right: -25px;}

ul.breadcrumb > li.current:after {
    display: none;
}


/**/
.imageColsProducto {
    width: 100%;
    text-align: center;
    margin: 50px 0 10px 0;
    overflow: hidden;
}

.imageColProducto {
    float: left;
    overflow: hidden;
}

.imageColProducto-4 {
    width: 25%;
}

.imageColProducto-3 {
    width: 33%;
}

.wrapProducto {
    clear: both;
}

.imageRightProducto {
    width: 40%;
    float: right;
    /*    margin-top: -50px;*/

}

.contentProducto {
	line-height: 1.5;
    width: 60%;
    float: left;
}

.wrapProducto {
    overflow: hidden;
}

.wrapProducto h3 {
    width: 60%;
}
 
.contentProducto.contentProductoFull {
    width: 100%;
    float: none;
}
.mk-grid.row_enzymatic {
    margin: 10px 0px 20px 0px;
    text-align: center;
}

.row_enzymatic .title {
    border: 2px solid #00a9c1;
    border-radius: 100%;
    padding: 40px 0px;
    display: inline-block;
    min-width: 110px;
    font-weight: 500;
}
/*
.row_enzymatic .title:hover {
    background: #00a9c1;
    color: #FFF;
}
*/
.whiteColOptioma .wpb_wrapper {
    min-height: 250px;
}
@media handheld, only screen and (min-width: 765px)and (max-width: 1000px){

	.col_contact_form {
	    width: 100%;
	}
	.col_contact_form .wpcf7-form-control-wrap.message,
	.col_contact_form.departamento_row,
	.col_contact_form .wpcf7-form-control-wrap.motivo-contacto {
	    padding: 0px 15px;
	    display: block;
	}
	.departamento_row .wpcf7-form-control-wrap.message{
		padding: 0;
	}
	.col_contact_form:nth-of-type(2){
    	padding: 0 !important;
	}
}

@media handheld, only screen and (max-width: 765px){
#identificadores_cocina .vc_col-sm-6 {
    float: left;
    width: 50%;
}	
/**== Spaces ==**/

.space_xs_t {
    padding-top: 25px;
}
.space_xs_b {
    padding-bottom: 25px;
}
.space_s_t {
    padding-top: 40px;
}
.space_s_b {
    padding-bottom: 40px;
}
.space_m_t {
    padding-top: 50px;
}
.space_m_b {
    padding-bottom: 50px;
}
.space_l_t {
    padding-top: 65px;
}
.space_l_b {
    padding-bottom: 65px;
}
.space_xl_t {
    padding-top: 75px;
}
.space_xl_b {
    padding-bottom: 75px;
}
.space_xxl_t {
    padding-top: 100px;
}
.space_xxl_b {
    padding-bottom: 100px;
}
.space_3xl_t {
    padding-top: 135px;
}
.space_3xl_b {
    padding-bottom: 135px;
}
.box20pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.box10pcpad {
    padding-left: 10% !important;
    padding-right: 10% !important;
}
/* Special Tabs */
.specialTab .headTab .open_module {
    height: 40px !important;
    width: 40px !important;
    margin: 4px 20px !important;
    background-position: -60px -10px !important;
}
.specialTab.openTab .headTab .open_module {
    background-position: -10px -7px !important;
}
/*Contacto*/
#contactBlockInfo .BlockLeftIcon {
    text-align: center;
}

#contactBlockInfo {
    margin-bottom: 70px;
}
/* Animated Columns */
.animated-column-item .animated-column-desc {
    font-size: 18px !important;
}
/* Block Left Icon */
.BlockLeftIcon .BlockLeftIcon-image,
.BlockLeftIcon .BlockLeftIcon-content {
    text-align: center !important;
}
/*.BlockLeftIcon .BlockLeftIcon-image {
    margin: 20px 0 20px 0 !important;
}*/

.imageColProducto-4 {
    width: 50%  !important;
}
.imageColProducto-4:nth-of-type(2n+1) {
    clear:both;
}

 
.imageRightProducto {
    width: 100% !important;
    float: none;
/*         margin-top: 0; */

}

.contentProducto {
    width: 100%;
    float: none;
}
.wrapProducto h3 {
    width: 100%  !important;
}

span.title_module {
    line-height: 1.4 !important;
    padding: 0px 70px  0px  0px !important;
    font-size: 20px !important;
    float: left;
}

.specialTab .headTab {
    padding: 10px 10px 10px 20px;
    overflow: hidden;
}
.wpcf7-form-control-wrap.message,
.wpcf7-form-control-wrap.motivo-contacto {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

.footer-wrapper.mk-grid {
    padding: 30px !important;
    box-sizing: border-box;
}
.mk-toolbar-navigation {
    height: auto !important;
    text-align: center;
}


/* Slide */
#sliderEffect .slideTitle {
    font-size: 28px !important;
    line-height: 1 !important;
    top: -30px !important;
    font-weight: 300 !important;    
}

#sliderEffect .slideSubtitle {
    font-size: 18px !important;
}
#sliderEffect .mk-button {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.testimonial-item .testimonial-content .mk-testimonial-company {
    line-height: 1.2;
}/* Trabaja con nosotros */
.slideTrabajaNosotros {
    min-height: 350px;
}
} /* end @media*/

.imageColProducto b {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}

.boxShadow .mk-image-holder {
    max-width: 100% !important;
}


/* Bullon actions */
.bullon_actions {
    text-align: right;
}

.bullon_actions i {
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #00a9c1;
	color: #00a9c1;
	background-size: 80%;
	background-position: 5px 2px;
}

.bullon_actions i:hover {
    color: #FFF;
    background-color: #00a9c1;
}

/* Area Privada */
#page-AreaPrivada{
	margin: 100px 0;
}
form#formLogin {
    width: 50%;
    max-width: 400px;
    min-width: 100px;
    margin: 0 auto;
    padding: 20px 40px;
}
form#formLogin label {
    display: block;
    width: 100%;
}
form#formLogin input[type="text"],
form#formLogin input[type="password"] {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    width: 100%;
    font-size: 18px;
    color: #363636;
    box-sizing: border-box;
}
form#formLogin button.button {
    background: #00A9C1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 35px !important;
}
#file_list {
    list-style: none;
    margin: 0;
}

#file_list > li{
    padding: 0;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

#file_list > li > h2{
    font-size: 18px;
    text-transform: none;
    margin: 0;
}

.file_excerpt {
    font-size: 14px;
}
.errorLogin {
    text-align: center;
    color: #FF0000;
    font-size: 14px;
    font-weight: 500;
}

.inc_pagination {
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}




.head_area-privada {
    margin-top: 50px;
}

.head_area-privada h2 {
    font-size: 17px;
}



#dosificadores_klinbag img {
    max-width: 190px;
}

.row-noticias .featured-image {
    max-height: 245px;
}



.section2_Optima h3 {
    margin-top: 40px;
}

.row_enzymatic {
    margin-bottom: 40px !important;
}

/** SLIDE > Sectores ***/




.single-sector .tp-caption {
    position: absolute !important;
	width: 100% !important;
	height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wrapp_nitida_slide{
    text-align:center !important;
    padding: 50px !important;
    box-sizing: border-box !important;
}
.wrapp_nitida_slide > p {
    font-size: 48px !important;
    line-height: 50px !important;
    font-weight: 300 !important;
    color: rgb(54, 54, 54) !important;
    font-family: "Roboto" !important;
    text-transform: none !important;
	white-space: normal !important;
	text-align:center !important;
}

.wrapp_nitida_slide > h1, .wrapp_nitida_slide > h2{
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
    color: rgb(54, 54, 54) !important;
    font-family: "Roboto" !important;
    text-transform: none !important;
	white-space: normal !important;  
	text-align:center !important;  
}

.wrapp_nitida_slide > .slide_actions > a{
    display: inline-block;
    white-space: nowrap !important;
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    color: rgb(255, 255, 255) !important;
    font-family: "Roboto" !important;
    background-color: rgb(65, 168, 191) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    border-radius: 30px !important;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    margin: 20px 0 0 0 !important;
    padding: 12px 35px !important;
    letter-spacing: 0px;
    border-width: 0px;
}
/***** RESPONSIVE *****/

/*@media (max-width: 1024px) {

    .wrapp_nitida_slide_2col .slide_col_izq {
        width: 43%;
    }

    .wrapp_nitida_slide_2col {
        margin-top: 25px !important;
    }

    .wrapp_nitida_slide_2col .slide_col_der p {
        font-size: 16px !important;
    }
}*/





@media (max-width:1280px){
    .nitida-inline {
        background-size: 120px;
        background-position: top left;
    }

    .space_s_b {
        padding-bottom: 40px;
    }

    .space_xs_t {
        padding-top: 25px;
    }

    h1.tit-blog {
        padding-bottom: 20px !important;
        margin-bottom: 9px;
    }

    .txt-distribuidores p {
        text-align: center;
    }

    .space_xs_b.bloq-distribuidor, .space_xs_b.bloq-conocenos {
        padding-bottom: 50px;
    }

    #formContacto.space_m_b {
        padding-bottom: 50px;
    }

    #animated-columns-29 .animated-column-title {
        font-size: 19px !important;
    }

    #theme-page #ejesOptimaSystem .animated-column-item .animated-column-desc {
        font-size: 19px !important;
    }
}


@media (max-width:1064px){
    #BeforeSectionTimeline .btnOutline .mk-button { /**/
        padding: 0 10px !important;
    }
}


@media (max-width: 1050px) {
		/* Buttons */
	.buttons_2_cols a {
	    width: 100% !important;
	} 
	
	.buttons_2_cols .btnDefault {
	    width: 100%;
	    margin: 0px 0px 10px 0px !important;
	}
	
	.buttons_2_cols .btnOutline {
	    width: 100%;
	    float: none;
	}

}

@media (max-width: 1024px) {
    #carouselNitida .bx-wrapper .bx-next {
        right: 0;
    }

    #carouselNitida .bx-wrapper .bx-prev {
        left: 0;
    }
}


@media (max-width: 1012px) {
    .btn-servicios-gestion .mk-button {
        line-height: 1.75 !important;
    }
}


@media (max-width: 960px) {
	
.icon_count_l:before,
.icon_count_r:before {
	display: none !important
}


	/* HEAD */
	/*
	#mk-header-1 {
	position: fixed !important;
	height: 90px;
	}
	
	#theme-page {
	top: 70px;
	}
	*/
    /*HOME*/

    .columnas-actitud-nitida {
        width: 93%;
        margin: 0 auto;
    }

    .mk-testimonial .testimonial-ul li.testimonial-item .testimonial-content {
        min-height: 423px;
    }

    .row-noticias .blog-grid-holder .the-title {
        min-height: 44px;
    }

    .row-noticias .blog-grid-holder .the-excerpt {
        min-height: 104px;
    }

    .row-moreInfo {
        padding: 0 20px;
    }

    .home h2 {
        font-size: 40px !important;
    }
	/*h1 .nitida-inline {
	    height: 26px;
	    background-size: contain;
	    margin: 1px 0;
	}*/
    .home h2 span .nitida-inline {
        background-size: contain;
        background-position: center left;
        height: 34px;
		margin: 5px 0;
		width: 100px;
    }

    .home p {
        font-size: 16px;
    }
    /* Forms */
	.col_contact_form:nth-of-type(2) {
	    padding-right: 15px;
	}    
	/* Buttons */
	.buttons_2_cols a {
	    width: 100% !important;
	} 
	
	.buttons_2_cols .btnDefault {
	    width: 100%;
	    margin: 0px 0px 10px 0px !important;
	}
	
	.buttons_2_cols .btnOutline {
	    width: 100%;
	    float: none;
	}
	
	/* Integral System */
	#animated-columns-11 .animated-column-image-icon {
	    width: 100% !important;
	}	
	#animated-columns-9 .animated-column-title,
	#animated-columns-11 .animated-column-title {
	    font-size: 22px !important;
	}
	
	#animated-columns-9 .animated-column-item,
	#animated-columns-11 .animated-column-item {
    	width: 50%;
    }	



    /*Clinic Fill*/
	#metodologiaProcesos .contentMetodologiaProcesos {
    	width: 100%;
	}    
	/* NGP*/
	.ngp-col1,.ngp-col2 {
	    width: 50%;
	}
	/*Optima System*/
	.lineaEsquemaOptima:before {
    	height: 150%;
		top: -30%;
	}		

    .OptimaSystemBlock .OptimaSystemBlock_BG .wrapOptimaSystemBlockTitle p {
        line-height: 1.2;
    }


    /*Slides*/

/*    .wrapp_nitida_slide_2col {
        margin-top: 0px !important;
    }

    .wrapp_nitida_slide_2col .slide_col_der h2 {
        font-size: 26px !important;
    }

    .wrapp_nitida_slide_2col .slide_col_der p {
        font-size: 14px !important;
    }
*/
}

@media (max-width: 816px) and (min-width: 768px) {

    #animated-columns-29 .animated-column-title {
        font-size: 15px !important;
    }

    #theme-page #ejesOptimaSystem .animated-column-item .animated-column-desc {
        font-size: 15px !important;
    }

}

/* Movil */

@media (max-width: 770px) {

    .btn-servicios-contacta .mk-button {
        line-height: 1.75 !important;
    }

    #animated-columns-29 .animated-column-title {
        font-size: 15px !important;
    }

    #theme-page #ejesOptimaSystem .animated-column-item .animated-column-desc {
        font-size: 15px !important;
    }

}



@media (max-width: 767px) {

    .block_servicios .wpb_column.vc_column_container.vc_col-sm-2 {
        max-width: 33.33333334%;
        float: left;
    }

    .block_servicios .wpb_column.vc_column_container.vc_col-sm-4 {
        max-width: 66.66666666%;
        float: left;
    }

    .block_servicios *, .mobile_centerAdjust * {
        text-align: center;
    }

    .block_servicios 
    ul.doubleBullet li {
        text-align: left;
        margin: 0 auto 5px;
        max-width: 238px !important;
    }

    .mobile_centerAdjust 
    ul.doubleBullet li {
        text-align: left;
        margin: 0 auto 5px;
        max-width: 400px !important;
    }

    .mobile_centerAdjust #fancy-title-5 {
        text-align: center !important;
    }

    .paddingL_15 .vc_column-inner {
        padding-left: 15px !important;
    }

    #aromas .SectionNotas .BlockLeftIcon .BlockLeftIcon-title {
        font-size: 24px !important;
        text-align: left;
    }

    #aromas .SectionNotas .BlockLeftIcon .BlockLeftIcon-desc {
        font-size: 16px !important;
        text-align: left;
        line-height: 1.2 !important;
    }

    #aromas .SectionNotas .BlockLeftIcon .BlockLeftIcon-image {
        width: 15% !important;
        float: left !important;
        padding: 0;
    }

    #aromas .SectionNotas .BlockLeftIcon .BlockLeftIcon-content {
        float: left;
        width: 85% !important;
    }

    #aromas .vc_col-sm-6 {
        width: 100%;
        /*float: left;*/
    }

    #aromas .botella {
        display: none;
    }

    #aromas .SectionNotas .BlockLeftIcon .BlockLeftIcon-desc strong {
        line-height: 1.5 !important;
    }

    .img-bolsas img {
        width: 50% !important;
    }

    .ngp-col1,.ngp-col2 {
        width: 100%;
    }


    h1 .nitida-inline {
        height: 26px;
        background-size: contain;
        margin: 1px 0;
        width: 87px;
    }


    .space_s_b {
        padding-bottom: 20px;
    }

    .space_xs_t {
        padding-top: 12px;
    }

    h1.tit-blog {
        padding-bottom: 10px !important;
        margin-bottom: 5px;
    }

    .space_s_b.conocenos-bloq {
        padding-bottom: 40px;
    }

    #formContacto.space_m_b {
        padding-bottom: 25px;
    }

    .contactFormAction .wpcf7-submit {
        margin: 0 0 0 20px;
    }

    #formContacto p {
        text-align: center;
    }

    .inc_pagination {
        margin: 0;
    }

    .btn-servicios-contacta .mk-button, .btn-servicios-gestion .mk-button {
        line-height: 48px !important;
    }

    .btnDefault .mk-button {
        width: 100%;
        padding: 0 5px !important;
        font-size: 12px;
        margin: 0 !important;
    }

    .btnAsesorAutomo {
        padding: 0 35px;
    }

    .respLavanderias .page-section-content, #sectionDatos .vc_col-xs-4 {
        width: 100% !important;
    }

    .respLavanderias .page-section-content .center100w p {
        text-align: center;
    }

    #sectionDatos {
        padding: 30px;
    }

    #sectionDatos .vc_col-xs-4 {
        padding-bottom: 30px;
    }

    .respLavanderias .page-section-content .mk-half-layout-inner {
        margin: 0 !important;
    }

    .OptimaSystemBlock .OptimaSystemBlock_BG .wrapOptimaSystemBlockTitle p {
        line-height: 1.2;
    }
}



@media only screen and (max-width: 765px) {

	/*#page-section-15 .mk-half-layout.half_right_layout {
	    background-size: contain;
	    height: 50%;
	}*/
	.NumerList .number {
	    width: 30px !important;
	    height: 30px !important;
	    font-size: 20px !important;
	    line-height: 30px !important;
	}
	
	.NumerList .numberWrap {
	    margin-left: 50px !important;
	}
	/* Form */
	.col_contact_form:nth-of-type(2){
		padding-right: 0 !important;
	}
	.wpcf7-form-control-wrap.message,
	.wpcf7-form-control-wrap.motivo-contacto {
    	margin: 0 15px !important;
	}
	/**/
	.mobile_center * {
	    text-align: center;
	}
	.buttonTabOpen { display: none !important; }
	.tn_tab.active .tn_description {display: block !important;}	
	.tn_title {
	    text-align: center;
	    min-height: auto;
	    cursor: pointer;
	}
	.tn_tab {
	    margin-bottom: 40px;
	}
	.tn_tab.active {
	    margin-bottom: 20px;
	}	
	.tn_description {
		position: relative;
	    min-height: auto !important;
	}
	
	.tn_title:after {
	    content: '';
	    display: block;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    left: 50%;
	    bottom: -6px;
	    margin: 0 0 -10px -10px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 15px 15px 0 15px;
	    border-color: #41a8bf transparent transparent transparent;
	}
	.tn_tab.active .tn_title:after { display: none; }
	.tn_tab.active .tn_description:after {
	    content: '';
	    display: block;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    left: 50%;
	    bottom: 9px;
	    margin: 0 0 -10px -10px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width:  0 15px 15px 15px;
	    border-color: transparent transparent #41a8bf transparent;
	}
	
	.tn_title {
	    position: relative;
	}
	/* Home */

	#homeSectoresContainer .colunmSectoresContainer .vc_col-sm-6 {
    	width: 50% !important;
    	float: left;
	}
	#homeSectoresContainer .SectorItem .wrapSectorItemTitle h3 {
	    font-size: 15px;
	    padding-left: 5px;
	    padding-right: 5px;
	    box-sizing: content-box;
	}
	#homePorQueNitida .vc_col-sm-3 {
    	width: 50%;
    	float: left;
	}

	#homePorQueNitida .vc_col-sm-3:nth-of-type(2n+1) {
	    clear: both;
	}
	
	#homePorQueNitida .vc_col-sm-3 h3.mk-box-icon-2-title {
	    font-size: 18px;
	}
	/* Contacto */
	#blockInfoContact .vc_col-sm-6 {
	    width: 50%;
	    float: left;
	}
	
	#blockInfoContact .BlockLeftIcon-desc {
	    font-size: 12px;
	}
	
	#blockInfoContact h3.BlockLeftIcon-title {
	    font-size: 16px;
	}
	/* Hazte Distriubidor */
	.bloqueIconosDistribuidores p {
	    width: 50%;
	    text-align: center;
	    float: left;
	}

	.bloqueIconosDistribuidores p > img {
	    display: block;
	    margin: auto;
	}

	.bloqueIconosDistribuidores p:nth-of-type(2n+1) {
	    clear:both;
	}
	
	/* Equipo */
	#nitidaEquipo .vc_col-sm-3 {
	    width: 50%;
	    float: left;
	}

	#nitidaEquipo .vc_col-sm-3:nth-of-type(2n+1) {
	    clear: both;
	}	
	
	/* Sector > Restauracion */
	.rowEffetsRestaurante .vc_col-sm-4 {
	    width: 33.33%;
	    float: left;
	    min-height: 150px !important;
	}
	
	.rowEffetsRestaurante .mk-padding-divider {
	    display: none;
	}
	
	.rowEffetsRestaurante .mk-fancy-title {
	    margin: 0 !important;
	    font-size: 15px !important;
	    padding: 65px 0 !important;
	}
	/* Page Sections */
	.mk-half-layout-inner {
    	margin: 0 !important;
	}
	/** Section Datos **/
	#sectionDatos p {
   	 font-size: 12px !important;
	}

	#sectionDatos .wpb_row,
	#sectionDatos .vc_col-sm-12 {
	    margin: 0 !important;
	    padding: 0 !important;
	}
	/* Bloques */
	.BlockLinkSystem {
		width: 45% !important;
		height: 150px !important;
		clear: none;margin: 1% !important;
	}
	/* Slide */

	.single-sector .tp-caption {
	    position: absolute !important;
		width: 100% !important;
		height: 100% !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	}
	
	.wrapp_nitida_slide{
	    text-align:center !important;
	    padding: 50px !important;
	    box-sizing: border-box !important;
	}
	.wrapp_nitida_slide > p {
	    font-size: 22px !important;
	    line-height: 30px !important;
	}
	
	.wrapp_nitida_slide > h1 {
	    font-size: 14px !important;
	    line-height: 20px !important;
	}
	.wrapp_nitida_slide > .slide_actions > a{
	    font-size: 12px !important;
	    line-height: 17px !important;
	    margin-top: 10px !important;
	    padding: 5px 5px !important;
	    
	}	

    /*.wrapp_nitida_slide_2col .slide_col_izq {
        text-align: center !important;
        width: 38%;
    }

    .wrapp_nitida_slide_2col .slide_col_der h2 {
        line-height: 1 !important;
        font-size: 20px !important;
    }

    .wrapp_nitida_slide_2col .slide_col_der {
        margin-top: 15px !important;
    }

    .wrapp_nitida_slide_2col .slide_col_der p {
        line-height: 1.2 !important;
    }

    .wrapp_nitida_slide_2col .slide_col_der .slide_actions a {
        font-size: 13px !important;
        padding: 8px 22px !important;
    }*/

    #page-section-17 .mk-half-layout-container.page-section-content.half_left_layout {
        width: 100% !important;
    }

}


@media (max-width: 512px) {
    #SectionInfoFormacion .formacionFormadores, #SectionInfoFormacion #formacionContinua {
        width: 100% !important;
        float: left;
    }

    #SectionInfoFormacion .col_1_info_formacion, #SectionInfoFormacion .col_3_info_formacion {
        width: 100%;
        padding-left: 0 !important;
    }

    #SectionInfoFormacion .col_1_info_formacion *, #SectionInfoFormacion .col_3_info_formacion * {
        text-align: center;
    }

    #SectionInfoFormacion .col_3_info_formacion .mk-padding-divider {
        display: none;
    }

    #SectionInfoFormacion .col_1_info_formacion #padding-5 {
        height: 25px;
    }
}




@media (max-width: 400px) {

    .wrapp_nitida_slide > p {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .wrapp_nitida_slide {
        padding: 14px !important;
    }

    #FormHazteDistribuidor {
        margin: 0;
        padding: 30px 0 30px 0;
    }

    #FormHazteDistribuidor .contactFormAction .wpcf7-submit {
        width: 100%;
        margin: 0;
        padding: 15px 5px !important;
    }

    .btnDefault .mk-button {
        line-height: 1.75 !important;
        min-height: 35px;
        padding-top: 5px !important;
    }

    #BeforeSectionTimeline .btnDefault.btnNPad .mk-button {
        padding-top: 14px !important;
        min-height: 52px;
    }

    .col-w1-klinbox .btnDefault .mk-button {
        line-height: 48px !important;
        font-size: 14px;
    }
}






@media (max-width: 767px) {

    .row-actitud-mo .col-actitud-mo .wpb_wrapper {
        margin: 15px;
        padding: 15px !important;
        box-shadow: 1px 1px 21px #e3e7ea !important;
        box-sizing: border-box !important;
        min-height: 240px !important;
    }

    .col-actitud-mo {
        max-width: 50%;
        float: left;
    }

    .col-actitud-mo.col-w100 {
        max-width: 100%;
    }
	.col-actitud-mo > .vc_column-inner {
	    padding: 0;
	}
    .row-actitud-mo .col-actitud-mo .wpb_wrapper h3 {
        padding-bottom: 0px !important;
        min-height: 50px;
        line-height: 1.1;
        padding-top: 10px !important;
    }

    .row-actitud-mo .col-actitud-mo .wpb_wrapper p {
        margin-bottom: 0px;
        line-height: 1.3;
    }

}



@media (max-width: 600px) {
    .col-contenido-mo {
        max-width: 100%;
    }
}



@media (max-width: 465px) {

    .col-actitud-mo {
        max-width: 100%;
        float: left;
    }

    .row-actitud-mo .col-actitud-mo .wpb_wrapper {
        min-height: 180px;
    }

    .row-actitud-mo .col-actitud-mo .wpb_wrapper h3 {
        min-height: 26px;
    }

    .row-actitud-mo .col-actitud-mo .wpb_wrapper p {
        margin-bottom: 15px;
        line-height: 1.4;
    }
    
}
.imageRightProducto {
    text-align: center;
}


div#bloque_imagen_titulo_optima {
    position: relative;
}

#bloque_imagen_titulo_optima .bloque_imagen_titulo_optima {
    display: none;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    background: rgba(1, 168, 193, 0.8);
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 10px;
    margin: 0;
}
#bloque_imagen_titulo_optima .bloque_imagen_titulo_optima .subtitleHastaLlegar{
        color:#FFF;
        font-weight: 400;
        font-size: 17px;
}

#bloque_imagen_titulo_optima:hover .bloque_imagen_titulo_optima {
    display: block;
}

#bloque_imagen_titulo_optima .titleHastaLlegar {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 36px;
    line-height: 110%;
    color: #ffffff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
}

.bloque_imagen_titulo_optima .wrapHasta {
    margin: 0;
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -12px;
    text-align: center;
}

#ejesOptimaSystem .animated-column-item .animated-column-desc{
    font-size: 19px !important;
    text-align: center;
}


.colBurbujas {
    cursor:pointer;
}

.colBurbujas .colBurbujas_text{
    display:none;
}
.colBurbujas:hover .colBurbujas_text{
    display: block;
}

.animated-column-image-icon.size-128 {
    width: 140px !important;
}


/**         Cookies            **/

#cookie-notice {
    background-color: #363636 !important;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie {
    text-align: center;
    font-family: "Roboto";
    color: #FFFFFF;
    display: inline-block;
    background: #41A8BF;
    border: 2px solid #41A8BF;
    font-size: 14px;
    padding: 10px 25px !important;
    font-weight: 800;
    border-radius: 48px;
    text-transform: uppercase;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
    background: #3D9BAA;
    border: 2px solid #3D9BAA;
}


/****** HubSpot Form Extra ***********/
.new-hs-form iframe.hs-form-iframe {
  width: 100% !important; 
  max-width: 450px;
  padding-left: 50px;
}
.new-hs-form .mk-fancy-title {
  padding-left: 50px;	
}


@media (max-width: 991px) {
.new-hs-form iframe.hs-form-iframe {
    padding-left: 18px;
}
.new-hs-form .mk-fancy-title {padding-left: 18px;}
}
@media (max-width: 767px) {
.new-hs-form iframe.hs-form-iframe {
    max-width: 450px;
	margin:0 auto;
    padding-left: 45px;
}
	.new-hs-form .mk-fancy-title {padding-left: 0;}
}

@media (max-width: 550px) {
.new-hs-form iframe.hs-form-iframe {
    padding-left: 30px;
}
}

@media (max-width: 400px) {
.new-hs-form iframe.hs-form-iframe {
    padding-left: 17px;
}
}

.mk-language-nav {
  display: none;
}
