/* GENERAL */
body, p {
	font-family: 'Poppins', sans-serif;
	color: #3C4346;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.34px;
}

h1 {
	font-size: 65px;
	color: #3C4346;
	line-height: 78px;
	letter-spacing: 1.71px;
	font-weight: 600;
	margin-bottom: 0;
}

h2 {
	font-size: 40px;
	line-height: 60px;
	color: #3C4346;
	letter-spacing: 1.05px;
	font-weight: 600;
}

h3 {
	font-size: 30px;
	line-height: 41px;
	color: #3C4346;
	letter-spacing: 0.79px;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	line-height: 25px;
	color: #363839;
	letter-spacing: 0.58px;
	font-weight: 600;
}

a:hover, a:focus, button:hover, button:focus, input:focus {
	outline: none !important;
	box-shadow: none !important;
}

input:focus, input:hover {
	border: none !important;
}

a, button {
	cursor: pointer;
}


@media (max-width: 1029px) {
	h1 {
		font-size: 48px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	body, p {
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
		line-height: 43px;
		letter-spacing: 0.45px;
	}
	h3 {
		font-size: 28px;
		line-height: 42px;
		letter-spacing: 0.74px;
	}
}


/* PARA TODAS LAS PÁGINAS */

.fixed-top {
	height: 94px;
	padding: 0;
	transition: background-color 200ms linear;
}

.fixed-top.scrolled {
	background-color: #fff;
	transition: background-color 200ms linear;
}

.fixed-top .row {
	margin: 0;
}

.fixed-top .row > div {
	padding: 0;
}

.fixed-top .logo img {
	margin-left: 50px;
	height: 42px;
	width: auto;
}

.fixed-top .hamburger-navbar {
	height: 94px;
	width: 94px;
	background-color: #FF314A;
	float: right;
	cursor: pointer;
}

.fixed-top .hamburger-navbar img {
	height: 20px;
	width: auto;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	left: 100%;
	top: 0;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.7);
	overflow-x: hidden;
	transition: 0.5s;
}

#myNav {
	width: 100%;
	left: 0px;
	margin-left: 100%;
}

#myNav .menu-content {
	float: right;
	width: 100%;
	height: 100vh;
	max-width: 564px;
	background-color: #fff;
}

#myNav .menu-content .row {
	margin: 0;
}

#myNav .menu-content .align-self-start {
	font-size: 30px;
	font-weight: 300;
	padding-top: 50px;
	padding-left: 50px;
}

#myNav .menu-content .align-self-start a {
	color: #000;
}

#myNav .menu-content .align-self-end {
	height: 94px;
	line-height: 94px;
	padding: 0;
}

#myNav .menu-content .align-self-end .contact-btn {
	float: right;
	width: 342px;
	height: 94px;
	background-color: #FF314A;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.77px;
	font-weight: 600;
}

#myNav .menu-content .align-self-end .contact-btn:hover {
	background-color: #E22A41;
	text-decoration: none;
}

#myNav .menu-content .align-self-end a i {
	font-size: 17px;
	color: #000;
	margin-left: 40px;
}

#myNav .menu-content .align-self-start a:hover, #myNav .menu-content .align-self-end a:hover i {
	text-decoration: none;
	color: #FF314A;
}

#myNav .menu-content .align-self-md-center {
	padding: 0 50px 50px 50px;
}

#myNav .menu-content .align-self-md-center h6 {
	font-size: 11px;
	letter-spacing: 1.31px;
	color: #CECECE;
}

#myNav .menu-content .align-self-md-center .navbar {
	padding: 0;
	box-shadow: none;
}

#myNav .menu-content .align-self-md-center .navbar .navbar-nav > li {
	height: 50px;
	margin-bottom: 10px;
}

#myNav .menu-content .align-self-md-center .active-line {
	height:1px;
	width: 66px;
	background-color: transparent;
	display: inline-block;
	margin-right: 34px;
	margin-bottom: 5px;
}

#myNav .menu-content .align-self-md-center li.active .active-line, #myNav .menu-content .align-self-md-center li:hover .active-line {
	background-color: #212121;
}

#myNav .menu-content .align-self-md-center .nav-link {
	display: inline-block;
	color: #ABABAB;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.29px;
}

#myNav .menu-content .align-self-md-center .dropdown-toggle::after {
	display: none;
}

#myNav .menu-content .align-self-md-center .dropdown:hover>.dropdown-menu {
	display: inline-block;
}

#myNav .menu-content .align-self-md-center .dropdown-menu {
	background: transparent;
	border: none;
	padding: 0;
	margin-left: 60px;
	margin-top: 0;
}

#myNav .menu-content .align-self-md-center .dropdown-menu .navbar-nav > li {
	margin-bottom: 0;
	display: inline-flex
}

#myNav .menu-content .align-self-md-center .dropdown-menu .active-square {
	height: 6px;
	width: 6px;
	background-color: transparent;
	margin-right: 13px;
	display: inline-block;
	margin-top: 8px;
}

#myNav .menu-content .align-self-md-center .dropdown-menu li.active .active-square, #myNav .menu-content .align-self-md-center .dropdown-menu li:hover .active-square {
	background-color: #FF314A;
}

#myNav .menu-content .align-self-md-center .dropdown-menu a {
	font-size: 12px;
	color: #A3A3A3;
	letter-spacing: 0.43px;
	padding: 0;
	display: inline-block;
}

#myNav .menu-content .align-self-md-center li.active .nav-link, #myNav .menu-content .align-self-md-center li:hover .nav-link, #myNav .menu-content .align-self-md-center .dropdown-menu li.active a, #myNav .menu-content .align-self-md-center .dropdown-menu li:hover a {
	color: #212121;
	background-color: transparent;
}

footer {
	background-color: #2F2F2F;
	padding-top: 78px;
	padding-bottom: 25px;
	color: #919191;
}

footer p {
	color: #919191;
	font-size:12px;
	line-height: 18px;
	letter-spacing: 0.32px;
	margin-bottom: 0;
}

footer a {
	color: #919191;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}

footer h6 {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 21px;
}

footer .foot-1 .line {
	height: 1px;
	width: 40px;
	background-color: rgba(255,255,255, 0.5);
	margin-bottom: 3px;
	margin-right: 13px;
	display: inline-block;
}

footer .foot-1 a, footer .foot-3 p {
	color: #fff;
}

footer .foot-3 .sib-form {
	padding: 18px 0 0;
	border-bottom: 1px solid #979797;
}

footer .foot-3 .sib-form #sib-container {
	padding: 0;
}

footer .foot-3 .sib-form #sib-container input::placeholder {
	color: #7C7C7C;
}

footer .foot-3 .sib-form #sib-container input:-ms-input-placeholder {
	color: #7C7C7C;
}

footer .foot-3 .sib-form #sib-container input::-ms-input-placeholder {
	color: #7C7C7C;
}

footer .foot-3 .sib-form #sib-container .entry__field:focus-within {
	box-shadow: none;
}

footer .entry_errored:before {
	width: 0;
}

footer .sib-form-block {
	padding: 0;
}

footer i.fa{
	margin-left: 20px;
	font-size: 16px;
}

footer .copyright {
	padding-top: 130px;
}

footer .copyright img {
	height: 17px;
	width: auto;
	margin-right: 11px;
}


@media (max-width: 991px) {
	footer {
		padding-top: 42px;
	}
	footer .foot-1 {
		margin-bottom: 15px;
	}
	footer .foot-2, footer .foot-3 {
		margin-bottom: 45px;
	}
	footer i.fa {
		font-size: 28px;
		margin-left: 0px;
		margin-right: 40px;
	}
	footer .copyright {
		padding-top: 45px;
	}
	footer .copyright > div:first-child {
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.fixed-top {
		height: 82px;
		background-color: #fff;
	}
	.fixed-top .hamburger-navbar span {
		line-height: 33px;
	}
	.fixed-top .hamburger-navbar {
		height: 82px;
		width: 82px;
	}
	.fixed-top .hamburger-navbar img {
		height: 33px;
	}
}

@media (max-width: 575px) {
	footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* HOME */ 

#home-hero {
	padding-right: 0;
	position: relative;
}

#home-hero .carousel-item {
	padding-right: 94px;
	margin-bottom: 70px;
}

#home-hero .carousel-item img {
	height: auto;
	width: 50%;
}

#home-hero .carousel-item a {
	position: absolute;
	bottom: 0;
	right: 94px;
}

