@font-face {
    font-family: 'Cabin';
    src: url('https://fonts.googleapis.com/css?family=Cabin&display') format('truetype');
    font-weight: normal;
    font-style: normal;     
}

/*CSS ORIGINAL*/



.ppcontainer{ min-height:80vh}

#tarifas_dinamicas { 
    /* No se ve bien en chrome
    display: flex;
    justify-content: center;
    */
}

#tarifas_dinamicas label.h3{
    font-size: 25px;
    color: #444444;
    float: left;
    margin-right: 10px;
}

#tarifas_dinamicas #cobertura{
    width: 200px;
}

#tarifas_dinamicas h3{
    font-size: 25px;
    clear: both;
    display: block;
    width: 100%;
    font-weight: bold;
    color: #444444;
}

#tarifas_dinamicas a{
    text-decoration:none!important
}

.dcha{
    float:left;
    width: 200px;
    display:block;
    margin-top:40px;
    height: 160px;
}

.central {
    float: left;
    width: 240px;
    border: 2px dashed #ddd;
    border-style: dashed;
    padding: 34px 0px;
    margin-top: 40px;
    margin-right: 45px;   
}

#panelbodyTipo {
    padding: 5px;
    border: 2px dashed #ddd;
    float: left;
}


#recuento_datos{
	padding-bottom:10px;
}
.tarifa_voz, .tarifa_datos {
    height: auto;
    background: white;
    float: left;
    margin-bottom: 10px;
	margin-top:10px;
	width: 100%;
	float: left;
    margin-top: 39px;
}

.izqda {
    float: left;
}

#voz, #datos{
	float:left;
	margin-top:30px;
	margin-right: 60px;
	width: 200px;
	border: 1px dashed #ccc;
    border-radius: 14px;
	padding: 0 20px;
}

#mas, #igual{
	float:left;
	margin-top:125px;
	font-size:30px;
	font-family:'Cabin', sans-serif;
	color:#666666;
}

.tarifa_voz .nombre {
    text-align: center;
    font-size: 35px;
    color: grey;
}

.tarifa_voz .precio {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	font-family:'Cabin', sans-serif;
}

.tarifa_datos .nombre {
    text-align: center;
    font-size: 35px;
    color: grey;
}

.tarifa_datos .precio {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	font-family:'Cabin', sans-serif;
}


.precio_final{
    font-size: 65px;
    color: #003b69;
    display: block;
    text-align: center;
    font-family:'Cabin', sans-serif;
    margin-top: 10px;
}

