@media (max-width: 767px) {
    .carcasa__interior {
        padding-left: 0;
        padding-right: 0;
    }
}

.miga {
    font: 700 27px/34px 'Majrit';
	margin-top: 25px;
    white-space: normal;
    letter-spacing: -0.63px;
    margin-bottom: 20px;
	}

.seccion {
    border-bottom:none;
    text-align: center; 
} 

p {
    color:#111;
    font-size: 16px;
}

.p-sus {
    font: 300 15px/23px 'Majrit';
    margin: 0 0 46px;
}

.carcasa__interior:after {
    content: '';
    display: table;
    clear: both;   
}

.bolsa p {
    color:#464646;
}


.estirar:after{
	content: '';
	display: table;
	clear: both;
}

.telefono {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
	text-align: center;
    background: #f8e9dd;
    border-radius: 5px;
    padding: 95px 0 42px;
}
.telefono:after {
    content: "";
	position: absolute;
	top: 42px;
	background: url(../../../iconos/v2.x/v2.1/suscripciones/telefono-v2.svg) no-repeat center top;
    background-size: auto 100%;
	width: 100%;
	height: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.indica {
    padding: 0;
    font: 16px/18px 'Majrit', arial, georgia;
    color: #111;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}



.indica p {
    font: 19px/42px 'Majrit', arial, georgia;
    color: #111;
    clear: both;
    margin: 0;
    padding-bottom: 2px;
    letter-spacing: -.09px;
}

.indica span {
    font: 700 23px/45px 'MarcinAntB', arial, georgia;
    color: #111;
    letter-spacing: -.1px;
}

.cont-bolsa {
    display: flex;
}

.cont-bolsa:after, .bolsa:after{
	content: '';
	display: table;
	clear: both;
}	

.bolsa{
	color: #111;
	box-sizing: border-box;
    text-align: center;
    flex: 0 0 50%;
}

.cont-bolsa .bolsa:first-child {
    padding-right: 10px;}

.cont-bolsa .bolsa:last-child {
    padding-left: 10px;}

        
.head-bolsa h3{
	font-weight: 400;
    color: #111;
    border-bottom-width: .0625rem;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0;
    margin:0 0 40px;
    padding-bottom: 25px;
    font-size: 13px;
    letter-spacing: .12px;
}

.head-bolsa div{
    font-size: 38px;
    letter-spacing: .35px;
	font-weight: 700;
    padding-bottom: 34px;
    border-bottom: 1px solid #000;
}

.bolsa .info{
    padding: 23px 0 0;
}

.bolsa .boton {
    background: #0075ff;
    border-radius: 2px;
}

.cont-bolsa .info p { margin: 5px 0 0; font-size: 15px;}

.cont-bolsa .info p span { font-weight: 700; display: block; letter-spacing: .14px;}

/* opciones  */

 .opciones {
    clear:both;
    text-align: center;
 }

 .sus-tit {
    font: 900 21px/29px 'Majrit';
    letter-spacing: -.1px;
    margin-bottom: 52px;
 }

 .opciones:not(.digita) .sus-tit {
    margin-bottom: 23px;
 }

.boton {
    display: inline-block;
    padding: 6px 7px;
	border-radius: 2px;
    min-width: 126px;
    font-weight: 700;
}

/* kiosko */

.kiosko {
    background-color: #f8e9dd;
    border-radius: 5px;
    text-align:center;
    padding: 46px 0;
    margin: 64px auto 37px;
}

.s-formato p {
    font: 22px/34px 'Majrit';
    margin: 0;
    letter-spacing: -.1px;
}

.s-formato a {
    font-size:32px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    cursor: pointer;
}

.s-k-log a {
    display: inline-block;
    text-indent: -9999px;
    width: 158px;
    height: 34px;
    padding-bottom: 17px;
    background: url(../../../iconos/v2.x/v2.1/kioskoymas.svg) no-repeat center top;
    cursor:pointer;
    background-size: 112px auto;
}

.s-tarifa {
    position: relative;
    padding-top: 30px;

}
/*
.s-tarifa:before {
    content: "\25bc";
    color:#02464d;

}*/

 .taf-precio {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 20px;
 }


.condiciones {
    margin: 69px auto 29px;
}
.condiciones p {
    font-size: 16px;
	line-height: 25px;
	margin: 0 auto;
	text-transform: uppercase;
}
.condiciones p a {
    font-family: 'Majrit';
    text-decoration: none;
	background-color: #f8e9dd;
	color: #000;
	padding: 21px 59px 30px 30px;
	border-radius: 5px;
	display: block;
	position: relative;
    font-weight: 700;
}
.condiciones p a span {
    display: block;
	text-transform: none;
}
.condiciones p a:after {
	position: absolute;
	content: "»";
    font-family: 'MarcinAntB';
    font-weight: 300;
	right: 20px;
	top: 45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-size: 45px;
}

@media(min-width: 768px){
	.cont-bolsa:after{
		content: '';
		display: table;
		clear: both;
	}	
	.bolsa{
		float: left;		
	    width: 22.333%;
    	margin: 0 0 30px 3%;		
		text-align: center;
	}

    .opciones .bolsa:first-child {
        margin-left: 0;
    }

    .cinco .bolsa{
		padding: 10px;
        display: inline-block;
        float: none;
        width: 33.3333%;
        min-height: 340px;
	}
	.cinco .bolsa p{
		font-size: .9em;
	}

  .items2 .cont-bolsa {
    text-align: center;
  }
  
	.items2 .head-bolsa span {
    font-size: 40px;
    margin: 20px 0 10px;
    display: block;
  }
}

@media(min-width: 768px) and (max-width: 1024px){

    .cinco .bolsa:nth-child(2n-1) {
        margin-left: 0;

    }
	.miga {
		font-size: 2.3125rem;
	}

}

@media(min-width: 1025px){
	
	.miga {
		font-size: 42px;
        line-height: 43px;
        letter-spacing: -.99px;
        margin-bottom: 70px;
        margin-top: 60px;
	}

    .seccion {
        padding-left: 0;
		padding-right: 0;
    }

	.cinco .bolsa {
    	width: 17%;
    	margin: 0 0 40px 2.5%;
        min-height: 380px;
	}

	.cinco .bolsa .head-bolsa,
	.cinco .bolsa .info{
		float: none;
		width: auto;
	}

    .cinco .bolsa p { min-height: 110px; }

	.cinco .bolsa:first-child, .bolsa:first-child {
    	margin-left: 0;
	}
	.cont-bolsa .bolsa:last-child {
 	   margin-right: 0;
	}	

    .opciones {
        max-width: 752px;
        margin: 0 auto;
    }

    /* kiosko */

    .kiosko {
        max-width: 752px;
        text-align: center;
        padding: 40px 20px 43px;
        margin:63px auto 83px;
    }

    .taf-precio {
        font-weight: 500;
        font-size: 39px;
        margin: 0 0 20px;
    }

    .telefono {
        max-width: 752px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 58px;
    }
    .s-tel {
        margin: 7px 18px 0 0;
        float: left;
    }
    .s-tel .up {
        font-size: 25px;
        line-height: 44px;
    }
    .s-tel .up:after {
        left: 23px;
    }
    .indica {
        padding: 10px 30px 0;
        font: 16px/18px 'Majrit', arial, georgia;
        color: #464545;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom:none;
    }

    .indica p {
        font-size: 22px;
        line-height: 42px;
        letter-spacing: -.1px;
    }

    .indica span {
        font-size: 26px;
        line-height: 45px;
        letter-spacing: -.12px;
    }

    .condiciones {
        max-width: 752px;
    }

    .sus-tit {
        font: 900 27px/29px 'Majrit';
        letter-spacing: -.12px;
        margin-bottom: 32px;
    }

    .opciones:not(.digita) .sus-tit {
        margin-bottom: 32px;
    }

    .p-sus {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -.08px;
        margin: 0 0 100px;
    }

    .condiciones p {
        font-size: 19px;
    }

    .condiciones p a {
        padding: 52px 59px 52px 55px;
    }

    .condiciones p a span {
        display: initial;
    }
}