/* CSS Document */
body {
	font-family: "Lato", sans-serif !important;
}
.vlt-header--dark .vlt-navbar {
	background-color: transparent;
}
.vlt-section-title--style-1 .vlt-section-title__subtitle,
.has-primary-color {
	color: #FE533E;
}
.vlt-btn--secondary span,
.vlt-btn--primary {
	background: #FE533E;
}
.pre-footer,
::-webkit-scrollbar-thumb{
	background: #FE533E;
}
.vlt-footer--style-1 {
	background-image: none;
	padding: 75px;
}
footer .social {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	column-gap: 10px;
	margin-top: 28px;
}
.vlt-types-list .vlt-types-list__item {
	position: relative;
}
.vlt-types-list .vlt-types-list__item .vlt-types-list__background {
	width: 100%;
	left: 0 !important;
}
.vlt-types-list .vlt-types-list__item .vlt-types-list__background img {
	transition: .5s;
}
.vlt-types-list.is-active .vlt-types-list__item .vlt-types-list__background img {
	opacity: .8;
}
.vlt-types-list.is-active .vlt-types-list__item.is-opacity .vlt-types-list__background img {
	opacity: .4;
}
.vlt-types-list .vlt-types-list__item.is-opacity .vlt-types-list__background {
	opacity: 1;
}
.vlt-types-list .vlt-types-list__item.is-opacity .vlt-types-list__content {
	opacity: 1;
}
.vlt-slider-controls {
	column-gap: 20px;
}
.has-beige-color {
	background: #AC987C;
	color: #FFF;
}
.vlt-service--style-5 {
	flex-direction: column;
}
.vlt-service--style-5 .vlt-service__media {
	margin-bottom: 25px;
}
.vlt-simple-link:hover,
.vlt-service--style-5 .vlt-service__title span,
.vlt-service--style-5 p em{
	color: #FE533E;
}
.height-full .col-lg-4 .vlt-animated-block,
.height-full .col-lg-4 .vlt-animated-block .vlt-service {
	height: 100%;
}
.vlt-custom--1519 {
	background-color: #101628;
	background-image: none;
}
span.epigrafe {
	color: #FE533E;
	font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/*menu*/
.vlt-nav--default .sf-menu>li>a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}
.vlt-nav--default .sf-menu>li:last-child {
	padding-right: 0;
}
.subtitle h2 {
	font-size: 60px;
	font-weight: bold;
	line-height: 72px;
}
.vlt-styled-list--style-3 li {
	text-transform: none;
	font-size: 18px;
	font-weight: 500;
	color: #525252;
	line-height: 28px;
	margin-top: 0 !important;
}
.vlt-styled-list--style-3 li::before {
	margin-top: 13px;
	background: #FE533E;
}
.page-template-page-servicios-detalle .vlt-styled-list--style-3 li {
	font-size: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	padding-left: 30px;
}
.page-template-page-servicios-detalle .vlt-styled-list--style-3 li strong {
	font-size: 18px;
	display: block;
}
.page-template-page-servicios-detalle .vlt-styled-list--style-3 li::before {
	position: absolute;
	left: 0px;
}
.vlt-servicios .row {
	justify-content: space-between;
}
.vlt-stroke-text--sm {
	font-size: 56px;
}
.vlt-page-title--style-2b {
	padding-top: 500px;
}
.vlt-site-preloader svg {
	width: 400px;
	height: 100px;
	max-width: 60%;
}
.vlt-site-preloader svg #rectangulo_1,
.vlt-site-preloader svg #rectangulo_2,
.vlt-site-preloader svg #rectangulo_3 {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jarallax p {
	font-size: 20px;
}
.home .vlt-service__content p {
	margin-top: 20px;
	font-size: 20px;
}
.page-template-page-servicios-detalle .vlt-animated-block p {
	font-size: 20px;
}
.wpcf7-form .vlt-form-control:placeholder-shown + .vlt-form-label {
	top: 10px !important;
}
.wpcf7-form .vlt-form-control:focus + .vlt-form-label {
	top: -20px !important;
}
.vlt-nav--default .sf-menu > li.current-menu-item > a span::after {
	width: 0;
	left: 50%;
}
.vlt-nav--default .sf-menu > li.current-menu-item > a:hover span::after {
	width: 100%;
	left: 0;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__info {
	top: 13px;
}
@media (max-width:768px) {
	.hidden-mobile {
		display: none;
	}
}
.txt-white p {
	color: #AAA;
}