#home-hero .carousel-item a button.conoce {
	background-color: #fff;
	text-align: center;
	color: #212121;
	height: 94px;
	line-height: 94px;
	width: 329px;
	font-size: 13px;
	letter-spacing: 0.34px;
	font-weight: 600;
	box-shadow: 20px 20px 40px rgba(0,0,0, 0.1);
	border-radius: 0;
	border: none;
	padding: 0;
}

#home-hero .carousel-item a:hover button.conoce {
	background-color: #FF314A;
	color: #fff;
	text-decoration: none;
}

#home-hero .carousel-item .carousel-caption {
	top: 50%;
	left: 10%;
	bottom: auto;
	right: auto;
	transform: translateY(-50%);
}

#home-hero .carousel-indicators {
	bottom: 100px;
	left: 30%;
	right: auto;
	margin: 0;
}

#home-hero .carousel-indicators li {
	text-indent: 0;
	font-size: 12px;
	letter-spacing: 0.32px;
	width: 24px;
	height: 12px;
	line-height: 12px;
	background-color: transparent;
}

#home-hero .carousel-indicators li.active {
	font-weight: 700;
}

#home-hero .ind-line {
	position: absolute;
	bottom: 106px;
	left: 30%;
	right: auto;
	transform: translateX(-60px);
	margin: 0;
	height: 1px;
	width: 39px;
	background-color: rgba(0,0,0, 0.5);
}

#home-hero .line {
	position: absolute;
	bottom: 250px;
	left: 50px;
	height: 172px;
	width: 1px;
	background-color: rgba(0,0,0, 0.5);
}

#home-hero .ver-mas {
	position: absolute;
	bottom: 175px;
	left: 24px;
	transform: rotate(-90deg);
	font-size: 12px;
}

#home-hero .scroll {
	position: absolute;
	bottom: 95px;
	left: 40px;
	width: 21px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 5px;
}

#home-hero .scroll .scroll-mov {
	height: 5px;
	width: 1px;
	border-radius: 1px;
	background-color: #000;
	animation: scroll 4s ease-in-out infinite;
}

@keyframes scroll {
	0% {transform:translateY(0)}
	50% {transform: translateY(12px)}
	100% { transform: translateY(0)}
}

#home-hero .redes {
	position: absolute;
	bottom: 245px;
	right: 38px;
	font-size: 18px;
}

#home-hero .redes a i {
	display: block;
	color: #000;
}

#home-hero .redes a:hover i {
	color: #FF314A;
	text-decoration: none;
}

#home-hero .redes a i:first-child {
	margin-bottom: 35px;
}

#home-nosotros {
	margin-top: 70px;
}

#home-nosotros > .row > div {
	padding: 0;
}

#home-nosotros > .row > .col-img {
	width: 37.5%;
}

#home-nosotros > .row > .col-img table {
	width: 100%;
	margin-top: 56px;
}

#home-nosotros > .row > .col-img table td:first-child {
	width: 33.3%;
}

#home-nosotros > .row > .col-img table img {
	width: 100%;
}

#home-nosotros > .row > .col-img .line {
	height: 83px;
	width: 1px;
	background-color: #000;
	margin-left: 20px;
}

#home-nosotros > .row > .col-text {
	width: 62.5%;
}

#home-nosotros > .row > .col-text img {
	margin-right: 94px;
	height: 66px;
	width: auto;
}

#home-nosotros > .row > .col-text .red-square {
	height: 23px;
	width: 23px;
	background-color: #FF314A;
	margin-top: 14px;
	margin-bottom: 21px;
}

#home-nosotros > .row > .col-text .texto {
	margin-top: 30px;
	padding-left: 20%;
	padding-right: 29%;
	margin-bottom: 50px;
}

#home-nosotros > .row > .col-text .texto h6 {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.47px;
	margin-bottom: 16px;
}

#home-nosotros > .row > .col-text .texto p {
	font-size: 14px;
	line-height: 21px;
	color: #707070;
	letter-spacing: 0.37px;
}

#home-nosotros > .row > .col-text .conoce-mas {
	margin-right: 20%;
}

#home-nosotros > .row > .col-text .conoce-mas td {
	vertical-align: middle;
}

#home-nosotros > .row > .col-text .conoce-mas .black-square {
	height: 7px;
	width: 7px;
	background-color: #090909;
	margin-right: 14px;
}

#home-nosotros > .row > .col-text .conoce-mas .line {
	height: 1px;
	width: 58px;
	background-color: #090909;
	margin-right: 14px;
}

#home-nosotros > .row > .col-text .conoce-mas a {
	color: #090909;
	font-weight: 600;
}

#home-nosotros > .row > .col-text .conoce-mas a:hover {
	color: #090909;
	text-decoration: #FF314A;
}

#home-indice {
	margin-top: 140px;
}

#home-indice > .row {
	padding: 0 12.5%;
}

#home-indice > .row > .col-sm {
	padding: 0;
}

#home-indice .index-title {
	margin-left: -30px;
	font-size: 20px;
	letter-spacing: 0.53px;
	font-weight: 600;
}

#home-indice .index-title .float-left {
	width: 29px;
	color: #E2E2E2;
}

#home-indice .red-square {
	height: 7px;
	width: 7px;
	background-color: #FF314A;
	margin-top: 29px;
	margin-bottom: 27px;
}

#home-indice .boxed-content {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

#home-indice .boxed-content.red-box {
	background-color: #FF314A;
}

#home-indice .boxed-content.gray-box {
	background-color: #F6F6F6;
}

#home-indice .boxed-content.black-box {
	background-color: #464646;
}

#home-indice .boxed-position {
	position: absolute;
	top: 00%;
	left:12.5%;
	bottom: 0;
	right: 12.5%;
	height: 100%;
}

#home-indice .boxed-position img {
	margin-bottom: 15%;
}

#home-indice .boxed-position h4 {
	margin-bottom:5px;
}

#home-indice .boxed-position p {
	margin-bottom:0;
}

#home-indice .boxed-content.red-box h4, #home-indice .boxed-content.red-box p, #home-indice .boxed-content.black-box h4 {
	color: #fff;
}

#home-indice .boxed-content.gray-box h4, #home-indice .boxed-content.gray-box p {
	color: #444444;
}

#home-indice .ver-mas {
	margin-top: 40px;
	margin-bottom: 50px;
}

#home-indice .ver-mas .line {
	height: 1px;
	width: 58px;
	margin-right: 11px;
	background-color: #000;
	display: inline-block;
	margin-bottom: 3px;
}

#home-indice .ver-mas .gray-square {
	height: 7px;
	width: 7px;
	margin-left: 26px;
	background-color: #EDEDED;
	display: inline-block;
}

#home-indice .ver-mas a {
	color: #020202;
}

#home-indice .ver-mas a:hover {
	color: #FF314A;
	text-decoration: none;
}

#home-gestion {
	margin-top: 200px;
}

#home-gestion .row > div {
	padding: 0;
}

#home-gestion img {
	width:100%;
	height: auto;
}

#home-gestion h2 {
	margin-top: 2.5%;
	margin-left: -50px;
	margin-bottom: 53px;
	font-size: 45px;
	letter-spacing: 1.18px;
	font-weight: 600;
	line-height: 68px;
}

#home-gestion .gestion-texto {
	padding: 0 25%;
}

#home-gestion .gestion-texto .black-square {
	height: 6px;
	width: 6px;
	background-color: #090909;
	margin-left: -6px;
	margin-bottom: 10px;
}

#home-gestion .gestion-texto h6 {
	font-size: 15px;
	letter-spacing: 0.97px;
	font-weight: 600;
	color: #FF314A;
	line-height: 23px;
	margin-bottom: 26px;
}

#home-gestion .gestion-texto p {
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 47px;
}

#home-gestion .line {
	height: 1px;
	width: 53px;
	margin-right: 21px;
	margin-bottom: 3px;
	background-color: #000;
	display: inline-block;
}

#home-gestion a {
	color: #020202;
}

#home-gestion a:hover {
	color: #FF314A;
	text-decoration: none;
}

#home-clientes {
	margin-top: 200px;
}

#home-clientes .col {
	padding: 0 12.5%;
}

#home-clientes h3 {
	margin-top: 30px;
	margin-bottom: 0;
}

#home-clientes .line {
	width: 1px;
	height: 57px;
	background-color: #979797;
	position: absolute;
}

#home-clientes .line.line-1 {
	top: 0;
	left: 50%;
}

#home-clientes .line.line-2 {
	top: 223px;
	left: 12.5%;
}

#home-clientes .line.line-3 {
	bottom: 0;
	right: 12.5%;
}

