#piedepagina {
    height: 38px;
    width: 417px;
    text-align: justify;
    font-size: 16px;
    margin: 25px;
}

.icono {
    margin-bottom: 1px;
    width: 45px;
    height: 45px;
}

.titulo {
    text-align: center;
    color: #FF6600;
    font-size: 65px;
    width: 350px;
    margin-left: 34%;
}

.texto1 {
    text-align: center;
    color: black;
    font-size: 25px;
    width: 60%;
    margin-left: 249px;
    text-align: justify;
}

.circulo {
    width: 600px;
    height: 600px;
    background-color: #FF5800;
    border-radius: 50%;
    position: absolute;
    left: -150px;
    transform: translateX(-50%);
}

.titulo2 {
    text-align: right;
    color: #FF6600;
    font-size: 45px;
    width: 450px;
    margin-left: 1005px;
}

.productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.productos img {
    width: 50%;
    max-width: 300px;
    height: auto;
    border: 5px solid #ff5800;
    margin-top: 20px;
    margin-left: 24%;
}

.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;
}

.cuadrogaso button {
    background-color: #ff5800;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 236px;
    height: 49px;
}

.cuadrogaso button:hover {
    background-color: #e06b00;
}

a .span {
    color: orange;
}

.imgcredito {
    width: 28%;
    height: 47%;
    margin-left: 72%;
    margin-top: -14%;
    margin-bottom: 27px;
}

.textoiz {
    width: 36%;
    font-size: 20px;
    color: black;
    text-align: justify;
    margin-left: 19%;
}

.bt1 {
    margin: 10px;
    font-size: 15px;
    box-shadow: 1px 2px 5px #888888;
    margin-right: 40%;
}

.beneficios_iconos {
    width: 70%;
    height: 40%;
    margin-top: -9%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.solicita {
    color: #f67c00;
    font-size: 65px;
    font-weight: 700;
    margin-top: 5%;
    margin-right: 40%;
}

.item img {
    width: 150px;
    height: 150px;
}

.item p {
    text-align: center;
    margin-top: 5px;
}

.contenedorr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 5%;
}

.cuadrogaso {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
}

.otrotitulo {
    color: #f67c00;
    font-size: 30px;
    font-weight: 700;
    margin-top: 5%;
    margin-right: 0;
}

.subtitulo {
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
}

.iconos {
    width: 85px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
}

#ac
{
        width: 96px;
        margin: 0 auto;
        margin-bottom: 15px;
        display: flex;
}

#factu {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
}

.sina {
    color: white;
    text-decoration: none;
}

/* Media Queries */

@media (max-width: 1440px) {
    .titulo2 {
        font-size: 35px;
        width: 400px;
        margin-left: 700px;
    }
}

@media (max-width: 1024px) {
    .titulo2 {
        font-size: 30px;
        width: 350px;
        margin-left: 100px;
    }
}

@media (max-width: 768px) {
    .titulo {
        font-size: 45px;
        width: auto;
        margin-left: 0;
    }
    .texto1 {
        font-size: 27px;
        width: auto;
        margin-left: 0;
        text-align: justify;
    }
    .titulo2 {
        font-size: 25px;
        width: 300px;
        margin-left: 19px;
    }
    .tituloiz {
        font-size: 35px;
        width: auto;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
    .imgcontene {
        display: grid;
        margin-left: 80px;
    }
    .circulo {
        display: none;
    }
    .inicio {
        text-align: center;
        margin-left: -31px;
        margin-right: 9px;
    }
    .imgcredito {
        display: none;
    }
    .productos img {
        width: 45%;
        margin-top: 50px;
    }
    .solicita {
        font-size: 50px;
        margin-right: 0%;
    }
}

@media (max-width: 600px) {
    .beneficios_iconos {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .item {
        margin: 15px 0;
    }
    .item img {
        width: 100px;
        height: 100px;
    }
    .textoiz {
        width: 100%;
        font-size: 18px;
        color: black;
        margin-left: 32px;
    }
    .cuadrogaso button {
        margin-right: 0%;
    }
    .iconos {
        margin-left: 39%;
    }
    #factu {
        display: none;
    }
}

@media (max-width: 480px) {
    .titulo2 {
        font-size: 20px;
        width: 250px;
        margin-left: 50px;
    }
    .productos img {
        width: 100%;
    }
}
