.titulo_cotizador{
	background: #ececec;
}

.contenedor_formulario{
    background: #dadada;
    min-height: 80vh;
    z-index: 000;
}

.contenedor_select_tipologia{
    background: #fff;
    border-radius: 30px;
}

.select_tipologia{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.contenedor_select_tipologia label{
    position: absolute;
    top: -16px;
    font-size: 11px;
    left: 28px;
}

.borde_input{
    border-right: 1px solid #ccc;
}

.bt_shadow{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	-webkit-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	-moz-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.input_formulario{
    border-radius: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.br-30{
    border-radius: 30px;
}

#caracteristicas p{
    font-size: 16px !important;
    line-height: 18px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

@media only screen and (min-width: 175px) and (max-width: 812px) { 

	.select_tipologia{
		padding-top: 12px;
	}
	
	.contenedor_select_tipologia label {
    	top: -6px;
	}
	
	.contenedor_formulario {
    	min-height: auto;
	}
	
	.esquicio_img{
		margin-bottom: 40px;
	}
	
	.contenedor_formulario{
		padding-bottom: 40px;
	}
	
	.caracteristicas_xs{
		margin-top: 10px;
		text-align: center;
	}
	
	.u-heading-v2-4--bottom::after {
    	margin-top: 4px;
    	margin-bottom: 8px;
	}
	
	
}