#home-clientes .carrusel-clientes {
	padding-left:16.666%;
	margin-top: 110px;
	margin-bottom: 145px;
}

#home-clientes .carrusel-clientes.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: -150px;
	right: 0;
}

#home-clientes .carrusel-clientes.owl-theme .owl-nav button {
	font-size:10px;
	line-height: 10px;
}

#home-clientes .carrusel-clientes.owl-theme .owl-nav button.owl-prev {
	margin-left: 0;
	margin-right: 35px;
}

#home-clientes .carrusel-clientes.owl-theme .owl-nav button.owl-next {
	margin-left: 0;
	margin-right: 0;
}

#home-clientes .carrusel-clientes.owl-theme .owl-nav button:hover, #home-clientes .carrusel-clientes.owl-theme .owl-nav button:focus {
	color: #FF314A;
	background-color: transparent;
}

#home-clientes .carrusel-clientes .item .d-md-none {
	font-size: 144px;
	line-height: 160px;
	margin-bottom: 0px;
	color: #EEEEEE;
	height: 60px;
}

#home-clientes .carrusel-clientes p.testimonio {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 19px;
	max-width: 324px;
}

#home-clientes .carrusel-clientes p.nombre {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
	color: #FF314A;
}

#home-clientes .carrusel-clientes p.cargo {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	color: #2F2F2F;
}

#home-proyectos {
	margin-top: 75px;
}

#home-proyectos .col {
	padding: 0;
	padding-left: 12.5%;
}

#home-proyectos .col .float-none {
	width: 28.57%;
	padding-right: 100px;
}

#home-proyectos .col .float-none .red-square {
	margin-top: 6px;
	margin-bottom: 27px;
	height: 13px;
	width: 13px;
	background-color: #FF314A;
}

#home-proyectos .col .float-none h4 {
	margin-bottom: 20px;
	line-height: 38px;
	font-size: 25px;
	letter-spacing: 0.79px;
}

#home-proyectos .col .float-none p {
	margin-bottom: 0;
	width: 80%;
}

#home-proyectos .col .carrusel-proyectos .item {
	width: 292px;
	position: relative;
}

#home-proyectos .col .carrusel-proyectos .item img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.25;
	transition: all 500ms ease-in-out;
}

#home-proyectos .col .carrusel-proyectos .item table {
	position: absolute;
	top: 330px;
	left: 24px;
	right: 24px;
	transition: opacity 500ms ease-in-out;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.53px;
	font-weight: 600;
}

#home-proyectos .col .carrusel-proyectos .item table td {
	padding: 0;
	vertical-align: top;
}

#home-proyectos .col .carrusel-proyectos .item table .line {
	height: 1px;
	width: 32px;
	background-color: #000;
	margin: 15px 10px 0 0;
}

#home-proyectos .col .carrusel-proyectos .item:hover img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	transition: all 500ms ease-in-out;
}

#home-proyectos .col .carrusel-proyectos .item:hover table {
	opacity: 0;
}

#home-proyectos .col .carrusel-proyectos.owl-theme .owl-nav {
	text-align: left;
	margin-top: -10px;
}

#home-proyectos .col .carrusel-proyectos.owl-theme .owl-nav button {
	font-size:10px;
	line-height: 10px;
}

#home-proyectos .col .carrusel-proyectos.owl-theme .owl-nav button.owl-prev {
	margin-left: 0;
	margin-right: 35px;
}

#home-proyectos .col .carrusel-proyectos.owl-theme .owl-nav button.owl-next {
	margin-left: 0;
	margin-right: 0;
}

#home-proyectos .col .carrusel-proyectos.owl-theme .owl-nav button:hover, #home-proyectos .col .carrusel-proyectos.owl-theme .owl-nav button:focus {
	color: #FF314A;
	background-color: transparent;
}

#home-logos {
	margin-top: 150px;
	margin-bottom: 100px;
}

#home-logos .col {
	padding: 0 12.5%;
}

#home-logos .carrusel-logos.owl-theme .item {
	display: flex;
	height: 67px;
	text-align: center;
}

#home-logos .carrusel-logos.owl-theme img {
	height: auto;
	width: auto;
	margin: auto;
}


@media (max-width: 1250px) {
	#home-proyectos .col .float-none {
		padding-right: 80px;
	}
}

@media (max-width: 1199px) {
	#home-proyectos .col .float-none {
		padding-right: 14.28%;
		width: 100%;
	}
	#home-proyectos .col .float-none p {
		margin-bottom: 25px;
	}
}

@media (max-width: 1029px) {
	#home-hero .line {
		height: 83px;
	}
	#home-indice .boxed-position h4 {
		font-size: 14px;
		line-height: 18px;
	}
	#home-gestion h2 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 25px;
	}
	#home-gestion .gestion-texto {
		padding-right: 12.5%;
	}
	#home-gestion .gestion-texto h6 {
		margin-bottom: 
	}
}

@media (max-width: 991px) {
	#home-gestion .row > div {
		padding: 0 12.5%;
	}
	#home-gestion {
		margin-top: 30px;
	}
	#home-gestion h2 {
		margin-left: 0;
		margin-bottom: 18px;
	}
	#home-gestion img {
		margin-bottom: 24px;
	}
	#home-gestion .gestion-texto {
		padding: 0;
	}
	#home-gestion h6 {
		font-size: 14px;
		margin-bottom: 22px;
	}
	#home-gestion .gestion-texto p {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	#home-hero {
		padding-left: 0;
		margin-top: 82px;
	}
	#home-hero .carousel-item {
		padding-right: 82px;
	}
	#home-hero .carousel-item img {
		height: auto;
		width: 100%;
		max-width: 500px;
	}
	#home-hero .carousel-item .carousel-caption {
		position: relative;
		transform: none;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding: 80px 0 0 25px;
	}
	#home-hero .carousel-item .carousel-caption h1 {
		font-size: 23px;
	}
	#home-hero .carousel-indicators {
		bottom: 220px;
		left: 85px;
	}
	#home-hero .ind-line {
		bottom: 226px;
		left: 25px;
		transform: none;
	}
	#home-hero .carousel-item a {
		right: 20px;
		bottom: 188px;
	}
	#home-hero .carousel-item a button.conoce {
		height: 45px;
		line-height: 45px;
		width: 150px;
	}
	#home-hero .line {
		bottom: 90px;
		left: auto;
		right: 20px;
	}
	#home-nosotros {
		margin-top: 0;
	}
	#home-nosotros > .row > .col-img table td:first-child {
		width:20%;
	}
	#home-nosotros > .row > .col-img, #home-nosotros > .row > .col-text {
		width: 100%;
	}
	#home-nosotros > .row > .col-text {
		padding: 0 20px;
	}
	#home-nosotros > .row > .col-text .texto {
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#home-nosotros > .row > .col-text .texto h6 {
		font-size: 14px;
		line-height: 21px;
	}
	#home-nosotros > .row > .col-text .conoce-mas {
		margin-right: 0;
	}
	#home-indice {
		margin-top: 77px
	}
	#home-indice > .row {
		padding: 0 20px;
	}
	#home-indice > .row > .col-sm {
		max-width: 410px;
	}
	#home-indice .index-title {
		margin-left: 0;
	}
	#home-indice .red-square {
		margin-top: 3px;
		margin-bottom: 24px;
		margin-left: 30px;
	}
	#home-indice .boxed-position img {
		margin-bottom: 5%;
	}
	#home-indice .ver-mas {
		margin-top: 24px;
	}
	#home-indice .ver-mas .gray-square {
		display: none;
	}
	#home-gestion .row > div {
		padding: 0 20px;
	}
	#home-clientes {
		margin-top: 70px;
	}
	#home-clientes .col {
		padding: 0 20px;
	}
	#home-clientes .carrusel-clientes {
		padding-left: 0;
		margin-top: 50px;
		margin-bottom: 60px;
	}
	#home-clientes .carrusel-clientes p.testimonio {
		max-width: 500px;
		margin-bottom: 70px;
	}
	#home-clientes .carrusel-clientes.owl-theme .owl-nav {
		position: relative;
		text-align: left;
		top: 40px;
	}
	#home-clientes .carrusel-clientes.owl-theme .owl-nav button {
		font-size:15px;
		line-height: 15px;
	}
	#home-clientes .carrusel-clientes.owl-theme .owl-nav button.owl-prev {
		margin-right: 48px;
	}
	#home-proyectos .col {
		padding: 0 0 0 20px;
	}
	#home-proyectos .col .float-none {
		padding-right: 20px;
	}
	#home-proyectos .col .float-none h4 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 21px;
	}
	#home-proyectos .col .carrusel-proyectos .item {
		width: 212px;
	}
	#home-proyectos .col .carrusel-proyectos .item table {
		top: 220px;
		font-size:16px;
	}
	#home-logos {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#home-logos .col {
		padding: 0 20px;
	}
}


