/* Importar Tipos de Letra */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:300,400,500,600,700&display=swap');

@font-face { /* Hyundai Header - Light */
  font-family: 'HyundaiLight';
  src: url('fonts/webfontlight.eot'); /* IE9 Compat Modes */
  src: url('fonts/webfontlight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/webfontlight.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/webfontlight.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/webfontlight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/webfontlight.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face { /* Hyundai Header - Regular */
  font-family: 'HyundaiRegular';
  src: url('fonts/webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face { /* Hyundai Header - Medium */
  font-family: 'HyundaiMedium';
  src: url('fonts/webfontmedium.eot'); /* IE9 Compat Modes */
  src: url('fonts/webfontmedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/webfontmedium.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/webfontmedium.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/webfontmedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/webfontmedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face { /* Hyundai Header - Bold */
  font-family: 'HyundaiBold';
  src: url('fonts/webfontbold.eot'); /* IE9 Compat Modes */
  src: url('fonts/webfontbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/webfontbold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/webfontbold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/webfontbold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/webfontbold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body{
    width:100%;
    max-width: 100%;
    height:100vh;
    margin:0;
    overflow-x: hidden;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}
.select-container {position:relative; display: inline;}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}

/* Banner do Evento */
#fundo{
	width:100%;
	height: auto;
    background-color: #0e3c5e;
}
.resrow{
    height:auto;
    display:flex;
}
.resrow .row:first-child{
    flex:1;
}
img.fundo{
	width:100%;
}

a.marcar{
    bottom: 100px;
    left: calc(50% - (200px / 2));
    -webkit-appearance: none;
    display: inline-block;
    width: 200px;
    font-size: 19px;
    font-family: 'HyundaiMedium', Fallback, sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    border: 0;
    padding: 15px 0;
    text-align: center;
    background-color: #1e366a;
    margin: auto;
    border-radius: 0;
    text-decoration: none;
    margin-top: 50px;
}

/* Formulário da Página */
#formulario{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 100%;
    max-width: 400px;
    height: 100%;
    min-height: 200px;
    background-color: rgb(14 60 94);
    color: #FFFFFF;
}

	#formulario h1{
		margin: 0;
        text-align: left;
        font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
        font-size: 23px;
        margin-bottom: 5px;
	}

	#formulario h2{
		margin:0;
		font-family: 'HyundaiMedium', Fallback, sans-serif;
		font-size:16px;
		font-weight:600;
		line-height:1.5;
	}

	#formulario form{
		padding:15px 30px;
	}
	
	#formulario a,
	#formulario a:link,
	#formulario a:visited,
	#formulario a:hover,
	#formulario a:active{
		color: #FFFFFF;
	}

	#formulario .campo{
		width:100%;
		margin-bottom:5px;
	}

	#formulario .campo.half{
		display: inline-block;
		float:left;
		width:calc(50% - 10px);
		margin-left:10px;
	}
    
    #formulario .campo.half:nth-child(2n-1) {
        margin-right: 10px;
        margin-left: 0;
    }

	#formulario .campo label{
	    display:inline-block;
		width:100%;
		font-family: 'HyundaiMedium', Fallback, sans-serif;
		font-size:14px;
		margin-bottom:5px;
	}

	#formulario .campo input{
        -webkit-appearance: none;
        outline: 0;
        display: inline-block;
        width: 100%;
        font-family: 'HyundaiRegular', Fallback, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #111111;
        padding: 5px 9px;
        border: 0;
        background-color: #FFFFFF;
        border-radius: 0;
	}

	#formulario .campo select{
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        width: 100%;
        font-family: 'HyundaiRegular', Fallback, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #111111;
        padding: 5px 9px;
        border: 0;
        background-color: #FFFFFF;
        border: 0;
        border-radius: 0;
        margin-bottom: 2px;
	}

	#formulario .campo button{
	    -webkit-appearance: none;
	    display:inline-block;
		width:100%;
		font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-size: 15px;
        font-weight: 300;
		color:#FFFFFF;
		border:0;
		padding:8px 0;
		text-align:center;
		background-color:#00aad2;
		margin-top:5px;
		border-radius: 0;
	}

	#formulario .check{
		width:100%;
		margin-bottom:5px;
	}

	#formulario .check label{
	    font-family: 'HyundaiRegular', Fallback, sans-serif;
        font-size: 12px;
        font-weight: 300;
		margin:0;
	}
	
