
.header {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.titulo2 {
    text-align: right;
    color: #FF6600;
    font-size: 65px;
    width: 450px;
    text-align: center;
    margin-left: 150%;
}

.circulo {
    width: 600px;
    height: 600px;
    background-color: #FF5800;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    right: 93%;
    clip-path: circle(50% at 100% 50%);
}

.icono {
    margin-bottom: 1px;
    width: 45px;
    height: 45px;
}

.intro {
    text-align: center;
}

.titulo {
    font-size: 2.5em;
    color: #F60;
    margin-bottom: 20px;
    margin-right: 35%;
}

.intro-content, .experiencia {

display: flex;
align-items: center;
justify-content: center; 
margin-bottom: 19px;



}

.texto_intro {
    font-size: 25px;
    text-align: justify;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.5;
    margin-right: 5%;
}
.texto2 {
    font-size: 25px;
    text-align: justify;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.5;
    margin-left: 2%;
}
.texto3{
    font-size: 25px;
    text-align: justify;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.5;
    margin-left:12px;
}

.img1Gaso {
    width: 100%;
    max-width: 500px;
    height: auto;
    border: 5px solid #FF5800;
    margin-top: 20px;
}
.img1Gaso1{
    width: 100%;
    max-width: 500px;
    height: auto;
    border: 5px solid #FF5800;
    margin-top: 20px;
    margin-right: 20%;
}

.img1Gasoiz {
    flex: 1;
    max-width: 600px;
    height: 100px;
    width: 100px;
    margin: 20px;
    border: 2px solid #F60;
}

.experiencia-reverse {
    flex-direction: row-reverse;
}

.conocegas {
    text-align: center;
    margin: 20px 0;
    font-size: 40px;
}


.conocegas2 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
}


.conocegas3 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
}


.butonaccede {
    margin-left: 1%;
    background-color: #FF5800;
    color: white;
    border-radius: 100px;
    font-size: 20px;
    width: 200px;
    height: 45px;
    border: none;
}

.adivis {
    color: white;
    text-decoration: none;
}

.linea-divisora, .linea-divisora2 {
    margin-top: 101px;
    width: 100%;
    height: 75px;
    background-color: #FF5800;
    display: flex;
    justify-content: center;
}

.iconito {
    width: 75px;
    height: auto;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        text-align: center;
    }

    .intro-content, .experiencia, .experiencia-reverse {
        flex-direction: column;
    }

    .img1Gaso {
        margin-top: 20px;
    }

    .butonaccede {
        margin-top: 10px;
    }
    .titulo{
    margin-right: 0%;
    }
    .texto_intro {
        font-size: 25px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        line-height: 1.5;
    }
    .img1Gaso1 {
        width: 100%;
        max-width: 500px;
        height: auto;
        border: 5px solid #FF5800;
        margin-top: 20px;
        margin-right: 0%;
    }
    .titulo2 {
        text-align: right;
        color: #FF6600;
        font-size: 65px;
        width: 450px;
        margin-left:-25%;
    }
}