/* NOSOTROS */ 

#nosotros-hero .row > .col-lg-6 {
	padding: 0;
}

#nosotros-hero .col-lg-6.align-self-xl-center {
	padding-left: 12.5%;
	padding-right: 20px;
}

#nosotros-hero .col-lg-6.align-self-xl-center h3, #nosotros-hero .col-lg-6.align-self-xl-center p {
	max-width: 357px;
}

#nosotros-hero h6 {
	margin-left: -6px;
	font-size: 11px;
	color: #CECECE;
	line-height: 17px;
	letter-spacing: 1.31px;
	margin-bottom: 55px;
}

#nosotros-hero h6 .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 1px;
}

#nosotros-hero h3 {
	margin-bottom: 27px;
}

#nosotros-hero p {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.68px;
	color: #6C6C6C;
	margin-bottom: 0;
}

#nosotros-hero .spacer {
	position: relative;
	height: 162px;
	margin-bottom: 40px;
	margin-top: -20px;
}

#nosotros-hero .spacer .spacer-line {
	height: 162px;
	width: 1px;
	background-color: #979797;
	position: absolute;
	left: 12.5%;
	top: 0;
}

#nosotros-ref {
	margin-bottom: 90px;
}

#nosotros-ref .col-lg:first-child {
	padding-left: 12.5%;
	padding-right: 70px;
}

#nosotros-ref .col-lg:first-child img {
	width: 100%;
	max-width: 1142px;
	height: auto;
}

#nosotros-ref .col-lg:last-child {
	padding-left: 0;
	padding-right: 94px;
}

#nosotros-ref h6 {
	font-size: 18px;
	line-height: 27px;
	color: #FF314A;
	letter-spacing: 1.02px;
	max-width: 313px;
	margin-bottom: 35px;
}

#nosotros-ref p {
	font-size: 12px;
	line-height: 19px;
	color: #787878;
	letter-spacing: 0.68px;
	margin-bottom: 0;
}

#nosotros-icons {
	margin-bottom: 100px;
}

#nosotros-icons > .row > .col {
	padding-left: 12.5%;
	padding-right: 94px;
}

#nosotros-icons .red-square {
	height: 7px;
	width: 7px;
	background-color: #FF314A;
	margin-bottom: 30px;
}

#nosotros-icons p {
	max-width: 446px;
	margin-bottom: 80px;
}

#nosotros-icons .row.d-flex {
	padding-left: 15.6%;
}

#nosotros-icons .row.d-flex .col {
	padding: 0;
}

#nosotros-icons .row.d-flex table {
	font-size: 12px;
	line-height: 17px;
	color: #787878;
	letter-spacing: 0.68px;
	margin-bottom: 0;
}

#nosotros-icons .row.d-flex table img {
	margin-right: 20px;
}

#nosotros-icons .row.d-flex table td:last-child {
	width: 147px;
}

#nosotros-serv {
	margin-bottom: 100px;
}

#nosotros-serv .col {
	padding-left: 12.5%;
	padding-right: 0;
}

#nosotros-serv .nos-serv-bg {
	height: 440px;
	width: 100%;
	background-image: url(../../img/nosotros-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}

#nosotros-serv .nos-serv-bg div {
	background-image: url(../../img/trans-gradient.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}

#nosotros-serv .nos-serv-bg div p {
	padding-left: 57.14%;
	padding-right: 94px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1.14px;
	margin-bottom: 0;
}

#nosotros-serv-mobile {
	margin-bottom: 45px;
}

#nosotros-serv-mobile img {
	margin-bottom: 30px;
}

#nosotros-serv-mobile p {
	font-size: 14px;
	line-height: 20px;
	color: #9B9B9B;
	letter-spacing: 0.8px;
	margin-bottom: 0;
	font-weight: 600;
}


@media (max-width: 1199px) {
	#nosotros-hero .col-lg-6.align-self-xl-center {
		padding-top: 100px;
	}
	#nosotros-hero h6 {
		margin-bottom: 23px;
	}
	#nosotros-hero h3 {
		margin-bottom: 24px;
		font-size: 28px;
		line-height: 36px;
	}
}

@media (min-width: 992px) {
	#nosotros-ref .col-lg:first-child {
		flex: 0 0 62.5%;
	}
}

@media (max-width: 991px) {
	#nosotros-hero img {
		max-width: 586px;
		width: 75%;
		height: auto;
	}
	#nosotros-hero .line {
		width: 1px;
		height: 83px;
		background-color: rgba(0,0,0, 0.5);
		position: absolute;
		left: 12.5%;
		top: 50%;
		transform: translateY(-50%);
	}
	#nosotros-hero .col-lg-6.align-self-xl-center {
		padding-top: 30px;
		padding-right: 12.5%;
	}
	#nosotros-hero h6 {
		margin-left: 0;
	}
	#nosotros-hero .col-lg-6.align-self-xl-center h3, #nosotros-hero .col-lg-6.align-self-xl-center p {
		max-width: 100%;
	}
	#nosotros-hero .spacer {
		margin-top: 0;
		height: 83px;
		margin-bottom: 33px;
	}
	#nosotros-hero .spacer .spacer-line {
		right: 12.5%;
		left: auto;
		height: 83px;
	}
	#nosotros-ref .col-lg:first-child {
		padding-right: 12.5%;
		padding-bottom: 48px;
	}
	#nosotros-ref .col-lg:last-child {
		padding-left: 12.5%;
		padding-right: 12.5%;
	}
	#nosotros-ref h6 {
		font-size: 14px;
		margin-bottom: 23px;
	}
	#nosotros-icons {
		margin-bottom: 25px;
	}
	#nosotros-icons > .row > .col {
		padding-right: 12.5%
	}
	#nosotros-icons .row.d-flex {
		padding-left: 0;
	}
	#nosotros-icons .row.d-flex table {
		margin-bottom: 72px;
	}
	#nosotros-serv-mobile .col {
		padding-left: 12.5%;
		padding-right: 12.5%;
	}
	#nosotros-serv-mobile .col img {
		margin-bottom: 30px;
	}
	#nosotros-serv-mobile .col img {
		margin-bottom: 30px;
	}
	#nosotros-serv-mobile .col p {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	#nosotros-hero {
		margin-top: 82px;
	}
	#nosotros-hero .line {
		left: 20px;
	}
	#nosotros-hero .col-lg-6.align-self-xl-center, #nosotros-ref .col-lg:first-child, #nosotros-ref .col-lg:last-child, #nosotros-icons > .row > .col, #nosotros-serv-mobile .col {
		padding-left: 20px;
		padding-right: 20px;
	}
	#nosotros-hero .col-lg-6.align-self-xl-center p {
		font-size: 14px;
	}
	#nosotros-hero .spacer .spacer-line {
		right: 20px;
	}
	#nosotros-icons .row.d-flex {
		padding-left: 15px;
		padding-right: 15px;
	}
	#nosotros-icons .row.d-flex table {
		width: 100%;
		font-size: 14px;
	}
	#nosotros-icons .row.d-flex table td:first-child {
		width: 90px;
	}
	#nosotros-icons .row.d-flex table td:last-child {
		width: auto;
	}
}


/* RCD */ 

#rcd-hero {
	margin-top: 160px
}

#rcd-hero > .row > div {
	padding: 0;
}

#rcd-hero p {
	font-size: 12px;
	line-height: 19px;
	color: #787878;
	letter-spacing: 0.8px;
	margin-bottom: 0;
	max-width: 348px;
	margin-bottom: 0;
	margin-right: 33px;
}

#rcd-hero .col-lg-5.align-self-xl-center {
	padding-left: 12.5%;
	padding-right: 20px;
}

#rcd-hero .col-lg-5.align-self-xl-center h3 {
	margin-bottom: 55px;
}

#rcd-hero .col-lg-5.align-self-xl-center h4 {
	max-width: 303px;
	margin-bottom: 55px;
	font-size: 20px
}

#rcd-hero .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	display: block;
	margin-bottom: 25px;
	margin-left: -6px;
}

#rcd-hero .line {
	height: 83px;
	width: 1px;
	background-color: #000000;
	position: absolute;
	right: 12.5%;
	top:36px;
}

