#FormularioTarificar *
{
    box-sizing: border-box;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -ms-transition: none;
    font-family: inherit, sans-serif !important;
    position: relative
}

#BarraProgreso {
    width: 100%;
    max-width: 1000px;
    height: 25px;
    margin: auto;
}

#BarraProgreso #BarraProgresoRelleno {
    height: 100%;
    width: 0%;
    background: rgb(240,248,255);
    background: linear-gradient(90deg, rgba(240,248,255,1) 0%, rgba(0,110,181,1) 100%);
}


#FormularioTarificar .seleccionada, #FormularioTarificar .seleccionada:hover {border: 2px solid #3DD092 !important;}


#FormularioTarificar .paso{display:none;
	max-width: 1000px;
    margin: 0px auto 100px;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 16px 20px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 16px 20px 0 rgb(0 0 0 / 30%);
    overflow:hidden;
    min-height: 450px;
    position:relative}
    
p.mensaje{padding: 30px 30px 30px 60px;
   color: #174787;
   border: 2px solid #00bd64;
   border-radius: 5px;
   margin: 15px;
   position: relative;
   text-align: left}

p.mensaje::before {
   content: url(/imagenes/icono_info.svg);
   position: absolute;
   left: 10px;
   top: 15px;
}

#FormularioTarificar h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
#FormularioTarificar .paso *{position:relative}


#FormularioTarificar ul{list-style: none;}
#FormularioTarificar .tipoinmueble ul{
	display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap; padding:0px}
#FormularioTarificar .cantidadViviendas ul{
	display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap; padding:0px}
    
    #FormularioTarificar .tipoinmueble ul li, #FormularioTarificar input#alquiler, #FormularioTarificar input#idfecha, #FormularioTarificar input,
    #FormularioTarificar .mesRenovacion, #FormularioTarificar .cantidadViviendas ul li
    {border: 1px solid #b5b5b5;
    padding: 10px 15px;
    margin: 7px;
    border-radius: 3px;
    font-size: 18px;
    width: 33%;
    min-width:275px;
    text-align: center;height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;line-height:125%}
    li#granTenedor{position:relative; margin-bottom:45px !important}
    li#granTenedor::after{position:absolute; content:"El total de los m2 de tus viviendas es superior a 1.500 m2"; top:67px; font-size:12px; color:inherit !important; line-height: 100%}
    li#granTenedor:hover::after{font-size:12px; color: #1e5596 !important;font-weight: normal !important; letter-spacing: 0px !important}
    #FormularioTarificar .cantidadViviendas ul{
	display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap; padding:0px
    }
    #FormularioTarificar input#alquiler, #FormularioTarificar input#idfecha{margin:7px auto}

    #FormularioTarificar .tipoinmueble ul li:hover{cursor: pointer; border-color: #eaeaea; background-color: #76b33b; color: #fff; font-weight: bold;}
    
    #FormularioTarificar .cantidadViviendas ul li:hover{
	cursor: pointer; 
	border-color: #eaeaea; 
	background-color: #76b33b; 
	color: #fff; 
	font-weight: bold;
	}

    #FormularioTarificar li#avanza_alquiler, #FormularioTarificar button#btn_compruebas{position: absolute !important;
    bottom: -70px;
    right: 0;
    left: 0;
    margin: auto;
    color: #FFF;
    background-color: #76b33b;
    border-radius: 6px;
    border: none;
    z-index: 99;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    max-width: 300px;
    text-align:center}

    #FormularioTarificar button#btn_compruebas{min-width:300px}

    #FormularioTarificar li#boton_atras{display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #b5b5b5;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.0rem;
    position: absolute !important;
    bottom: -70px;
    left: 0px;}

     #FormularioTarificar li#boton_atras:hover{border: 1px solid #006eb5;}

    #FormularioTarificar li#boton_atras::after {content: url(/../../../imagenes/angulo.svg); top: 6px;}

    #FormularioTarificar li#avanza_alquiler:hover,  #FormularioTarificar button#btn_compruebas:hover{cursor: pointer; opacity: 0.7;}
    #FormularioTarificar #Div_5 > div > div{display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;}

    #FormularioTarificar #Div_5 input {
    margin: 10px 1%;
    width: 48% !important;
    border: 1px solid #b5b5b5;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 18px;
    height: 50px !important;
    min-width:auto;
}

#FormularioTarificar #Div_5 input#idcorreo {width: 98% !important;}