.nombre_tarifa {
    float: left;
    margin-top: 8px;
    margin-left: 14px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.euro { 
    font-size: 23px;
    font-weight: normal;
	font-family:'Cabin', sans-serif;
	font-weight:bold;
	color:#666666;
}

.voz_final, .datos_final {
    color: #df3343;
    font-size: 20px;
    display: block;
    text-align: center;
	font-family:'Cabin', sans-serif;
}

.contratar {
    color: white!important;
    text-decoration: none!important;
    background: #003b69;
    position: relative;
    bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: auto;
    font-size: 22px;
    z-index: 99999;
	font-family:'Cabin', sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.contratar:hover{
	background: #2374ba;
}

#contratacionNuevalineaFibra, #Fibra_direccion, #guardardatoslinea, #Fibra_direccion_movil {
    color: white!important;
    text-decoration: none!important;
    background: #003b69;
    position: relative;
    bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: auto;
    font-size: 22px;
    z-index: 99999;
    font-family: 'Cabin', sans-serif;
    cursor:pointer;
    max-width: 350px;
    border-radius: 3px !important;
}


.contratarAdd {
    color: white!important;
    text-decoration: none!important;
    background: #003b69;
    position: relative;
    bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: auto;
    font-size: 22px;
    z-index: 99999;
	font-family:'Cabin', sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.contratarAdd:hover{
	background: #eb0e11;
}



a.tarifa_voz:hover .nombre, a.tarifa_datos:hover .nombre, a.tarifa_voz.activa .nombre, a.tarifa_datos.activa .nombre {
    color: #e74f25;

}

a.tarifa_voz:hover .precio, a.tarifa_datos:hover .precio, a.tarifa_voz.activa .precio, a.tarifa_datos.activa .precio {
    color: #666666;
  }

.no_api{
    font-size: 30px;
    width: 50%;
    border: 2px solid #e74f25!important;
    background: #faddd7;
    color: #e74f25;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


#nueva_linea_movil {
    padding: 20px 0px;
}
/*  TARIFAS */
.tarifas {
    padding: 20px 0px;
}

 .tarifa {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px !important;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:0px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.tarifa:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.tarifa:active {
	position:relative;
	top:1px;
}


.tarifas .tarifa .nombre{
    font-size: 16px;
    color: black;
	float: left;
    clear: both;
    width: 100%;
	max-height: 26px;
	overflow: hidden;
}

.tarifas .tarifa .precio{
    font-size: 90px;
    line-height: 90px;
    margin-top: -4px;
    float: left;
    width: 58%;
    text-align: right;
}

.tarifas .tarifa .precio_dcha{
    float: left;
    margin-top: 15%;
    width: 42%;
    text-align: left;
	
}

.tarifas .tarifa .decimales{
    font-size: 34px;
    display: block;
    margin-top: 5px;	
}

.tarifas .tarifa .euro{
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	margin-top: -5px;
    display: block;
}

.tarifas .tarifa .ver_detalles {
    text-decoration: none;
    background: #e1e1e1;
    color: #cb6b99;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 10px;
    padding-left: 10px;
    left: 28.5%;
    padding-right: 10px;
    text-shadow: none;
    border: 1px solid #cb6b99;
    border-radius: 5px !important;
}


.tarifas .tarifa .contratar{
    background: #ffd432;
    width: 230px;
    height: 61px;
    visibility: hidden;
    z-index: 9;
    left: 0px;
    color: black!important;
    opacity: 0.95;
    position: absolute;
    bottom: 47px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.popover{
    min-height: 230px;
	max-width: 95%;
	max-height: 90vh;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    background: white;
	overflow-y: auto;
    
}

.simplemodal-close{
	position: absolute;
    right: 10px;
    top: 6px;
    font-size: 21px;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    border: 2px solid;
    padding: 2.5px 8px;
	cursor: pointer;
}

.popover_titulo{
    background-color: #a0bc32;
    padding: 10px;
    font-weight: bold;
    color: black;
	padding-right: 45px;
}
.popover_contenido{
    padding: 20px 30px 10px 30px;
    border-left: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    min-height: 183px;
}

.popover_contenido ul { list-style-type: disc!important; margin-left: 17px; }

/*BOTONES*/
.boton_mas{
	cursor: pointer;
    background: url(../images/mas-verde.png);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    height: 40px;
    width: 40px;
    border: 0 none;
    outline: 0 none;
    text-indent: -9999px;
	margin-right: -41px;
	margin-top: 7px;
}

#datos .boton_mas {margin-top: 35px;}

.boton_mas:hover{
	background: url('../images/mas-verde-hover.png');
}
.boton_mas_gris{
	background: url('../images/mas-gris.png');
	cursor: default;
}
.boton_mas_gris:hover{
	background: url('../images/mas-gris.png');
	cursor: default;
}
.boton_menos{
	cursor: pointer;
	background: url('../images/menos-verde.png');
	background-size:contain!important;
	background-repeat:no-repeat!important;
	height:40px;
	width:40px;
	border: 0 none;
	outline:0 none;
	text-indent: -9999px;
	margin-top: 33px;
    margin-left: -40px;
	
}
.boton_menos:hover{
	background: url('../images/menos-verde-hover.png');
}
.boton_menos_gris{
	background: url('../images/menos-gris.png');
	cursor: default;
}
.boton_menos_gris:hover{
	background: url('../images/menos-gris.png');
	cursor: default;
}
.botones{
	text-align:center;
    float: left;
}

/*TEXTO*/
.letras{
	color:#666666;
	font-family:'Cabin', sans-serif;
	font-size:23px;
}
.numeros{
	color:#dd207a;
	font-family:'Cabin', sans-serif;
	font-size:38px;
}

#voz .letras{ text-transform: lowercase!important }

/* PALETA DE COLORES PARA CADA TIPO DE TARIFA*/

/*Verde */

.paleta1 .fondo { background-color: #719430!important;}
.paleta1 .precio, .paleta1 .euro, .paleta1 .decimales{ color: #003b69 !important;}

/*Verde lima*/
.paleta2 .fondo { background-color: #003b69!important;} 
.paleta2 .precio, .paleta2 .euro, .paleta2 .decimales{ color: #003b69 !important;}

/*Azul agua*/
.paleta3 .fondo { background-color: #00767c!important;}
.paleta3 .precio, .paleta3 .euro, .paleta3 .decimales{ color: #00767c!important;}

/*Azul oscuro*/
.paleta4 .fondo { background-color: #120781!important;}
.paleta4 .precio, .paleta4 .euro, .paleta4 .decimales{ color: #120781!important;}


.iva { clear:both }

@media (max-width: 573px) {
	#tarifas_dinamicas label.h3 {margin-bottom: 10px }
}

@media (max-width: 721px) {
	#voz, #datos, .dcha { width: 100% }
        #tarifas_dinamicas { display: inline-block; justify-content: center; }
        input#prefijotelefon {width: 220px !important;transform: translate(100px, -182px) !important; }
}

@media (min-width: 722px) and (max-width: 1006px)  {
	#voz, #datos{ width: 45%}
	#datos { margin-right: 0px}
	.dcha { width: 100% }
}


.precio {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	font-family:'Cabin', sans-serif;
}



.tarifas .tarifa .precio{
    font-size: 90px;
    line-height: 90px;
    margin-top: -4px;
    float: left;
    width: 58%;
    text-align: right;
}

.tarifas .tarifa .precio_dcha{
    float: left;
    margin-top: 15%;
    width: 42%;
    text-align: left;
	
}

.tarifas .tarifa .decimales{
    font-size: 34px;
    display: block;
    margin-top: 5px;	
}

.tarifas .tarifa .euro{
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    margin-top: -5px;
    display: block;
}



#boxResumen label {
    color: #FFFFFF;
    margin-right: 5px;
    text-transform: lowercase;
    font-size: 17px;
}