/*==================================================
STEP 2
==================================================*/

.step2-titulo{

    text-align:center;
    color:#17377F;
    font-size:54px;
    font-weight:800;
    line-height:1.1;
    margin-top:10px;
    margin-bottom:15px;

}

.step2-subtitulo{

    width:760px;
    margin:0 auto 55px;
    text-align:center;
    color:#555;
    font-size:17px;
    line-height:28px;

}

/*==================================================
SUPERIOR
==================================================*/

.step2-superior{

    width:760px;

    margin:0 auto;

    display:grid;

    grid-template-columns:220px 500px;

    column-gap:40px;

    align-items:start;

}

/*==================================================
LEFT
==================================================*/

.step2-left{

    display:flex;

    flex-direction:column;

}

.step2-left h3{

    color:#17377F;

    font-size:38px;

    font-weight:800;

    margin-bottom:28px;

}

/*==================================================
RIGHT
==================================================*/

.step2-right{

    display:flex;

    justify-content:flex-end;

}

.tabla-tallas{

    width:463px;

}

.tabla-tallas img{

    width:463px;

    display:block;

}

/*==================================================
DESCRIPCION
==================================================*/

.step2-descripcion{

    width:760px;

    margin:45px auto 70px;

    text-align:center;

    color:#555;

    font-size:17px;

    line-height:28px;

}

/*==================================================
CATEGORIAS
==================================================*/

.step2-categorias{

    margin-bottom:45px;

}

.categoria-item{

    width:240px;
    height:50px;

    display:grid;

    grid-template-columns:26px 74px 82px;

    align-items:center;

    column-gap:18px;

    margin-bottom:22px;

    cursor:pointer;

    user-select:none;

}

.categoria-item input{

    display:none;

}

.radio-circle{

    width:28px;
    height:28px;

    border:2px solid #8A8A8A;

    border-radius:50%;

    background:#FFF;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.25s;

}

.categoria-item input:checked + .radio-circle{

    background:#4CC9DC;

    border-color:#4CC9DC;

}

.categoria-item input:checked + .radio-circle:before{

    content:"✓";

    color:#FFF;

    font-size:22px;

    font-weight:900;

    line-height:1;

}

.categoria-precio{

    font-size:22px;

    font-weight:700;

    color:#3E3E3E;

}

.categoria-pill{

    width:58px;
    height:34px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#FFF;

    font-size:18px;
    font-weight:700;

}

.distancia-2k{

    background:#2054A5;

}

.distancia-5k{

    background:#4CC9DC;

}

.distancia-10k{

    background:#F6B100;

}

/*==================================================
TALLA
==================================================*/

.step2-talla{

    margin-top:38px;

}

.step2-talla h3{

    color:#17377F;

    font-size:36px;

    font-weight:800;

    margin-bottom:18px;

}

.step2-talla .form-select{

    width:215px;

    height:56px;

    border:3px solid #17377F;

    border-radius:30px;

    background-color:#FFF;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2317377F' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%2317377F' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat:no-repeat;

    background-position:right 18px center;

    background-size:18px;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    color:#17377F;

    font-size:20px;

    font-weight:700;

    padding-left:18px;

    padding-right:48px;

    cursor:pointer;

}

/*==================================================
CUPON
==================================================*/

.step2-cupon{

    width:760px;

    margin:0 auto 80px;

}

.cupon-card{

    background:#FFFFFF;

    border-radius:24px;

    padding:35px 40px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.cupon-header h2{

    color:#17377F;

    font-size:34px;

    font-weight:800;

    margin-bottom:10px;

}

.cupon-header p{

    color:#666;

    font-size:16px;

    line-height:26px;

    margin-bottom:25px;

}

.cupon-body{

    display:grid;

    grid-template-columns:1fr 210px;

    gap:18px;

}

.cupon-body input{

    height:58px;

    border:2px solid #D7D7D7;

    border-radius:30px;

    padding:0 22px;

    font-size:18px;

}

#btnCupon{

    height:58px;

    border:none;

    border-radius:30px;

    background:#17377F;

    color:#FFF;

    font-size:17px;

    font-weight:700;

    transition:.25s;

}

