/*
Theme Name: metalplus
Theme URI: https://www.metalplus.com.co
Author: Comercial Web
Author URI: https://www.comercialweb.com.co
Description: Theme developed for Metalplus
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Eventos Metalplus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	/*Font*/
	--font-family: 'Source Sans Pro', sans-serif;

	/*Text sizes*/
	--xsm-text: 14px;
	--sm-text: 18px;
	--md-text: 23px;
	--lg-text: 28px;
	--xlg-text: 45px;

	--text-bold: 700;
	--text-bolder: 800;
	--text-black: 900;

	/*Colors*/
	--orange: #e77817;
	--blue: #171695;
	--blue-dark: #0f4977;
	--dark: #01143E;
	--dark-md: #333a4d;
	--white: #fff;
	--white-dark: #f3f3f3;
	--green: #85c226;
	--gray-dark: #6a6a6a;
	--gray-md: #bcbcbc;
	--black: #000000;
	--red: #ff0538;
	--yellow:yellow;
	--blue2:#47576b !important;

	--gold: #c8ae40;

	/*Transitions*/
	--normal-transition: all 0.4s ease;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-x: hidden;
}
html, body {
	height: 100%;
	max-width: 100%;
	width: 100%;
}

body {
	color: var(--gray-dark);
	font-family: var(--font-family);
	font-weight: 300;
	font-size: var(--sm-text);
    font-style: normal;
}

/*Generic buttons*/
a.button,
.button,
input.button,
button.button {
	border: 2px solid #003753;
    border-radius: 30px;
    cursor: pointer;
    background-color: #003753;
    display: inline-block;
    font-size: 15pt;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 10px 33px;
    color: #ffffff !important;
    text-decoration: none;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}

a.button:hover {
   
    background-color: #fff;
    border: 2px solid #C6C772;
    color: #C6C772 !important;

}


/***********2**********/

a.button2 {
	border: 2px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    font-size: 13pt;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 10px 33px;
    color: #C6C772 !important;
    text-decoration: none;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}

/***********3**********/

a.button3 {
	border: 2px solid #979797;
    border-radius: 13px;
   color:#fff !important;
	background-color:#979797;
    font-family: Antonio;
    cursor: pointer;
    display: inline-block;
    font-size: 20pt;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 10px 33px;
    text-decoration: none;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}


/***********4**********/

a.button4 {
	    border: 2px solid #4bb2c9;
    border-radius: 13px;
    color: #fff !important;
    background-color: #4bb2c9;
   font-family: 'Exo', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 15pt;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 10px 33px;
    text-decoration: none;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}





	/*Primary*/
	a.button.primary,
	.button.primary,
	input.button.primary,
	button.button.primary {
		background-color: var(--blue);
		border-color: var(--blue);
		color: var(--white);
	}

	/*Primary*/
	a.button.white,
	.button.white,
	input.button.white,
	button.button.white {
		background-color: var(--white);
		border-color: var(--white);
		color: var(--black);
	}

	/*Blue*/
	a.button.blue,
	.button.blue,
	input.button.blue,
	button.button.blue {
		background-color: var(--blue);
		border-color: var(--blue);
		color: var(--white);
	}

	/*Blue*/
	a.button.green,
	.button.green,
	input.button.green,
	button.button.green {
		background-color: var(--green);
		border-color: var(--green);
		color: var(--white);
	}

	/*Dark*/
	a.button.dark,
	.button.dark,
	input.button.dark,
	button.button.dark {
		background-color: var(--dark);
		border-color: var(--dark);
		color: var(--white);
	}

	/*danger*/
	a.button.danger,
	.button.danger,
	input.button.danger,
	button.button.danger {
		background-color: #003753;
    border-color: #003753;
    color: var(--white);
	}

	/*facebook*/
	a.button.facebook,
	.button.facebook,
	input.button.facebook,
	button.button.facebook {
		background-color: #21579f;
		border-color: #21579f;
		color: var(--white);
	}

	/*twitter*/
	a.button.twitter,
	.button.twitter,
	input.button.twitter,
	button.button.twitter {
		background-color: #00b2e6;
		border-color: #00b2e6;
		color: var(--white);
	}

/*Generic titles*/
.content-page .title {
	font-size: var(--xlg-text);
	font-weight: 800;
	letter-spacing: 3px;
}

/*Common texts*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-sm {
	font-size: 16pt !important;
}
.text-md {
	font-size: var(--md-text) !important;
}
.text-lg {
	font-size: var(--lg-text) !important;
}
.text-xlg {
	font-size: 20pt !important;
}

.text-bold {
	font-weight:bold;
}
.text-bolder {
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #919b3e;
}

.main p {
	margin: 10px auto;
}

.main strong,
.main b {
	font-weight: var(--text-bold);
}

/*Common backgrounds and colors*/
.bg-black {
	background-color: var(--black);
}

.bg-gray {
	background-color: var(--gray);
}

.bg-white-dark {
	background-color: var(--white-dark);
}

.bg-blue {
	    background-color:#ffcc33;
}

.bg-blue-dark {
	background-color: #5d5d5d;
}

.bg-green {
	background-color: var(--green);
}

.bg-red {
	background-color: #171717;
}

.bg-yellow {
	background-color: #ffffff;
}

.bg-orange {
	background-color: var(--blue);
}

.color-white {
	color: var(--white) !important;
}
	.color-white:hover {
		color: var(--white) !important;
	}

.color-black {
	color: var(--black) !important;
}
	.color-black:hover {
		color: var(--black) !important;
	}

.color-dark {
	color: var(--dark) !important;
}
	.color-dark:hover {
		color: var(--dark) !important;
	}

.color-yellow {
	color: var(--yellow) !important;
}
	.color-yellow:hover {
		color: var(--yellow) !important;
	}


.color-blue2 {
	color: var(--blue2) !important;
}
	.color-yellow:hover {
		color: var(--blue2) !important;
	}

.color-red {
	color: var(--red) !important;
}
	.color-red:hover {
		color: var(--red) !important;
	}

.color-green {
	color: var(--green) !important;
}
	.color-green:hover {
		color: var(--green) !important;
	}

.color-orange {
	color: var(--orange);
}
	.color-orange:hover {
		color: var(--orange) !important;
	}

