.product {
    background-color: var(--primary-white);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 10px 30px 22px;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.product:hover {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.tagsegundalinea {
    background-color: #E63780;
    color: #FFF;
    width: calc(100% + 60px);
    margin-left: -30px;
    text-align: center;
    margin-top: -10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
    padding: 2px 0;
}

.cuotas-multiples {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    font-family: 'Roboto', sans-serif;
  }
  
  
  .cuota-medio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  font-weight: bold; 
  }

  .cuota-medio-label {
  color: white;
  font-size: 11px;
  justify-content: center; 
  display: flex;
  align-items: center;
  height: 100%;
  gap: 4px;
  padding: 6px 10px;
  white-space: nowrap;
  height: 100%;
  }

  .cuota-medio.oca {
    background-color: #2D69AF;
    color: white;
    border: 1px solid #2D69AF;
    /*border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;*/
  }
  
  .cuota-medio.oca .cuota-medio-label {
    display: flex;
    align-items: center;
    padding: 6px 18px;
    font-size: 11px;
    font-weight: bold;
}


.cuota-medio-label span {
    white-space: nowrap; 
    line-height: 1.1; 
  }

.cuota-medio-label img.oca-logo {
  height: 12px;
  width: auto;
  object-fit: contain;
}
  .cuota-medio.factura {
    background-color: var(--color-azul-oscuro);
    color: white;
    border: none;
  }
  
  .cuota-medio-label img {
    height: 18px; 
    width: auto; 
    object-fit: contain;
    font-size: 20px;
}
  
  .cuota-medio-valor {
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px 8px;
  border-left: 1px solid rgba(0,0,0,0.1);
  }
  

  .cuota-medio.factura {
    background-color: #0b2739;
    border: 1px solid #0b2739;
  }

  .cuota-medio.oca .cuota-medio-valor {
    background-color: #ffffff;
    color: #2D69AF;
    border-left: 1px solid rgba(0,0,0,0.1);
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
  }

  .cuota-medio.factura .cuota-medio-valor {
    color: #0b2739;
  }

  .cuota-medio.factura .cuota-medio-label {
    justify-content: center;
    padding-left: 15px;
}
  
.cuota-medio.factura {
    background-color: #0b2739;
    color: white;
    border: 1px solid #0b2739;
}
    
  .oca-label {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px;
  }

    /*.featuredProduct {
    border:solid 1px var(--red-error);
}*/

.featuredProductTag {
    position: relative;
    background-color: #E63780;
    margin-top: -24px;
    margin-left: -30px;
    width: calc(100% + 60px);
    text-align: center;
    padding: 2px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    /*position: absolute;
    background-color: #313235;
    margin-top: -20px;
    margin-left: -39px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    width: 60px;
    border-radius: 100px;
    text-align: center;
    padding: 29px 20px;
    rotate: -20deg;*/
}

.product__image {
    max-width: 255px;
}

.product__discount {
    background-color:#E63780; /*var(--red-error);*/
    border-radius: 4px;
    color: var(--primary-white);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    /*margin: 0 0 10px 0;*/
    padding: 0 8px;
    width: max-content;
}

.product__name {
    color: var(--gray-600);
    font-family: 'Telefonica-Light', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.product__price {
    color: var(--gray-600);
    font-family: 'Telefonica-Bold', sans-serif;
    font-size: 32px !important;
    line-height: 40px;
}
    

.product__pricesubinfo {
    color: var(--gray-400);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.product__plan {
    color: var(--gray-600);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.product__plan--bold {
    font-family: 'Telefonica-Bold', sans-serif;
}

.product__performance {
    background-color: var(--magenta);
    border-radius: 2px;
    color: var(--primary-white);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 8px;
    width: max-content;
}

.product__performance-nada {
  background-color: #FFF;
  border-radius: 2px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  padding: 0 8px;
  width: max-content;
}

.product__contract {
    color: var(--primary-blue);
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 20px 0;
}

.product__action {
    border: none;
    border-radius: 60px !important;
    outline: none;
    font-family: 'Telefonica-Bold', sans-serif;
    line-height: 24px;
    padding: 8px 32px;
    cursor: pointer;
}

.btn--primary {
    background-color: var(--primary-blue);
    color: var(--primary-white) !important;
    width: 100%;
    padding: 8px 16px;
    margin-bottom:8px;
}

.btn--primary-local {
    background-color: var(--primary-blue);
    color: var(--primary-white) !important;
    width: 100%;
    padding: 8px 16px;
    margin-bottom:8px;
    font-family: 'Telefonica-bold', sans-serif;
}

.btn--primary-local:hover {
    background-color: #008EDD;
    border-color:  #008EDD;
    color: #fff;
}

.btn--primary-itau {
    font-family: 'Telefonica-Regular', sans-serif;
    background-color: #fff;
    border: 1px solid #FD6200;
    color: #FD6200;

}

.btn--primary-itau:hover {
    background-color: #FFF7F2;
}

.product__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn--primary-local,
.btn--primary-itau {
    width: 210px;      
    height: 40px !important;   
    padding: 0 12px;    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px; 
    text-align: center;
    
    white-space: nowrap;
    gap: 4px;
    margin-top: 8px !important;
}

.btn--secondary {
    width: auto;
    height: 48px;
    display: block;
    align-content: center;
    padding: 0px 12px !important;
    color: var(--primary-blue) !important;
    font-size: 13.6px;
}

.btn--secondary:hover {
    color: white !important;
}

.btn--portabilidad {
    background-color: var(--green);
    color: var(--primary-white) !important;
    width: 100%;
    cursor: pointer;
}
.btn--portabilidad:hover {
    background-color: var(--light-green);
}

.btn--primary:hover {
    background-color: var(--secondary-blue);

}

.product__header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedorAlmacenamiento {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: -15px;
  margin-right: -18px;

}
.almacenamiento {
  background-color: #FFF;
  border-radius: 100px;
  border: solid 1px #019df4 ;
  padding: 2px 5px;
  font-size: 10px;
  color: #019df4;
  float: right;
  width: 30px;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  height: 13px;
}

.price__crossed {
  color: var(--red-error);
  font-family: 'Telefonica-Regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: line-through;
}
.price__crossed_gb {
    color: var(--gray-400);
    font-family: 'Telefonica-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
  }
.botonPersonalizadoA {
  display: inline-block;
  width: calc(100% - 64px);
  text-align: center;
  font-size: 13px;
  height: auto;
}

.btnVerDetalles {
    text-align: center;
    /* margin: 0 0 10px 0; */
}
.btnVerDetalles a {
    color: var(--primary-blue);
    text-decoration: underline;
    font-size: 14px;
    height: 48px;
    display: block;
    align-content: center;
}
.btnVerDetalles a:hover {
    color: var(--purple);
}

.sello_ecorating {
    position: absolute;
    margin:-60px 0 0 150px;
}

.banner-header-landing {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagos-y-mas {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2; 
    background-color: #FFF;
    padding: 10px 20px;
    border-radius: 4px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagos-y-mas article {
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
}

.pagos-y-mas article img {
    float:left;
}

.pagos-y-mas article span {
    float:left;
    margin-left: 10px;
    width: calc(100% - 46px);
}

.home-banner-dia-madre {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
  
  .home-banner-dia-madre__contenedor {
    width: 100%;
    max-width: 1280px; 
    padding: 0 16px;
    box-sizing: border-box;
  }
  
  .home-banner-dia-madre__imagen {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }

  .home-banner-dia-madre__imagen.desktop {
    display: block;
  }
  
  .home-banner-dia-madre__imagen.mobile {
    display: none;
  }


@media only screen and (max-width: 567px) {

    .btn--secondary {
        font-size: unset;
    }

    .product {
        flex-direction: row;
        padding: 20px 15px;
        border: solid 1px var(--gray-200);
    }

    .product__header img {
        max-width: 120px;
        max-height: 200px;
        object-fit: contain;
        margin-top: 25px;
        margin-right: 12px;
    }

    .product__content {
        width: 60%;
    }

    .product__name {
        font-size: 18px;
    }

    .product__price {
        font-size: 24px;
    }

    .product__pricesubinfo {
        font-size: 10px;
    }

    /* .product a:first-child {
        width: 30%;
    } */
    .contenedorAlmacenamiento {
      display: flex;
      height: 188px;
      width: 119px;
      position: absolute;
      justify-content: end;
      align-items: flex-start;
    }

    .btn--primary-local,
    .btn--primary-itau {
    width: 190px;      
    gap: 4px;
}

    .btn--primary {
        font-size: 16px;
    }
    .pagos-y-mas {
        display:none;
    }
    .featuredProductTag {
        position: absolute;
        width: calc(100% - 30px);
        margin-left: -16px;
        margin-top: -32px;
    }
    .featuredProduct {
        border:solid 1px var(--red-error);
        border-top:solid 10px var(--red-error);
    }

        .tagsegundalinea {
            position: absolute;
            width: calc(100% - 30px);
            margin-left: -16px;
            margin-top: -32px;
        }

    .cucarda {
        margin-left: 0 !important;
        width: 40px !important;
    }

    .cuota-medio {
        flex-direction: row;
        width: 100%;
        height: 34px;
        flex-wrap: nowrap;
      }
      
      .cuota-medio-label {
        flex: 1;
        justify-content: center;
        margin-right: 6px;
        padding: 4px;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      
      .cuota-medio-valor {
        max-width: 60px;
        font-size: 13px !important;
        min-width: 50px;
        padding:  2px 4px !important;
        white-space: nowrap;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .cuota-medio-label img.oca-logo {
        height: 10px;
        margin-right: 2px;
      }
      
      .home-banner-dia-madre__imagen.desktop {
        display: none;
      }
    
      .home-banner-dia-madre__imagen.mobile {
        display: block;
      }
    }




.message-portabilidad-no-movistar {
    color: var(--yellow);
    font-family: 'Telefonica', sans-serif;
    font-size: 10px;
    margin: 10px 0 2px 0;
    text-align: center;
}

.product__info_extra {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}
.product__info_extra p {
    width: 50%;
    text-align: center;
}
.product__info_extra p.product_rating {
    text-align: right;
    display: none;
    position:relative;
    height: 20px;
    width: 100px;
    background-color: #D3D4D3;
}
.product__info_extra p.product_rating:before {
    content:'\A';
    position:absolute;
    background:#F28D15;
    top:0; bottom:0;
    left:0; 
}
.product__info_extra p.product_rating img {
    position:absolute;
    top:0;
    bottom:0;
    left:0; 
}


.cucarda {
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px 6px 2px 6px;
    width: 54px;
    -webkit-box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.5);
    margin-left: -20px
}

.cucarda img {
    width: 100%;
}

