/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-mar-2021, 19:51:23
    Author     : Spira
*/

@font-face {
	font-family: 'Davivienda';
	src: url('../fonts/DaviviendaFonts/Davivienda-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Davivienda';
	src: url('../fonts/DaviviendaFonts/Davivienda-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Davivienda';
	src: url('../fonts/DaviviendaFonts/Davivienda-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Davivienda';
	src: url('../fonts/DaviviendaFonts/Davivienda-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Davivienda';
	src: url('../fonts/DaviviendaFonts/Davivienda-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-style: italic;
}

* {
	font-family: Davivienda !important;
}

html,
body {
	font-size: 20px;
}

.container-padding {
	padding-left: 50px;
	padding-right: 50px;
}

.nav-davivienda {
	position: absolute;
	top: 0;
	min-width: 100%;
	background-color: #e32029;
	padding: 10px !important;
}

@media only screen and (max-width: 769px) {
	.nav-davivienda {
		/*margin-left: 10% !important;*/
		position: absolute;
		top: 0;
		min-width: 100%;
		background-color: #e32029;
		padding: 10px !important;
	}
}

.fill {
	min-height: 100%;
	height: 760px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@font-face {
	font-family: 'mouse-300';
	src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none !important;
	/*border-color: transparent !important;*/
}

.input-rounded-white {
	border-radius: 30px !important;
}

.btn-rounded-red {
	border-radius: 20px;
	background-color: #e32029;
	color: white;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
}

.btn-rounded-red:hover {
	border-radius: 20px;
	background-color: #ed1c27;
	color: white;
	font-weight: bold;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
}

.loading-container {
	margin-top: 150px;
}

.div-only-mobile {
	display: none;
}
.div-no-mobile {
	display: block;
}
@media screen and (max-width: 849px) {
	.div-no-mobile {
		display: none;
	}

	.div-only-mobile {
		display: block;
	}
}

/*///**Form wizard questions***/

#msform {
	text-align: center;
	position: relative;
	margin-top: 80px;
}

#msform fieldset .form-card {
	border: 0 none;
	border-radius: 0px;
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
}

#msform fieldset {
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform fieldset .form-card {
	text-align: left;
	color: #9e9e9e;
}

.fs-title {
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.fs-subtitle {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: left;
}

@media (max-width: 767px) {
	#msform fieldset .form-card {
		padding: 0;
		width: 100%;
		margin: 0;
	}
	div.col-sm-1.col-md-1.form-inline {
		position: relative;
		top: 46px;
		right: 35px;
	}
}

/*Results*/
.container-results {
	height: auto;
	/*padding-bottom: 20px;*/
}