#FormularioTarificar #noquierodartel{display:none}

#FormularioTarificar #lopd {
    width: 100%;
    display: flex;
    justify-content: center;
}
#FormularioTarificar #lopd label{text-align:left}

#FormularioTarificar input#idprotecciondatos {width: 20px !important; min-width: 20px !important;margin-right:15px; margin-top: 46px;}

    #FormularioTarificar #lopd a {color: inherit;}
    #FormularioTarificar #lopd a:hover {text-decoration:none}

    #FormularioTarificar #Div_5.paso {min-height: 730px !important}
    #FormularioTarificar .mesRenovacionPadre {display: flex;flex-wrap: wrap;justify-content: center;}
    #FormularioTarificar .mesRenovacionPadre ul {display:flex; flex-wrap:wrap; justify-content:center; padding:0px}
    #FormularioTarificar .mesRenovacionPadre ul li {min-width: 130px !important; max-width: 130px !important;text-align: center;}
    #FormularioTarificar .mesRenovacionPadre ul li:hover{cursor: pointer; border-color: #eaeaea;}
    #FormularioTarificar ul.botones, #FormularioTarificar ul.boton_atras{position:absolute; bottom:-70px; width:100%; padding:0px}




    /*Paso Final*/
.contenedorFinal {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 5px 10px #7d7d7d;
	-moz-box-shadow: 0px 5px 10px #7d7d7d;
	-webkit-box-shadow: 0px 5px 10px #7d7d7d;
}
.datos_tarificados {
	padding: 20px;
	font-size: 20px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #3c3c3c;
}
.provincia{text-align: center !important;}

.linea {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	padding: 40px 5px;
}

.linea > div {width: 20%;}

/* el de la cabecera*/
div.linea:nth-child(2) > div:nth-child(2), div.linea:nth-child(2) > div:nth-child(3), div.linea:nth-child(2) > div:nth-child(4) {
	color: black;
}
.linea div:nth-child(2), .linea div:nth-child(3), .linea div:nth-child(4){font-size:17px}
.linea div:nth-child(2) span, .linea div:nth-child(3) span, .linea div:nth-child(4) span{font-size:125%}
.linea div:nth-child(2) {
	font-weight: bold;
	color: #141415;
}
.linea div:nth-child(3) {
	font-weight: bold;
	color: #141415;
}
.linea div:nth-child(4) {
	font-weight: bold;
	color: #141415;
}

.encabezado {
	background-color: #2184be;
    color: #fff;
	padding: 13px 8px;
}

.encabezado > div{color:#fff !important}

.encabezado div {
	font-size: 20px !important;
	font-weight: normal !important;
	font-weight: bold !important;
}

.div_comparativa {
	display: none;
	background: white;
	padding: 5px;
	border: 1px solid black;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
}

.div_comparativa table {
	clear: both;
}
.div_comparativa table th {
	padding: 5px;
	border-radius: 7px;
	background: #FFA835;
}

.div_comparativa td:nth-child(2) {
	text-align: center;
}

.div_comparativa::before {
	content: "X";
	width: 30px;
	height: 30px;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF0000;
	border-radius: 50%;
	float: right;
	background-color: #FF0000;
	cursor: pointer;
}

#llamada_abajo {
	font-size: 15px;
	padding: 5px 8px;
	float: none;
	margin: 10px auto !important;
	max-width: 90%;
}

.llamada {
	margin: 20px auto;
	max-width: 60%;
	border-radius: 5px;
	min-width: 400px;
	text-align: center;
	padding: 20px;
	box-shadow: 1px 1px 5px #0000004d;
	-webkit-box-shadow: 1px 1px 5px #0000004d;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.llamada p {
	font-size: 20px;
	text-align: center;
	margin: 0px
}
.llamada span {
	font-size: 40px;
	font-weight: bold;
}
.llamada button {
	text-transform: uppercase;
	border-bottom: 3px solid #db0505;
}

.boton_contratar, .boton_contratar_2 {
	padding: 20px 15px;
    font-size: 16px;
    background-color: #00bd64;
    border-bottom: 1px solid #029851;
    color: #fff;
    margin: 5px auto;
    border: none;
    border-radius: 3px;
    line-height: 100%;
    cursor: pointer;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    text-transform: capitalize;
    max-width: 100%;
}
.btn_contratacion {
	padding: 20px;
}