#rcd-baqverde {
	padding: 100px 12.5%;
}

#rcd-baqverde .col-lg-4 {
	padding-right:0;
}

#rcd-baqverde .col-lg-4 .line {
	height: 83px;
	width: 1px;
	background-color: #000000;
	margin-bottom: 35px;
}

#rcd-baqverde .col-lg-6 {
	padding-left:0;
}

#rcd-baqverde .red-square {
	height: 7px;
	width: 7px;
	background-color: #FF314A;
	display: block;
	margin: 10px 0 17px -7px;
}

#rcd-baqverde h6 {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.8px;
	margin-bottom: 12px;
}

#rcd-baqverde p {
	line-height: 19px;
	color: #787878;
	margin-bottom: 60px;
}

#rcd-gestion {
	padding: 70px 12.5%;
}

#rcd-gestion > .row {
	margin: 0;
}

#rcd-gestion > .row > div {
	padding: 0;
}

#rcd-gestion .gray-square {
	height: 65px;
	width: 65px;
	background-color: #D8D8D8;
	display: block;
}

#rcd-gestion > .row > .col-lg-8 {
	padding-right: 5.5%;
}

#rcd-gestion .red-square {
	height: 33px;
	width: 33px;
	background-color: #FF314A;
	display: block;
	margin-top: 13px;
	margin-bottom: 16px;
}

#rcd-gestion h3 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1.55px;
	margin-bottom: 58px;
}

#rcd-gestion table {
	width: 100%;
}

#rcd-gestion table td {
	padding: 0;
	vertical-align: top;
}

#rcd-gestion table td:first-child {
	width: 27.5%;
	padding-right: 5%;
}

#rcd-gestion table .line {
	height: 1px;
	width:100%;
	background-color: #000000;
	margin-top: 14px;
}

#rcd-gestion table p {
	font-size: 12px;
	color: #787878;
	line-height: 19px;
	margin-bottom: 45px;
	letter-spacing: 0.58px;
}

#rcd-gestion .v-line {
	height: 102px;
	width:1px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

#rcd-gestion img.d-lg-none.float-right {
	width: 50%;
	margin-bottom: 14px;
	max-width: 366px;
}



@media (max-width: 991px) {
	#rcd-hero {
		margin-top: 94px;
	}
	#rcd-hero img {
		max-width: 586px;
		width: 75%;
		height: auto;
	}
	#rcd-hero .red-square {
		margin-top: 44px;
		margin-bottom: 24px;
		margin-left: 0;
	}
	#rcd-hero .col-lg-5.align-self-xl-center h3 {
		margin-bottom: 25px;
	}
	#rcd-hero .col-lg-5.align-self-xl-center h4 {
		max-width: 100%;
		margin-bottom: 21px;
		padding-right: 12.5%;
	}
	#rcd-hero .col-lg-5.align-self-xl-center p {
		max-width: 100%;
		margin-right: 0;
		padding-right: 12.5%;
	}
	#rcd-baqverde {
		padding: 45px 12.5%;
	}
	#rcd-baqverde .col-lg-4 {
		padding-right:15px;
	}
	#rcd-baqverde .col-lg-6 {
		padding-left:15px;
	}
	#rcd-baqverde .red-square {
		margin: 30px 0 25px;
	}
	#rcd-baqverde h6 {
		margin-bottom: 22px;
	}
	#rcd-baqverde p {
		margin-bottom: 24px;
		line-height: 22px;
	}
	#rcd-gestion {
		padding: 15px 12.5% 70px;
	}
	#rcd-gestion .red-square {
		height: 24px;
		width: 24px;
		margin-top: 0;
		margin-bottom: 24px;
	}
	#rcd-gestion h3 {
		margin-bottom: 18px;
	}
	#rcd-gestion > .row > .col-lg-8 {
		padding-right: 0;
	}
	#rcd-gestion .col-lg-2 {
		position: relative;
	}
}

@media (max-width: 767px) {
	#rcd-hero {
		margin-top: 82px;
	}
	#rcd-hero .col-lg-5.align-self-xl-center h3 {
		font-size:28px;
	}
	#rcd-hero .col-lg-5.align-self-xl-center {
		padding-left: 20px;
		padding-right: 20px;
	}
	#rcd-hero p {
		font-size: 14px;
		line-height: 21px;
	}
	#rcd-hero .line {
		right:20px;
	}
	#rcd-hero .col-lg-5.align-self-xl-center h4, #rcd-hero .col-lg-5.align-self-xl-center p {
		padding-right: 0;
	}
	#rcd-baqverde {
		padding: 45px 20px;
	}
	#rcd-gestion {
		padding: 15px 20px 70px;
	}
	#rcd-gestion table p {
		font-size: 14px;
		line-height: 22px;
	}
}


/* MATERIALES */

#materiales-hero {
	margin-top: 112px;
	padding: 0;
	padding-bottom: 50px;
	position: relative;
}

#materiales-hero .row {
	margin: 0;
}

#materiales-hero .row > div {
	padding: 0;
}

#materiales-hero .img-materiales {
	position: absolute;
	left: 50px;
	width:53.6%;
	height: auto;
}

#materiales-hero .row .col-lg-6.left-hero {
	padding-top: 33%;
	padding-left: 82px;
}

#materiales-hero .row .col-lg-6.left-hero .red-square {
	height: 79px;
	width: 79px;
	background-color: #FF314A;
}

#materiales-hero .row .col-lg-6.right-hero {
	padding-top: 60px;
}

#materiales-hero .row .col-lg-6.right-hero .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	margin-left: -6px;
}

#materiales-hero .row .col-lg-6.right-hero .line-materiales {
	position: absolute;
	right: 20px;
	top: -70px;
	width: 1px;
	height: 131px;
	background-color: #979797;
}

#materiales-hero .row .col-lg-6.right-hero h2 {
	font-size: 45px;
	line-height: 51px;
	margin-bottom: 67px;
}

#materiales-hero .row .col-lg-6.right-hero p {
	padding: 0 25%;
}

#materiales-hero .row .col-lg-6.right-hero .line {
	height: 149px;
	width: 1px;
	background-color: #979797;
	margin-right: 25%;
}

#materiales-indice, #materiales-indice > .row > div {
	margin: 0;
	padding: 0;
}

#materiales-indice > .row {
	margin: 0;
	padding: 0 12.5%;
}

#materiales-indice .nav-tabs {
	width: 90%;
	border: none;
}

#materiales-indice .nav-tabs .nav-item {
	width: 100%;
	margin-bottom: 40px;
}

#materiales-indice .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	padding: 0;
	color: #A2A2A2;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#materiales-indice .nav-tabs .nav-link.active, #materiales-indice .nav-tabs .nav-link:hover, #materiales-indice .nav-tabs .nav-link:focus, #materiales-indice .submenu .submenu-title:hover, #materiales-indice .submenu .submenu-title.active {
	color: #FF314A;
}

#materiales-indice  .nav-tabs .nav-link .line, #materiales-indice .submenu .submenu-title .line {
	display: inline-block;
	height: 1px;
	width: 0;
	margin-right: 0;
	margin-bottom: 3px;
	background-color: #A2A2A2;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#materiales-indice .nav-tabs .nav-link.active .line, #materiales-indice .submenu .submenu-title.active .line  {
	width: 55px;
	margin-right: 25px;
}

#materiales-indice .submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#materiales-indice .submenu .submenu-title {
	color: #A2A2A2;
	margin-bottom: 5px;
}

#materiales-indice .submenu.nav-tabs .nav-item {
	margin-bottom: 0px;
	margin-left: 80px;
}

#materiales-indice .submenu li {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#materiales-indice .submenu.active li, #materiales-indice .submenu:hover li {
	opacity: 1;
}

#materiales-indice .submenu.nav-tabs .nav-link:hover, #materiales-indice .submenu.nav-tabs .nav-link:focus, #materiales-indice .submenu.nav-tabs .nav-link.active {
	color: #4A4A4A;
}

#materiales-indice .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	margin-bottom: 24px;
}

#materiales-indice p {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 60px;
}

#materiales-indice .tab-pane {
	padding: 0;
}

#materiales-indice .material-item {
	width: calc(33% - 20px);
	margin-bottom: 40px;
	margin-right: 32px;
}

#materiales-indice .material-item:nth-child(3n+3) {
	margin-right: 0;
}

#materiales-indice .material-item button {
	color: #2B2D2E;
	-webkit-transition: color 0.2s;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	text-align: left;
	cursor: pointer;
}

