


:root{
	--max-width: 1260px;
	--white: #FFFFFF;
}


html, body {
    max-width: 100vw;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
}

.landing_conaliados
{
	display: grid;
	grid-template-columns: auto;
}

.main-header
{
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100px;
	max-height: 100px;
	display: flex;
	align-items: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 12px #09254914;
    z-index: 4;
}


.nav-header
{
	width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
}


.nav-logo {
    display: flex;
    align-items: center;
    margin: 0
}

.nav_menu
{
	margin: 0;
	padding: 0;
	display: flex;
    gap: 16px;
    align-items: center; 
}

.nav_menu li {
    list-style: none;
    margin-right: 16px;
    cursor: pointer;
    padding: 9px 12px;
}

.nav_menu .li-btn {
    margin-right: 0;
    padding: 0;
    background: #FFFFFF
}

.nav_menu li a {
    text-decoration: none;
    font: var(--button);
    letter-spacing: var(--letter-spacing-0);
    color: var(--gray-blue700);
}

.btn-nav {
    width: 143px;
    height: 44px;
	background: transparent linear-gradient(180deg, #0478C9 0%, #095E98 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	border: none;
    color: var(--white);
    font: normal normal 500 14px/27px Ubuntu;
	letter-spacing: 0.36px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    justify-content: center;
    max-height: 44px;
    gap: 8px;
}

.icon-menu-bar
{
	font-size: 30px;
	color: #066DB3;
}


.nav__list{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	gap: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__list a{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
}

.nav__list li{
	position: relative;
	float:  left;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Regular';
	font: normal normal normal 18px/21px Ubuntu;
	letter-spacing: 0px;
	cursor: pointer;
}


.menu {
    position: absolute;
    top: calc(100% + 0px);
    width: 260px;
    min-height: 100px;
    background: #0562A2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #0562A2;
    transform: rotate(45deg);
    z-index: -1;
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* menu links */

.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #0562A2;
    padding: 0;
    margin: 0;
    font: normal normal normal 18px/21px Ubuntu;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.menu ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #074E80;
}

.menu ul li a {
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.menu ul li a i {
    font-size: 1.2em;
}

.article_submenu{
	text-decoration: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.sub_menu
{
	display: none;
}

.sub_menu.active
{
	display: flex;
	width: 100%;
    padding: 0px 20px;
    font: italic normal normal 18px/21px Ubuntu;
	letter-spacing: 0px;
	color: #FFFFFF;

}

.li-btn-mobile{
	display: none !important;
}


.content_close_menu{
	display: none !important;
}

.principal-foot
{
	height: fit-content;
	background: #0562A2 0% 0% no-repeat padding-box;
	opacity: 1;
	display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.terms{

	display: flex;
	justify-content: center;
}

.content_terms
{
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.logo-footer{
	height: 53px;
	margin-top: 86px;
}

.footer-col
{
	height: 59px;
	align-self: flex-start;
}


.text_terms
{
	font: normal normal bold 25px/56px Ubuntu;
	letter-spacing: 0px;
	color: var(--white);
}

.list_terms
{
	margin: 0 0 75px;
	padding: 0;
}

.list_terms a{
	text-decoration: none;
}

.list_terms li
{
	list-style: none;
	font: normal normal normal 18px/56px Ubuntu;
	letter-spacing: 0px;
	color: var(--white);
	height: 45px;
    border-bottom: 1px solid;
    width: 80%;
}

.contact
{
	display: flex;
	flex-direction: column;
    align-items: center;
}

.social_media_contact
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin-top: 85px;
}

.social-link{
	width: 73px;
    height: 73px;
    border-radius: 100%;
    background: var(--white);
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-link i{
	font-size: 37px;
	color:#0562A2;
}

.btn-attention
{
	margin-top: 69px;
    width: 293px;
    height: 62px;
    box-shadow: 0px 3px 6px #00000029;
    border: 3px solid var(--white);
    border-radius: 7px;
    background: transparent;

    font: normal normal 500 25px/47px Ubuntu;
	letter-spacing: 0px;
	color: var(--white);
	opacity: 1;

}

.btn_credit_now
{
	margin: 92px 140px 0 0;
    width: 519px;
    height: 91px;
    background: #5CB9F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    text-align: center;
    font: normal normal 500 31px/47px Ubuntu;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
}

.btn_credit_now i
{ 
	margin-left: 29px;
}

.alternative-foot
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}

.alternative-foot span
{	
	text-align: center;
	font: normal normal normal 18px/20px Ubuntu;
	letter-spacing: 0px;
	color: #707070;
}

.icon_submen_rotate{
	transform: rotate(180deg);
}

.li_submenu
{
	cursor: pointer;
}


.error
{
	font: normal normal 400 14px/16px Ubuntu;
    letter-spacing: 0px;
    color: #707070;
}

.icon-error
{
	color: #CC2031;    
	margin-right: 8px;
}

.icon-error-info{
	color: #0562A2;
	margin-right: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { 
	-moz-appearance:textfield; 
}

@media only screen and (max-width: 1280px){

	.nav-header{
		margin: 40px;
	}

	.img-log{
		height: 35px;
	}

	.menu{
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	.menu ul{
		height: 100%;
	}

	.sub_menu.active{
		justify-content: center;
	}

	.li-btn{
		display: none;
	}

	.li-btn-mobile{
		display: flex !important;
	}

	.content_close_menu{
		display: flex !important;
		margin: 70px;
	}
	.img-men-mobile{
		height: 40px;
	}

	.icon-close-menu{
		color: var(--white);
		font-size: 25px;
	}


	.principal-foot
	{
		display: flex;
		flex-direction: column;
	}

	.logo-footer{
		margin-top: 0px;
		height: 40px;
    	justify-self: center;
	}

	.content_terms
	{
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 86px;
	}

	.footer-col{
		align-self: center;
		justify-self: center;
		height: 50px;
	}

	.text_terms{

		justify-self: center;
		font: normal normal bold 24px/28px Ubuntu;
	}

	.list_terms{
		margin-bottom: 0;
		justify-self: center;
	}

	.list_terms li{
		width: 100%;
    	height: 25px;
		font: normal normal normal 16px/20px Ubuntu;
		margin-bottom: 1rem;
	}

	.social-link{
		width: 55px;
		height: 55px;
	}

	.social-link i
	{
		font-size: 27px;
	}

	.btn-attention{
		font: normal normal 500 20px/28px Ubuntu;
		width: 393px;
	}

	.btn_credit_now {
		width: 393px;
		font: normal normal 500 20px/28px Ubuntu;
		margin: 52px 0 25px;
		height: 71px;
	}

	.btn_credit_now i{
		margin-left: 19px;
	}

	.icon-menu-bar {
		font-size: 26px;
	}

	.main-header{
		max-height: 80px;
	}

}

@media only screen and (max-width: 768px)
{
	.content_terms{
		grid-template-columns: 1fr;
	}

	.contact{
		margin: 0 24px;
	}

	.btn-attention{
		width: 100%;
	}

	.btn_credit_now{
		width: 100%;
	}
}

@media only screen and (max-width: 425px){

	.content_close_menu{
		margin: 35px;
	}
}