/* Informação do Evento */	
#infotext{
	width:80%;
	height:auto;
	margin:150px auto;
	text-align: center;
    max-width: 800px; 
}
    #infotext p{
    	font-size: 22px; 
    	font-family: 'HyundaiLight', Fallback, sans-serif;
        font-weight: 300;
    	line-height: 1.9; 
    	color: #032E61; 
    	margin: 10px auto;
    	text-align:left;
    }#infotext p b{
    	font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
    }
    #infotext h2{
    	font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
    	font-size: 25px; 
    	color: #032E61; 
    	margin: 25px 0 0 0;
    	text-align:left;
    }

#info{
	width:100%;
	height:auto;
	margin:auto;
}

	#info h1{
		margin:0;
		text-align:left;
		font-family: 'Raleway', sans-serif;
		font-size:25px;
		font-weight:700;
		margin-bottom:5px;
		margin-top:65px;
		color:#1E366A;
	}

	#info p{
		margin:0;
		text-align:left;
		font-family: 'Open Sans', sans-serif;
		font-size:17px;
		font-weight:500;
		margin-bottom:25px;
	}
	
/* Vantagens */
.vantagem{
    width: calc(100% - 30px);
    height: 40px;
    padding: 15px;
    transition: 0.2s;
}
.vantagem:hover{
    padding: 20px;
    transition: 0.2s;
}
.vantagem .vant-content{
    width: 60%;
    margin: auto;
    height: 100%;
}
.vantagem .vant-icon{
    display: inline-block;
    float: left;
    height: 100%;
    width: auto;
    font-size: 28px;
    margin-top: 5px;
    color: #FFF;
}
.vantagem .vant-icon img{
    height: 100%;
}
.vantagem .vant-label{
    display: inline-block;
    float: left;
    height: 100%;
    width: auto;
    font-family: 'HyundaiLight', Fallback, sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
}
.vantagem .vant-label b{
    font-family: 'HyundaiMedium', Fallback, sans-serif;
    font-weight: 300;
}

/* Caixa - Click to Call */
#clickcall{
    position: relative;
    top: -10%;
    width: 100%;
    background-color: #F0F0F0;
    padding: 50px 0;
    max-width: 955px;
    margin: auto;
    height: 137px;
}
    #clickcall .row{
        position: relative;
        width: 100%;
        text-align: left;
        float: left;
        display: inline-block;
    }
    #clickcall .row.txt{
        width: calc(60% - 60px);
        padding-left: 60px;
        font-family: 'HyundaiLight', Fallback, sans-serif;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        color: #032E61;
        line-height: 1.5;
    }
    #clickcall .row.txt b{
        font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
    }
    #clickcall .row.bt{
        width: calc(40% - 20px);
        padding-right: 20px;
        text-align: center;
    }
    
/* Caixa - Garantia */
#garantia{
    width: 100%;
    max-width: 955px;
    min-height: 110px;
    overflow: hidden;
    margin:auto;
}
    #garantia .row{
        position: initial;
        float: left;
    }
    #garantia .row.txt{
        width: 60%;
        color: #3a3a3a; 
        font-family: 'HyundaiLight', Fallback, sans-serif; 
        font-size: 16px; 
        font-weight: 300; 
        text-transform: initial;
        line-height: 1.5;
    }
    #garantia .row.txt b{
        font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
    }
    #garantia .row.bt{
        width: 40%;
        text-align: right;
    }