#materiales-indice .material-item button:hover {
	color: #FF314A;
	text-decoration: none;
}

#materiales-indice .material-item button i {
	font-size: 11px;
	display: block;
	margin-top: 18px;
}

#materiales-indice .material-item img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 24px;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
}

#materiales-indice .material-item button:hover img {
	opacity: 1;
}

#materiales-acordeon {
	margin: 0;
}

#materiales-acordeon .sticky-top {
	top: 94px;
	background-color: #ffffff;
	padding-top: 10px;
}

#materiales-acordeon > .row {
	padding: 0;
}

#materiales-acordeon > .row > .col {
	padding-left: 20px;
}

#materiales-acordeon p {
	padding-bottom: 20px;
	margin-bottom: 43px;
	font-weight: 700;
}

#materiales-acordeon .line-title {
	margin-right: 30px;
	height: 1px;
	width: 39px;
	background-color: #A2A2A2;
	margin-top: 10px;
}

#materiales-acordeon .card {
	margin-bottom: 63px;
	border: none;
	border-radius: 0;
}

#materiales-acordeon .card .card-header {
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 20px 20px 0;
	position: sticky;
	position: -webkit-sticky;
	top: 140px;
	background-color: #ffffff;
	z-index: 10;
}

#materiales-acordeon .card .btn-link {
	color: #FF314A;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.58px;
	font-weight: 500;
	padding: 0;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	text-decoration: none !important;
}
#materiales-acordeon .card .btn-link.collapsed, #materiales-acordeon .card .btn-link.collapsed:focus {
	color: #4A4A4A;
}

#materiales-acordeon .card .btn-link:hover {
	color: #FF314A;
	text-decoration: none;
}

#materiales-acordeon .card .btn-link.collapsed i {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#materiales-acordeon .card .btn-link i {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all 500ms ease-in-out;
}

#materiales-acordeon .card .card-body {
	padding: 30px 40px 0 20px;
}

#materiales-acordeon .card .card-body .line {
	width:39px;
	height: 1px;
	background-color: #A2A2A2;
	margin-right: 20px;
	margin-bottom: 7px;
	display: inline-block;
}

#materiales-acordeon .card .card-body p {
	font-size: 14px;
	font-weight: 400;
	color: #A2A2A2;
	line-height: 21px;
	margin-bottom: 50px;
}

#materiales-acordeon .card .card-body .material-item {
	width: calc(33.3% - 17px);
	margin-right: 25px;
	margin-bottom: 40px;
}

#materiales-acordeon .card .card-body .material-item:nth-child(3n+3) {
	margin-right: 0px;
}

#materiales-acordeon .card .card-body .material-item button {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	text-align: left;
	cursor: pointer;
}

#materiales-acordeon .card .card-body .material-item button:hover {
	color: #FF314A;
}

#materiales-acordeon .card .card-body .material-item button img {
	width: 100%;
	height: auto;
	margin-bottom: 23px;
	opacity: 0.8;
}

#materiales-acordeon .card .card-body .material-item button:hover img {
	opacity: 1;
}

#materiales-acordeon .card .card-body .material-item button i {
	margin-top: 3px;
}

#materiales-contacto {
	margin: 90px 0;
	padding: 0;
}

#materiales-contacto > .row {
	margin: 0;
	padding: 0 12.5%;
}

#materiales-contacto .red-square {
	position: absolute;
	top: -17px;
	left: 30px;
	height: 24px;
	width: 24px;
	background-color: #FF314A;
}

#materiales-contacto .mc-bg {
	margin: 0;
	padding: 0;
	background-image: url(../../img/materiales-contacto-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 328px;
}

#materiales-contacto .mc-bg .row, #materiales-contacto .mc-bg .row .mc-boton {
	margin: 0;
	padding: 0;
}

#materiales-contacto .mc-bg .row .mc-texto {
	padding-left: 13%;
	padding-right: 4%;
	font-size: 25px;
	color: #ffffff;
	letter-spacing: 0.66px;
	line-height: 38px;
}

#materiales-contacto .mc-bg .row .mc-boton button {
	width: 100%;
	background-color: #FF314A;
	border-radius: 0;
	height: 94px;
	font-size: 13px;
	letter-spacing: 0.34px;
	border: none;
	color: #ffffff;
	font-weight: 600;
}


@media (min-width: 992px) {
	#materiales-contacto .mc-bg .row .mc-texto {
		flex: 0 0 65%;
		max-width: 65%;
	}
	#materiales-contacto .mc-bg .row .mc-boton {
		flex: 0 0 35%;
		max-width: 35%;
	}
}

@media (max-width: 991px) {
	#materiales-hero {
		margin-top: 94px;
		padding-bottom: 66px;
	}
	#materiales-hero .row .col-lg-6.left-hero {
		padding: 0;
		padding-right: 94px;
	}
	#materiales-hero .row .col-lg-6.left-hero img {
		width: 100%;
	}
	#materiales-hero .row .col-lg-6.right-hero {
		padding: 30px 20px 0;
	}
	#materiales-hero .row .col-lg-6.right-hero .red-square {
		margin-left: 0;
		margin-bottom: 24px;
	}
	#materiales-hero .row .col-lg-6.right-hero h2 {
		margin-bottom: 24px;
	}
	#materiales-hero .row .col-lg-6.right-hero p {
		padding: 0;
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.7px;
	}
	#materiales-hero .row .col-lg-6.right-hero .line {
		height: 24px;
		width: 24px;
		background-color: #FF314A;
		margin-right: 0;
	}
	#materiales-contacto {
		margin: 65px 0;
	}
	#materiales-contacto > .row {
		padding: 0 20px;
	}
	#materiales-contacto .mc-bg {
		height: 168px;
	}
	#materiales-contacto .mc-bg .row .mc-texto {
		padding: 0 30px;
		font-size: 14px;
		letter-spacing: 0.37px;
		line-height: 21px;
		font-weight: 500;
	}
	#materiales-contacto .mc-bg .row .mc-boton {
		position: absolute;
		right: 0;
		bottom: -24px;
	}
	#materiales-contacto .mc-bg .row .mc-boton button {
		height: 45px;
		width: 150px;
	}
}

@media (max-width: 768px) {
	#materiales-hero {
		margin-top: 82px;
	}
	#materiales-hero .row .col-lg-6.left-hero {
		padding-right: 82px;
	}
	#materiales-hero .row .col-lg-6.right-hero h2 {
		font-size: 28px;
		line-height: 41px;
	}
	#materiales-acordeon .sticky-top {
		top: 82px;
	}
	#materiales-acordeon .card {
		margin-bottom: 30px;
	}
	#materiales-acordeon .card .card-header {
		top: 130px;
	}
	#materiales-acordeon .card .card-body .material-item {
		width: calc(50% - 12.5px);
	}
	#materiales-acordeon .card .card-body .material-item:nth-child(2n+2) {
		margin-right: 0px;
	}
	#materiales-acordeon .card .card-body .material-item:nth-child(3n+3) {
		margin-right: 25px;
	}
}


/* SERVICIOS */

.servicios-hero {
	margin-top: 94px;
	padding: 0;
	padding-right: 94px;
}

.servicios-hero > .row {
	height: 642px;
	background-size: cover;
	background-position: left center;
	padding: 0;
	margin: 0;
	padding-left: calc((100% + 94px) / 8);
}

.servicios-hero > .row .left-hero {
	width: 31.19%;
	padding-top: 210px;
}

.servicios-hero > .row .left-hero .red-square {
	height: 6px;
	width: 6px;
	margin-left: -6px;
	background-color: #FF314A;
	margin-bottom: 25px;
}

.servicios-hero > .row .left-hero h2 {
	font-size: 45px;
	letter-spacing: 1.18px;
	line-height: 51px;
	font-weight: 600;
}

.servicios-hero > .row .right-hero {
	width: 68.81%;
}

.servicios-hero > .row .servicios-menu {
	background-color: #fff;
	height: 214px;
	padding-top: 73px;
	padding-left: 9%;
	padding-right: 15%;
	box-shadow: 20px 20px 40px rgba(0,0,0, 0.05);
}

.servicios-hero > .row .servicios-menu .line {
	height: 1px;
	width: 33px;
	background-color: #979797;
	margin-bottom: 11px;
}

.servicios-hero > .row .servicios-menu a {
	color: #222222;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

.servicios-hero > .row .servicios-menu a:hover, .servicios-hero > .row .servicios-menu .active a {
	color: #FF314A;
	text-decoration: none;
}

#maquinarias-hero > .row {
	background-image: url(../../img/maquinaria-bg.jpg);
}

