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

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: 'Poppins', sans-serif;
	--titles-font: 'Poppins', 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: #0089c8;
	--blue-dark: #0f4977;
	--dark: #013e11;
	--dark-md: #333a4d;
	--white: #fff;
	--white-dark: #f3f3f3;
	--green: #008000;
	--gray-dark: #6a6a6a;
	--gray-md: #bcbcbc;
	--black: #000000;
	--red: #f7303e;

	--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: #000000;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 11pt;
    font-style: normal;
}

/*Generic buttons*/
a.button,
.button,
input.button,
button.button {
    border-radius: 35px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16pt;
    font-weight: 670 !important;
    line-height: normal !important;
    padding: 12px 30px;
    text-decoration: none;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
    text-transform: uppercase;
	letter-spacing: 1px;
}

	/*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: var(--red);
		border-color: var(--red);
		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);
	}

input[type="file"].form-control {
    line-height: 18px;
}

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

.content-page ul {
    font-size: 16px;
    /* font-style: italic; */
    padding-left: 0px;
}

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

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

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

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

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

}

.text-bold {
	font-weight: 600;
}
.text-bolder {
	font-weight: 600;
}

.text-title {
	font-family: var(--titles-font);
	line-height: 100%;
}

.main p {
	margin: 0px 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-blue {
	background-color: #3d4ab1;
}

.bg-blue-dark {
	background-color: #2b6f3b;
}

.bg-green {
	background-color: #1CE764;
}

.bg-red {
	background-color: #2b2b2b;
}

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

.bg-orange {
	background-color: #135e84;
}

.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-red {
	color: #ff4f00 !important;
}
	.color-red:hover {
		color: #585858 !important;
	}

.color-green {
	color: #ff4f00 !important;
}
	.color-green:hover {
		color: #5d5d5d !important;
	}

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

.color-blue {
	color: #25428c;
}
	.color-blue:hover {
		color: #25428c !important;
	}

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

/*Common separator*/
.separator {
	height: 2px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100px;
}
	.separator:first-child {
		margin-top: 30px;
	}
	.separator:last-child {
		margin-bottom: 30px;
	}
	.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: var(--green);
	color: var(--white);
	display: none;
	flex-flow: row wrap;
	justify-content: flex-end;
	padding: 0px 2.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: 40px;
		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(--white);
			color: var(--green);
		}

		.top-bar .item a span {
		    display: inline-block;
		    vertical-align: middle;
		    margin-top: -3px;
		    margin-right: 3px;
		}

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

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

.top-bar li.paute-aqui > a {
	background-color: var(--red);
}

.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;
	background-color: var(--white);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1000000;
}
	.header .logo {
		padding: 10px 0px;
	}
		.header .logo img {
			height: 150px;
			-webkit-transition: var(--normal-transition);
			-o-transition: var(--normal-transition);
			transition: var(--normal-transition);
		}

.top-header {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px 4%;
    width: 100%;
    background-color: #f9f9f9;
}

.information {
align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: 10pt;
    font-weight: 400;
    justify-content: flex-end;
    text-align: revert;
}
	.information p {
    color: #4a4a4a;
    margin: 0px auto;
}
	.information a {
		color: #ffffff;
	}

	.information .item {
		padding: 0px 20px;
	}
		.information .item.slogan {
			font-family: var(--titles-font);
		}
			.information .item.slogan .title {
				font-size: 11pt;
				font-weight: 800;
			}
			.information .item.slogan p {
				font-size: 15px;
				font-weight: 800;
				line-height: normal;
				margin: 0px;
			}

	.information .title {
color: #25428c;
    font-size: 17px;
    font-weight: 600;
}

