/* font face */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
	--main: #000000;
	--info: #999999;
	--info-alter: #555;
	--high: #F05421;
	--high-fade: #FF7000;
	--high-alter: #F45801;
	--fade: #E5E5E5;
	--white: #FFFFFF;
	--shadow: rgba(0, 0, 0, 0.4);
	--shadow-dark: rgba(0, 0, 0, 0.2);
	
	--hpink: #FF046B;
	--hblue: #001B62;
	
	--light: #EEEEEE;
	
	--success: #25D366;
}

/* MAIN RESET */
body {
	color: var(--main);
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 173px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	
}

sub {
	top: -4px;
}

a {
	color: var(--high);
}

a,button {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

/***** loader styles */
#preload {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#preload .kd-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
#preload .kd-bounce:before,
#preload .kd-bounce:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #242424;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	top: 0;
	left: 0;
	animation: kd-bounce 2.4s infinite ease-in-out;
}
#preload .kd-bounce:after {
	animation-delay: -1.2s;
}
@keyframes kd-bounce {
	0%,
	100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
/* loader styles *****/

/* navbar */
/*
.header {
	background: var(--high);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 500;
}
*/
.container-fluid.no-gutters {
	padding-left: 0;
	padding-right: 0;
}

.navbar {
	background: var(--white);
	padding: 0;
}

.navbar.fixed-top {
	position: absolute;
}
	
.top-header {
	background: url('../images/home/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	/*background: #F2F2F2;*/
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 1032;*/
    position: absolute;
    z-index: 30;
}
.top-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}
.top-header span {
	display: block;
	color: var(--main);
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 35px;
	padding-left: 15px;
    padding-top: 35px;
}
.top-header span.border-left {
	border-left: 1px solid var(--fade);
}
.top-header a {
	color: var(--main);
	font-size: 12px;
	font-weight: 700;
}


.logo-primary {
	height: 173px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar #btn-menu-logo
/*.btn-menu-logo*/ {
	left: 0;
	position: absolute;
	top: 0;
	padding: 0;
	/*width: 100%;*/
	text-align: center;
	z-index: 1030;
	
	left: 50%;
	margin-left: -48px;
}
/*
.btn-menu-logo {
	display: none;
}*/

.navbar.high #btn-menu-logo {
	position: fixed;
    width: 84px;
    height: 85px;
    left: 50%;
    margin-left: -42px;
}
.navbar.high #btn-menu-logo .logo-primary {
	height: 85px;
}
/*
.navbar.high .btn-menu-logo {
	display: block;
}
.navbar.high .btn-menu-logo .logo-primary {
	height: 83px;
}
*/
.submenu {
    position: absolute;
    /*position: fixed;*/
    
    top: 80px;
    width: 100%;
    z-index: 10;

    /*-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;*/
}
.navbar.high .submenu {
	top: 11px;
	    position: fixed;

}
.navbar .submenu.active,
.navbar .submenu.visible {
	top: 173px;
}
.navbar .submenu.active {
	z-index: 30;
}
.navbar.high .submenu.active,
.navbar.high .submenu.visible {
	top: 62px;
}
.navbar.high .submenu.active {
	z-index: 30;
}

.counter-number {
	font-weight: 600;
}



.bottom-header {
	background: var(--white);
	border-bottom: 1px solid var(--high);
	border-top: 1px solid var(--high);
	top: 88px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 20;

    /*-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;*/
}
.navbar.high .bottom-header {
	position: fixed;
	top: 0;
}

.navbar-nav {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: table;
}

.navbar-nav.spacing {
	width: 169px;
}
.navbar-nav.spacing a.spacing {
	display: block;
	width: 169px;
}

.navbar-nav.menu-left {
	padding-right: 48px;
}
.navbar-nav.menu-right {
	padding-left: 48px;
}

.navbar.high .bottom-header .navbar-nav.menu-left {
	padding-right: 30px;
}
.navbar.high .bottom-header .navbar-nav.menu-right {
	padding-left: 30px;
}

.navbar-brand {
	display: none;
}

/*
.navbar.high,
.navbar.active {
	background: var(--high-fade);
}
*/

/*
.navbar .logo-alter {
	display: none;
}

.navbar.high .logo-primary,
.navbar.active .logo-primary {
	display: none;
}

.navbar.high .logo-alter,
.navbar.active .logo-alter {
	display: inline-block;
}
*/

/*
.navbar.nav-light {
	background: rgba(255, 255, 255, 0.75);
}

.navbar.high.nav-light {
	background: var(--high-fade);
}
*/

