@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200..900;1,200..900&display=swap');

:root {
	--color-rn: #D50032;
	--color-green: #60E2A0;
	--color-orange: #FFAF74;
	--color-blue: #3B86FF;
}

#simrn_global
{
	background: #FFF;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	top: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 30px;
	color: #000;
	overflow: auto;
	display: none;
}

#simrn_global.visible
{
	display: block;
}

.color-rn
{
	color: var(--color-rn);
}

#simrn_global .title
{
	font-size: 28px;
	font-weight: 600;
}

#simrn_global .subtitle
{
	font-size: 20px;
	font-weight: 600;
}

#detalleSimulacion
{
	background: #D8D4CE;
	border-radius: 10px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 100px;
	margin-bottom: 100px;
}

.detalle-header
{
	background: var(--color-rn);
	border-radius: 10px;
	color: #FFF;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}

.detalle-body
{
	padding: 15px 15px;
}

.ufBig
{
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	color: var(--color-rn);
}

.ufPrice
{
	border-bottom: 1px dashed var(--color-rn);
	padding-bottom: 10px;
}

.ufPrice strong
{
	font-size: 20px;
	font-weight: 600;
}

.line-simulador
{
	border-left: 2px dashed var(--color-rn);
}

.line-bottom
{
	border-bottom: 1px dashed var(--color-rn);
}

.numberStep
{
	width: 45px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	border-bottom: 2px solid var(--color-rn);
	line-height: 36px;
}

.formularioSimulacion h3
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.selector
{
	padding: 10px 5px;
	padding-top: 8px;
	border-radius: 5px;
	border: 2px solid #000;
	font-size: 14px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

.selector-icon
{
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
}

.selectorLeft
{
	padding-left: 40px;
	line-height: 28px;
	padding-right: 20px;
	border: 0;
}

.bullet
{
	position: absolute;
	right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #000;
	top: 50%;
	transform: translateY(-50%);
}

.innerbullet
{
	position: absolute;
	right: 2px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: transparent;
	top: 2px;
}

.selectorLeft .bullet
{
	right: auto;
	left: 8px;
}

.selector.selected, .selector.selected .bullet
{
	border-color: var(--color-rn);
}

.selector.selected .innerbullet
{
	background: var(--color-rn);
}

.inputNoBorder
{
	border: 0 !important;
	height: 40px;
	width: 100%;
	font-size: 22px;
	outline: none !important;
}

.selectorInput
{
	padding: 2px 5px;
	font-size: 18px;
}

.inputSelector
{
	border: 2px solid #000;
	font-size: 24px;
}

.labelselector
{
	line-height: 18px;
}

.btnRn
{
	padding: 12px 25px;
	font-weight: bold;
	background-color: var(--color-rn);
	color: #FFF;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
}

.btnRnForm
{
	height: 55px;
	width: 100%;
	margin-top: 60px;
}

.logoRentaBottom
{
	height: 40px;
}

.logoRentaTop
{
	margin-top: -60px;
}

.boxSimulacion
{
	background: #E2E0DC;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.boxSimulacionSelected
{
	background: #D8D4CE;	
}

.boxSimulacionHeader
{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px dashed var(--color-rn);
	padding-top: 0px;
	padding-bottom: 5px;
}

.boxSimulacionBody
{
	text-align: center;
	margin-top: 30px;
}

.boxDividendo
{
	display: block;
	font-weight: 600;
	line-height: 32px;
	font-size: 32px;
}

.boxDividendoUF
{
	display: block;
	font-size: 24px;
	font-weight: 500;
}

.boxSimulacionBody .btnRn
{
	line-height: 110%;
	padding-left: 50px;
	padding-right: 50px;
}

.tuSimulacion
{
	background-color: var(--color-rn);
	color: #FFF;
	text-align: center;
	position: absolute;
	width: 80%;
	left: 10%;
	top: -32px;
	height: 32px;
	line-height: 32px;
	border-radius: 10px 10px 0 0;
}

.valorUf
{
	height: 50px;
	border: 2px solid var(--color-rn);	
	line-height: 46px;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 25px;
	font-size: 20px;
	margin-bottom: 45px;
}

.disclaimer
{
	background: #E2E0DC;
	text-align: justify;
	padding: 15px;
	line-height: 18px;
	font-size: 14px;
}

.bigLink
{
	font-size: 20px;
	font-weight: 600;
}

.inputRn
{
	border: 2px solid #000;
	width: 100%;
	height: 50px;
	text-align: center;
}

.fw-regular
{
	font-weight: 400 !important;
}

.step-indicator
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.stepNumber
{
	display: inline-block;
	font-weight: 700;
	font-size: 22px;
	margin: 0 1px;
}

.stepNumber .indicator
{
	width: 60px;
	border: 1px solid #E2E0DC;
	height: 10px;
}

.indicatorActive
{
	background: #E2E0DC
}

.boxGracias
{
	background: #E2E0DC;
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text-ucfirst
{
	text-transform: capitalize;
}

.selectorDisabled
{
	background: #F1F1F1;
}

.errorMessage
{
	font-size: 12px;
}

.closeSimulador
{
	font-size: 28px;
	color: var(--color-rn);
}

.onlymobile
{
	display: none;
}

@media (max-width: 700px) {
	
	#simrn_global
	{
		padding: 30px 0;
		padding-top: 10px;
	}
	
	.numberStep
	{
		width: 30px;
	}
	
	#simrn_global .title
	{
		font-size: 20px;
		margin-bottom: 0;
	}
	
	#simrn_global .subtitle
	{
		font-size: 16px;
	}
	
	.boxSimulacion
	{
		margin-bottom: 50px;
	}
	
	.w100mobile
	{
		width: 100%;
	}
	
	.line-simulador
	{
		border-left: 0;
		border-top: 2px dashed var(--color-rn);
		margin-top: 30px !important;
	}
	
	#detalleSimulacion
	{
		margin-top: 30px;
		margin-bottom: 15px;
		width: 94%;
	}
	
	.logoRentaTop
	{
		margin-top: 0;
	}	
	
	.valorUf
	{
		height: auto;
		line-height: 28px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	
	.btnRn
	{
		min-height: 40px;
	}
	
	.disclaimer
	{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	#simrn_global .title.fw-regular
	{
		font-size: 16px;
	}
	
	.btnRnForm
	{
		margin-top: 15px;
		margin-bottom: 30px;
	}
	
	.boxGracias
	{
		font-size: 14px;
	}
	
	.onlymobile
	{
		display: block;
	}
	
	.onlydesktop
	{
		display: none;
	}
}

/*  AJUSTES DE NAVEGACIÓN  */

.btnRn:hover{
	background-color: #c20202;
}

.inputRn,
.inputSelector {
  border: 1px solid #ccc;       
  padding: 0.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;  
  background-color: #fff;
}

.inputRn:hover,
.inputSelector:hover {
  border-color: #D50032;
  box-shadow: 0 0 4px rgba(249, 3, 3, 0.3);
}

.inputRn:focus,
.inputSelector:focus {
  border-color: #D50032;
  box-shadow: 0 0 6px rgba(249, 3, 3, 0.5);
  outline: none;
}

.inputSelector option {
  padding: 0.5rem;
  background-color: #fff;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.inputSelector option:hover {
  background-color: #D50032 !important;
  color: #fff;
}

.inputSelector option:checked {
  background-color: #fff;
  color: #c20202;
}
.inputSelector option:focus{
	color: #c20202;
	background-color: white;
}

.selectorInput {
  border: 1px solid #ccc;       
  padding: 0.5rem;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s ease;   
}

.selectorInput:hover {
  border-color: #D50032;
  box-shadow: 0 0 4px rgba(249, 3, 3, 0.3);
}

.selectorInput:focus {
  border-color: #D50032;
  box-shadow: 0 0 6px rgba(249, 3, 3, 0.5);
  outline: none;
}

a.color-rn:hover {
  color: #fff;            
  background-color: #D50032; 
  padding: 2px 4px;      
  border-radius: 4px;
  transition: all 0.3s ease;
}


.closeSimulador {
    display: inline-block; 
}

.closeSimulador i {
    font-size: 28px;            
    color: var(--color-rn);     
    transition: color 0.3s ease, transform 0.3s ease; 
}

.closeSimulador:hover i {
    color: #D50032;             
    transform: scale(1.3);      
    cursor: pointer;            
}

