/* CSS Document */
body {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 20px;
}
html {
	font-size: 20px;
}
.jumbotron {
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-top: 0px;
	margin-bottom:0;
}
.jumbotron .cont-logo {
	margin-bottom: 2.25rem;
}
.jumbotron::after {
	z-index: 1;
	content:'';
	display: block;
	width: 100%;
	position: absolute;
	background: rgba(255,200,0,0);
	background: -moz-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,200,0,0)), color-stop(100%, rgba(255,200,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ffc800', GradientType=0 );
	height: 40%;
	bottom: 0;
	left: 0;
}
.jumbotron .container {
	z-index: 2;
	position: relative;
}
.cont-jumbotron {
	padding-top: 5rem;
}
.jumbotron .container h1 {
	color: #FFF;
	font-weight: 600;
	font-size: 4.2rem;
	line-height: 90%;
	width: 90%;
	margin-bottom: 1rem;
}
.jumbotron .container h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 90%;
	letter-spacing: -0.03em;
	text-align: left;
	color: #505050;
	margin-top: 0;
}
.jumbotron p {
	color: #FFF;
	font-weight: 400;
	font-size: 1.35rem;
	line-height: 100%;
	margin-bottom: 2rem;
}
.line {
	background: #E0AA1F;
	width: 3.15rem;
	height: 0.25rem;
	display: block;
	margin-bottom: 1.3rem;
	margin-top: 1rem;
}
.line::before {
	content:'';
	display: block;
	height: 0.25rem;
	width: 40%;
	margin-left: auto;
	margin-right: 0;
	background: #000;
}
.jumbotron input {
	color: #505050;
	font-size: 1rem;
	background: #D9D9D9;
	border:0;
	width: 100%;
}
.jumbotron .btn	{
	background: #FFC700;
	border-radius: 0.5rem;
	padding: 1.3rem 2rem;
	color: #505050;
	font-weight: 800;
	font-size: 1.1rem;
	line-height: 98%;
	border:0;
	transition: .5s;
}
.jumbotron .btn:hover {
	background: #505050;
	color: #FFC700;
}
.jumbotron form .btn {
	width: 100%;
}

.cont-form {
	background: #F5F5F5;
	border-radius: 1.45rem;
	padding: 2rem 2.5rem;
}
.servicios {
	background: #FFC700;
}
section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
section h2.title {
	background: #1A1A1A;
	padding: 0.2rem 0.75rem;
	display: inline-block;
	border-radius: 0.5rem;
	text-transform: uppercase;
	color: #FFF;
	line-height: 100%;
	font-size: 2.95rem;
	letter-spacing: -0.02em;
	margin-bottom: 2rem;
	margin-top: 0;
}
.card {
	border: 0;
	border-radius: 0.5rem;
	padding: 1.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 100%;
}
.card:before {
	background: #000;
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	border-radius: 0.5rem;
	opacity: .4;
	z-index: 1;
}
.card .card-body {
	z-index: 2;
	padding-top: 45%;
}
.card h4::before {
	content:'';
	background: #FFC700;
	width: 5.5rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	display: block;
	margin-bottom: .5rem;
}
.card h4 {
	font-weight: 700;
	font-size: 2.95rem;
	line-height: 100%;
	color: #fff;
}
.card p {
	color: #FFF;
	font-size: 1.25rem;
	line-height: 100%;
	
}
.nosotros {
	background: rgba(209,209,209,1);
	background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,209,209,1)), color-stop(100%, rgba(209,209,209,0)));
	background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,0) 100%);
	background: -o-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,0) 100%);
	background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,0) 100%);
	background: linear-gradient(to bottom, rgba(209,209,209,1) 0%, rgba(209,209,209,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d1d1d1', GradientType=0 );
}
.nosotros .col-lg-12 p {
	font-size: 1.3rem;
	line-height: 100%;
	text-align: justify;
	margin-bottom: 1rem;
}
.nosotros .item {
	text-align: center;
	padding-top: 0.75rem;
}
.nosotros .item img {
	margin-bottom: .7rem;
	width: 36%;
	height: auto;
}
.nosotros .item h4 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.02rem;
	margin:  0 auto .8rem;
	text-align: center;
	width: 60%;

}
.nosotros .item p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 125%;
	text-align: center;
}