.color-blue {
	color: #000000 !important;
}
	.color-blue:hover {
		color: #673e40 !important;
	}

.color-gray {
	color: var(--gray);
}
	.color-gray:hover {
		color: var(--gray) !important;
	}

.color-blue-dark {
	color: var(--blue-dark);
}
	.color-blue-dark:hover {
		color: var(--blue-dark) !important;
	}

/*Common separator*/
.separator {
	height: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100px;
}
	.separator:first-child {
		margin-top: 40px;
	}
	.separator:last-child {
		margin-bottom: 40px;
	}
	.separator.left {
		margin-left: 0px;
		margin-right: auto;
	}
	.separator.center {
		margin-left: auto;
		margin-right: auto;
	}
	.separator.right {
		margin-left: auto;
		margin-right: 0px;
	}

/*Generic forms*/
textarea,
textarea.form-control,
.main textarea {
	height: 100px;
}

/*Top bar*/
.top-bar {
	background-color: #744543;
	color: var(--white);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0px 5%;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 100000000;
}
	.top-bar p {
		margin: 0px;
	}
	.top-bar .item,
	.top-bar .top-bar-menu {
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		margin: 0px;
	}
	.top-bar .item a {
		background-color: transparent;
		color: var(--white);
		display: block;
		font-size: var(--xsm-text);
		font-weight: var(--text-bold);
		line-height: 45px;
		padding: 0px 15px;
		text-decoration: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.top-bar .item a:hover {
			background-color: var(--green);
			color: var(--white);
		}

	.top-bar-menu .numero-registro {
		background-color: #000;
	}

.top-bar .subitem.number a {
	font-weight: 400;
}

.top-bar .social a {
    font-size: var(--md-text);
    height: 50px;
    line-height: 50px;
    padding: 0px;
    width: 50px;
    text-align: center;
}

.top-bar .searchform {
	position: relative;
}

	.top-bar .searchform input[type="text"] {
	    border-radius: 5px;
	    border: 2px solid var(--gray-md);
	    color: var(--dark);
	    font-size: var( --sm-text);
	    outline: 0;
	    padding: 7px 10px;
	    width: 230px;
	}

	.top-bar .searchform input[type="submit"] {
		background-color: var(--gray-md);
		background-image: url('img/search.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: var(--sm-text);
		border: 2px solid transparent;
		cursor: pointer;
		font-size: 0px;
		height: 38px;
		padding: 0;
		position: absolute;
		right: 2px;
		top: 2px;
		width: 38px;
	}

/*Header styles*/
.header {
align-items: center;
align-items: center;
    background-color: #fff !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0px 6%;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
	body.home .header {
		background-color: transparent;
		box-shadow: none;
	}
		body.home .header.sticky {
			background-color: #fff;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
			
		}
	/*body.home .nav ul.hmenu > li > a {
		
    color: var(--black) !important;

	}*/
		body.home .nav ul.hmenu > li:hover > a,
		body.home .nav ul.hmenu > li > a:hover,
		body.home .nav ul.hmenu > li.active-menu > a {
			color: #4BB2C9 !important;
			text-shadow: none;
			background-color: var(--white-dark);
		}
	body.home .header.sticky .nav ul.hmenu > li > a {
		color: var(--gray);
		text-shadow: none;
	}
		body.home .header.sticky .nav ul.hmenu > li:hover > a,
		body.home .header.sticky .nav ul.hmenu > li > a:hover,
		body.home .header.sticky .nav ul.hmenu > li.active-menu > a {
			color: var(--green);
		}
	.header.sticky {
		position: fixed;
	}
	.header .logo img {
    height: 100px;
    margin: 5px 0px;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}
	.header.sticky .logo img {
		height: 75px;
	}

.btn-cotizacion {
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 337px;
}

/*Boton responsive*/
.btn-resp {
	cursor: pointer;
	display: none;
	height: 30px;
	position: relative;
	width: 40px;
}
	.btn-resp:before,
	.btn-resp span,
	.btn-resp:after {
		    background-color: #272627;
		border-radius: 5px;
		content: '';
		display: block;
		height: 4px;
		opacity: 1;
		position: absolute;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
	}
		.btn-resp:before,
		.btn-resp:after {
			left: 10%;
			width: 80%;
		}
			.btn-resp:before {
				top: -webkit-calc(50% - 10px);
				top: -moz-calc(50% - 10px);
				top: calc(50% - 10px);
			}
			.btn-resp span {
				top: -webkit-calc(50% - 2px);
				top: -moz-calc(50% - 2px);
				top: calc(50% - 2px);
			}
			.btn-resp:after {
				bottom: -webkit-calc(50% - 10px);
				bottom: -moz-calc(50% - 10px);
				bottom: calc(50% - 10px);
			}
				.btn-resp.active:before {
					top: -webkit-calc(50% - 2px);
					top: -moz-calc(50% - 2px);
					top: calc(50% - 2px);
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					transform: rotate(45deg);
				}
				.btn-resp.active span {
					opacity: 0;
				}
				.btn-resp.active:after {
					bottom: -webkit-calc(50% - 2px);
					bottom: -moz-calc(50% - 2px);
					bottom: calc(50% - 2px);
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}

/*Nav menu*/
.nav {
	align-items: center;
	background-color: transparent;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0px;
	z-index: 1000;
}
	.nav ul.hmenu {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		list-style: none;
		margin: 0px;
	}
		.nav ul.hmenu li {
			position: relative;
		}
			.nav ul.hmenu li a {
        background-color: transparent;
    color: #736f6f ;
    display: flex;
   font-family: 'Exo', sans-serif;

    flex-flow: column wrap;
    font-size: 19px;
    font-weight: bold;
    justify-content: center;
    height: 80px;
    padding: 0px 15px;
    position: relative;
    text-decoration: none;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}
	.nav > ul.hmenu > li.current-menu-item > a,
				.nav > ul.hmenu > li.current-menu-ancestor > a,
				.nav > ul.hmenu > li > a:hover,
				.nav > ul.hmenu > li:hover > a {
          color: #736f6f;
    
}




					.nav ul.hmenu li a span {
						background-color: #ff0538;
						border-radius: 50%;
						color: #fff !important;
						display: block;
						font-size: 20px;
						height: 45px;
						border-bottom: 1px solid #f3f3f3 !important;
						line-height: 45px;
						margin: 0px auto 5px;
						text-align: center;
						-webkit-transition: var(--normal-transition);
						-o-transition: var(--normal-transition);
						transition: var(--normal-transition);
						width: 45px;
					}
						.nav > ul.hmenu > li.current-menu-item > a span,
						.nav > ul.hmenu > li.current-menu-ancestor > a span,
						.nav > ul.hmenu > li > a:hover span,
						.nav > ul.hmenu > li:hover > a span {
							background-color: #fff;
							color: var(--green) !important;
						}

					.nav ul.hmenu li a .fa-sort-down {
						display: none;
					}

		.nav ul.hmenu ul {
			background-color: var(--gray);
			list-style: none;
		}
			.nav ul.hmenu ul li {
				width: 100%;
			}
				.nav ul.hmenu ul li a {
    color: var(--white);
    display: block;
    line-height: normal !important;
    height: auto !important;
    padding: 5px 20px;
    text-transform: none;
    width: 100%;
}

		.nav > ul.hmenu > li > ul {
		    background-color: #37556f;
		    position: absolute;
		    flex-flow: column wrap;
		    margin-top: 10px;
		    min-width: 260px;
		    opacity: 0;
		    -webkit-transition: var(--normal-transition);
		    -o-transition: var(--normal-transition);
		    transition: var(--normal-transition);
		    visibility: hidden;
		}
			.nav > ul.hmenu > li:hover > ul {
				visibility: visible;
				margin-top: 0px;
				opacity: 1;
			}

			.nav > ul.hmenu > li > ul > li:hover > a,
			.nav > ul.hmenu > li > ul > li > a:hover {
   
    color: #cc6;
}

			.nav > ul.hmenu > li > ul > li > ul {
				background-color: var(--black);
				left: 100%;
				min-width: 300px;
				margin-left: 10px;
				opacity: 0;
				position: absolute;
				top: 0px;
				-webkit-transition: var(--normal-transition);
				-o-transition: var(--normal-transition);
				transition: var(--normal-transition);
				visibility: hidden;
			}
				.nav ul.hmenu ul ul li a:hover {
					background-color: var(--green);
				}
				.nav > ul.hmenu > li > ul > li:hover > ul {
					visibility: visible;
					margin-left: 0px;
					opacity: 1;
				}
				.nav > ul.hmenu > li > ul > li > ul ul {
					background-color: var(--dark-md);
					position: relative;
				}
					.nav > ul.hmenu > li > ul > li > ul ul li {
						width: 50%;
					}
						.nav > ul.hmenu > li > ul > li > ul ul li a {
							font-size: var(--xsm-text);
							line-height: 30px;
							padding-left: 35px;
							-webkit-transition: var(--normal-transition);
							-o-transition: var(--normal-transition);
							transition: var(--normal-transition);
						}
							.nav > ul.hmenu > li > ul > li > ul ul li a:hover {
								padding-left: 40px;
							}
							.nav > ul.hmenu > li > ul > li > ul ul li a:after {
								content: "\e606";
								color: var(--white);
								display: inline-block;
								font-family: 'simple-line-icons';
								font-size: 10px;
								font-variant: normal;
								font-weight: 400;
								letter-spacing: 0;
								position: absolute;
								speak: none;
								left: 20px;
								text-transform: none;
								top: 0px;
								vertical-align: middle;
							}

		/*Nav custom items styles*/
		.nav li#menu-item-20 > ul {
		    min-width: 450px;
		}

/*Main*/
.main {
	margin-left: 0px;
	margin-right: 0px;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
	width: 100%;
}

.content-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
	margin: auto;
	width: 90%;
}
	body.home .content-main  {
		margin-top: -120px;
	}
	.content-main.centered-page {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.content-main.without-sidebars .content-page {
		width: 100%;
	}
	.content-main.one-sidebars-page .content-page {
		width: 80%;
	}
	.content-main.two-sidebars-page .content-page {
		padding: 0px 40px;
		width: 60%;
	}

	.content-main.one-sidebars-page.sidebar-left-active .content-page {
	    padding-left: 40px;
	}
	.content-main.one-sidebars-page.sidebar-right-active .content-page {
	    padding-right: 40px;
	}

.content-main .sidebar-widgets-area {
	width: 20%;
}

.main .center-content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*product page*/
.product-page-header {
	position: relative;
	z-index: 10;
}
	.product-page-header:before {
		content: '';
		background: rgba(0,0,0,1);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
		display: block;
		opacity: 0.8;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 0;
		height: 100%;
	}
.product-page-header p {
	margin: 0px;
	text-transform: uppercase;
}

/*Woocommerce*/
div#image-gallery .modal-header {
	color: var(--blue);
	font-size: var(--md-text);
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
}
	div#image-gallery .modal-header h4 {
		text-align: center;
		width: 100%;
	}

