.ofrecemosp {
    text-align: center;
    font-size: 20px;
    color: #FF5800;
    margin-right: 10px;
}

.titulo {
    text-align: center;
    color: #FF6600;
    font-size: 65px;
    width: 100%;
    margin: 0 auto;
}

.titulo2 {
    text-align: center;
    color: #FF6600;
    font-size: 65px;
    width: 100%;
    margin: 0 auto;
}

.tituloiz {
    text-align: left;
    color: #FF6600;
    font-size: 45px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.img1Gaso {
    display: block;
    margin: 20px auto;
    height: auto;
    width: 50%;
    border: 4px solid #FF6600;
}

.icono {
    margin-bottom: 14px;
    width: 61px;
    height: 65px; 
}

.subtitulo {
    color: gray;
    text-align: center;
    font-size: 25px;
}

#letrafiltro {
    font-family: intelo;
    color: #FF6600;
    text-align: center;
    font-size: 25px;
    margin-right: 70px;
}

.linea-divisora {
    margin-top: 101px;
    width: 100%;
    height: 75px;
    background-color: #FF5800;
    display: flex;
    justify-content: center;
}

.linea-divisora img {
    max-width: 100%;
    color: black;
}

.linea-divisora2 {
    margin-top: 35px;
    width: 100%;
    height: 75px;
    background-color: #FF5800;
    display: flex;
    justify-content: center;
}

.texto_intro {
    font-family: 'intelo';
    font-size: 21px;
    margin: 0 auto;
    text-align: justify;
    width: 100%;
    margin-top: 13%;
}

.texto_introderec {
    font-family: 'intelo';
    font-size: 25px;
    margin: 0 auto;
    text-align: justify;
    width: 78%;
    margin-top: 0%;
}

.circulo {
    width: 600px;
    height: 600px;
    background-color: #FF5800;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: -150px;
    transform: translateX(-50%);
}

.imgcontene {
    display: flex;
    align-items: flex-end;
    margin-top: 120px;
}

.bordes {
    height: 300px;
    width: 300px;
    border: 5px solid #FF5800;
    margin: 5px;
}

.inicio {
    text-align: center;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo {
    width: 400px;
    height: 348px;
    margin: 20px auto;
}

.fila {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item {
    flex: 1 1 200px;
    margin: 10px;
    text-align: center;
}

.item img {
    max-width: 100%;
    height: auto;
}

.img1Gasoiz {
    display: block;
    margin: 20px auto;
    height: auto;
    width: 50%;
    border: 4px solid #FF6600;
}

.conocegas {
    font-family: 'intelo';
    font-size: 50px;
    text-align: center; 
    width: 80%;
    margin: 0 auto;
    color: #FF6600;
    display: flex;
    flex-direction: column;
    gap: 5px;

}

.inicio {
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.contenedor
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.comerp
{
    font-size: 25px;
}

.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;
}

.letrali{
    font-size:25px;
}
.conocegas2 {

    font-family: 'intelo';
    font-size: 0px;
    margin: 0 auto;
}

.conocegas3 {
    color: black;
    font-family: 'intelo';
    font-size: 20px;
    width: 80%;
    margin: 20px auto;
    margin-bottom: 0%;
}

.butonaccede {
    background-color: #ff5800;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 236px;
    height: 49px;
    margin-left: 0%;
    margin-bottom: 5%;
    font-size: 23px;
}

.adivis {
    text-decoration: none;
    color: white;
}

.adivis:link {
    color: white; 
    text-decoration: none; 
}

.adivis:hover {
    color: wheat; 
    text-decoration: none;
}


@media (max-width: 1200px) {
    .titulo, .titulo2, .tituloiz {
        font-size: 45px;
        margin: 20px auto;
    }
    
    .img1Gaso, .img1Gasoiz {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .titulo, .titulo2, .tituloiz {
        font-size: 35px;
        margin: 20px auto;
    }
    
    .img1Gaso, .img1Gasoiz {
        width: 80%;
    }

   

    .circulo {
        display: none;
    }

    .inicio {
        display: block;
        margin: 20px auto;
    }

    .logo {
        width: 60%;
    }

    .linea-divisora2 {
        margin-top: 30px;
    }

    .conocegas, .conocegas2 {
        width: 100%;
        font-size: 30px;
    }
    .conocegas3
    {
    font-size: 25px;    
    }

    .butonaccede {
        width: 100%;
        font-size: 25px;
        height: 60px;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .titulo, .titulo2, .tituloiz {
        font-size: 30px;
    }

    .img1Gaso, .img1Gasoiz {
        width: 90%;
    }

    .texto_intro, .texto_introderec {
        font-size: 16px;
    }

    .logo {
        width: 80%;
    }

     .conocegas2 {
        font-size: 34px;
        color: #FF5800;
    }

    .conocegas3
    {
        font-size: 18px;
        color: black;
    }
    .butonaccede {
        font-size: 18px;
    }
    .conocegas
    {
        font-size: 50px;
        color: #FF5800;
    }
}


.conteoccidente {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    right: 50%;
  
}

.header {
    text-align: center;
}

.content {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0px;
}

.text-block, .image-block {
    padding: 0px;
    display: flex;
    align-items: center;
}

.text-block img {
    width: 50px; 
    display: grid;
    margin-bottom: 20px;
}

.image-block img {
    width: 800px;
    height: auto;   
    border: 4px solid #FF6600;
    margin-top: 14%;
    margin-left: 15%;
}


@media (max-width: 768px) {
    .content {
        grid-template-columns: 1fr;
    }
    
    .image-block img, .text-block img {
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0%;
    }
    
}


.conteoccidente {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}
.title {
    color: #f58220;
    margin-left: 50%;
}
.subtitle {
    color: black;
}
.cluster-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.cluster-map img {
    max-width: 100%;
    height: auto;
}
.locations {
    color: black;
    margin-top: 10px;
}
.contracts {
    margin-top: 20px;
    text-align: left;
}
.contracts p {
    font-weight: bold;
    color:#ff5800
}
.contracts .contract-period {
    margin-left: 20px;
}
.number {
    position: absolute;
    background-color: #f58220;
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 0.8em;
}

@media (max-width: 600px) {
    .title {
        font-size: 1.5em;
    }
}