/*
@font-face {
  font-family: santander_font;
  src: url(font/SantanderText-Regular.woff);
}
*/
*{
	padding:0px;
	margin:0px;
	text-decoration:none;
	list-style-type: none;
	border:none;
	border-spacing:0;
	cursor:default;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

	image-rendering: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	outline: 1px solid transparent;
	font-family: 'Inter', sans-serif;
}
.unselectable, .unselectable *{
	pointer-events: none;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
}
body{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
		overflow: hidden;
}
#site{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden auto;
	-webkit-overflow-scrolling: touch;
}

.hCenterAbsolute{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
}
.vCenterAbsolute{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.accorTriggerCont *, a, button{
	cursor: pointer;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}

.aBut{
	border-radius: 32px;
	padding: 12px 16px;
	width: 100%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
@media (min-width:601px){
	.aBut{
		width: auto;
	}
}

.cBorder_Err{
	border-color: #BE3044 !important;
}
.cC_Err{
	color: #BE3044;
}
.cBg_Err{
	background-color: #BE3044;
}

.h1{
	font-size: 38px;
	line-height: 48px;
	font-weight: 900;
}
.h2{
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
}
.h3{
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
.h4{
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}
.h5{
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}
p, .p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.invisible{
    opacity:0;
}
@media (min-width:601px){
	.h1{
		font-size: 44px;
		line-height: 53px;
	}
	.h2{
		font-size: 37px;
		line-height: 45px;
	}
	
}
@media (min-width:903px){
	.h1{
		font-size: 48px;
		line-height: 58px;
		font-weight: 700;
	}
	.h2{
		font-size: 42px;
		line-height: 56px;
		font-weight: 700;
	}
	.h3{
		font-size: 26px;
		line-height: 36px;
		font-weight: 600;
	}
	.h4{
		font-size: 24px;
		line-height: 24px;
		font-weight: 700;
	}
}

.status{
    padding:8px 25px 8px 0px;
    font-size:15px;
    margin-bottom:8px;
		position: relative;
}
.closeStatus {
    position: absolute;
		cursor: pointer;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
		line-height: 17px;
		font-size: 14px;
    text-align: center;
		border-radius: 10px;
}

/*Retrai-----------------------*/
.retrai, .retrai span{
	color:#fff;		
	font-size: 14px;
}
.retrai a *{
	cursor: pointer;
}
.retrai a{
	transition: color 0.3s ease 0s;
}
.retrai a:hover{
	color:#fff !important;
}
.retrai a:hover span{
	color:#0F0;
}