.carousel-indicators {
    flex-direction: column;
	top: 0;
    /* top: 20%; */
    /* bottom: auto !important; */
    margin-left: 70px;
    margin-right: 70px;
}
.contactenos-carousel-btn-ol button {
    border: 0 !important;
    border-radius: 50% !important;
    width: 12px !important;
    /* background: rgba(115, 30, 255, 0.5); */
    background: rgba(245, 207, 194, 0.5);
    height: 12px !important;
    /* margin: 0 8px !important; */
    margin-bottom: 10px;
	opacity: 1 !important;
}
.contactenos-carousel-btn-ol button.active{
    background: #f5cfc2;
}
.contactenos-carousel-btn-ol button:hover,
.contactenos-carousel-btn-ol button:active{
    background: #f5cfc2;
    transition: all 0.4s;
}
.banner-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
}
.slider-1{
    background-image: url('../img/contactenos/fondo.jpg');
}
/* Seccion 1 */
.contactenos1{
	padding: 50px 80px;
}
.contactenos1-1-subtitulo{
	color: #f7a001;
	font-size: 0.8rem;
}
.contactenos1-1-titulo{
	font-size: 3.5rem;
	font-weight: 700;
}
.contactenos1-1-texto{
	font-size: 0.8rem;
}
.contactenos1-1{
	width: 35%;
	padding-right: 100px;
}
.contactenos1-2{
	padding-top: 30px;
	width: 65%;
}
.form-label{
	font-size: 0.8rem;
	font-weight: 600;
}
.form-control{
	border: none;
	border-radius: 0;
	background-color: #ebebeb;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 0.8rem;
}
.btn-send{
	border: none;
	color: white;
	background-color: #E73637;
	padding: 20px 30px;
	font-size: 0.8rem;
}
/* Fin Seccion 1 */

/* Seccion 2 */
.contactenos2-1{
	width: 50%;
}
.contactenos2-2{
	width: 50%;
}
.contactenos2-2-cont{
	background-color: white;
	width: 80%;
	position: relative;
	padding: 50px;
	left: -70px;
}
.contactenos2-subtitulo{
	color: #f7a001;
	font-size: 0.8rem;
}
.contactenos2-titulo{
	font-size: 3.5rem;
	font-weight: 700;
}
.contactenos2-texto{
	font-size: 0.8rem;
}
/* Fin Seccion 2 */

@media(max-width: 1600px){
	.contactenos2-2-cont{
		width: 100%;
	}
}
@media(max-width: 1440px){
	.contactenos1-1{
		width: 40%;
	}
	.contactenos1-2{
		width: 60%;
	}
	/* .contactenos2-1{
		width: 45%;
	}
	.contactenos2-2{
		width: 55%;
	} */
}
@media(max-width: 1200px){
	.contactenos1-1{
		width: 50%;
	}
	.contactenos1-2{
		width: 50%;
	}
	/* .contactenos2-1{
		width: 40%;
	}
	.contactenos2-2{
		width: 60%;
	} */
}
@media(max-width: 992px){
	.banner-slider{
        height: 380px;
    }
	.contactenos1{
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
	}
	.contactenos1-1{
		width: 100%;
		padding-right: 0;
	}
	.contactenos1-2{
		width: 100%;
	}
	.contactenos2{
		flex-direction: column-reverse;
	}
	.contactenos2-2{
		width: 100%;
	}
	.contactenos2-2-cont{
		left: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	
}
@media(max-width: 768px){}
@media(max-width: 576px){
	.banner-slider{
        height: 280px;
    }
	.carousel-indicators {
        margin-left: 30px;
        margin-right: 30px;
    }
	.contactenos1-1-titulo{
		font-size: 3rem;
	}
	.contactenos2-titulo{
		font-size: 3rem;
	}
}
@media(max-width: 425px){
	.carousel-indicators {
        margin-left: 20px;
        margin-right: 20px;
    }
	.contactenos-carousel-btn-ol button {
        width: 8px !important;
        height: 8px !important;
        margin-bottom: 10px;
    }
	.contactenos1{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contactenos1-1-titulo{
		font-size: 2.5rem;
		text-align: center;
	}
	.contactenos1-1-subtitulo{
		text-align: center;
	}
	.contactenos1-1-texto{
		text-align: justify;
	}
	.contactenos2-titulo{
		font-size: 2.5rem;
		text-align: center;
	}
	.contactenos2-subtitulo{
		text-align: center;
	}
	.contactenos2-texto{
		text-align: justify;
	}
	.contactenos2-1{
		width: 100%;
	}
	.contactenos2-2-cont{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 375px){}