.servicios-volver {
	margin-top: 130px;
}

.servicios-volver a {
	color: #000;
}

.servicios-volver a:hover {
	color: #FF314A;
	text-decoration: none;
}

.servicios-volver i {
	margin-left: 35px;
	font-size: 15px;
}

.servicios-content, .servicios-content > .row, .servicios-content > .row > div {
	margin: 0;
	padding: 0;
}

.servicios-content {
	padding: 110px 12.5%;
}

.servicios-content .servicios-header .line {
	height: 1px;
	width: 39px;
	background-color: #979797;
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 50px;
}

.servicios-content .servicios-header h3 {
	line-height: 45px;
	margin-bottom: 20px;
}

.servicios-content .servicios-header .red-square {
	height: 27px;
	width: 27px;
	background-color: #FF314A;
}

.servicios-content .servicios-header h4 {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 37px;
	padding-right: 25%;
	color: #575757;
	font-weight: 500;
}

.servicios-content .servicios-header p {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 0;
	padding-right: 25%;
	color: #575757;
	font-weight: 400;
}

.servicios-content .line-divider {
	width: 1px;
	height: 102px;
	margin-top: 43px;
	margin-bottom: 10px;
	background-color: #979797;
	float: right;
}

.servicios-content .servicios-slider {
	margin-top: 55px;
	margin-bottom: 150px;
}

.servicios-content .servicios-slider p {
	font-weight: 500;
	margin-bottom: 0;
}

.servicios-content .servicios-slider .line {
	float: left;
	height: 1px;
	width: 31px;
	margin-right: 14px;
	background-color: #979797;
	margin-top: 10px;
}

.carrusel-maquinaria {
	margin-top: 60px !important;
}

.carrusel-maquinaria.owl-theme .item img {
	margin-bottom: 10px;
}

.carrusel-maquinaria.owl-theme .owl-nav {
	position: absolute;
	top: -53px;
	right: 0;
}

.servicios-slider .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #fff;
	color: #FF314A;
}

.servicios-slider .owl-theme .owl-next {
	margin-right: 0px !important;
	margin-left: 20px !important;
}

.maquinaria-text h5 {
	font-size: 15px;
	line-height: 26px;
	color: #FF314A;
	padding-right: 50%;
	margin-bottom: 35px;
	letter-spacing: 0.85px;
}

.maquinaria-text p {
	color: #575757;
	padding-right: 25%;
	margin-bottom: 0;
	letter-spacing: 0.54px;
}

#maquinarias-footer {
	margin: 0;
	padding:0 12.5% 0 0;
	margin-bottom: 70px;
}

#maquinarias-footer > .row {
	margin: 0;
	padding: 0;
	padding-left: calc(100% / 7);
	background-image: url(../../img/maq-contactenos.jpg);
	background-size: cover;
	background-position: left center;
	height: 362px;
}

#maquinarias-footer .left-maq-footer {
	width: calc(100% - 340px);
	padding-right: 20px;
}

#maquinarias-footer .left-maq-footer .red-square {
	background-color: #FF314A;
	height: 24px;
	width: 24px;
	margin: -15px 0 17px;
}

#maquinarias-footer .left-maq-footer h3 {
	color: #fff;
	margin-bottom: 17px;
}

#maquinarias-footer .left-maq-footer p {
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 1.03px;
	color: #fff;
	margin-bottom: 0;
	max-width: 400px;
}

#maquinarias-footer .right-maq-footer {
	width: 340px;
}

#maquinarias-footer .right-maq-footer button {
	width: 100%;
	height: 94px;
	background-color: #FF314A;
	border: none;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.34px;
}

#transporte-hero > .row {
	background-image: url(../../img/transporte-bg.jpg);
}

#transporte-hero > .row .left-hero h2 {
	color: #fff;
}

#transporte-content.servicios-content .servicios-slider {
	margin-bottom: 0;
}

#transporte-content.servicios-content .servicios-slider .line {
	height: 62px;
	width: 1px;
	background-color: #979797;
	margin-bottom: 20px;
	float: none;
}

#transporte-content .carrusel-transporte .row, #transporte-content .carrusel-transporte .row > div {
	padding: 0;
	margin: 0;
}

#transporte-content .carrusel-transporte p {
	padding-right: 26%;
	color: #575757;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.68px;
	font-weight: 400;
	margin-bottom: 45px;
}

#transporte-content .carrusel-transporte img#anm-logo {
	height: 35px;
	width: auto;
}

#transporte-content .carrusel-transporte.owl-theme .owl-nav {
	text-align: right;
}

#obras-hero > .row {
	background-image: url(../../img/obras-bg.jpg);
}

#obras-civiles {
	margin: 100px 0;
}

#obras-content.servicios-content .servicios-slider {
	margin-bottom: 20px;
}

#obras-civiles .obras-icon {
	height: 50px;
	width: auto;
}

#obras-civiles p {
	margin: 15px 0 20px;
	color: #8B8B8B;
	font-size: 14px;
	line-height: 21px;
}

#obras-civiles .obras-img {
	height: auto;
	width: 75%;
}

#obras-civiles-mobile {
	margin: 45px 0 70px;
}

#obras-civiles-mobile img.obras-img-mobile {
	margin-bottom: 24px;
	width: 100%;
}

.conoce-obras {
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #fff;
	z-index: 10;
	padding: 12px 41px 25px 0;
}

.conoce-obras .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	margin-bottom: 18px;
}

.conoce-obras h6 {
	font-size: 11px;
	letter-spacing: 1.31px;
	line-height: 17px;
	color: #979797;
	margin-bottom: 10px;
}

.conoce-obras h3 {
	font-size: 28px;
	letter-spacing: 1.81px;
	line-height: 42px;
	color: #222222;
	margin-bottom: 0px;
}

.carrusel-obras {
	padding-left: 16.875%;
}

.carrusel-obras .row, .carrusel-obras .row > .col {
	margin: 0;
	padding: 0;
}

.carrusel-obras .obra-foto {
	width: calc(100% - 210px);
	padding-right: 60px;
}

.carrusel-obras .obra-text {
	width: 210px;
}

.carrusel-obras .obra-text .red-square {
	width: 7px;
	height: 7px;
	margin-left: -7px;
	background-color: #FF314A;
	margin-bottom: 20px;
}

.carrusel-obras .obra-text h6 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}

.carrusel-obras .obra-text p {
	font-size: 12px;
	line-height: 21px;
	color: #575757;
	font-weight: 400;
	letter-spacing: 0.68px;
	margin-bottom: 0;
}

.carrusel-obras.owl-theme .owl-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#servicios-mobile {
	margin: 0;
	padding: 0;
	margin-top: 94px;
}

#servicios-mobile > .row, .table-menu > .col {
	margin: 0;
	padding: 0;
}

#servicios-mobile .hero {
	margin: 0;
	padding: 0;
	padding-left: 21.33%;
}

#servicios-mobile .hero img {
	width: 100%;
}

#servicios-mobile .titulo {
	padding: 44px 50px;
}

#servicios-mobile .line {
	height: 83px;
	width: 1px;
	background-color: #979797;
}

#servicios-mobile .red-square {
	width: 8px;
	height: 8px;
	background-color: #FF314A;
	margin-bottom: 24px;
}

#servicios-mobile .table-menu {
	padding:0 0 50px 50px;
}

#servicios-mobile .table-menu table {
	width: 100%;
}

#servicios-mobile .table-menu table td {
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 75px;
}

#servicios-mobile .table-menu table a {
	width: 100%;
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.58px;
	font-weight: 500;
}

#servicios-mobile .table-menu table a:hover {
	color: #FF314A;
	text-decoration: none;
}

#servicios-mobile .table-menu table a i {
	margin: 3px 30px 0 0;
	font-size: 10px;
}


@media (max-width: 991px) {
	.servicios-content {
		padding-top: 75px;
		padding-bottom: 65px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.servicios-content .servicios-header h3 {
		color: #FF314A;
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 24px;
	}
	.servicios-content .servicios-header h4, .servicios-content .servicios-header p {
		padding-right: 0;
		font-size: 14px;
		line-height: 21px;
	}
	.servicios-content .servicios-header h4 {
		margin-bottom: 23px;
	}
	.servicios-content .servicios-slider {
		margin-bottom: 45px;
		margin-top: 0;
	}
	.carrusel-maquinaria.owl-theme .owl-nav {
		top: -16px;
	}
	#maquinarias-footer {
		padding-right: 50px;
	}
	#maquinarias-footer > .row {
		padding-left: 50px;
	}
	#transporte-content .carrusel-transporte .col-lg-7 img {
		margin-bottom: 24px;
	}
	#transporte-content .carrusel-transporte p {
		padding-right: 0;
		margin-bottom: 24px;
	}
	#obras-civiles .obras-img {
		width: 85%;
	}
	.conoce-obras {
		position: relative;
	}
	.carrusel-obras {
		padding-left: 0;
	}
	.carrusel-obras.owl-theme .owl-nav {
		bottom: -30px;
	}
}

