/* content phone */

.c-content-phone{
    display: none;
    padding: 0 10px;
}
.c-content-phone h1,
.c-content-phone h2{
    font-size:29px;
    color: var(--blue);
    font-weight: 400;
    padding: 5px;
    /* border-bottom: solid 1px; */
    margin: 20px auto 15px;
}
.c-content-phone.active{
    display: block;
}

.c-phone{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.c-phone.c-phone-auto{
    grid-template-columns: auto;
}

.c-phone__box{
    position: relative;
    max-width: 345px;
    min-height: 180px;
    padding: 10px;
    border: 1px solid #D3D4D3;
    border-radius: 8px;
    margin: 25px auto;
    background: #fff;
}

.c-phone__box.c-phone__box--auto{
    min-height: auto;
}

.c-phone__box .content-phone {
    display: grid;
    
}

.c-phone__box .content-img-phone{
    display: flex;
    
    align-items: center;
}

.c-phone__box .c-phone__img{
    display: block;
    max-height: 150px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.c-phone__box .c-phone__title{
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
}



.c-phone__box .c-phone__price{
    /* display: flex;
    align-items: center; */
    font-size: 31px;
    line-height: 34px;
}

.c-phone__box .c-phone__beforeprice {
    font-size: 18px;
    color: #50535A;
    line-height: 20px;
}
.c-phone__box .c-phone__beforeprice span:first-child {
    display: block;
    margin: 0;
    font-size: 14px;
}
.c-phone__box .c-phone__beforeprice span:last-child {
    text-decoration: line-through;
}
.c-phone__box .content_btns {
    margin-top: 12px;
}
.c-phone__box .c-phone__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 40px;
    margin: 5px 0;
    font-size: 14px;
    height: 40px;
}

.c-phone__box .c-phone__btn.border{
    border: 1px solid var(--darkBlue);
}

.c-phone__box .c-phone__btn img{
    width: auto;
    height: 20px;
    margin-right: 10px;
}

.c-phone__box .c-phone__stikers{
    position: absolute;
    right: 0;
    width: 65px;
}

.c-phone__box .c-phone__stikers2.preventa{
    width: 100%;
    max-width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
}

.c-phone__box .c-phone__stikers.ofertaExclusiva{
    width: 100%;
    max-width: 345px;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
}

.item .sticky-preventa.preventa img{
    width: 100%;
}
.c-phone__box .c-phone__stikers img{
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
}
.c-phone__box .c-phone__stikers.nuevo{
    top: 20px;
}

.c-phone__box .c-phone__stikers.oferta{
    top: 45px;
}

.c-phone__box .c-phone__stikers.interes{
    top: 10px;
}
.c-phone__box .c-phone__stikers.cinteres{
    top: 60px;
}
.c-phone__box .c-phone__stikers.bancos{
    top: 42px;
    right: -1px;
    display: none;
}

.c-phone__box .c-phone__stikers.llamanos{
    top: 0px;
    right: 60px;
    display: none;
    border-radius: 5px;
}

.c-phone__box .c-phone__stikers.llamanos img{
    border-radius: 5px 0 0 5px;
    width: 64px;
    height: 44px;
}

.c-phone__box .c-phone__stikers.interes:hover .bancos,
.c-phone__box .c-phone__stikers.interes:hover .llamanos{
    display: block;
}
.ofertaEspecial{
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--purple);
    border-radius: 10px 10px 0 0;
    padding: 5px;
    font-size: 12px;
}

@media screen and (min-width:610px) {
    .c-phone {
        grid-template-columns: repeat(2, calc((100% / 2) - 7px));
    }
}
@media screen and (min-width:768px) {

    .c-phone {
        grid-template-columns: repeat(3, calc((100% / 3) - 7px));
    }

    .c-phone__box {
        min-height: 355px;
        max-width: 272px;
    }

    .c-phone__box .content-phone {
        display: grid;
        grid-template-columns: 100%;
    }
    /* .c-phone__box .c-phone__stikers{
        display: block;
    } */

    .c-phone__box .c-phone__stikers.interes{
        top: 75px;
    }
    .c-phone__box .c-phone__stikers.cinteres{
        top: 129px;
    }

    .c-phone__box .c-phone__stikers.bancos{
        top: 0px;
        right: -64px;
        z-index: 2;
        display: none;
    }

    .c-phone__box .c-phone__stikers.llamanos{
        top: 0px;
        right: -62px;
        z-index: 2;
        display: none;
    }

    .c-phone__box .c-phone__stikers.llamanos img{
        border-radius: 0 5px 5px 0;
        width: 64px;
        height: 44px;
    }

    .c-phone__box .c-phone__img {
        margin: 20px 30px;
    }

    .c-phone__box .c-phone__stikers.ofertaExclusiva{
        top: -10px;
    }
    
} 
@media screen and (min-width:800px) {
    .c-phone.c-phone-2{
        max-width: 500px;
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (min-width:1150px) {
    .c-phone{
        grid-template-columns: repeat(3,1fr);
    }
}
.bnr-honor{
    max-height: 230px;
}
@media (max-width:768px){
    .bnr-honor{
        max-height: 318px;
    }
    
    .c-phone__box{
        
        max-width: 300px;
    }

    .storage-info {
        right: 1% !important;
    }

    .c-phone__box .c-phone__title{
        font-size: 16px;
        margin: 5px 0;
    }

    .c-phone__box .c-phone__img {
        display: block;
        max-height: 100px;
        width: auto;
        max-width: 100%;
        margin: 5px;
    }

    .bullet-img-container {
        
        top: 4% !important;
        right: 4% !important;
    }

    .bullet-img {
        width: 33px !important;
    }
}


.bullet-img-container {
    position: absolute;
    top: 6%;
    right: 0%;
    z-index: 1;
}

.bullet-img {
    width: 50px; /* Ajusta el tamaño según sea necesario */
    height: auto;
}

.storage-info {
    position: absolute;
    top: 39%;
    right: 6%;
}

.storage-text {
    color: #3c5261;
    font-size: 14px;
}

.storage-text img {
    margin-right: 5px;
    width: 22px;
}

.close-popup {
    display: none;
}


@media (max-width: 768px) {
    .content-filter.show { 
        display: block; 
        position: fixed; 
        top: 0;
        left: 0;
        width: 100%; 
        height: 100%; 
        background-color: white; 
        z-index: 9999; 
        padding: 20px;
        box-sizing: border-box;
        overflow-y: auto; 
        margin-top: 15px;
    }

    .popup-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .popup-header h2 {
        margin: 0;
    }

    .close-popup {
        cursor: pointer;
        color: #333;
        font-weight: bold;
        display: block;
        position: absolute;
        top: -1%;
        right: 3%;
    }

    .container-search {
        gap: 0px !important;
        display: grid !important;
        grid-template-columns: 1.5fr 1fr !important;
    }

    .filter-phones .head_filters {
        height: 40px !important;
    }
}

