
/* GALAXY FOLD****************************** */
/* SECCION1***************************** */
#seccion{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.titleFold{
    font-family: 'Gotham Bold';
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.contenedorFold{
    display: flex;
   flex-direction: column;
  
}
.cardTopFold{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed0084;
    border-radius: 10px 10px 0px 0px;
}
.tituloFlashFold{
    font-style: italic;
    font-family: "Gotham Black";
    text-align: center;
    margin: 0px;
    line-height:1 ;
    color: white;
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cardPrecioFold{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
   
}

.tituloPromoFold{
    font-size: 1.8rem;
    font-style: italic;
    font-family: 'Gotham Bold';
    text-align: center;
    margin: 0px;
    line-height:1 ;
    color: black;
}
.tituloPromooo{
    font-size: 2rem;
    font-style: italic;
    font-family: 'Gotham Bold';
    text-align: center;
    margin: 0px;
    line-height:1 ;
    color: black;
}
.cardEurosFold{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eurosFold{
    font-size: 6rem ;
    font-family: 'Gotham Bold';
    color:#ed0084;
    margin: 0px;
    line-height: 1;
}
.cardMesFold{
    display: flex;
    flex-direction: column;
  
}
.simboloFold{
    font-size: 3rem ;
    font-family: 'Gotham Bold';
    color:#ed0084; 
    margin: 0px;
    line-height: 1;
}
.mesFold{
    font-size: 1.5rem ;
    font-family: 'Gotham Bold';
    color:#ed0084; 
    margin: 0px;
    line-height: 1;
  
}
.mesesFold{
    font-size: 1.5rem ;
    font-family: "Gotham";
    color:#ed0084; 
    margin: 0px;
    line-height: 1;
}

.cardBottomFold{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
}
.textoTarifaFold{
    color:white;
    font-size: 1.5rem ;
    font-family: 'Gotham Bold';
    margin: 0px;
    line-height: 1;

}

/* SECCION2.......................... */
.imagenPortadaFold{
    height: 350px;
background-image: url(../images/galaxyFold/imagenPortada.webp);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}

/* IPHONE 16************************** */

/* SECCION2.......................... */
.imagenPortadaIphone{
    height: 391px;
background-image: url(../images/iphone16/imagenPortada.webp);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
/* OPPO A5 PRO************************** */

/* SECCION2.......................... */
.imagenPortadaOppoA5{
    height: 395px;
background-image: url(../images/oppoA5/imagenPortada.webp);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}


/* MEDIAQUERIS***************************************** */


@media (max-width: 990px) {
    .titleFold{
        font-size: 1.5rem;
    }
    .tituloPromoFold{
        font-size: 1.5rem;
    }
}


@media (max-width: 750px) {
    .galaxyfold .boxPrincipal,
    .iphone16 .boxPrincipal,
    .oppoa5pro .boxPrincipal{
        padding: 10px 0;
    }

    .imagenPortadaFold{
        background-image: url(../images/galaxyFold/imagenPortada_xs.webp);
        height: 220px;
        margin-bottom: 20px;
    }
    .imagenPortadaIphone{
        height: 220px;
        margin-bottom: 20px;

    }
    .imagenPortadaOppoA5{
        height: 220px;
    background-image: url(../images/oppoA5/imagenPortada_xs.webp);
    margin-bottom: 20px;
}

}
@media (max-width: 600px) {
    .titleFold{
        font-size: 1.6rem;
    } 

}
@media (max-width: 400px) {
    .titleFold{
        font-size: 1.4rem;
    }
}
@media (max-width: 320px) {
    .titleFold{
        font-size: 1.2rem;
    }
}