.titulo {
    text-align: center;
    color: #FF6600;
    font-size: 65px;
    width: 100%;
    position: relative;
    margin: 20px auto;
}
.beneficiosimg
{
border: 5px solid #ff5800;
width: 100%;
height: 10%;
}
.titulo2 {
    text-align: right;
    color: #FF6600;
    font-size: 45px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.comerp
{
    font-size: 25px;
}

.mapa
{
    width: 40%;
    margin-left: 34%;
}

#textocomer
{
    color: grey;
}
.icono {
    margin-left: 10px;
    width: 45px;
    height: 45px;
}
.contenedor
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.linea-divisora {
    width: 100%;
    height: 75px;
    background-color: #FF5800;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texto_intro {
    font-family: 'intelo';
    font-size: 25px;
    text-align: justify;
    width: 60%;
    margin: 20px auto;
}
.circulo {
    width: 600px;
    height: 600px;
    background-color: #FF5800;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: -450px;
}
.inicio {
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.img1Gaso {
    width: 100%;
    max-width: 599px;
    height: auto;
    margin: 20px auto;
    border: 6px solid #FF5800;
    border-radius: 17px;
    margin-left: 37%
}

@media (max-width: 768px) {
    .titulo {
        font-size: 36px;
        margin: 10px auto;
    }
    .titulo2 {
        font-size: 28px;
        margin: 10px auto;
    }
    .texto_intro {
        font-size: 10px;
        margin: 50px auto;
    }
    .circulo {
   display: none;
    }
    .img1Gaso {
        max-width: 83%;
        margin: 10px auto;
        border-radius: 6px;
        margin-left: 9%;
    }
    

}

@media (max-width: 800px) {
    .circulo{
        display: none;
    }
}

.conmoda {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}
.header {
    text-align: center;
    margin-bottom: 20px;
}
.header h1 {
    color: #f58220;
}
.section {
    margin-bottom: 40px;
}
.section h2 {
    color: #f58220;
    margin-bottom: 20px;
}
.section p {
    line-height: 1.6;
}
.benefits, .cluster {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.benefit, .location {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.benefit img, .location img {
    border: 5px solid #ff5800;
    max-width: 69%;
    height: auto;
    border-radius: 8px;
    margin-left: 18%;
}
.map img {
    width: 100%;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .benefit, .location {
        max-width: 100%;
    }
    .comerp{
        font-size: 25px;
    }
    .letrali{
        font-size: 25px;
    }
}

.conteoccidente {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.cluster-map {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contracts {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .cluster-map {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .contracts {
        margin-top: 20px;
        width: 43%;
        text-align: justify;
        font-size: 20px;
        margin-left: 29%;
        margin-bottom: 62px;
    }
}

@media (max-width: 767px) {
    .cluster-map {
        flex-direction: column;
    }

    .contracts {
        margin-top: 20px;
        width: 66%;
        text-align: justify;
        font-size: 20px;
        margin-left: 19%;
        margin-bottom: 10%;
    }
    .mapa{
        width: 100%;
        margin-left: 0;
    }
}
.linea-divisora
{
    margin-top: 101px;
    width: 100%;
    height: 30px;
    background-color: #FF5800;
    display: flex;
    justify-content: center;
}
.iconito {
    width: 70px;
    height: 50px;
}
.letrali{
    font-size:25px;
}