@charset "UTF-8";
.home-section,
.services-wrapper,
.portfolio-wrapper,
.newsletter-wrapper {
	background: revert;
}
.navbar-fixed-top.opaque {
	top: 0;
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6,
#home .h1, #home .h2, #home .h3, #home .h4, #home .h5, #home .h6,
#home p, #top a, #top i, #top span, #top p, .section-green-cta p,
.btn-green, .dropcaps_left, .dropcaps_right, .btn-white, .btn-white-border,
.features_item:hover .dropcaps_left, .features_item:hover .dropcaps_right,
input.contact-submit, input.contact-submit:hover {
	color: #005076;
}
.btn-green:not(.bgcolor-whatsapp):hover,
p[class*="boton--ver-"] a,
.btn-white:hover, .btn-white-border:hover {
	color: #005076 !important;
}
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6, #home .h1, #home .h2, #home .h3, #home .h4, #home .h5, #home .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
.portfolio-box h3,
.portfolio-box .h3 {
	color: #454545;
	font-size: 18px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#cta_phone input[name="phone"] {
	width: 100%;
	max-width: 450px;
	height: 65px;
	padding: 0 20px;
	border: 2px solid #fff;
	background-color: transparent;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 16px;
	margin: 0;
}
#cta_phone input[name="phone"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}
#cta_phone input[name="phone"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}
#cta_phone input[name="phone"]::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}
#cta_phone input.submit {
	width: 165px;
	height: 65px;
	background: #fff;
	border: none;
	color: #7566e3;
	display: inline;
	margin: 0 0 0 -5px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	cursor: pointer;
}
.image-green-overlay {
	opacity: 1;
}
.bgImage ~ .image-green-overlay {
	opacity: 0.95;
}
select.contact-input {
	width: 96%;
	height: 50px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 12px;
	color: #727272;
	background-color: #f6f7f8;
	border: 1px solid #ececec!important;
	font-size: 14px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#ctaSidebarScroll {
	left: 0;
	max-width: 360px;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	z-index: 999990;
	border: 1px solid #aaa;
	border-radius: 0 15px 15px 0;
	-o-border-radius: 0 15px 15px 0;
	-ms-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-o-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-ms-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-moz-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-webkit-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	top: 50% !important;
	transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}

.footer p i {
	font-size: 17px;
}

/* Inicio - Boton de llamadas */
.llamada-moviles {
	position: fixed;
	z-index: 999!important;
	display: none;
	transition: all ease-in-out .6s;
	left: 50%;
	bottom: 0px;
	width: auto;
	transform: translateX(-50%);
}
.llamada-moviles a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	display: inline-block;
	background: #2184d3 !important;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	border: none;
	box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
	margin: auto 5px;
	color: #fff;
}
.whatsapp-moviles {
	position: fixed;
	bottom: 125px;
	right: 25px;
	z-index: 9999!important;
	transition: all ease-in-out .6s;
	margin-bottom: 0;
}
.whatsapp-moviles a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background: #25d366;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 100%;
}
.llamada-moviles a i, .whatsapp-moviles a i {
	color: #fff;
}
.llamada-moviles .bgcolor-whatsapp, .bgcolor-whatsapp {
	background: #25d366 !important;
}
.llamada-moviles .bordercolor-whatsapp, .bordercolor-whatsapp {
	border-color: #25d366 !important;
}
.button-pulse {
	box-shadow: 0 0 0 0 rgba(33, 132, 211, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.button-pulse.bgcolor-whatsapp {
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
	transform: scale(1);
	animation: pulseWhatsapp 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(33, 132, 211, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes pulseWhatsapp {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
/* Fin - Botón de llamadas */

/* Inicio - efecto en botón */
.shake {
	animation: shake-animation 4s ease infinite;
	transform-origin: 50% 50%;
}
@keyframes shake-animation {
	0% { transform:translate(0,0) }
	/*1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(-5px,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(-5px,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(-5px,0) }/**/
	2% { transform:translate(5px,0) }
	4% { transform:translate(-5px,0) }
	6% { transform:translate(5px,0) }
	8% { transform:translate(-5px,0) }
	10% { transform:translate(5px,0) }
	12% { transform:translate(-5px,0) }
	14% { transform:translate(5px,0) }
	16% { transform:translate(-5px,0) }
	18% { transform:translate(5px,0) }
	20% { transform:translate(-5px,0) }
	22% { transform:translate(5px,0) }
	24% { transform:translate(-5px,0) }
	26% { transform:translate(5px,0) }
	28% { transform:translate(-5px,0) }
	30% { transform:translate(5px,0) }
	32% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
}
/* Fin - efecto en botón */

.dropcaps_left, .dropcaps_right {
	margin-bottom: 10px;
	min-width: 79px;
}

.hidden {
	display: none !important;
}
.show {
	display: inline-block !important;
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
	.show-xs {
		display: inline-block !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
	.show-sm {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
	.show-md {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
	.show-lg {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
	.show-xl {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.small-col-inside {
		max-width: 100%;
		padding-right: 25px;
		padding-left: 25px;
	}
	.llamada-moviles {
		display: block;
	}
	.whatsapp-moviles {
		bottom: 0;
		display: none;
	}
	.footer {
		padding-bottom: 80px;
	}
}

@media (max-width: 1199px) {
	#ctaSidebarScroll {
		display: none !important;
	}
}

.animacion-color-gris-oscuro {
	color: #333;
	background: transparent;
	animation: transicionDeColor 5s infinite;
}

@keyframes transicionDeColor {
	0% {
		color: #333;
		background: transparent;
	}

	50% {
		color: #000;
		background: #03F81522;
	}

	100% {
		color: #333;
		background: transparent;
	}
}