

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');/* tipografia Roboto*/

/* bloque1********************************************************************************************* */

#seccion1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerPortada {
    display: flex;              
    width: 100%;                

   
}

.textoPortada, .textoImg {
    flex: 1;                    
    height: 100%;          
}
.textoPortada h1{
color:white;
}
.textoPortada h2{
    color:#fb7900;
}
.textoPortada h3{
    font-size: 3.5rem;
    color:white;
    }
.textoPortada ul {
    padding-left: 0; 
    list-style-type: none; 
}

.textoPortada ul li {
    position: relative; 
    padding-left: 10px; 
    color: white; 
    font-size: 16px; 
    font-weight: 400;
    font-family: "Helvetica Neuer";
}

/* Estilo para el punto naranja */
.textoPortada ul li::before {
    content: ''; 
    position: absolute; 
    left: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 5px; 
    height: 5px; 
    background-color: orange;
    border-radius: 50%; 
}

#bloque1{
    width: 100%;
    height: auto;
    background-color: var(--color-c1);
    background-image: var(--img-pc);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

/* bloque3********************************************************************************************* */



#bloque3 h6{
    font-size: 28px;
    padding-top: 30px;
}
#containerCajas{
    padding-top: 30px;
  
}
#section{
    display:flex;
    justify-content: center;
    align-items: center;
}

/* CAJAS */

.target{
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border:1px solid black;
}
.target p{
    font-size: 21px;
    color: #fa7b00;
}
.containerIconos{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imgText{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
   
}
.imgText p {
    font-size: 16px;
    color: black;
    margin: 0px;
    word-wrap: break-word;  /* Asegura que el texto se ajuste cuando sea largo */
    overflow-wrap: break-word; /* Propiedad más moderna */
    
}

/* Iconos IMG *************************************************************** */
.iconofibra{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/iconos/iconofibra.webp);
    background-size: cover;
    background-position: center;
}
.iconoGBdatos{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/iconos/iconoGBdatos.webp);
    background-size: cover;
    background-position: center;
}
.iconoGB{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/iconos/iconoGB.webp);
    background-size: cover;
    background-position: center;
}
.iconoLineamovil{
    width: 30px;
    height: 50px;
    margin-right: 10px;
    background-image: url(../images/iconos/iconoLineamovil.webp);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.iconoLinaFija{
    width: 30px;
    height: 50px;
    margin-right: 10px;
    background-image: url(../images/iconos/iconoLineaFija.webp);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: center;
}

/* SECCION PRECIOS DE LAS CAJAS */


.divtextPrecio{
    width: 100%;
}

.divtextPrecio p{
   font-size: 37px;
   color:black;
   margin: 0px;
}
.mes{
    font-size: 20px;
    color:black;
}
.divtextPrecio .despues{
    font-size: 13px;
    color:black;
    margin-top: -10px;
}
.divtextPrecio .sinPermanencia{
    color: #fa7b00;
    font-size: 18px;
}
.btnInfo{
    width: 70%;
    height: 40px;
    border:none;
    background-color: #fb7900;
    color:white;
}
/* SMARPHONES Y TABLETS****************************************************************************************  */
/* bloque1********************************************************************************************* */
@media (max-width: 1100px) {
    .textoPortada h3{
        font-size: 2.5rem;
        color:white;
        }
     
}

@media (max-width: 980px) {
    #bloque1{
        width: 100%;
        height: auto;
        background-color: var(--color-c1);
        background-image: var(--img-pc);
        background-size: contain;
        background-position: 100px;
        padding: 20px;
    }
  


}

@media (max-width: 767px) {
 /* bloque1 *********************************************************** */
    #bloque1{
        width: 100%;
        height: auto;
        background-color: var(--color-c1);
        background-image: var(--img-movil);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 10px;
    }

    .containerPortada {
        flex-direction: column;  
    }
    .textoPortada, .textoImg {
        flex: none;              
        width: 100%;
        padding-bottom: 200px;
    }

/* bloque3 *********************************************************** */
#bloque3 h6 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

}

@media (max-width: 360px) {

   
    /* bloque3 *********************************************************** */
    #bloque3 h6 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    }
