
img{
width:100%;
	height:100%;
	object-fit:cover;
}
.row1{
height:70vh;
}

.image{
    width: 100%;
    height: 100%;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto {
    width: 100%;
    position: absolute;
    display: flex
;
    top: 24%;
    left: 0;
    height: fit-content;
    gap: 1.9em;
    flex-direction: column;
}
.texto1 {
    font-family: 'Satoshi Black';
    text-align: left;
    padding: 0 16em;
}
.texto1 h1 {
    line-height: 0.95em;
    height: 100%;
    font-size: 3.9em;
    color: #FFF;
    margin-bottom: 0.6em;
}

.texto1-p {
    display: flex
;
    flex-direction: column;
    width: 47%;
    gap: 1em;
}

.texto1-p p {
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 1.1em;
}

.nuestro-equipo{
padding:3em 0;
	display:flex;
	justify-content:center;
	background:linear-gradient(to right, #0073e6, #8b00e6);
}

.nuestro-equipo h2{
color: #FFF;
    font-family: 'Satoshi Black';
    font-size: 2.9em;
}

.row2{
padding:3em 0;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:3em;
}

.equipo-texto{
width: 51%;
    text-align: center;
    display: flex
;
    flex-direction: column;
    gap: 1em;
}

.equipo-texto p{
    font-family: 'Satoshi';
	font-size:1.1em;
}

.foto-equipo{
width:60%;
}

.row3{
padding:3em 24em;
}

.salvador {
    display: flex
;
    gap: 3em;
	align-items:center;
}
.foto-selma {
    width: 95%;
}

.selma-texto{
	display:flex;
	flex-direction:column;
gap:0.6em;
}

.selma-texto h2{
    font-family: 'Satoshi Black';
    text-transform: uppercase;
    font-size: 2.4em;
}

.selma-texto h3 {
    font-family: 'Satoshi Italic';
    font-size: 1.3em;
    letter-spacing: 0.05em;
}

.selma-p{
    width: 80%;
    display: flex
;
    flex-direction: column;
    gap: 1em;
}

.selma-p p{
font-family: 'Satoshi';
    font-size: 1.1em;
}

.row4 {
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3em 0;
    background-color: #0e1821;
	gap:2em;
}

.row4 h2 {
    color: #FFF;
    font-family: 'Satoshi Black';
    font-size: 4em;
    width: 33%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1em;
}

.btn-contacta button {
    font-family: 'Satoshi Black';
    font-size: 1.1em;
    padding: 0.9em 4em;
    border: 0;
    border-radius: 8px;
	transition:0.3s ease-in-out;
}

.btn-contacta button:hover{
transform:scale(1.1);
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) { 
.row3 {
    padding: 3em 6em;
}
	

}

@media only screen and (min-width:500px) and (max-width:1100px){
	.row1{
	height:71vh;
	}
	.texto{
	top:32%;
	}
.texto1{
	text-align:center;
		padding:0;
	}
	.texto1 h1{
	font-size:3.3em;
	}
	.texto1-p{
	margin-inline:auto;
		width:77%;
	}
	.row3{
	padding:3em 4em;
	}
	.salvador{
	flex-direction:column;
	}
	.foto-selma {
    width: 370px;
}
	.selma-texto {
    align-items: center;
}
	.selma-p p {
    text-align: center;
}
	.row4 h2 {
    font-size: 2.6em;
    width: 88%;
}
	.btn-contacta button {
    font-size: 1em;
    padding: 0.7em 3em;
}
}


@media only screen and (max-width:500px){
	.row1 {
    height: 90vh;
}
	.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66%;
}
	.row2 {
    gap: 2.2em;
}
	.texto1 h1{
	    font-size: 2.9em;
    text-align: center;
	}
	    .texto1-p {
        width: 94%;
        margin-inline: auto;
    }
	.texto1-p p{
	font-size:1em;
		text-align:center;
	}
	.nuestro-equipo h2 {
    font-size: 2.6em;
}
	.equipo-texto {
    width: 81%;
}
	.equipo-texto p{
	font-size:1em;
	}
	.foto-equipo{
	width:100%;
	}
.row3 {
    padding: 3em 0em;
}
	.texto1 {
    padding: 0 2em;
}
	
	.salvador{
	flex-direction:column;
		gap:2em;
	}
	.row4 h2 {
    font-size: 1.9em;
    width: 90%;
}
	
	    .foto-selma {
        width: 83%;
    }
	
.selma-texto{
	align-items:center;
	}
	
	.selma-texto h2{
	font-size:2.2em;	
	}
.selma-texto h3{
	font-size:1.2em;
	}
	
.selma-p p{
	font-size:1em;
	text-align:center;
	}
	
.btn-contacta button {
    font-size: 1em;
    padding: 0.7em 1.9em;
}
}