#btnCupon:hover{

    background:#0D2558;

}

.mensaje-cupon{

    margin-top:18px;

    min-height:24px;

    font-size:15px;

    font-weight:600;

}

/*==================================================
VALORES
==================================================*/

/*==================================================
VALORES INSCRIPCIÓN
==================================================*/

.step2-valores{

    width:820px;

    margin:0 auto 90px;

}

.step2-valores h2{

    text-align:center;

    color:#17377F;

    font-size:46px;

    font-weight:800;

    margin-bottom:35px;

}

/*==================================================
TARJETA VALOR
==================================================*/

.precio-card-horizontal{

    width:800px;
	display:grid;

    grid-template-columns:1fr 250px;
    margin:0 auto;
    background:#45C5E6;
    border-radius:30px;
    overflow:visible;
    position:relative;

}

.precio-badge{

    position:absolute;

    top:12px;
    right:18px;

    height:22px;
    min-width:120px;

    padding:0 14px;

    background:#2449A7;

    color:#FFF;

    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    white-space:nowrap;

    font-size:11px;
    font-weight:700;

    line-height:1;

    z-index:5;

}

.precio-left{

    float:left;

    width:62%;

    padding:38px 0 28px 35px;

}

.precio-left h3{

    margin:0;

    color:#FFF;

    font-size:42px;

    font-weight:800;

    font-style:italic;

    line-height:1;

}

.precio-left span{

    display:block;

    margin-top:10px;

    color:#FFF;

    font-size:22px;

    font-weight:500;
		

}

.precio-right{

    color:#FFF;

    text-align:right;

    padding:32px 28px 0 0;

    font-size:74px;

    font-weight:900;

    line-height:1;

    white-space:nowrap;

}

.precio-right small{

    font-size:44px;

    vertical-align:top;

}

.precio-footer{

    clear:both;

    border-top:1px solid rgba(255,255,255,.35);

    text-align:center;

    padding:16px;

    color:#FFF;

    font-size:28px;

    font-style:italic;

    font-weight:700;

}

.valor-bottom strong{

    font-size:34px;

    font-weight:900;

}

/*==================================================
PUNTOS DE PAGO
==================================================*/

.step2-pagos{

    width:820px;

    margin:0 auto 90px;

}

.step2-pagos h2{

    text-align:center;

    color:#17377F;

    font-size:46px;

    font-weight:800;

    margin-bottom:45px;

}

.pagos-grid{

    display:flex;

    justify-content:space-between;

    gap:40px;

}

.banco-card{

    width:384px;

    min-height:246px;

    background:#E3E3E3;

    border-radius:26px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    overflow:hidden;

}

.banco-header{

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-bottom:1px solid #ECECEC;

}

.banco-header img{

    max-width:180px;

    max-height:48px;

}

.banco-body{

    padding:25px 30px 30px;

    text-align:center;

}

.banco-body h3{

    color:#17377F;

    font-size:24px;

    font-weight:800;

    margin-bottom:8px;

}

.tipo-cuenta{

    color:#666;

    font-size:15px;

    margin-bottom:15px;

}

.numero-cuenta{

    color:#17377F;

    font-size:34px;

    font-weight:900;

    margin-bottom:18px;

}

.banco-body p{

    color:#444;

    font-size:15px;

    line-height:24px;

    margin-bottom:14px;

}

.banco-body small{

    display:block;

    color:#777;

    font-size:13px;

    line-height:20px;

}

/*==================================================
PAYPAL
==================================================*/

.step2-paypal{

    width:820px;

    margin:40px auto 80px;

}

.paypal-card{

    display:grid;

    grid-template-columns:300px 300px;
	
	justify-content:center;

    align-items:center;

    column-gap:18px;

    background:transparent;

    box-shadow:none;

    padding:0;

}

.paypal-logo{

    width:175px;

    display:block;

    margin:0 auto 12px;
    justify-self:start;

    text-align:center;	

}

.paypal-info{

    margin-top:-18px;
	    width:260px;

    justify-self:end;

    text-align:center;

}

