/*========SECC 1========*/
.servicios1{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)),  url('../img/servicios/banner1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.servicios1-txt{
	position: absolute;
	left: 9%;
	top: 25%;
	transform: translateY(-50%);
}
.servicios1-txt h2{
	font-size: 4rem;
	color: #EDB400;
	margin: 0 0 25px 0;
	font-weight: 600;
	line-height: 1;
	text-shadow: 1px 1px 2px #545454;
}
.servicios1-txt h2 span{
	font-size: 5.3rem;
	color: #DB9065;
	font-weight: 700;
}
.servicios1-txt p{
    max-width: 500px;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #545454;
}


/*=====================SECCIÓN 2=====================*/
.secc2{
    max-width: 1400px;
    margin-left: unset;
    margin-right: unset;
    margin-top: 50px;
    width: 450px;
    color: #00032B;
}
.secc2 h2{
    font-weight: 400;
}


/*=====================SECCIÓN 3=====================*/
.secc3{
    margin-top: 50px;
    max-width: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
}
.secc3 p{
    color: #013753;
}
.secc3_espacio{
    width: 10%;
}
.secc3_item{
    display: flex;
    justify-content: space-between;
}
.secc3_item img{
    border-radius: 1rem;
}
.secc3_textos{
    width: 39%;
    padding-left: 20px;
    padding-right: 20px;
}
.secc3_textos h4{
    color: #013753;
    position: relative;
}
.secc3_textos p{
    color: #5C5C5C;
}
/*--------LINEA---------*/
.seccM{
    position: relative;
}
.linea_tiempo{
    top: 60px;
    margin-top: 5px;
    width: 0;
    position: absolute;
    border: solid 1px #00808D;
    height: 1050px;
    left: 4%;
}
/*--------BOLITAS---------*/
.bolita{
    top: -5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #013753;
    border-radius: 50%;
    left: -40px;
}
.b2{
    top: 10%;
}
.b3{
    top: 10%;
}
.b4{
    top: 10%;
}



/*========RESPONSIVE========*/
@media(min-width: 320px){
	.servicios1-txt h2{
		font-size: 2.5rem;
	}
	.servicios1-txt h2 span{
		font-size: 3.5rem;
	}
	.servicios1{
		background-position: 10% center;
	}
}
@media(min-width: 375px){
	.servicios1{
		background-position: center;
	}
}
@media(min-width: 425px){
	.servicios1-txt h2{
		font-size: 3.2rem;
	}
	.servicios1-txt h2 span{
		font-size: 4.5rem;
	}
}
@media(max-width: 767px){
	.servicios1-txt{
		width: 80%;
		top: 22%;
	}
}
@media(min-width: 768px){
	.servicios1{
		height: 420px;
	}
    .servicios1-txt h2{
		font-size: 3.8rem;
	}
	.servicios1-txt h2 span{
		font-size: 5rem;
	}
}
@media(min-width: 1200px){
	.servicios1{
		height: 500px;
	}
	.servicios1-txt h2{
		font-size: 4rem;
	}
	.servicios1-txt h2 span{
		font-size: 5.5rem;
	}
}
@media(min-width: 1600px){

	.servicios1-txt h2 {
	    font-size: 5.5rem;
	    margin-bottom: 30px;
	}
	.servicios1-txt h2 span {
	    font-size: 7rem;
	}
	.servicios1-txt p {
	    font-size: 1.3rem;
	}
}

@media (min-width: 320px){
    .secc2{
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .seccM{
        display: none;
    }
    .secc3_item {
        flex-direction: column;
    }
    .secc3 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .secc3_textos {
        width: 100%;
        padding-left: 20px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px){
    .seccM{
        display: block;
    }
    .secc3_item {
        flex-direction: row;
    }
    .secc2 h2{
        width: 415px;
    }
    .secc3_textos {
        padding-right: 60px;
    }
}


@media(max-width: 1366px){

}

@media(max-width: 1200px){
    .servicios1-imagen{
        width: 110%;
    }
    .secc3_textos h4 span{
        display: none;
    }
}
@media(max-width: 1050px){
    .servicios1-imagen{
        width: 115%;
    }

}
@media(max-width: 992px){
    .servicios1-imagen{
        width: 100%;
        background-size: cover;
        background-image: url('../img/servicios/banner.jpg');
        background-position: center;
        justify-content: center;
        margin-left: unset;
    }
    .servicios1-textos{
        width: 100%;
    }
    .servicios1-textos-bg{
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgba(0, 0, 0, 0.171);
        backdrop-filter: blur(0.5rem);
    }
    .servicios1-textos-bg-int{
        text-align: center;
    }
}