@media (max-width: 767px) {
	.servicios-volver i {
		margin-left: 5px;
	}
	.servicios-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.maquinaria-text img {
		margin-bottom: 44px;
	}
	.maquinaria-text h5 {
		margin-bottom: 24px;
	}
	.maquinaria-text p {
		padding-right: 0;
	}
	#maquinarias-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	#maquinarias-footer > .row {
		height: auto;
		background-image: none;
		background-color: #979797;
		padding-left: 32px;
	}
	#maquinarias-footer .left-maq-footer, #maquinarias-footer .right-maq-footer {
		width: 100%;
	}
	#maquinarias-footer .left-maq-footer h3 {
		font-size: 16px;
		line-height: 35px;
		margin-bottom: 12px;
		padding-right: 32px;
	}
	#maquinarias-footer .left-maq-footer p {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.37px;
		margin-bottom: 17px;
		padding-right: 32px;
		max-width: 100%;
	}
	#maquinarias-footer .right-maq-footer button {
		float: right;
		width: 150px;
		height: 45px;
		margin-bottom: -20px;
		font-size: 13px;
	}
	.carrusel-obras .obra-foto, .carrusel-obras .obra-text {
		width: 100%;
	}
	.carrusel-obras .obra-foto {
		padding-right: 0;
		margin-bottom: 44px;
	}
	.carrusel-obras.owl-theme .owl-nav {
		right: 0;
		left: auto;
		bottom: 55px;
	}
	#servicios-mobile .titulo {
		padding-left: 20px;
		padding-right: 20px;
	}
	#servicios-mobile .table-menu {
		padding-left: 20px;
	}
}


/* CONTACTO */

#contacto {
	margin-top: 94px;
	padding: 0;
	padding-bottom: 200px;
}

#contacto .row {
	padding: 0;
	margin: 0;
}

#contacto .row div[class*='col-'] {
	padding: 0;
}

#contacto > .row {
	padding-top: 100px;
}

#contacto .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	margin-left: -6px;
}

#contacto .formulario .form-row {
	margin: 0;
}

#contacto .formulario h2 {
	font-size: 45px;
	line-height: 51px;
	letter-spacing: 1.18px;
	margin-bottom: 23px;
}

#contacto .formulario p {
	letter-spacing: 0.74px;
	margin-bottom: 0;
	color: #4D4D4D;
	padding-right: 33.333%;
}

#contacto .formulario .md-form {
	position: relative;
}

#contacto .formulario input, #contacto .formulario textarea {
	font-size: 13px;
	line-height: 19px;
	padding: 10px 0;
	color: 797979;
	margin-top: 40px;
	border: none;
	border-bottom: 1px solid #C4C4C4;
	border-radius: 0;
	width: 100%;
}

#contacto .formulario label.active {
	color: #FF314A;
}

#contacto .formulario input:focus, #contacto .formulario textarea:focus, #contacto .formulario textarea:focus:not([readonly]) {
	border-bottom: 1px solid #FF314A;
	box-shadow: none;
	outline: none;
	box-shadow: none;
}

#contacto .formulario input.filled, #contacto .formulario textarea.filled {
	background-color: rgba(255,49,74, 0.1);
	border-bottom: 1px solid #FF314A;
}

#contacto p#name-label {
	position: absolute;
	padding-right: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

#contacto p#name-label.active {
	transform: translateY(-40px;);
}

#contacto .formulario input.btn {
	margin-top: 50px;
	width: 33%;
	float: right;
	border: none;
	background-color: #FF314A;
	color: #fff;
	border-radius: 0;
	height: 53px;
	text-align: center;
	line-height: 53px;
	padding: 0;
	text-transform: none;
	font-size: 13px;
	letter-spacing: 0.34px;
}

#contacto .formulario input.btn:hover {
	background-color: #CC2539;
}

#contacto > .row > .col-lg-6:last-child {
	padding-top: 130px;
}

#contacto .col-lg-9.offset-lg-3 .red-square {
	margin-bottom: 4px;
}

#contacto .col-lg-9.offset-lg-3 h6 {
	font-size: 13px;
	font-weight: 500;
	color: #010101;
	margin-bottom: 28px;
}

#contacto .col-lg-9.offset-lg-3 p {
	color: #3F3F3F;
	line-height: 21px;
	margin: 0;
}

#contacto .d-none.d-lg-flex {
	padding-top: 70px;
	color: #B8B8B8;
}

#contacto .d-none.d-lg-flex a {
	color: #FF314A;
	text-decoration: none;
}

#contacto .d-none.d-lg-flex a:hover {
	color: #CC2539;
}

#contacto .d-none.d-lg-flex .gray-square {
	height: 44px;
	width: 44px;
	background-color: #F2F2F2;
}

#contacto .d-none.d-lg-flex .contactoimg {
	padding-top: 190px;
}

#contacto .d-none.d-lg-flex .contactoimg img {
	height: 84px;
	width: 84px;
}

@media (min-width: 992px) {
	#contacto form .row .col-lg {
		max-width: 46.25%;
	}
}

@media (max-width: 991px) {
	#contacto {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	#contacto .row div[class*='col-'] {
		padding: 0 50px;
	}
	#contacto form .form-row div.col-lg {
		padding: 0;
	}
	#contacto .red-square {
		margin-left: 0;
	}
	#contacto .formulario .red-square {
		margin-bottom: 24px;
	}
	#contacto .formulario h2 {
		font-size: 28px;
		line-height: 41px;
	}
	#contacto .formulario input.btn {
		float: none;
		margin: 50px auto 80px !important;
		width: 160px;
	}
	#contacto > .row > .col-lg-6:last-child {
		padding-top: 0;
	}
	#contacto .col-lg-9.offset-lg-3 .red-square {
		margin-bottom: 19px;
	}
}

@media (max-width: 768px) {
	#contacto .row div[class*='col-'] {
		padding: 0 20px;
	}
	#contacto .row div .row.justify-content-lg-between .col-lg {
		padding: 0;
	}
	#contacto .formulario p {
		padding-right: 0;
	}
}


/* MODALES */

.modal-dialog {
	max-width: 100%;
	padding-left: 6.25%;
	padding-right: 6.25%;
	box-sizing: content-box;
}

.modal-dialog .modal-content {
	border-radius: 0;
}

.modal-dialog .modal-body {
	padding: 30px 7.1%;
	position: relative;
}

.modal-dialog .modal-body .row, .modal-dialog .modal-body .row > div {
	padding: 0;
	margin: 0;
}

.modal-dialog .modal-body button.close {
	float: none;
	position: absolute;
	right: 7.1%;
	z-index: 10;
}

.modal-dialog .modal-body img {
	width: calc(100% - 100px);
}

.modal-dialog .modal-body .red-square {
	height: 6px;
	width: 6px;
	background-color: #FF314A;
	margin-bottom: 13px;
}

.modal-dialog .modal-body h4 {
	font-size: 18px;
	letter-spacing: 0.47px;
	margin-bottom: 0;
	font-weight: 600;
}

.modal-dialog .modal-body p {
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	color: #575757;
	letter-spacing: 0.5px;
	margin-top: 12px;
	margin-bottom: 0;
	padding-right: 13.5%;
}

.modal-dialog .modal-body p.seccion {
	font-size: 11px;
	font-weight: 600;
	color: #A2A1A1;
	letter-spacing: 0.84px;
	margin-top: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.modal-dialog {
		padding-left: 12px;
		padding-right: 12px;
	}
	.modal-dialog .modal-body {
		padding: 10px 20px 30px;
	}
	.modal-dialog .modal-body img {
		width: calc(100% - 50px);
	}
}

@media (max-width: 767px) {
	.modal-dialog .modal-body button.close {
		right: 20px;
	}
	.modal-dialog .modal-body img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		margin-bottom: 43px;
		margin-top: 30px;
	}
	.modal-dialog .modal-body p, .modal-dialog .modal-body p.seccion {
		margin-top: 20px;
	}
}