header.header div.logo img {
	padding-top: 14px;
}

.main-nav ul>li a {
	padding: 0 14px;
}

#lista-servicios {
	max-width: 840px;
	margin: auto;
}

#lista-servicios li {
	font-size: 18px;
}

#home-revolution {
	margin-top: -64px;
}

.lista-servicios {
	max-width: 840px;
	margin: auto;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.titulo-tabla h3 {
	color: black !important;
}

.caja-tabla td {
	background: #c7c7c7 !important;
}

.txt-flotatitulo {
	font-size: 30px;
	font-weight: 500;
}

.txt-marginbo {
	font-size: 24px;
	font-weight: 500;
}

.section>.inner {
	padding-top: 40px !important;
}

.section.no-padding-bottom>.inner {
	padding-bottom: 20px !important;
}

.smile_icon_list.top li .icon_list_icon {
	height: 2em;
}

.texto-llamadohome {
	color: #fff;
	line-height: 30px;
	font-size: 21px;
	font-family: sans-serif;
	font-weight: 300;
}

.txt-texto12 {
	font-size: 18px;
}

.icon_list_connector {
	display: none;
}

.uavc-list-icon {
	margin-top: 5px;
}

.uavc-list-content {
	margin-bottom: 16px;
}

.text-titulo {
	font-size: 30px;
}

.subtitulo-bell407 {
	color: white;
	background: #21282E !important;
	padding: 7px;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
}

.wpb_text_column.wpb_content_element {
	margin-bottom: 10px;
}

.titulo-bell407 {
	color: #E50017;
	font-size: 30px;
}

.iconos-margen li.icon_list_item div.icon_list_icon {
	height: 2em;
	color: #fff;
	font-size: 22px;
}

.text-llamado h5 {
	color: #fff;
	line-height: 30px;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 300;
}

.smile_icon_list_wrap, .wpb_row .wpb_column .wpb_wrapper .smile_icon_list_wrap {
	margin-bottom: 0 !important;
	margin: -1px;
}

.gform_wrapper form {
	padding: 24px;
	background: #2f4472;
	color: white;
	box-shadow: -1px 0 17px 0 rgba(0,0,0,0.92);
}

.gfield_label {
	font-weight: 100;
	font-size: 20px;
	margin-bottom: 8px;
}

.tblock.bordered-bottom {
	font-size: 30px;
}

#gform_submit_button_1 {
	background: #C10016;
	font-weight: 400;
	margin-left: 180px;
}

#input_1_4_6_label {
	display: none;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea, .gform_wrapper select, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	width: 100% !important;
}

.gform_wrapper {
	margin: 0;
}

.img-galery1 {
	content: "";
	overflow: hidden;
	max-width: 100%;
}

.img-galery {
	content: "";
	overflow: hidden;
	max-width: 100%;
	height: 200px;
}

.colortext img {
	content: "";
	transition: .4s;
}

.colortext img:hover {
	transform: scale(1.4);
	transition: .4s;
}

.titulo {
	margin-top: 50px;
	font-size: 50px;
	line-height: 30px;
}

.texto-centrado {
	content: "";
	background: #2f4474;
	font-size: 20px;
	padding: 7px;
	font-weight: 400;
	margin-bottom: 40px !important;
}

.texto-centrado :hover {
	color: #ffffff;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	div.page-title .title {
		font-size: 20px;
		line-height: 30px;
		padding: 0 5px;
		font-weight: 500;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		padding: 0 11px;
		font-size: 11px;
		line-height: 20px;
	}
}

@media screen and (max-width: 768px) {
	div.img-galery {
		border: none;
		overflow: hidden;
		max-width: 100%;
		margin-top: 50px;
	}
}

@media screen and (max-width: 1199px) {
	div.img-galery {
		height: auto;
	}
}

@media screen and (min-width: 992px) {
	div.img-galery {
		height: 164px;
	}
}

@media screen and (min-width: 1199px) {
	div.img-galery {
		height: 200px;
	}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
	div.icon_description_text {
		font-size: 16px !important;
		line-height: 20px;
	}
}

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 15px;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform .35s;
	transition: opacity 0.35s, transform .35s;
}

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

.grid {
	position: relative;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}	
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 320px;
	max-height: 360px;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

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

.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: -.15em;
	font-weight: 300;
	color: white;
}

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

.grid figure h2,
.grid figure p {
	margin: 0;
	font-size: 29px;
	text-shadow: 2px 2px 2px black;
	font-weight: 400;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-size: 20px;
	text-shadow: 2px 2px 8px black;
}

.call-servicios {
	margin-top: 40px;
	font-size: 30px;
}

.col-md-6.imagenme {
	display: table;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.col-md-6.imagenme1 {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%);
	background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: .9;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color .35s;
	transition: background-color .35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform .35s;
	transition: opacity 0.35s, transform .35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

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

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: .4;
}

.home-titulo {
	font-size: 40px;
	margin-top: 20px;
}

.text-hoparrafo {
	font-size: 22px;
	margin-bottom: 15px;
}

.text-separrafo {
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
	line-height: 36px;
}

.call-boton {
	border-color: #2f4472;
	background-color: #2f4472;
	border: 2px solid white;
	font-size: 22px;
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
	div.vc_btn3-container.vc_btn3-right {
		margin-top: 10px;
	}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
	div.vc_btn3-container.vc_btn3-right {
		margin-top: 28px;
	}
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
	color: white;
	border-color: #2F4472;
	background-color: #2F4472;
	border: 2px solid;
	border-radius: 0;
}

.vc_btn3.vc_btn3-size-md {
	font-size: 22px;
	padding: 14px 20px;
}

.vc_btn3.vc_btn3-style-modern {
	background-image: none;
}

.vc_btn3.vc_btn3-shape-rounded {
	border-radius: none !important;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
	opacity: 1;
}

h1.colortext2 {
	margin-bottom: 5px;
	line-height: 34px;
}

@media screen and (max-width: 768px) {
	.vc_btn3-container.vc_btn3-right {
		text-align: center;
	}
}

.text-footer {
	text-align: center;
	font-size: 14px;
	margin-bottom: -18px;
}

.texto-footer {
	text-align: center;
	font-size: 14px;
	color: #D87800;
	font-weight: 600;
	margin-bottom: -20px;
}

.texto-footer:hover {
	color: #F7C600;
}

.wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 1039px) {
	div.texto-banner {
		text-align: center;
	}
}

@media only screen and (min-width: 1039px) {
	div.texto-banner {
		text-align: left;
	}
}