.boton_comparativa {
	width: 70%;
    max-width: 140px;
    background-color: #76b33b;
    color: #fff;
    border: 1px solid #76b33b;
    border-bottom: 1px solid #58842d;
    font-size: 14px;
    margin: 5px auto 5px;
    border: none;
    border-radius: 3px;
    padding: 7px 5%;
    cursor: pointer;
    display: inline-block;
    font-weight: normal !important;
    text-decoration: none !important;
    height: auto !important;

}
.boton_comparativa:hover {
	text-decoration: none;
    opacity: 0.7;
}

.botonAyuda{
	width: 70%;
    max-width: 140px;
    background-color: #fff;
    font-weight: bold !important;
    color: #76b33b;
    border: 1px solid #ff7300;
    letter-spacing: -0.02rem;
    font-size: 14px;
    margin: 5px auto 5px;
    border-radius: 3px;
    padding: 7px 5%;
    cursor: pointer;
    display: inline-block;
    font-weight: normal !important;
    text-decoration: none !important;
    height: auto !important;
}

img.img_estrellas{display:none}

.boton:hover, .boton_contratar:hover, .boton_contratar_2:hover {
	opacity: 0.7;
}

input[type="checkbox"] {
	transform: scale(1.4) !important;
	-webkit-transform: scale(1.4) !important;
	-moz-transform: scale(1.4) !important;
}

/* para coberturas.php */
.en_columna {
	flex-direction: column;
	border: 0px;
}

#Comparativa table {
	margin: 0 auto;
}

/* fin de para coberturas.php */

a.modificar {
    color: #ffffff !important;
    background: #76b33b;
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    border-bottom: 3px solid #58842e;
    text-decoration: none;
}
.nonModify{
	display:none !important;
}
.contenedorFinal{font-family:inherit, sans-serif}
.producto_para_movil {display: none;}
#llamada_abajo {font-size: 15px; padding: 20px 15px; float: none; margin: 10px auto !important;}
.llamada button {text-transform: uppercase;border-bottom: 3px solid #db0505;}
.boton {
    background-color: red;
    border: medium none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.div_desplegables {display: flex;}
.div_desplegables > div {width: 33.3%;text-align: center;}
select.DESPLEGABLE_PRODUCTOS {
    font-size: 16px !important;
    width: 93%;
    background-color: #ffffff;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #76b33b !important;
    padding: 5px;
    box-sizing: content-box;
    border: none;
}

.logo_contratacion {
    border: 2px solid #1e5596;
    border-radius: 10px;
    padding: 8px 20;
}

div#CONTRATACION h3 {
    font-size: 30px;
    color: #1e5596;
    text-align: center;
}
div#CONTRATACION p {
    font-size: 19px;
    color: #1e5596;
}
.cont_borde {
    background: #1e5596;
    padding: 19px;
    border-radius: 10px;
    line-height: 26px;
    color: white !important;
    letter-spacing: 1px;
}

div#CONTRATACION li {
    color: #1e5596;
    font-size: 18px;
    line-height: 28px;
}

div#CONTRATACION a {
    background: #69bc69;
    border-radius: 10px;
    padding: 1px 7px;
    color: white;
    display: inline-block;
    font-size: 14px;
}

div#CONTRATACION h4 {
    font-size: 25px;
    color: #1e5596;
    text-align: center;
}

.contratar_flex {
    display: flex;
}

.img_btn_contratar {
    width: 40%;
    margin: 0px auto;
    text-align: center;
}

.iconos_desplegable {
    padding: 10px;
    margin-bottom: -13px;
}

a.subir {display: none !important;}


p.mensaje{padding: 30px 30px 30px 60px;
    color: #174787;
    border: 2px solid #00bd64;
    border-radius: 5px;
    margin: 15px;
    position: relative;
    text-align: left}

p.mensaje::before {
    content: url(/imagenes/icono_info.svg);
    position: absolute;
    left: 10px;
    top: 15px;
}


/******* ESTILO NUEVO LOPD ******************************/
#FormularioTarificar #lopd{margin:15px auto; align-items: start !important}
#FormularioTarificar #lopd label{font-size:11px; margin-left:8px}
#FormularioTarificar #lopd label a{font-weight:bold; text-decoration:underline}
#FormularioTarificar #lopd input#idprotecciondatos{width:70px !important; margin-top:-10px; min-width:25px}
#FormularioTarificar #lopd label p {margin-top: -15px !important;font-size: 11px;}