.item-equipo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.2rem;
}
.item-equipo .img-equipo {
	border-radius: 0.7rem;
	border:7px solid #FFC700;
	width: 55%;
	overflow: hidden;
	box-sizing: border-box;
}
.item-equipo .img-equipo img {
	width: 100%;
	height: auto;
}
.item-equipo .text-equipo {
	background: #FFC700;
	border-radius: 0 1rem 1rem 0;
	padding: 1rem;
	width: 45%;
	box-sizing: border-box;
}
.item-equipo .text-equipo h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: -0.02em;
	text-align: left;
}
.item-equipo .text-equipo ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.item-equipo .text-equipo li {
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: -0.02em;
	text-align: left;
}
.banner-servicios {
	background: url("../images/foto-ejemplo.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.banner-servicios .container {
	position: relative;
	z-index: 2;
}
.banner-servicios::before  {
	background: #000;
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	border-radius: 0.5rem;
	opacity: .4;
	z-index: 1;
}
.banner-servicios h2 {
	font-size: 5.95rem;
	font-weight: 700;
	line-height: 5.3rem;
	letter-spacing: -0.02em;
	text-align: center;
	color: #FFF;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 2.25rem;
}
.banner-servicios h5 {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35rem;
	letter-spacing: -0.02em;
	text-align: center;
	color: #FFF;
	margin-bottom: 2.25rem;

}
.banner-servicios a.btn {
	border-radius: 0.5rem;
	border:1px solid #FFC700;
	font-size: 1.1rem;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
	color: #FFC700;
	padding: 1.3rem 2rem;
	line-height: 98%;
	transition: .5s;
}
.banner-servicios a.btn:hover {
	background: #FFC700;
	color: #505050;
}
.cont-clientes {
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: center;
}
.cont-clientes .col {
	min-width:12.7%;
	max-width:12.7%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont-clientes .col img {
	max-width: 100%;
	max-height: 100%;
}
footer {
	background: #1A1A1A;
	padding-top: 2rem;
	text-align: center;
	padding-bottom: 2rem;
}
footer h5 {
	color: #FFC700;
	font-size: 0.95rem;
	line-height: 100%;
	font-weight: 800;
	margin-bottom: 0;
}
footer p {
	color: #FFF;
	font-weight: 500;
	font-size: 0.95rem;
	line-height: 100%;
}
footer p strong {
	font-weight: 800;
}
footer::after {
	content:'';
	background: #FFC700;
	width: 5.5rem;
	height: 0.15rem;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 1990px) {
	html,body {
		font-size: 16px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1500px;
	}
}
@media (max-width: 991px) {
	.cont-form {
		margin-top: 2rem;
	}
	.card {
		height: auto;
		margin-bottom: 2rem;
	}
	.cont-clientes .col {
		min-width: 25%;
		max-width: 25%;
	}
}
@media (max-width: 768px) {
	html,body {
		font-size: 14px;
	}
	.cont-clientes .col {
		min-width: 33%;
		max-width: 33%;
	}
}
.btn-lateral {
	background: #1A1A1A;
    transform: rotate(90deg);
    position: fixed;
    right: -103px;
    top: 35%;
    height: 44px;
    width: 250px;
    z-index: 5;
    border-radius: 0 0 .5rem .5rem;
    color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	font-weight: 600;
	font-size: 1rem;
	
}
.btn-lateral:hover {
	background: #FFC700;
	color: #1A1A1A;
	text-decoration: none;
}

.btn-lateral img {
	height: 1rem;
	margin-right: 10px;
}
.hidden {
	display: none;
}