.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: #1556A2;
		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;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    background-color: #f9f9f9;
    display: flex;
    flex-flow: row wrap;
    justify-content: right;
    padding: 8px 4%;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
	.nav.sticky {
		position: fixed;
	}
	.nav:before,
	.nav:after {
		display: none;
	}
	.nav ul.hmenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 4px 140px 4px 0px;
}
		.nav ul.hmenu li {
			position: relative;
		}
			.nav ul.hmenu li a {
    background-color: #22753500;
    color: #0070ff;
    display: flex;
    flex-flow: column wrap;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    height: 50px;
    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: #00ccff;
				}
				.nav > ul.hmenu > li > a:before {
					background-color: #ffffff;
					bottom: 0;
				    content: "";
				    height: 0%;
				    left: 0%;
				    position: absolute;
				    -webkit-transition: var(--normal-transition);
				    -o-transition: var(--normal-transition);
				    transition: var(--normal-transition);
				    width: 100%;
					z-index: -1;
				}
					.nav > ul.hmenu > li.current-menu-item > a:before,
					.nav > ul.hmenu > li.current-menu-ancestor > a:before,
					.nav > ul.hmenu > li > a:hover:before,
					.nav > ul.hmenu > li:hover > a:before {
						height: 100%;
					}

					.nav ul.hmenu li a span {
    background-color: #25428c;
    border-radius: 50%;
    color: #fff !important;
    display: block;
    font-size: 14px;
    height: 30px;
    border-bottom: 1px solid #f3f3f3 !important;
    line-height: 29px;
    margin: 0px auto 5px;
    text-align: center;
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
    width: 30px;
}
						.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: #93b3f1;
    color: #f9f9f9 !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: 10px 20px;
					text-transform: none;
					width: 100%;
				}

		.nav > ul.hmenu > li > ul {
		    background-color: var(--red);
		    position: absolute;
		    flex-flow: column wrap;
		    margin-top: 10px;
		    min-width: 360px;
		    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 {
				background-color: var(--green);
			}

			.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(--blue);
				}
				.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*/
		li#menu-item-30 ul.sub-menu {
		    min-width: 150px;
		}

.gtranslate-widget {
    margin-top: -3px;
}
	.gtranslate-widget a {
		display: inline-block;
		margin: 0px 3px;
	}

/*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%;
}

	.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%;
}



.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);
			}

/*seo-footer*/
#seo {
	background-color: #25428c;
	color: var(--white);
	padding: 15px 2.5%;
	text-align: center;
}
	#seo * {
		font-size: 10pt;
		margin: 0px;
	}

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

	.top-footer .row.bottom {
		background-color: #f9f9f9;
		color: var(--dark);
		padding: 50px 5%;
	}
	
		.top-footer .row.bottom .title {
    border-bottom: 1px solid #8098c917;
    color: #000;
    font-size: 15pt;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 0px;
    padding-bottom: 15px;
}

		.top-footer .row.bottom .subtitle {
			color: var(--green);
			font-size: var(--sm-text);
			font-weight: var(--text-bolder);
			letter-spacing: 1px;
			padding-top: 10px;
		}

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

		.top-footer .row.bottom .about {
    color: #6A6A6A;
    font-size: 12pt;
    margin: 5px 0px;
}

		.top-footer .row.bottom a {
    color: #6a6a6a;
    font-size: 12pt;
}

		.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: #93b3f1;
				    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: #6a6a6a;
                        text-decoration: underline;
}

.footer {
    background-color: #ffffff;
    align-items: center;
    color: #6A6A6A !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 20px 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: #25428c;
			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;
		}



.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: #3d4ab11a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #3d4ab1;
    padding: 50px 5%;
    text-align: center;
    width: 100%;
}
		.custom-header.blue-header {
		/*background-image: url('img/header-bg/blue.jpg');*/
	}
	.custom-header.green-header {
    /* background-image: url(img/header-bg/green.jpg); */
}
	.custom-header .title {
		font-family: var(--titles-font);
		font-size: 70px;
		font-weight: var( --text-bolder);
		line-height: 100%;
	}

	.custom-header .site-title {
		font-size: var(--md-text);
		font-weight: 500;
		letter-spacing: 3px;
		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;
	}