div#image-gallery #image-gallery-image {
    max-height: 400px;
    width: auto;
    margin: auto;
    display: block;
}

.woocommerce .products ul:before, .woocommerce ul.products:before,
.woocommerce .products ul::after, .woocommerce ul.products::after {
	display: none !important;
}

.product-list li.item {
	margin-bottom: 20px;
    margin-top: 20px;
}

	.product-list .item .image-product {
	    border: 1px solid var(--white-dark);
	    border-radius: 7px;
	    overflow: hidden;
		padding-bottom: 100%;
	    position: relative;
	    -webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
	    z-index: 10;
	}
		.product-list .item:hover .image-product {
			border-color: var(--dark);
		}

		.product-list .item .image-product img {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

	.info-product {
	    margin-top: -7px;
	}

	.product-list .item .name-product {
		background-color: var(--white);
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		margin: 0px;
		padding: 22px 0px 15px 0px;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
		text-align: center;
	}
		.product-list .item:hover .name-product {
			background-color: var(--white-dark);
		}
		.product-list .item .name-product a {
			color: var(--dark);
			font-size: var(--sm-text);
			font-weight: 600;
			text-transform: capitalize;
		}

/*Marcas del home*/
.marcas-productos .vc_row {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin: 30px auto;
}
	.marcas-productos .vc_row:first-child {
		margin-top: 0px;
	}
	.marcas-productos .vc_row:last-child {
		margin-bottom: 0px;
	}
	.marcas-productos img {
		display: block;
		margin: auto;
		max-height: 75px;
		max-width: 90%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.marcas-productos img:hover {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

/*Nuestro equipo*/
.equipo {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
	.equipo:hover {
		background-color: var(--white-dark);
	}
	.equipo:before,
	.equipo:after {
		background-color: var(--gray-md);
		content: '';
		height: 1px;
		position: absolute;
		left: 5%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 90%;
		z-index: 11;
	}
		.equipo:before {
			bottom: 0px;
		}
		.equipo:after {
			top: 0px;
		}
		.equipo:hover:before,
		.equipo:hover:after {
			background-color: var(--blue);
			height: 3px;
			left: 0%;
			width: 100%;
		}

.equipo .nombre {
	color: var(--black);
	font-size: var(--md-text);
	font-weight: 800;
	margin: 0px;
}
.equipo .cargo {
	font-style: italic;
	font-weight: 800;
	margin: 7px;
}
.equipo .contacto {
	font-weight: 700;
	margin: 0px;
}

/*Loop de catalogos*/
.catalogos-loop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}
	.catalogos-loop .item {
		margin: 20px;
		max-width: -webkit-calc(33.3333% - 40px);
		max-width: -moz-calc(33.3333% - 40px);
		max-width: -ms-calc(33.3333% - 40px);
		max-width: calc(33.3333% - 40px);
		width: 100%;
	}
	.catalogos-loop .item .button {
		background-color: var(--blue);
		border-radius: 10px;
		color: var(--white);
		display: flex;
		flex-flow: column wrap;
		font-size: var(--md-text);
		font-weight: 900;
		justify-content: center;
		min-height: 189px;
		padding: 30px;
		text-align: center;
		width: 100%;
	}
		.catalogos-loop .item .button i {
		    display: block;
		    font-size: var(--xlg-text);
		    margin-bottom: 20px;
		}

		.catalogos-loop .item .button:hover {
			background-color: var(--green);
			color: var(--blue);
		}

.contact-home .form-group.buttons {
	text-align: center;
}

.ir-buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
	.ir-buttons .item {
		align-items: center;
		border-radius: 7px;
		border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: flex;
		flex-flow: row nowrap;
		margin: 10px;
		overflow: hidden;
		padding: 0px;
		position: relative;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -ms-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
		.ir-buttons .item:hover {
			background-color: var(--blue);
		}

		.ir-buttons .item .ir-link {
			height: 100%;
			left: 0px;
			position: absolute;
			top: 0px;
			width: 100%;
			z-index: 10;
		}

		.ir-buttons .item .ir-icon {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100px;
			padding-left: 20px;
			padding-right: 20px;
			text-align: center;
			width: 30%;
		}

		.ir-buttons .item .ir-title {
			background-color: transparent;
			padding-left: 20px;
			padding-right: 20px;
			-webkit-transition: var(--normal-transition);
			-o-transition: var(--normal-transition);
			transition: var(--normal-transition);
			width: 70%;
		}

		.ir-buttons .item h1,
		.ir-buttons .item h2,
		.ir-buttons .item p {
			color: var(--blue);
			font-size: 22px;
			font-weight: 900;
			margin: 0px;
		}
			.ir-buttons .item:hover h1,
			.ir-buttons .item:hover h2,
			.ir-buttons .item:hover p {
				color: var(--white);
			}
		.ir-buttons .item .ir-title a  {
			font-size: 14px;
			margin-top: 5px;
		}
			.ir-buttons .item:hover .ir-title a {
				color: var(--white);
			}

/*Footer*/
.top-footer {
	background-color: #0c2239;
    border-top: 1px solid var(--gray-md);
    padding: 0px;
    width: 100%;
}

	.top-footer .row.bottom {
    background-color: rgba(0, 58, 87,1);
    color: #ffffff;
		
    padding: 5% 10%;
}
	
		.top-footer .row.bottom .title {
    
    color: var(--white);
    font-size: var(--sm-text);
    font-weight: var(--text-bold);
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
			font-family: 'Exo', sans-serif;

}

		.top-footer .row.bottom .subtitle {
    color: #001a62;
    font-size: 12pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
}

		.top-footer .row.bottom .social-networks a {
			margin: 0px 7px;
		}

		.top-footer .row.bottom .about {
			color: #e0e0e0;
			font-size: var(--sm-text);
			margin: 5px 0px;
		}

		.top-footer .row.bottom a {
			color: #ffffff;
			font-size: var(--sm-text);
		}

		.top-footer .row.bottom ul {
			list-style: none;
			margin: 0px;
		}
			.top-footer .row.bottom ul li {
				margin: 5px 0px;
				position: relative;
			}
				.top-footer .row.bottom ul li:after {
				    content: "\e930";
				    color: #919b3e;
				    display: inline-block;
					font-family: 'icomoon' !important;
					speak: none;
					font-style: normal;
					font-weight: normal;
					font-variant: normal;
					text-transform: none;
				    font-size: 15px;
				    left: 0px;
				    position: absolute;
				    speak: none;
				    text-transform: none;
				    top: 0px;
				}

				.top-footer .row.bottom ul li a {
					display: inline-block;
					padding-left: 20px;
					text-decoration: none;
				}
					.top-footer .row.bottom ul li a:hover {
						color: #001a62;
					}

.footer {
    background-color: #003a57;
    align-items: center;
    color: var(--white-dark);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 5%;
}
	.footer ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		list-style: none;
		margin: 0px;
	}
		.footer ul li {
			padding: 0px 25px;
			position: relative;
		}
			.footer ul li:first-child {
				padding-left: 0px;
			}
			.footer ul li a {
				color: var(--white);
				display: inline-block;
				font-size: var(--sm-text);
				line-height: 33px;
				text-decoration: none;
			}
				.footer ul li a:after {
				    content: "\e606";
				    color: var(--white);
				    display: inline-block;
				    font-family: 'simple-line-icons';
				    font-size: var(--xsm-text);
				    font-variant: normal;
				    font-weight: 400;
				    height: 100%;
				    letter-spacing: 0;
				    line-height: 33px;
				    position: absolute;
				    speak: none;
				    right: -5px;
				    text-transform: none;
				    top: 0;
				    vertical-align: middle;
				}
				.footer ul li:last-child a:after {
					display: none;
				}

			.footer ul ul {
				display: none !important;
			}

	.footer .item.copy {
		font-size: var(--xsm-text);
	}
		.footer .item.copy .sitename,
		.footer .item.copy a {
			color: var(--white);
			font-weight: 500;
		}


.image-rounded {
	border-radius: 50%;
}

.faq-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
	.faq-item .text-bolder {
		color: var(--orange);
	}
	.faq-item img {
		max-width: 50%;
	}

ul.faqs-list {
	background-color: var(--dark);
    border-radius: 7px;
    list-style: none;
    margin: auto;
	padding: 30px 40px;
	width: 100%;
}
	ul.faqs-list.sticky {
		max-width: 480px;
		overflow-y: auto;
		position: fixed;
		right: 5%;
		top: 95px;
	}
	ul.faqs-list li:before {
		display: none;
	}
		ul.faqs-list li a {
			color: var(--white);
			display: block;
			font-size: var(--xsm-text);
			padding: 0px 7px;
			text-decoration: none;
		}


ul.faqs-list {
	background-color: var(--dark);
    border-radius: 7px;
    list-style: none;
    margin: auto;
	padding: 30px 40px;
	width: 100%;
}
	ul.faqs-list.sticky {
		max-width: 480px;
		overflow-y: auto;
		position: fixed;
		right: 5%;
		top: 95px;
	}
	ul.faqs-list li:before {
		display: none;
	}
		ul.faqs-list li a {
			color: var(--white);
			display: block;
			font-size: var(--xsm-text);
			padding: 0px 7px;
			text-decoration: none;
		}

ul.social-list {
	align-items: top;
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
	ul.social-list li {
		margin: 0px 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
		ul.social-list li a {
			padding-left: 0px;
			padding-right: 0px;
		}
			ul.social-list li a:after {
				display: none !important;
			}
			ul.social-list li a span {
				background-color: var(--blue);
				border-radius: 50%;
				color: var(--white);
				display: block;
				height: 50px;
				line-height: 50px;
				margin: 0 auto 5px;
				text-align: center;
				-webkit-transition: all 0.4s ease;
				-moz-transition: all 0.4s ease;
				-ms-transition: all 0.4s ease;
				transition: all 0.4s ease;
				width: 50px;
			}
				ul.social-list li a:hover span {
					background-color: var(--dark);
					color: var(--white);
				}

.wpcf7-form input[type="reset"].bg-gray {
	border-color: transparent;
	color: var(--white);
	padding: 14px 20px;
}

.image-rounded {
	border-radius: 50%;
}

.faq-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
	.faq-item .text-bolder {
		color: var(--orange);
	}
	.faq-item img {
		max-width: 50%;
	}

ul.faqs-list {
	background-color: var(--dark);
    border-radius: 7px;
    list-style: none;
    margin: auto;
	padding: 30px 40px;
	width: 100%;
}
	ul.faqs-list.sticky {
		max-width: 480px;
		overflow-y: auto;
		position: fixed;
		right: 5%;
		top: 95px;
	}
	ul.faqs-list li:before {
		display: none;
	}
		ul.faqs-list li a {
			color: var(--white);
			display: block;
			font-size: var(--xsm-text);
			padding: 0px 7px;
			text-decoration: none;
		}

.services-background {
	background-image: url(/wp-content/uploads/2019/05/background-equalizer-02-transparent-min.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.services-white .service-item,
.services-white .service-item .text-lg {
	border-color: rgba(0,0,0,0.2);
}

.service-item {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
	.service-item .text-lg {
	    padding-bottom: 25px;
	    margin-bottom: 25px;
	    border-bottom: 1px solid rgba(255,255,255,0.2);
	    text-transform: uppercase;
	}
	.service-item img {
		display: block;
		float: left;
	    max-width: 90%;
	    margin: auto;
	}
		.service-item.reverse-service img {
			float: right;
		}

/*-webkit-@keyframes borde {
	0% {-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	opacity: 0;
			}
}

-webkit-@keyframes bordes {
	0% {-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
opacity: 0;}
}*/

ul.social-list {
	align-items: top;
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
	ul.social-list li {
		margin: 0px 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
		ul.social-list li a {
			padding-left: 0px;
			padding-right: 0px;
		}
			ul.social-list li a:after {
				display: none !important;
			}
			ul.social-list li a span {
				background-color: #fff;
				border-radius: 50%;
				color: #000;
				display: block;
				height: 50px;
				line-height: 50px;
				margin: 0 auto 5px;
				text-align: center;
				-webkit-transition: all 0.4s ease;
				-moz-transition: all 0.4s ease;
				-ms-transition: all 0.4s ease;
				transition: all 0.4s ease;
				width: 50px;
			}
				ul.social-list li a:hover span {
					background-color: #c59d5f;
					color: #fff;
				}

.footer .button.green:hover {
	color: #fff;
}

.seo-block-home {
	background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/posicionamiento-seo-bg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 5%;
}

.palabras-seo h1 {
	font-size: var(--sm-text);
	font-weight: var(--text-bold);
	line-height: 100%;
	margin: 15px auto;
	text-align: center;
}

.services-header {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	padding: 150px 10%;
	position: relative;
	text-align: center;
}
	.services-header.diseno-web {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/diseno-web-en-medellin.jpg');
	}
	.services-header.administracion-web {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/administracion-web-medellin.jpg');
	}
	.services-header.posicionamiento-web {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/posicionamiento-web-medellin.jpg');
	}
	.services-header.tiendas-virtuales {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/tiendas-virtuales-medellin.jpg');
	}
	.services-header.campanas-de-adwords {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/campanas-de-adwords-medellin.jpg');
	}
	.services-header.soporte {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/soporte-web-medellin.jpg');
	}
	.services-header.contacto {
		background-image: url('https://www.abcsolutions.com.co/web/wp-content/uploads/2019/05/diseno-web-medellin.jpg');
	}
		.services-header.soporte:before,
		.services-header.contacto:before {
			background-color: rgba(0,0,0,0.2);
			bottom: 0px;
			display: block;
			left: 0px;
			position: absolute;
			top: 0px;
			width: 100%;
		}

	.services-header h1 {
		color: var(--white);
		font-size: 60px;
		font-weight: var(--text-bolder);
	}
	.services-header p {
		font-size: 30px;
		font-weight: 400;
		line-height: 120%;
	}
	.services-header a.button {
		border-color: var(--white);
		color: var(--black);
		display: inline-block;
		font-weight: var(--text-bold) !important;
		margin-top: 15px;
	}
		.services-header a.button:hover {
			background-color: var(--blue) !important;
			color: var(--white);
			border-color: var(--blue);
		}

.wpcf7-form input[type="reset"].bg-gray {
	border-color: transparent;
	color: var(--white);
	padding: 14px 20px;
}

.home-cities-block {
	position: relative;
}
	.home-cities-block:before {
		background-color: rgba(0,0,0,0.5);
		bottom: 0px;
		content: '';
		display: block;
		left: 0px;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

.custom-header {
    background-color: var(--dark);
    color: var(--white);
    padding: 20px 5%;
	text-align: center;
    width: 100%;
}
	.custom-header .title {
		font-size: var(--lg-text);
		font-weight: var(--text-bolder);
		text-transform: uppercase;
	}

	span.icon-contact {
		background-color: var(--orange);
		border-radius: 50%;
	    color: var(--white);
	    display: inline-block;
		font-size: 20px;
		height: 40px;
		line-height: 37px;
		margin-right: 10px;
		text-align: center;
		width: 40px;
	}



.contact-columns {
    margin-bottom: -130px;
    position: relative;
}
	.contact-columns .wpb_column {
		border-right: 1px solid var(--white-dark);
	    padding: 50px 10px;
	}
		.contact-columns .wpb_column:last-child {
			border-right: 0px;
		}
	.contact-columns .vc_icon_element {
	    color: var(--blue);
	    margin-bottom: 20px;
	}

.abc-buttons {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}
	.abc-buttons .item {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		height: 350px;
		margin: 15px;
		padding: 0px;
		position: relative;
		text-align: center;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.abc-buttons .item:hover {
			padding: 30px;
		}
		.abc-buttons .item.small-item {
			width: -webkit-calc(50% - 30px);
			width: -moz-calc(50% - 30px);
			width: calc(50% - 30px);
		}
		.abc-buttons .item.large-item {
			width: -webkit-calc(100% - 30px);
			width: -moz-calc(100% - 30px);
			width: calc(100% - 30px);
		}
			
		.abc-buttons .item a.abc-link {
			bottom: 0px;
			font-size: 0px;
			left: 0px;
			position: absolute;
			top: 0px;
			width: 100%;
			z-index: 1000;
		}

		.abc-buttons .item .abc-front-cl {
			background-color: rgb(0, 0, 0);
			margin: auto;
			padding: 30px 20px;
			position: relative;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			width: 100%;
		}
			.abc-buttons .item:hover .abc-front-cl {
				background-color: #c59d5f;
			}
		.abc-buttons .item .title {
			color: var(--white);
			font-size: var(--md-text);
			letter-spacing: 0px;
			text-align: center;
		}
		.abc-buttons .item .desc {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
}
		.abc-buttons .item .arrow {
			color: var(--white);
			font-size: var(--xlg-text);
		    height: 0px;
			margin-top: -20px;
			margin-bottom: 20px;
		    -webkit-transition: all 0.4s ease;
		    -o-transition: all 0.4s ease;
		    transition: all 0.4s ease;
		    -webkit-transform: scale(0);
		    -ms-transform: scale(0);
		    transform: scale(0);
		}
			.abc-buttons .item:hover .arrow {
				height: 30px;
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
			}
		.abc-buttons .item .arrow i {
			display: inline-block;
			height: 30px;
			line-height: 30px;
		}

.page-products-01 {
	background-image: url('img/bg-01-pages.png');
	background-position: center;
	background-repeat: vertical;
	background-size: cover;
}

.products-header {
	background-color: var(--blue);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	margin-bottom: 70px;
	padding: 50px 5%;
	text-align: center;
}
	.page-products-01 .products-header {
		background-image: url('img/bg-blue-block.png');
	}
	.page-products-02 .products-header {
		background-image: url('img/bg-green-block.png');
	}

.go-to-catalogs {
	background-color: var(--green);
	background-image: url('img/bg-green-block.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 5%;
	text-align: center;
}
	.go-to-catalogs .button {
		background-color: var(--white);
		color: var(--green);
		font-size: var(--md-text);
		font-weight: 800 !important;
		padding-left: 45px;
		padding-right: 45px;
		text-align: center;
		text-transform: uppercase;
	}
		.go-to-catalogs .button:hover {
			background-color: var(--blue);
			color: var(--white);
		}
		.go-to-catalogs .button i {
		    font-weight: 900;
		    font-size: var(--lg-text);
			margin-right: 7px;
		    vertical-align: text-top;
		}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item img {
    width: 100%;
    height: auto;
}

.text-uppercase {
text-transform: none !important;
    font-family: Raleway;
    /* font-style: italic; */
    color: #867770 !important;
    font-weight: 400;
    font-size: 17pt !important;
}

.text-ppl {
   /* font-family: 'Raleway', sans-serif;*/
}

/*Botones de nuestro equipo*/
.our-team-buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.our-team-buttons .item {
background: #fff;
    padding: 30px;
    position: relative;
    border-bottom: 2px solid #dddfe4;
    margin: 20px;
    max-width: -webkit-calc(33% - 20px);
    max-width: -moz-calc(33% - 20px);
    max-width: -ms-calc(33% - 20px);
    max-width: calc(33% - 20px);
    text-align: center;
}
.our-team-buttons .item .img-holder {
	margin: 0 0 23px;
}
.our-team-buttons .item .name {
    font-weight: 700;
    font-size: 21px;
    color: #252626;
    display: block;
    line-height: 26px;
    margin: 0 0 13px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
	.our-team-buttons .item .name:after {
	    width: 40px;
	    height: 1px;
	    background: #adadb3;
	    position: absolute;
	    top: 100%;
	    left: 44%;
	    content: '';
	}
.our-team-buttons .item .designation {
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-style: normal;
    color: #b58f53;
    font-weight: 400;
}

.our-team-buttons .item .hover-state {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    padding: 0 25px;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 10px solid #fff;
}
	.our-team-buttons .item:hover .hover-state {
	    opacity: 1;
	}

.our-team-buttons .item .hover-state .table {
    display: table;
    height: 100%;
  	width: 100%
}
	.our-team-buttons .item .hover-state .tabel-row {
	    display: table-row;
	}
		.our-team-buttons .item .hover-state .tabel-cell {
		    display: table-cell;
		    height: 100%;
		    vertical-align: middle;
		}

	.our-team-buttons .item .hover-state .name {
	    color: #f8ffff;
	}
		.our-team-buttons .item .hover-state .name:after {
		    background: #efeff6;
		}
	.our-team-buttons .item .hover-state .designation {
	    color: #d5edff;
	}

.vc_custom_1566914743790 {
    padding-right: 10% ;
    padding-bottom: 70px ;
    padding-left: 10% ;
}

.vc_custom_1570896814504 {
    padding-top: 70px !important;
    padding-right: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 60px !important;
}

/*.evolution-section.vc_row {
	background-image: url('https://www.chefjorgerausch.com/wp-content/uploads/2019/12/Fondo-1.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
}*/
	.evolution-section.vc_row:before {
		/*background-color: rgba(0, 99, 108, 0.6);*/
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}
	.evolution-section .contain {
		width: 60%;
	}

	img.about-evolution-img {
		margin-left: -10%;
	}

/*Nuestra empresa*/
.about-banner.vc_row {
    background-image: url(/wp-content/uploads/2020/03/bloque_contacto.jpg);
    background-attachment: fixed;
    background-size: 100% 104%;
    background-position: 100% 142%;
    padding: 120px 7%;
    position: relative;
}
	.about-banner.vc_row:before {
		background-color: rgba(0, 0, 0, 0);
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

	.about-banner .title, .about-banner .subtitle {
		margin: 0px;
	}

.evolution-section.vc_row {
	background-image: url('/wp-content/uploads/2020/05/bloque_contacto3.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
}
	.evolution-section.vc_row:before {
		/*background-color: rgba(0, 99, 108, 0.6);*/
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}
	.evolution-section .contain {
		width: 60%;
	}

	img.about-evolution-img {
		margin-left: -10%;
	}

.about-idea {
    background-color: #242424;
    padding-bottom: 25px;
    padding-top: 25px;
}
	.about-idea .sm-title {
    font-size: 16pt;
    text-align: justify !important;
    margin-left: 120px;
}
	.about-idea .button-arrow {
		background-image: url('img/arrow-01.png');
		background-position: center;
		background-size: cover;
		display: inline-block;
		font-size: 0;
		height: 43px;
		width: 43px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		vertical-align: middle;
	}
		.about-idea .button-arrow:hover,
		.about-idea .button-arrow:active {
			background-image: url('img/arrow-02.png');
		}

/*Sedes*/
.sede-item {
	border: 1px solid var(--gray-md);
    padding: 20px;
	text-align: center;
    width: 100%;
}
	.sede-item .nombre {
    border-bottom: 1px solid #e0dcd1;
    font-size: 12pt;
    font-weight: 500;
    margin: 0px auto 20px;
    padding-bottom: 10px;
    color: #744543 !important;
    font-family: mifuente;
    margin-top: 20px;
}
	.sede-item .imagen {
		margin: 10px 0px 20px;
	}
		.sede-item .imagen img {
			height: auto;
			max-width: 100%;
			width: 100%;
		}
	.sede-item .telefono,
	.sede-item .direccion {
background-color: var(--white-dark);
    border-radius: 5px;
    font-size: 10pt;
    font-weight: 300;
    padding: 0px;
    text-align: justify;
}

	.sede-item .button {
    background-color: #744543;
    border-radius: 3px !important;
    color: var(--dark);
    font-weight: 400 !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 26%;
    margin-top: -10px;
    font-family: mifuente;
}
		.sede-item .button:hover {
background-color: #9e6567;
    color: #ffffff;
}

ul.check-lists li:before {
    content: "\e5ca";
    color: var(--orange);
    font-family: 'icomoon' !important;
    font-size: var(--md-text);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    left: 0px;
    position: absolute;
    speak: none;
    top: -2px;
}

ul.check-lists li:before {
    content: "\e5ca";
    color: #9c6567;
    font-family: 'icomoon' !important;
    font-size: var(--md-text);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    left: 0px;
    position: absolute;
    speak: none;
    top: -2px;
}

ul.check-lists {
    list-style: none;
}

ul.check-lists li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}


.about-banner2.vc_row:before {
		background-color: rgba(0, 0, 0, 0);
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

.title1{
	
	
    font-size: 39px;
    line-height: 45px;
    color: #203b55;
    font-weight: bold;
	font-family: 'Exo', sans-serif;

	
}
.title2{
	
	font-family: 'Exo', sans-serif;

	font-size: 33px;
    line-height: 45px;
	font-weight: bold;}
	

.sub{
	
	    font-size: 16pt !important;
    line-height: 26px !important;
}

.blanco { color:#ffffff;}
.center {text-align:center !important;}




select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/******* FONDOS **********/

.fondo-equipo{
	
	background-image: url('/wp-content/uploads/2020/03/bloque-equipos.jpg');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	min-height: 500px;
	
}

.fondo-contacto{
	
	background-image: url('/wp-content/uploads/2020/05/bloque_contacto3.jpg');
	background-position: center; 
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-size:cover;

	  
}


.fondo-quienes-somos{
	
	background-image: url('/wp-content/uploads/2020/06/metal-2.png'); min-height: 500px; background-attachment: fixed; background-repeat: no-repeat; background-size: contain;
	
}


.fondo-equipo-trabajo{
	
	background-image: url('/wp-content/uploads/2020/03/1.jpg');     min-height: 500px;
    background-attachment: fixed; background-position: right; background-repeat: no-repeat; background-size: contain;
	
}
/************** ESPACIO ************/ 


.vc_custom_1579726590681 {
   padding: 8% 11% 8% 6% !important;
}

.espacio-empresa{
	
	padding:4% 5% 4% 5%;
}

.espacio-galeria{padding:4% 4%;}

.boton-contacto {
	
	    margin: 4% 31%;
}

.espacio-contacto{
	
	    padding-top: 4% !important;
    padding-right: 11% !important;
    padding-bottom: 4% !important;
    padding-left: 18% !important;
}

.espacio-kuva{
	
	padding: 0 10% !important;
}


.espacio-quince{
	
    padding: 0 5% 0 5% !important;}

.espacio-venta{     padding-top: 4% !important;
    padding-right: 25% !important;
    padding-bottom: 4% !important;
    padding-left: 25% !important;}

.espacio-mirror{padding:5% 5%;}


iframe.tamano-video{ width:305px; height:256px; margin-top: -9px;}
/***************************************/
.boton-pago{
    background-color: #ffffff;
    padding: 9px 34px;
    border: 2px solid #ffffff!important;
    cursor: pointer;
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
    -o-transition: all .45s cubic-bezier(0.25,1,0.33,1);
    width: auto;
    font-size: 14pt;
    font-weight: bold;
    color: #1e2d40!important;
    outline: none!important;
    text-decoration: none!important;}


.boton-pago:hover{
	background-color: #ffca04;
    
    border: 2px solid #ffca04!important;
}


.bottom2{margin-bottom:0;}

#visor_imagenes {
  text-align: left;
}

.fondo-negro {
  color: #FFFFFF;
  background-color: #00000040;
  line-height: 52px;
	padding: 0 7px 0 9px;
}

.orange{
	
	color:#ffcc33;
}


.gris{     color: #5d5d5d;}


.right {
    text-align: right;
}

p.titulo-venta {
    margin-bottom: -30px !important;
}

/*** ESTILOS BOTÓN WPP ***/

.wpp-button {
	bottom: 50px;
	position: fixed;
	right: 10px;
	-webkit-transition: top .4s ease;
	-moz-transition: top .4s ease;
	-ms-transition: top .4s ease;
	transition: top .4s ease;
	z-index: 100000;
}
.wpp-button.fixed {
	top: 130px;
}
.wpp-button a {
	color: #FFF;
	text-decoration: none;
}
.wpp-button .target {
	background-color: #43c358;
	border-radius: 5px;
	display: inline-block;
	line-height: 100%;
	padding: 10px 15px;
	position:relative;
}
.wpp-button .target:before {
	content: '';
	border-left: 10px solid #43c358;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	height: 0;
	left: 100%;
	position: absolute;
	top: -webkit-calc(50% - 8px);
	top: -moz-calc(50% - 8px);
	top: calc(50% - 8px);
	width: 0;
}
.wpp-button .icon-whatsapp {
	background-color: #43c358;
	border-radius: 50%;
	display: inline-block;
	font-size: 28px;
	height: 55px;
	line-height: 55px;
	margin-left: 10px;
	text-align: center;
	margin-top: -3px;
	vertical-align: middle;
	width: 55px;
}

.bottom-before {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}
.icon-whatsapp:before {
    content: "\f232";
}


.espacio-empresa2{width:1380px;height:auto; }


.linea-blanca{    border-right: 5px solid #ffffff;
    padding-right: 17px;
    height: 73px;
   margin-right: 111px !important;
    vertical-align: middle;
    padding-top: 8px;}


.linea-amarilla{border-right: 5px solid #ffcc33;
    padding-right: 17px;
    height: 73px;
    margin-right: 116px !important;
    vertical-align: middle;
    padding-top: 8px;}


.espacio-servi2{
	        padding-right: 143px !important;
    padding-bottom: 2% !important;
    padding-left: 140px !important;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/*.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1300px;
	list-style: none;
	text-align: center;
}

/* Common style
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
    max-width: 402px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default 
/* For some effects it will show as a button 
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: 0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------
/***** Bubba ****
/*---------------

figure.effect-bubba {
	background: #003753;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	    padding-top: 10%;
    text-shadow: 1px 1px 3px #000;
   font-size: 18pt;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    font-family: 'Exo', sans-serif;

}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

*/

/********Logos gris********/


.grises img {
filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.grises img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.border_1{
	
	border: 5px solid #4BB2C9;
    border-radius: 70px;
}



/*ST Buttons*/
/*Botones de información*/
.st-info-btn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	margin: 10px auto;
    padding: 15px;
	position: relative;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
    width: calc(100% - 20px);
	cursor: pointer;
}
	.st-info-btn:before {
		background: rgba(0,79,163,1);
		background: -moz-linear-gradient(45deg, rgba(0,79,163,1) 0%, rgba(0,79,163,0) 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,79,163,1)), color-stop(100%, rgba(0,79,163,0)));
		background: -webkit-linear-gradient(45deg, rgba(0,79,163,1) 0%, rgba(0,79,163,0) 100%);
		background: -o-linear-gradient(45deg, rgba(0,79,163,1) 0%, rgba(0,79,163,0) 100%);
		background: -ms-linear-gradient(45deg, rgba(0,79,163,1) 0%, rgba(0,79,163,0) 100%);
		background: linear-gradient(45deg,  rgb(32, 59, 85) 0%, rgba(0,79,163,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa3', endColorstr='#004fa3', GradientType=1 );
		content: '';
		height: 100%;
		left: 0px;
		opacity: 0;
		position: absolute;
		top: 0px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
		z-index: 0;
	}
		.st-info-btn:hover:before {
			opacity: 1;
		}
	.st-info-btn.small {
		height: 225px;
	}
	.st-info-btn.large {
		height: 460px;
	}
	.st-info-btn p {
		margin: 0px;
	}
	.st-info-btn .title {
		color: var(--white);
		    font-size: 22px;
    letter-spacing: 0px;
		    line-height: 28px !important;
    font-family: 'Exo', sans-serif;
	}
		.st-info-btn.large .title {
			font-size: 23px;
			 font-family: 'Exo', sans-serif;
		}
	.st-info-btn .desc {
		font-weight: 500;
	}
	.st-info-btn .st-text-btn {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translate(-50%, -50%);
	}




/*****************/

label {
    color: #ffffff  !important;
}


a.enlace{color: var(--white) !important;
    font-size: 22px !important;
    letter-spacing: 0px;
	text-decoration:none !important; 
    line-height: 7px !important;
    font-family: 'Exo', sans-serif;}

.espacio-somos{ padding: 0 7% !important;}

.headerbg{
   background-color: #003753;
    /* height: 39px;*/
	padding: 12px 0;
	

	font-family: 'Open Sans Condensed', sans-serif;

}
.headerText{
    width: 90%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 13pt;
	font-family: 'Rambla', sans-serif;

   /* font-family: 'Architects Daughter', cursive !important;*/
    font-weight: 300;
}