/* Alteração de Layout >= 1303px
@media only screen and (max-width: 1303px) {
    #fundo img{
    	width:auto;
    	/*min-height:700px;
    }
    .vantagem .vant-content{
        width: 90%;
        margin: auto;
        height: 100%;
    }
} */

/* Alteração de Layout >= 955px */
@media only screen and (max-width: 1100px) {
    .resrow{
        display:inline-block;
    }
	#formulario{
	    -webkit-box-flex:initial;
	    -ms-flex:initial;
	    flex:initial;
	    max-width:initial;
		position:initial;
	    padding: 40px 20px 40px 20px;
		width:calc(100% - 40px);
		height:auto;
		background-color:#EFEFEF;
		color:#111111;
	}
	#formulario h1{
		font-size:22px;
		font-weight:300;
		margin-bottom:25px;
	}
    #fundo img{
    	width:100%;
    	height:auto;
    	text-align: center;
    	min-height:none;
    }
	#formulario form{
		padding:0;
	}
    #formulario .campo input{
        padding: 10px 12px;
	}
	#formulario .campo select{
        padding: 10px 12px;
	}
	#formulario .campo button{
		padding:12px 0;
	}
	#formulario a,
	#formulario a:link,
	#formulario a:visited,
	#formulario a:hover,
	#formulario a:active{
		color: #032E61;
	}
    #infotext{
	    width:90%;
    	margin:100px auto ;
    }
    #infotext p{
    	font-size: 18px;
        font-family: 'HyundaiRegular', Fallback, sans-serif;
        font-weight: 300;
        line-height: 1.9;
        color: #032E61;
        max-width: 800px;
        margin: 10px auto;
    }
    #infotext h2{
    	font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
        font-size: 23px;
        color: #032E61;
        margin: 25px 0 0 0;
    }
	a.marcar{
	    position: initial;
        margin: 50px auto;
	}
	.vantagem{
        width: calc(100% - 40px);
        height: 45px;
        padding: 20px;
    }
    .vantagem .vant-content{
        width: 95%;
        margin: auto;
        height: 100%;
    }
    .vantagem .vant-label {
        display: inline-block;
        float: left;
        height: 100%;
        width: calc(100% - 100px);
        font-size: 22px;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 20px;
        line-height: 20px;
    }
    .vantagem .vant-label.long ,
    .vantagem .vant-label.long  {
        padding: 3px 20px;
    }
    #clickcall{
        position: initial;
        height:auto;
    }
    #clickcall .row{
        position: initial;
        width: 100%;
        text-align: center;
        float: initial;
        display: inline-block;
    }
    #clickcall .row.txt{
        font-size: 22px;
        padding-left: 0;
    }
    #clickcall .row.bt{
        width: 100%;
    }
    #clickcall .row.txt{
        width: 100%;
    }
    #garantia{
        width:90%;
        margin-top:50px;
    }
    #garantia .row.bt{
        width: 100%;
        text-align:center;
        padding-top:20px;
    }
    #garantia .row.txt{
        width: 100%;
    }
}
/* Alteração de Layout >= 695px */
@media only screen and (min-width: 695px) {
    .vantagem .vant-label.long ,
    .vantagem .vant-label.long  {
        padding: 13px 20px;
    }
}
/* Alteração de Layout >= 495px */
@media only screen and (max-width: 440px) {
    .vantagem{
        width: calc(100% - 40px);
        height: 40px;
        padding: 20px;
    }
    .vantagem .vant-label {
        display: inline-block;
        float: left;
        height: 100%;
        width: calc(100% - 80px);
        font-size: 22px;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 15px;
        line-height: 20px;
    }
    .vantagem .vant-label.long ,
    .vantagem .vant-label.long  {
        padding: 0 20px;
    }
    #infotext p{
    	font-size: 18px;
    }
    #infotext h2{
        font-size: 23px;
    }
    #clickcall .row.txt{
        font-size: 20px;
    }
}