@charset "utf-8";
/* CSS Document */

.cabezote {
	padding: 20px 0px;
}


.bg-orange {
	background-color: #f1592a;
}

.seccion {
	padding-top: 80px;
	padding-bottom: 80px;
}
#contacto {
	background-image: url(images/contacto.jpg);

}
#contacto .tint {
	background-color: #530035d6;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.btn-primary {
    color: #fff;
	background-color:#f1592a;
	border-color:transparent;
	border-radius: 0px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #840f5b;
	border-color: transparent;
}

.nav-link { outline: none; }

.navbar-dark .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
	margin-right: 10px;
	margin-left: 10px;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
	border: 1px solid #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #f1592a;
	border-color: transparent;
}

#main_nav .navbar-nav li > a {
	color: #fff;
	transition: all 0.5s;
	text-transform: capitalize;
	font-weight: 600;
}
#main_nav .navbar-nav li > a:hover, #topheader .navbar-nav li > a:focus {
  color: #fff;
}

#main_nav .navbar-nav li.active > a {
	border: 1px solid #fff;
  	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
	background-color: #f1592a;
	border-color: transparent;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
	background-color: #f1592a;
	border-color: transparent;
}

#sliderPrincipal .carousel-inner::after {
    /*position: absolute;
    left: -200px;
    top: 0;
    width: 75%;
    height: 100%;
    transform: skew(-22deg);
    background: rgba(63, 10, 100, 0.7);
    transition: all 0.5s;
	z-index: 1;*/
}

#sliderPrincipal .img-slider::after {
	position: absolute;
    left: -200px;
    top: 0;
    width: 75%;
    height: 100%;
    transform: skew(-22deg);
    background: rgba(63, 10, 100, 0.7);
    transition: all 0.5s;
	z-index: 1;
}

#sliderPrincipal .carousel-control-next {
    z-index: 99;
}

.fondo-slider {
	position: absolute;
	left: -200px;top: 0;
	width: 75%;
	height: 100%;
	transform: skew(-22deg);
	background:rgba(63, 10, 100, 0.7);
	transition: all 0.5s;
}

.carousel-caption {
	text-align: left;
    height: 100%;
}
.img-slider{
	height: 700px;
	background-position: center;
	background-size: cover;
}

.dropdown { z-index: 9999; }

ul li {list-style: none;}

.servicios-container {
	top: -100px;
	position: relative;
	z-index: 20;
}
.servicios li {
	overflow: hidden;
	padding: 0px;
}

.triangulo-izquierdo {
	width: 100%;
	height: 0;
	border-left: 1700px solid #b01f7d;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
}

.triangulo-derecho {
	width: 100%;
	height: 0;
	border-right: 1700px solid #840f5b;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	right: 0px;
	position: absolute;
}
.triangulo-derecho:before {
	left: 0;
}

.caja-servicio {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 20px;
	top: 0;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.caja-servicio h4 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
}

.caja-servicio p {
	color: white;
	font-size: 14px;
}

.sevicio-zoom{
	-webkit-transition: all 0.5s ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 0.5s ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 0.5s ease-in;
	-moz-transform: scale(1);
	transition: all 0.5s;
	transform: scale(1);
}
.sevicio-zoom img {transition: all 0.5s;}
.sevicio-zoom:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);

	transition: all 0.5s;
}

.tituloh3 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.tituloh3::after {
	background: #f1592a none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	margin-top: 15px;
	width: 80px;
}

.subtitulo {
	color: #872361;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

.seccion .tituloh3::after {
    margin: 10px auto;
}


.caja {
	height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.caja-info {
	background-color: #840f5bbd;
	position: absolute;
	width: 100%;
	height: 65px;
	bottom: 0px;

	 transition: height 450ms;
    -moz-transition: height 450ms;
    -webkit-transition: height 450ms;
}

.caja:hover .caja-info {
	height: 100%;
    transition: height 450ms;
    -moz-transition: height 450ms;
    -webkit-transition: height 450ms;

}

.sub-caja-info {
	padding: 20px 30px;
	color: white;
}

.sub-caja-info h4 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 5px;
}

.fa-li {
    top: 0px!important;
    font-size: 18px;
}

.form-control {
    border: 0px;
    border-radius: 0px;
}

.redes-sociales li{
	font-size: 1.6em;
	margin-right: 15px;
	/*display: inline-block;*/

}

.redes-sociales li a{
	color: white;
}

.redes-sociales li a span {
	font-size: 16px;
}

.borde-izquierdo {
	width: 1px;
	background-color: white;
	height: 100%;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #f1592a;
}

.nav-tabs .nav-link {
	color: #212529;
}

.escribenos {
	display: flex;
	justify-content:flex-end;
	align-items: center;
}

.caja:hover h4 {
	white-space: normal;
}

@media (max-width: 767.98px) {

	.escribenos {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.fondo-slider {
		left: 0px;
		width: 100%;
		height: 100%;
		transform: skew(0deg);
	}

	.carousel-caption {
    	left: 5%;
    }

	.display-4 {
		font-size: 2.8rem!important;
	}

	.triangulo-derecho {
		width: 100%;
		height: 0;
		border-right: 1700px solid #840f5b;
		border-top: 150px solid transparent;
		border-bottom: 150px solid transparent;
		left: -1100px;
		position: absolute;
		justify-content: right;
		display: flex;
		 position: relative;

	}

	.logo {
		display: flex;
		justify-content: center;
	}

	.escribenos {
		display: flex;
		justify-content: center;
	}

	.imginfra {
		margin-bottom: 20px;
	}

}