/* DISPOSITIVOS.................................................. */


h6{
    font-size: 1.5rem;
    font-family: 'Gotham Bold';
    margin-top: 20px;
    margin-bottom: 50px;
    }
    
    .caja2{
        height: 280px;
        width: 100%;
        display: flex;
     justify-content: center;
     align-items: center;
        margin-bottom: 30px;
       
    }
    
    .cajaParte1{
        height: 100%;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px;
    }
  .cajaParte1 .imgCaja1{
    width: 100%;
    height: 100%;
}
  .cajaParte1  .imgCaja1 img{
      width: 100%;
       height: 50%;
        object-fit: contain;
        object-position: center;
}
    .cajaParte1 img{
       width: 70%;
       height: 100%;
        object-fit: contain;
        object-position: center;
    
    }
    .cajaParte2{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }
    .textoSmart{
        width: 100%;
        background-color: black;
        margin-bottom: 5px;
    }
    
    .disponible{
        font-size: 1rem;
        color: var(--color-c4);
        font-family: 'Gotham Bold';
        padding: 10px;
    }
    .tituloCaja2{
        font-size: 1.2rem;
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1.2;
        margin-bottom: 10px;
    
    }
        .tituloCaja3{
        font-size: 1rem;
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1;
       margin-top: -10px;
       margin-bottom: 10px;
    
    }
    .caja2Euros{
        font-size: 1.8rem;
        color:var(--color-c3);
        font-family: 'Gotham Bold';
      
        margin: 0px;
        line-height: 1;
    }
    .caja2Euros span{
        font-size: 4rem;
        margin: 0px;
        line-height: 1;
    
    }
    .cardEurosCaja2{
        display: flex;
        
      
    }
    .CardMesCaja2{
        display: flex;
        flex-direction: column;
    }
    .centimos{
        font-size: 2rem;
        color:var(--color-c3);
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1;
    }
    .loQuiero{
        font-size: 1.2rem;
        margin: 0px;
        line-height: 1;
        font-family: 'Gotham Black Italic';
        background-color: var(--color-c3);
        padding: 10px 20px;
        color: white;
        margin-top: 10px;
    }
    .mesesCaja2{
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1.5;
     
    }
    .pago{
    
        margin: 0px;
       line-height: 1.5;
    }



    @media (max-width: 1400px) {
.disponible{
    font-size: 0.8rem;
}
}

@media (max-width: 1200px) {

}

@media (max-width: 990px) {
    .tituloCaja2{
        font-size: 1rem;
    }
        .tituloCaja3{
        font-size: 0.8rem;
    }

.caja2Euros{
    font-size: 1.5rem;
}
.caja2Euros span {
    font-size: 3rem;
}
}

@media (max-width: 765px) {

h6{
   
    margin-bottom: 30px;
    }
   .caja2{
        height: 250px;
   }

}

@media (max-width: 400px) {
    .disponible{
    font-size: 0.6rem;
}
   .caja2{
        height: 220px;
   }

}

@media (max-width: 320px) {

    .tituloCaja2{
        font-size: 0.8rem;
    }
       .tituloCaja{
        font-size: 0.6rem;
    }
    .loQuiero{
        font-size: 1rem;
    }


}