.wpp-button {
	bottom: 20px;
	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 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;
    font-size: 10pt;
}
		.wpp-button .target:before {
			content: '';
			border-left: 10px solid #43c358;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
			height: 0;
			position: absolute;
			left: 100%;
			top: -webkit-calc(50% - 8px);
			top: -moz-calc(50% - 8px);
			top: calc(50% - 8px);
			width: 0;
		}
	.wpp-button .icono {
		background-color: #43c358;
		border-radius: 50%;
		display: inline-block;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
		text-align: center;
		margin-top: -3px;
		vertical-align: middle;
		width: 40px;
	}


.wpp-button2 {
	bottom: 70px;
	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-button2 a {
		color: #FFF;
		text-decoration: none;
	}
	.wpp-button2 .target {
    background-color: #43c358;
    border-radius: 5px;
    display: inline-block;
    line-height: 100%;
    padding: 10px 15px;
    position: relative;
    font-size: 10pt;
}
		.wpp-button2 .target:before {
			content: '';
			border-left: 10px solid #43c358;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
			height: 0;
			position: absolute;
			left: 100%;
			top: -webkit-calc(50% - 8px);
			top: -moz-calc(50% - 8px);
			top: calc(50% - 8px);
			width: 0;
		}
	.wpp-button2 .icono {
		background-color: #43c358;
		border-radius: 50%;
		display: inline-block;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
		text-align: center;
		margin-top: -3px;
		vertical-align: middle;
		width: 40px;
	}



.contact-form {
	padding: 70px 15%;
	text-align: center;
}
	.contact-form input,
	.contact-form textarea {
		text-align: center;
	}


/*Home contact form*/
.contact-form-home .row {
    width: 60%;
    margin: auto;
    text-align: center;
}
    .contact-form-home input,
    .contact-form-home textarea {
        text-align: center;
    }

.espacio1 {
    margin: 3% 0;
}


span.icon-phone {
    color: #93b3f1;
    border: 1px solid;
    border-radius: 10px;
    padding: 3px;
}

span.icon-envelope {
    color: #93b3f1;
    border: 1px solid;
    border-radius: 10px;
    padding: 3px;
}


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: #048922;
    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 {
    list-style: none;
}

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

input.wpcf7-form-control.wpcf7-text.form-control {
    font-size: 8pt;
    font-family: Roboto;
}

span.icon-mobile {
    color: #75b425;
}

span.icon-map-marker {
    color: #75b425;
}


.about-banner.vc_row {
    background-image: url(https://www.edgarpulido.com/wp-content/uploads/2021/02/Edgar-Pulido-1.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: 100% 60%;
    padding: 80px 5%;
    position: relative;
}
	.about-banner.vc_row:before {
		background-color: rgb(37 66 140 / 59%);
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

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


span.icon-check {
    color: #93b3f1;
    border: 1px solid;
    border-radius: 10px;
    padding: 3px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 500;
    font-size: 10pt;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    color: #151515;
}

button#wpforms-submit-1061 {
    font-size: 10pt;
}

.seo-block-home {
	background-image: url('https://www.comercialweb.com.co/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%;
}


.zoom{
        /* Aumentamos la anchura y altura durante 2 segundos */
        transition: width 0.2s, height 0.2s, transform 0.2s;
        -moz-transition: width 0.2s, height 0.2s, -moz-transform 0.2s;
        -webkit-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s;
        -o-transition: width 0.2s, height 0.2s,-o-transform 0.2s;       
    }
    .zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
           su tama?o con scale(2). */
        transform : scale(1.1);
        -moz-transform : scale(1.1);      /* Firefox */
        -webkit-transform : scale(1.1);   /* Chrome - Safari */
        -o-transform : scale(1.1);        /* Opera */
    opacity: 0.8;
    }


label {
    display: inline-block;
    margin-bottom: 0 !important;
}