.navbar-nav .nav-item {
	border-right: 1px solid var(--fade);
	display: table-cell;
	height: 83px;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.navbar-nav .nav-item:last-child {
	border-right: 0;
}

.navbar-nav .nav-item a,
.navbar-dark .navbar-nav .nav-link {
	border: 0;
	color: var(--main);
	display: flex;
	height: 83px;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 0px;
	text-align: center;
}
.navbar-nav .nav-item a span,
.navbar-dark .navbar-nav .nav-link span {
	margin: auto;
	position: relative;
}

.navbar-nav .nav-item a span sub,
.navbar-dark .navbar-nav .nav-link span sub {
	position: absolute;
	top: auto;
	bottom: auto;
	margin-left: 0px;
	margin-top: 5px;
	font-weight: 300;
	font-size: 11px;
}

.navbar-nav .nav-item {
	position: relative;
}
.navbar-nav .nav-item.active {
	background: var(--fade);
}
.navbar-nav .nav-item:hover {
	background: var(--fade);
}
/*.navbar-nav .nav-item:hover:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--fade);
	bottom: -1px;
	left: 0;
	top: auto;
}*/


.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: var(--main);
	opacity: 1;
}
.navbar-nav .nav-item:hover .nav-link:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--fade);
	bottom: -1px;
	left: 0;
	top: auto;
}

.navbar-nav .nav-item:hover {
	background: var(--fade);
}

.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255, 0.5);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* home */
/*
.bg-home {
	background-image: url('../img/shutterstock_390805201.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
*/
.full-width,
.img-fluid.full-width {
	width: 100%;
}
.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	
	display: flex;
	align-items: center;
}
.vertical-center.half {
	min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 50vh; /* These two lines are counted as one :-)       */
}
.title-lg {
	color: var(--main);
	font-size: 21px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 0px;
	/*margin-bottom: 20px;*/
}
.title-lg.to-upper {
	text-transform: uppercase;
}

.title-lg small {
	color: var(--main);
	display: block;
	font-size: 16px;
	font-weight: 400;
}

/*
.title-lg .title-lg-dark {
	color: var(--main);
	display: block;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 400;
}

.title-xl {
	color: var(--info);
	font-size: 120px;
	font-weight: 700;
	line-height: 1;
}
*/

.title-sm {
	color: var(--main);
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
}
.title-sm.bold {
	font-weight: 400;
}

.counter-box .title-sm {
	font-size: 16px;
}

.vertical-banner {
	display: block;
	margin: 0 0 0 auto;
	max-height: 450px;
}

/*
.c-post-card__title {
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.u-font-small, .widget p, .widget .rss-date, .widget .post-date, .widget_rss .rssSummary {
	color: var(--main);
}
*/
.text,
.c-content p {
	color: var(--info);
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 22px;
	margin-top: 0px;
}
.text.t-justify {
	text-align: justify;
}
.text.bold {
	/*font-weight: 600;*/
	font-weight: 400;
}
.text.rm-margin {
	margin-bottom: 0px;
}
.text.sm {
	font-size: 14px;
}
ul.text {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 25px;
}
ul.text li {
	display: block;
	position: relative;
}
ul.text li svg {
	color: var(--high);
	left: -25px;
	position: absolute;
	top: 5px;
}





/* somos hebel */
.bg-fade {
	background: var(--fade);
}
.bg-fade.active {
	background: var(--fade);
}

.meta-info {
	padding: 0 75px;
}

