.carouselbc{
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.carousel1{
	background-image: url('../img/inicio/slider.jpg');
}
.carousel2 {
    background-image: url('../img/inicio/slider2.jpg');
    background-position-y: -180px;
}
.carousel3 {
    background-image: url('../img/inicio/tierra.jpeg');
	background-size: 100% 200%;
}

.textserv{
	text-align: center;
    color: white;
    text-decoration: none;
}

.carousel-indicators [data-bs-target] {
	height: 12px;
    border-radius: 10px ;
    border: 0;
    width: 12px;
    margin-top: 10px;
	background-color: blue;
}
.carousel-indicators .active {
    opacity: 1;
	background-color: white;
}

.imgbienvenidos{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/inicio/bienvenidos.jpg');
	height: 100%;
	width: 100%;
}

.sec_bienvenidos{
	display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    padding-top: 50px;
	padding-bottom: 50px;
    gap: 30px;
    text-align: justify;
}
.bienvenidostxt{
	display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 60px;
    padding-bottom: 50px;
}

.sec2{
	background-color: black;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}
.sec2fotos{
	display: grid;
	grid-template-columns: repeat(3, 0.333fr);
	gap: 40px;
}
.foto{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foto:hover{
	opacity: 1;
}
.foto1{
	background-image: url('../img/inicio/bienesRaices.png');
}
.foto2{
	background-image: url('../img/inicio/coaching.png');
}
.foto3{
	background-image: url('../img/inicio/DesarrolloAndroid.jpg');
}

.sec3{
	background-image: url('../img/inicio/sec3slider.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 400px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 400px;
}
.sec3txt{
	position: relative;
    left: 520px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec4{
	background-image: url('../img/inicio/sec4slider.jpg');
	height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1300px) {
	.carousel2 {
		background-position-y: -100px;
	}
}
@media (max-width: 1090px) {
	.carousel2 {
		background-position-y: -30px;
	}
}
@media (max-width: 1045px) {
	.sec3{
		background-size: cover;
	}
}
@media (max-width: 1024px) {
	.sec_bienvenidos {
		grid-template-columns: 1fr;
	}
	.sec2fotos {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 970px) {
	.sec3txt{
		left: 460px;
	}
}
@media (max-width: 840px) {
	.sec3txt{
		left: 420px;
	}
}
@media (max-width: 768px) {
	.carousel2 {
		background-position-y: 0px;
	}

	.sec3txt {
		text-align: center;
		position: inherit;
		color: white;
		background-color: #000000b4;
		padding: 10px;
	}
	
	.sec3 {
		margin-right: 0px;
	}
}