.paypal-card h2{

    color:#17377F;

    font-size:28px;

    font-weight:800;

    line-height:1.15;

    text-align:center;

    margin-bottom:16px;

}

.paypal-card p{

    color:#666;

    font-size:13px;

    line-height:1.45;

    text-align:center;

    margin:0;

}

.paypal-card .form-select{

    width:270px;

    height:46px;

    border:2px solid #D8D8D8;

    border-radius:24px;

    font-size:18px;

    font-weight:700;

    color:#17377F;

    margin-bottom:12px;
	
	display:block;

margin:0 auto 10px;

}

.paypal-card button{

    background:none;

    border:none;

    padding:0;

    margin-top:6px;

    cursor:pointer;

}

.paypal-card button{

    display:block;

    margin:10px auto 0;

}

.paypal-card button img{

    width:130px;

    display:block;

}

/*==================================================
INFORMACIÓN
==================================================*/

.step2-informacion{

    width:820px;

    margin:60px auto 80px;

}

.info-card{

    text-align:center;

}

.info-linea{

    color:#17377F;

    font-size:16px;

    line-height:30px;

    margin-bottom:28px;

}

.info-linea strong{

    font-size:18px;

    font-weight:800;

}

.info-bloque{

    margin:28px 0;

}

.info-bloque h3{

    color:#17377F;

    font-size:22px;

    font-weight:800;

    margin:0 0 14px;

}

.info-bloque ul{

    list-style:none;

    margin:0;

    padding:0;

}

.info-bloque li{

    color:#17377F;

    font-size:15px;

    line-height:28px;

    margin-bottom:4px;

}

.info-bloque li strong{

    font-weight:800;

}

.info-bloque.gris h3{

    color:#A7B5D8;

}

.info-bloque.gris li{

    color:#A7B5D8;

}

.info-bloque.gris li strong{

    color:#7F94C8;

}

.info-bloque.gris h3{

    color:#17377F;

}

.info-bloque.gris li{

    color:#17377F;

}

/*==================================================
OBSERVACIONES
==================================================*/

.step2-observaciones{

    width:820px;

    margin:0 auto 80px;

}

.observacion-card{

    background:#FFFFFF;

    border-radius:26px;

    padding:35px 40px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.observacion-card h3{

    color:#17377F;

    font-size:32px;

    font-weight:800;

    margin-bottom:25px;

}

.observacion-card ul{

    margin:0;

    padding-left:22px;

}

.observacion-card li{

    color:#555;

    font-size:16px;

    line-height:30px;

    margin-bottom:10px;

}

/*==================================================
FINAL
==================================================*/

.step2-final{

    width:820px;

    margin:0 auto 100px;

}

.final-card{

    background:#17377F;

    border-radius:28px;

    padding:45px;

    text-align:center;

    color:#FFF;

}

.final-card h2{

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

}

.final-card p{

    width:650px;

    margin:0 auto 30px;

    font-size:17px;

    line-height:30px;

    color:rgba(255,255,255,.90);

}

.final-alerta{

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.20);

    border-radius:18px;

    padding:22px 26px;

    font-size:16px;

    line-height:28px;

}

.final-alerta strong{

    display:block;

    margin-bottom:8px;

    font-size:18px;

    font-weight:800;

}

/*==================================================
ANIMACIONES
==================================================*/

.valor-card,
.banco-card,
.cupon-card,
.paypal-card,
.info-card,
.observacion-card,
.final-card{

    transition:.25s ease;

}

.valor-card:hover,
.banco-card:hover,
.cupon-card:hover,
.paypal-card:hover,
.info-card:hover,
.observacion-card:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/*==================================================
UTILIDADES
==================================================*/

.step2-valores,
.step2-pagos,
.step2-paypal,
.step2-informacion,
.step2-observaciones,
.step2-final{

    clear:both;

}

.step2-paypal select:focus,
.step2-talla select:focus,
#cupon:focus{

    outline:none;

    border-color:#17377F;

    box-shadow:0 0 0 3px rgba(23,55,127,.12);

}

img{

    max-width:100%;

    height:auto;

}