.box-image {
	background: none;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.box-image div {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 100%;
	top: 0;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.box-image .layer-1 {
	background: var(--high);
}
.box-image .layer-1.visible {
	right: 0;
}
.box-image .layer-2 {
	background: var(--info);
}
.box-image .layer-2.visible {
	right: 0;
}
.box-image .layer-3 {
	background: url('../images/home/somos-hebel.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-image .layer-3.visible {
	right: 0;
}
.box-image .layer-4 {
	background: url('../images/home/hebel-precios-competitivos.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-image .layer-4.visible {
	right: 0;
}

.box-image .layer-5 {
	background: url('../images/somos-hebel/banner-acerca-de-.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-image .layer-5.visible {
	right: 0;
}



/* carrusel servicios */
.box-service {
	border: 1px solid transparent;
	position: relative;
	text-align: center;
	margin: 15px 0;
	padding: 15px 0;
	top: 0;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.box-service:hover {
	border: 1px solid var(--fade);
	box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.11);

	top: -15px;
}
/*
.box-service:hover .title-sm {
	margin-bottom: 25px;
	margin-top: 15px;
}
*/
.box-service .service-image {
	display: block;
	text-align: center;
}
.box-service .service-image > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.box-service .title-sm {
	margin-bottom: 0px;
	
	/*margin-top: 25px;*/
	margin-top: 5px;
	
	position: relative;
	/*font-size: 20px;*/
	font-size: 16px;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;

	z-index: 20;
}
.box-service .title-sm small {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}
/*.box-service:hover .title-sm {
	font-size: 20px;
}*/
.box-service:hover .service-image >img {
	transform: scale(-1, 1);

	opacity: 0;
	filter: alpha(opacity=0);
}
.box-service:hover .service-image.no-flip >img {
	transform: none;

	opacity: 1;
	filter: alpha(opacity=100);
}

.flip-1 {
	position: relative;
	z-index: 20;
}
.flip-2 {
	background: var(--white);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
    transform: scale(-1, 1);
    display: flex;
    align-content: center;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.box-service .service-image .flip-2 img {
	margin: auto;
	display: block;
	max-height: 80%;
	max-width: 100%;
}
.box-service:hover .flip-2 {
	z-index: 20;
    transform: scale(1, 1);
}


.slick-slider {
	overflow: unset;
}
.slick-list {
	overflow: unset;
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 0px;
    z-index: 300;
}
.slick-prev:before, .slick-next:before {
	color: var(--high);
	font-size: 40px;
}
.slick-slide img {
	margin: 0 auto;
}
.slick-dots li button {
	border: 0;
   	background-color: var(--info);
   	border-radius: 100px;
	/*
   	height: 15px;
   	width: 15px;
	*/
	padding: 0;
	height: 8px;
   	width: 8px;
}
.slick-dots li.slick-active button {
   	background-color: var(--high);
}
.slick-dots li button:before {
	content: none;
}

/* icon list */
ul.icon-list {
	display: block;
	margin: 0;
	padding: 0;
}
.icon-list li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.icon-list li img {
	height: 35px;
	margin-top: 0px;
	position: absolute;
	top: -5px;
}
.icon-list li span {
	display: block;
	font-size: 16px;
	line-height: 1.4;
}
.icon-list.icon-right li {
	padding-right: 70px;
	text-align: right;
}
.icon-list.list-margin li {
	margin: 35px 0;
}
.icon-list.icon-left li {
	padding-left: 70px;
	text-align: left;
}
.icon-list.icon-right li img {
	right: 0px;
}
.icon-list.icon-left li img {
	left: 0px;
}

/* cta */
.bg-high {
	background: var(--high-alter);
	color: #FFFFFF;
}
.bg-high .title-lg {
	color: var(--white);
}
.bg-white .title-lg {
	color: var(--main);
}
.button-dark,
.button-high,
.button-high-alter,
.button-wa {
	background: var(--main);
	border-radius: 0;
	color: #FFFFFF;
	display: inline-block;
	/*
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	*/
	font-size: 14px;
	font-weight: 400;
	padding: 5px 25px;
}
.button-high-alter:active,
.button-high-alter:focus,
.button-high-alter:hover {
	color: #FFFFFF;
}
.button-high {
	background: var(--high);
	padding: 10px 15px;
}
.button-high-alter {
	background: var(--high-alter);
	padding: 10px 15px;
}
.button-wa {
	background: var(--success);
	padding: 10px 15px 15px;
}
.button-wa .fa-whatsapp {
	font-size: 25px;
	position: relative;
	top: 3px;
}
.float-button {
	position: absolute;
	top: 80%;
	left: 10%;
	/*font-size: 18px;*/
	/*padding: 10px 25px;*/
	/*border: 1px solid var(--white);*/
	text-align: center;
	
	border: 0;
	font-size: 14px;
	padding: 5px 20px;
	line-height: 1.2;
}


/* brands */
.box-brand {
	position: relative;
	text-align: center;
}
.box-brand .box-brand-info {
	background: var(--white);
	border: 1px solid var(--fade);
	box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.11);
	display: none;
	
	/*height: 160px;*/
	height: auto;
	
	left: 50%;
	margin-left: -180px;
	margin-top: -150px;
	padding: 15px 15px 0 15px;
	position: absolute;
	top: -15%;
	width: 360px;
	z-index: 999999;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.box-brand .box-brand-info.box-first {
	left: 0;
	margin-left: 0;
}
.box-brand .box-brand-info.box-last {
	left: auto;
	margin-left: 0;
	right: 0;
	margin-right: 0;
}
.box-brand .box-brand-info h4 {
	color: var(--main);
    /*font-size: 16px;*/
    /*font-weight: 700;*/
    
    font-size: 14px;
    font-weight: 400;
    
    line-height: 1.3;
    margin-bottom: 5px;
}
.box-brand .box-brand-info p {
	color: var(--info-alter);
	
   /*	font-size: 16px;*/
   /* font-weight: 400;*/
    
    font-size: 14px;
    font-weight: 300;
    
    line-height: 1.3;
}
.box-brand img {
	max-height: 70px;
}
.box-brand-hover {
	display: block;
}
.box-brand-hover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*
.box-brand-hover:hover .box-brand-info {
	display: block;
}
*/


.logo-primary img {
	width: 120px;
}

.absolute-content {
	position: absolute
}
.relative-content {
	position: relative;
}
.caption-full {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	z-index: 2;
}

.carousel-control-next, .carousel-control-prev {
	color: var(--info);
	font-size: 38px;
	width: 5%;
	z-index: 5;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: var(--high);
}

.carousel-indicators {
	margin-bottom: 0;
}

.carousel-indicators li {
	border: 0;
   	background-color: var(--info);
   	border-radius: 100px;
/*   	height: 15px;*/
/*   	margin-right: 10px;*/
/*	margin-left: 10px;*/
/*   	width: 15px;*/
	
	
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
	width: 8px;
}

.carousel-indicators .active {
	background-color: var(--high);
}

ul.table-view {
	display: table;
	margin: 0 0 0 auto;
	padding: 0;
}
ul.table-view li {
	display: table-cell;
	line-height: 1.2;
	vertical-align: middle;
}


.c100.center {
	transform: scale(0.7);
}

/* buttons */
/*
.box-shadow {
	box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.11);
}
*/

/* SOMOS HEBEL */
ul.h-links {
	display: block;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

ul.h-links li {
	display: inline-block;
	padding: 15px 0;
}

ul.h-links li a {
	border-right: 2px solid var(--main); 
	color: var(--main);
	display: block;
	font-weight: 400;
	line-height: 1;
	padding: 0 10px;
}
ul.h-links li a:active,
ul.h-links li a:focus,
ul.h-links li a:hover,
ul.h-links li a.active {
	color: var(--high);
}

ul.h-links li:last-child a {
	border-right: 0;
}

.timeline .timeline-box {
	height: 200px;
	position: relative;
}
.timeline .timeline-box.align-bottom {
	display: flex;
	align-items: flex-end;
}
.timeline .timeline-box.align-bottom > div {
	margin: 0 auto 0 auto;
}

.timeline .timeline-box.align-top {
	display: flex;
	align-items: flex-start;
	
    margin: 0 auto;
}
.timeline .timeline-box.align-top > div {
	margin: 0 auto auto auto;
}
.timeline-content {
	font-size: 12px;
    max-width: 250px;
    padding: 67px 60px 0 0;
    position: relative;
}
.timeline-content img {
	position: absolute;
	top: 0px;
	right: 0px;
}

.timeline h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.timeline h4.mt {
	margin-top: 50px;
}

.timeline-divider {
	font-size: 40px;
	height: 40px;
	line-height: 1;
	margin-top: 50px;
	position: relative;
	text-align: center;
}
.timeline-divider:after {
	background: var(--fade);
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
}
.timeline-divider svg {
	background: #FFFFFF;
	color: #FF7000;
	position: relative;
	z-index: 200;
}

.hover-fx-img {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.hover-fx-img .fx-img-1 {
	position: relative;
	top: 0px;
	
	opacity: 0.5;
	filter: alpha(opacity=50);

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.hover-fx-img .fx-img-2 {
	position: absolute;
	top: 100%;
	left: 0px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.hover-fx-img:hover .fx-img-1 {
	top: -120px;
}
.hover-fx-img:hover .fx-img-2 {
	top: 0px;
}

.hover-play {
	display: block;
	position: relative;
}
.hover-play:before {
	background: rgba(0, 0, 0, 0.1);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.hover-play .ico-play {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 50;

    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.hover-play:hover .ico-play {
	transform: scale(1.2);
}


/* Sistemas */
.sys-content,
.sys-content p,
.sys-content ul {
	color: var(--info);
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-top: 0px;
}
.sys-content ul {
	display: block;
	list-style: none;
	padding-left: 25px;
}
.sys-content ul li {
	display: block;
	position: relative;
}
.sys-content ul li svg {
	color: var(--high);
	left: -25px;
	position: absolute;
	top: 5px;
}
.button-block {
	border: 0;
	border-radius: 0;
	display: table-cell;
	/*font-size: 14px;*/
	/*font-weight: 400;*/
	/**/
	/*height: 48px;*/
	/*line-height: 14px;*/
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	width: 160px;
	
	height: 42px;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	line-height: 1.2;
}
.button-block.dropdown-toggle::after {
	
}
.button-block[disabled] {
	background: var(--info);
}
.dropdown-menu {
	padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: var(--info-alter);
	color: var(--white);
}
.img-video {
	height: 108px;
}


ul.tabs-buttons {
	display: block;
	list-style: none;
	margin: 50px auto;
	padding: 0;
	text-align: center;
}
ul.tabs-buttons li {
	display: inline-block;
}
ul.tabs-buttons li a {
	background: var(--white);
	border: 2px solid var(--fade);
	color: var(--main);
	display: inline-block;
	/*font-size: 20px;
	font-weight: 700;
	padding: 10px 30px;*/
	
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
}
ul.tabs-buttons li a.active {
	background: var(--high);
	border: 2px solid var(--high);
	color: var(--white);
}

/* beneficios */
/* version 2 */
.block-beneficio {
	margin: 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.block-beneficio .layer-main {
	position: relative;
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.block-beneficio .layer-main img {
	width: 100%;
}
.block-beneficio .layer-main .title-sm {
	color: var(--white);
	font-size: 22px;
	font-weight: 600;
    left: 0;
    line-height: 1.2;
    margin-top: -13px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.block-beneficio .layer-hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	
	transform: rotateY(180deg);

	opacity: 0;
	filter: alpha(opacity=0);

    -webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.block-beneficio .layer-hover img {
	width: 100%;
}
.block-beneficio .layer-main img {
	width: 100%;
}
.block-beneficio .layer-hover .text {
	color: var(--white);
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;

    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 72%;
}
.block-beneficio .layer-hover .text a {
	color: var(--white);
	font-weight: 700;
}

.block-beneficio:hover .layer-main {
	transform: rotateY(180deg);

	opacity: 0;
	filter: alpha(opacity=0);
}
.block-beneficio:hover .layer-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	
	transform: rotateY(0);
}
/* version 1 */
.block-beneficio.mg {
	margin: 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.block-beneficio.mg .float-icon {
    left: 10px;
    position: absolute;
    top: 10px;
    height: 60px;
}
.block-beneficio.mg h2 {
    font-weight: 600;
    height: 180px;
    line-height: 1.2;
    margin-top: 80px;
    padding-left: 80px;
    font-size: 20px;
    position: relative;
}
.block-beneficio.mg h2 small {
	color: var(--info);
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
}
.block-beneficio.mg .block-layer {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.block-beneficio.mg h2.hover {
	position: absolute;
	top: 0;
	left: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 90px;
    z-index: 200;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.block-beneficio.mg h2.hover small {
	color: var(--white);
}
.block-beneficio.mg:hover .block-layer {
	opacity: 1;
	filter: alpha(opacity=100);
}
.block-beneficio.mg:hover .title-sm.main {
	opacity: 0;
	filter: alpha(opacity=0);
}
.block-beneficio.mg:hover .title-sm.hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.block-beneficio.mg:hover {
	background: var(--shadow-dark);

}
.block-beneficio.mg:hover h2.main {
	color: var(--white);
	position: relative;
	z-index: 200;
}
.block-beneficio.mg:hover h2.main small {
	color: var(--white);
}



.slidewhow-1 {
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    margin-top: -13%;
    box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.5);
}
.slidewhow-2 {
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.5);
}
.slidewhow-3 {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    margin-left: -30%;
    box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.5);
}

.testimonial {
	border: 1px solid var(--fade);
	height: 100%;
	position: relative;
}
.testimonial img{
	position: absolute;
	right: 25px;
	height: 50px;
	top: -25px;
}

.testimonial-header {
	border-bottom: 1px solid var(--fade);
	padding: 15px 15px 0 15px;
}
.testimonial-header h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}
.testimonial-header h4 small {
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.testimonial-body {
	padding: 15px;
}
.testimonial-body p {
	color: var(--info);
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
}

/* servicios */
ul.timeline-vertical {
	list-style: none;
	padding-left: 100px;
}
ul.timeline-vertical li {
	display: block;
	padding: 40px 0px 0px;
	position: relative;
}
ul.timeline-vertical li:last-child {
	padding-bottom: 50px;
}
ul.timeline-vertical li p {
	margin-bottom: 0;
}
ul.timeline-vertical li:after {
    background: var(--fade);
    content: '';
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: -68px;
}
ul.timeline-vertical li:before {
	background-image: url('../images/misc/icon-check.png');
	background-position: center;
    background-repeat: no-repeat;
    background-color: var(--white);
    border-radius: 50px;
	content: '';
	position: absolute;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	z-index: 200;

	/*
	height: 70px;
	left: -100px;
	top: 25px;
	width: 70px;
	*/
	height: 40px;
   	left: -85px;
    top: 35px;
    width: 40px;
	
	border: 3px solid transparent;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
ul.timeline-vertical li:hover:before {
	border: 3px solid var(--high);
}

/* beneficios */
.block-beneficio {
	border: 1px solid var(--fade);
}
.block-beneficio ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
}
.block-beneficio ul li {
	display: table-cell;
	height: 170px;
	padding: 30px 15px;
	vertical-align: middle;
}
.block-beneficio ul li img {
	height: 85px;
}
.block-beneficio ul li h4 {
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.block-img {
	min-height: 220px;
	text-align: center;
}

/* projects */
.banner-project {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.banner-project img {
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.banner-project .project-title {
    background: rgba(232, 92, 15, 0.6);
    /*background: none;*/
    
    /*
    padding: 255px 0px 0 30px;
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
	filter: alpha(opacity=100);
	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;*/
    
        padding: 5px 15px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: auto;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.banner-project:hover .project-title {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-project:hover img {
	transform: scale(1.1);
}
.banner-project:hover {
	background-size: 110%;
}

/* servicios 360 */
ul.big-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.big-list li {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
ul.big-list a {
	color: var(--main);
}
ul.big-list img {
	border-radius: 50px;
	height: 25px;
	margin-right: 10px;
}
ul.big-list a.active img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.box-360 {
	width: 350px;
	position: relative;
}
.text-360 {
	padding: 125px 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.text-360 h4 {
	font-weight: 700;
}
.text-360 p {
	line-height: 1.3;
}
.img-360 {
	border-radius: 100%;
	display: block;
	max-width: 100%;
	overflow: hidden;
	
	opacity: 0.5;
	filter: alpha(opacity=50);

	position: relative;
	z-index: -2;
}

.icon-360 {
	position: absolute;
	border-radius: 100%;
	width: 50px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.icon-360.active {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.icon-360.c-evaluacion {
	/*top: 25px;
	left: 25px;*/

	top: 0;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.icon-360.c-ingenieria {
	/*top: 25px;
	right: 25px;*/

	top: 110px;
	right: -20px;
}
.icon-360.c-entrega {
	/*bottom: 100px;
    left: -25px;*/

    bottom: 10px;
    right: 45px;
}
.icon-360.c-instalacion {
    /*bottom: 100px;
    right: -25px;*/

    bottom: 10px;
    left: 25px;
}
.icon-360.c-finalizado {
	/*bottom: -40px;
    left: 50%;
    margin-left: -40px;*/

    top: 110px;
    left: -20px;
}

.icon-360.active {
	transform: scale(1.1);
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-links li {
	display: inline-block
}
.social-links li a {
	display: block;
	padding: 5px;
	margin: 0 10px;
	font-size: 20px;
	color: #FFF;
}

/* distribuidores */
.accordion>.card:first-of-type {
	background: none;
	border-top: 2px solid var(--white);
	border-radius: 0;
}
.accordion>.card .card-header {
	background: none;
	border-radius: 0;
	padding: 0;
}
.card {
	background: none;
	border-top: 3px solid var(--white) !important;
	border-right: 0;
	border-left: 0;
	border-top: 0;
}
.card h2 .btn-link {
	color: var(--white);
	text-decoration: none;
}
.card h2 .btn-link span {
	display: inline-block;
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	margin-right: 50px;
}
.color-white a, 
.text.color-white a {
	color: var(--white);
}

.color-high {
	color: var(--high);
}

.bb {
	width: 100%;
	height: 200px;
	background: var(--fade);
}

.vertical-box {
	height: 420px;
	overflow: hidden;
}
.vertical-box h2 {
	padding-top: 150px;
}
.vertical-box img {
	margin-top: 150px;
}
/*
.vertical-box .video {
	overflow: hidden;
	position: relative;
	height: 400px;
}
.vertical-box video {
	height: 400px;
	width: 100%;
}
.video .btn-play-video {
	display: block;
	position: absolute;
	left: 0;
	margin-top: -54px;
	top: 50%;
	width: 100%;
}
*/

.carousel-item video {
	max-height: 480px;
}



/* form */
.form-control {
	background: none;
	border-bottom: 2px solid var(--high);
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	color: var(--info);
	height: 50px;
	
	color: var(--info);
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	line-height: 1;
	padding: 15px;
}
.box-form .form-control {
	font-size: 14px;
	height: 30px;
	padding: 0 10px;
}

textarea.form-control {
	height: 100px;
	padding: 15px;
	resize: none;
}
.box-form textarea.form-control {
	height: 60px;
	padding: 10px;
	resize: none;
}

select.form-control {
	color: var(--info);
	padding: 5px 15px;
}
.box-form select.form-control {
	padding: 0 10px;
}

.form-control:focus {
	border-color: var(--lite);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-label-group {
	position: relative;
}
.form-label-group label {
	color: var(--info);
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	height: 100%;
	left: 0;
	padding: 16px 15px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	line-height: 1;
	font-weight: 300;
}
.box-form .form-label-group label {
	font-size: 14px;
	padding: 5px 10px;
}

.form-label-group label.active {
	font-size: 12px;
	padding-top: 0;
}
.box-form .form-label-group label.active {
	font-size: 10px;
	padding-top: 0;
	top: -5px;
}
/* form */

.section-banner {
	background: var(--white);
	max-height: 420px;
	overflow: hidden;
	text-align: center;
}
.section-banner img {
	margin: 0 auto;
	max-width: 1280px;
}

.with-padding,
section.with-padding {
	/*padding: 60px 0px;*/
	padding: 30px 0px;
}

.with-extra-padding,
section.with-extra-padding {
	/*padding: 200px 0px;*/
	padding: 100px 0px;
}

.with-extra-padding-top,
section.with-extra-padding-top {
	padding-top: 140px;
}
.with-margin {
	margin: 50px 0px;
}


/* footer */
.layer-dark {
	background: var(--dark-fade);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.layer-dark .with-padding {
	/*padding: 50px 50px 25px 50px;*/
	padding: 25px 25px 12px 50px;
	position: relative;
}

.layer-dark .btn-close-modal {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
}

.layer-dark .btn-close-modal img {
	filter: invert(80%);
	width: 35px;
}

.footer {
	background: var(--fade);
	color: var(--main);
	font-size: 13px;
	/*padding: 80px 0 0 0;*/
	padding: 30px 0 0 0;
}

.footer h4 {
	color: var(--main);
	font-size: 14px;
	font-weight: 600;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links li {
	display: block;
	/*line-height: 2;*/
	line-height: 1.6;
}
.footer-links li a {
	color: var(--main);
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
}
.footer-links li a.active {
	font-weight: 400;
}
.footer-links li a strong {
	font-weight: 400;
}
.footer-links li a:active,
.footer-links li a:focus,
.footer-links li a:hover {
	text-decoration: underline;
}

.sub-footer {
	border-top: 1px solid var(--info);
	margin-top: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.sub-footer p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

/* overwrite */
.color-white,
.text.color-white {
	color: var(--white);
}
.text.color-main {
	color: var(--main);
}
.color-aqua,
.text.color-aqua {
	color: var(--aqua);
}
/* overwrite */

.bg-shadow {
	background: var(--shadow);
}

/*  zoom infografias */
.hover-zoom {
	display: block;
	overflow: hidden;
	position: relative;
}
.hover-zoom:before {
	background: rgba(0, 0, 0, 0);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.hover-zoom .hover-content {
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 20;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.hover-zoom a {
	color: var(--white);
	display: inline-block;
	font-size: 40px;
	margin: 0 15px;
}
.hover-zoom a img {
	height: 40px;
	width: 40px;
}
.hover-zoom:hover:before {
	background: rgba(0, 0, 0, 0.4);
}
.hover-zoom:hover .hover-content {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: -20px;
}

/* formulario de busqueda */
.top-header a.open-search {
	display: block;
}
.top-header a.open-search:hover {
	transform: scale(1.2);
}
.layer-form {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	transform: scale(0);
	width: 100%;
	z-index: 999999;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.layer-form.visible {
	transform: scale(1);
}
.layer-form .form-search {
	    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}
.layer-form .form-search .form-control {
	    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.layer-form .form-search .close-search {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 200;
    line-height: 1;
}


/* landing page*/
.btn-menu-sm,
.top-header a.btn-menu-sm {
	background: var(--high);
    color: var(--white);
    padding: 5px;
}
.float-title h1 {
	color: var(--white);
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
}
.float-box {
	border: 1px solid var(--high);
	bottom: 50px;
	color: var(--info);
	font-size: 14px;
	font-weight: 400;
	left: 50%;
	margin-left: -120px;
	padding: 5px 15px;
	position: absolute;
	text-align: center;
	width: 240px;
}
ul.numbers {
	    padding-left: 75px;
}
ul.numbers li {
	position: relative;
	color: var(--main);
	font-size: 16px;
	margin-bottom: 25px;
}
/*ul.numbers li strong {
	position: absolute;
	left: -75px;
	display: block;
	background: var(--high);
	color: var(--white);
	width: 50px;
	height: 50px;
	line-height: 44px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 100%;
	top: -10px;
}*/
ul.numbers li strong {
    position: absolute;
    left: -75px;
    display: block;
    background: var(--high);
    color: var(--white);
    width: 41px;
    height: 41px;
    line-height: 44px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    top: 0px;
}
ul.numbers li span {
	
}
/*ul.tabs-buttons.hover-box {
	margin: 100px auto 50px;
}*/
ul.tabs-buttons.hover-box {
    margin: 100px auto 30px;
}
ul.tabs-buttons.hover-box li {
	
}
ul.tabs-buttons.hover-box li a {
	margin: 0 15px;
	position: relative;
	z-index: 10;
}
ul.tabs-buttons.hover-box li a .hover-box-fade {
	display: none;
	position: absolute;
	top: -60px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: var(--white);
	border: 1px solid var(--fade);
	color: var(--main);
	padding: 10px 15px;
	left: -10%;
	width: 120%;
	z-index: 200;
	min-height: 64px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
ul.tabs-buttons.hover-box li a.active {
	z-index: 20;
}
ul.tabs-buttons.hover-box li a.active .hover-box-fade {
	display: block;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.rh {
	background: #C9C9C9;
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	margin: 2px;
	padding: 15px;
	text-align: center;
}
.rh.active {
	background: var(--high);
	
}
.rd {
	background: var(--light);
	color: var(--main);
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	margin: 2px;
	padding: 15px;
	text-align: center;
}
.button-big {
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
}
.button-big:active,
.button-big:focus,
.button-big:hover {
	color: var(--info);
}
.bg-banner-lp {
	background: url('../images/aislamiento-termico-de-por-vida/banner-placa-termoaislante-hebel.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.bg-banner-lp.opt2 {
	background: url('../images/aislamiento-termico-de-por-vida/pared-block.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.title-xl {
	color: var(--white);
	font-size: 38px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
}
.lp-box-1,
.lp-box-2,
.lp-box-3 {
	color: var(--white);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	padding: 15px;
	margin-bottom: 5px;
}
.lp-box-1 {
	background: var(--high);
}
.lp-box-2 {
	background: var(--hpink);
}
.lp-box-3 {
	background: var(--hblue);
}
.high-box {
	background: var(--high);
	padding: 25px;
}
ul.text.color-white li svg {
	color: var(--white);
}
.title-xxl {
	color: var(--main);
	font-size: 34px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
}
.title-xxl small {
	color: var(--main);
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
}
.box-form-lp {
	background: var(--light);
	padding: 50px;
}
.box-form-lp label {
	font-size: 16px;
	font-weight: 400;
}
.box-form-lp .form-control {
	background: var(--white);
	border: 0;
	font-size: 16px;
	font-weight: 400;
}
ul.plus-list {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}
ul.plus-list li {
	display: table-cell;
	padding-left: 15px;
	position: relative;
	text-align: center;
	vertical-align: top;
}
ul.plus-list li:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: -15px;
	z-index: 20;
	color: var(--high);
	font-size: 22px;
	font-weight: 700;
	margin-top: -15px;
}
ul.plus-list li:last-child:after {
	content: '';
}
ul.plus-list li .c-img {
	height: 75px;
	margin-bottom: 10px;
}
ul.plus-list li .text {
	font-weight: 400;
}
ul.plus-list li img {
	height: 100px;
}
.block-beneficio.step .title-step {
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	margin: 0;
}
.block-beneficio.step .title-step > strong {
	display: block;
	font-size: 32px;
	font-weight: 700;
}
.block-beneficio.step .title-step > span {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.block-beneficio.step .title-step > small {
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.block-beneficio.step .layer-hover {
	background: var(--high);
	display: flex;
	align-items: center;
}
.block-beneficio.step .layer-hover .title-step {
	bottom: auto;
	right: auto;
	position: relative;
	text-align: center;
	color: var(--white);
	padding: 15px 25px;
	margin: auto;
}
.block-beneficio.step .layer-hover .title-step > strong {
	margin-bottom: 10px;
}
.block-beneficio.step .layer-hover .title-step > span {
	margin-bottom: 10px;
}



/* contact */
.box-form {
	box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.5);
	padding: 25px;
}



.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: 400;
}
.text-semi-bold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}
.text-extra-bold {
	font-weight: 800;
}


.margin-bottom {
	margin-bottom: 50px;
}
.margin-bottom-15 {
	margin-bottom: 25px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-75 {
	margin-bottom: 75px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-top-150 {
	margin-top: 150px;
}

.padding-top-50 {
	padding-top: 50px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}

.visible-xs {
	display: none !important;
}



@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.oh {
		overflow: hidden;
	}
	
	.visible-xs {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.text-right-sm {
		text-align: right;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

@media (min-width: 1400px) {
	
}