/**************** MOVIL ***********************************************************************************************/
@media only screen and (max-width: 480px)
{
	#FormularioTarificar li#avanza_alquiler, #FormularioTarificar button#btn_compruebas{min-width:185px;max-width:185px;}
	#FormularioTarificar .paso{padding:15px;}
	#FormularioTarificar #Div_5 > div > div {width: 100%;}
	#FormularioTarificar #Div_5 input {width: 98% !important;}
	#FormularioTarificar input#idprotecciondatos {width: 30px !important;margin-right: 15px;}
	#FormularioTarificar #Div_5.paso {min-height: 675px !important;}

	.linea {
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 3px solid #eaeaea;
	}

	.encabezado {
		display: none;
	}

	.linea div {
		margin: 5px;
	}
	.linea div:nth-child(1) {
		width: 100%;
	}
	.linea div:nth-child(2) {
		width: 100%;
	}
	.linea div:nth-child(3) {
		width: 100%;
	}
	.linea div:nth-child(4) {
		width: 100%;
	}
	.linea div:nth-child(5) {
		width: 45%;
	}
	.linea div:nth-child(6) {
		width: 45%;
	}

	.div_comparativa {
		width: 95%;
		left: 0%;
		margin-left: 0px;
	}

	.producto_para_movil {
		display: inline;
	}
	.escondo_para_movil {
		display: none;
	}
	.div_desplegables {
		display: block;
	}
	.div_desplegables > div {
		width: 100%;
		text-align: center;
	}
	select.DESPLEGABLE_PRODUCTOS {
		width: 100%;
		box-sizing: border-box;
	}

	.llamada {
		width: 86%;
		min-width: 86%;
	}
	div#CONTRATACION a {
		padding: 0px 7px;
	}
	div#CONTRATACION h1 {
		font-size: 23px;
	}
	.img_btn_contratar {
		width: 100%;
	}
	div#CONTRATACION p {
		font-size: 16px;
	}
	div#CONTRATACION h2 {
		font-size: 22px;
	}
	p.textoObervaciones::before{content:none !important;}
	#FormularioTarificar .mesRenovacionPadre ul li {min-width: 120px !important;max-width: 130px !important;cursor: pointer;}


	#FormularioTarificar .paso {min-height: 350px;}
	#FormularioTarificar .paso * {position:relative}
	#FormularioTarificar ul.botones, #FormularioTarificar ul.boton_atras{position:relative; bottom: 0px;}
	#FormularioTarificar ul.botones{margin-top:90px}
	#FormularioTarificar li#avanza_alquiler, #FormularioTarificar button#btn_compruebas,#FormularioTarificar li#boton_atras {position: relative !important;bottom:0}
	#FormularioTarificar button#btn_compruebas{margin:60px auto 30px; display:block}




}
/******* TABLET ******************************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 768px)
{
	#FormularioTarificar #Div_5 > div > div {width: 100%;}
	#FormularioTarificar .paso{padding: 20px;}
	.linea {
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 3px solid #eaeaea;
	}

	.encabezado {
		display: none;
	}

	.contenedorprincipal div:first-child {
		width: 100%;
		clear: both;
	}
	.contenedorprincipal div:nth-child(2) {
		width: 100%;
		clear: both;
	}

	.linea div {
		margin: 5px;
	}
	.linea div:nth-child(1) {
		width: 100%;
	}
	.linea div:nth-child(2) {
		width: 100%;
	}
	.linea div:nth-child(3) {
		width: 100%;
	}
	.linea div:nth-child(4) {
		width: 100%;
	}
	.linea div:nth-child(5) {
		width: 45%;
	}
	.linea div:nth-child(6) {
		width: 45%;
	}

	input#idprotecciondatos {
		width: 15px;
	}

	.div_comparativa {
		width: 95%;
		left: 0%;
		margin-left: 0px;
	}
	.producto_para_movil {display: inline;}
	.div_desplegables {
    display: block;
}
.div_desplegables > div {
    width: 100%;
    text-align: center;
}
	select.DESPLEGABLE_PRODUCTOS {
    width: 100%;
    box-sizing: border-box;
}
#FormularioTarificar .paso {min-height: 570px; height: 640px;}

}

/******* LAPTOP ******************************************************************************************************/
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
	#FormularioTarificar #Div_5 > div > div {width: 90%;}
	.linea {border-bottom: 2px solid #eaeaea;}
	#FormularioTarificar .paso {min-height: 500px;}

}
/********* ORDENADOR ****************************************************************************************************/
@media only screen and (min-width: 1025px)
{

}











}