#infotext/* 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;
}

#wrapper{
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.wrappercont{
    width: 100%;
    max-width: 1220px;
    margin: auto;
}

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: 1.1em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}

/* Barra de Topo */
#barratopo{
    width:100%;
    height:70px;
    text-align:left;
    border-bottom: 1px solid #ccc;
}

#barratopo .logo{
    width: 100%;
    text-align: center;
}

#barratopo img{
    height:20px;
    margin:25px 0;
}

/* Banner do Evento */
#fundo{
    position: relative;
	width:100%;
	height: auto;
}
img.fundo{
	width:100%;
}

a.marcar{
    bottom: 100px;
    left: calc(50% - (200px / 2));
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width:350px;
    font-size: 23px;
    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{
	position: absolute;
    top: 0;
    right: 27px;
    width: 440px;
    height: 537px;
    padding: 60px 20px 17px 20px;
    color: #111111;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*background: rgba(1,1,1,0.5);
    background: linear-gradient(180deg, rgba(0,14,32,0) 0%, rgba(0,14,32,0.05) 8%, rgba(0,14,32,0.1) 13%, rgba(0,14,32,0.5) 23%, rgba(0,14,32,0.5) 100%);*/
    background: #E4DDD3;
}

	#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 a,
	#formulario a:link,
	#formulario a:visited,
	#formulario a:hover,
	#formulario a:active{
		color: #111111;
		font-weight: 600;
	}

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

	#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;
	}

	#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:#E63211;
		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:100%;
	height:auto;
	margin:100px auto;
	text-align: center;
}
    #infotext p{
    	font-size: 27px; 
    	font-family: 'HyundaiRegular', Fallback, sans-serif;
        font-weight: 400;
    	line-height: 1.9; 
    	color: #012c5f; 
    	max-width: 1100px; 
    	margin: 10px auto;
    }
    #infotext p.vant{
    	margin: 20px auto;
    }
    #infotext p b{
    	font-family: 'HyundaiBold', Fallback, sans-serif;
        font-weight: 400;
    }
    #infotext h2{
    	font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 400;
    	font-size: 28px; 
    	color: #032E61; 
    	margin: 25px 0 0 0;
    }

#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;
	}
	
.infobox{
    width: 100%;
    height: auto;
    padding-top: 200px;
    margin-top: -200px;
    background: #f6f3f2;
    padding-bottom: 50px;
}
.infobox img{
    width:300px;
}
	
/* Vantagens */
.vantagem{
    width: calc(100% - 30px);
    height: 40px;
    padding: 15px;
    transition: 0.2s;
    max-width: 730px;
    margin:auto;
    margin-bottom:15px;
}
.vantagem:hover{
    padding: 20px 15px;
    transition: 0.2s;
}
.vantagem .vant-content{
    width: 90%;
    margin: auto;
    height: 100%;
}
.vantagem .vant-icon{
    display: inline-block;
    float: left;
    height: 100%;
    width: auto;
}
.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;
}

/* Vantagens (V2) */
.grid-container {
  width:calc(100% - 20px);
  max-width:1100px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  padding: 10px;
  margin:auto;
}
.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 13px 0;
  font-family: 'HyundaiBold', Fallback, sans-serif;
  font-weight: 300;
  font-size: 26px;
  color:#032e61;
  text-transform:uppercase;
}
.item1 {
  grid-column-start: 1;
  grid-column-end: 2;
  background-color:#e63312 !important;
  color:#FFFFFF !important;
}
.item2 {
  grid-column-start: 2;
  grid-column-end: 4;
  background-color:#e4dcd3 !important;
}
.item3 {
  grid-column-start: 1;
  grid-column-end: 3;
  background-color:#002c5f !important;
  color:#FFFFFF !important;
}
.item4 {
  grid-column-start: 3;
  grid-column-end: 4;
  background-color:#aacae6 !important;
}

/* 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;
    }

/* Ilustração Scroll */
.scroillustation{
    display: initial;
    left: 50%;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
}
@keyframes scrolldown {
    0%{
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
    50%{
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }
    100%{
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}

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

/* Alteração de Layout >= 1050px */
@media only screen and (max-width: 1050px) {
    .grid-container > div {
      font-size: 20px;
    }
    .scroillustation{
        display: none !important;
    }
	#formulario{
		position: initial;
	    padding: 40px 20px 40px 20px;
		width: 100%;
		height: auto;
		background: #E4DDD3; /*#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 .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:70px auto ;
    }
    #infotext p{
    	font-size: 30px;
        font-family: 'HyundaiRegular', Fallback, sans-serif;
        font-weight: 300;
        line-height: 1.9;
    	color: #012c5f; 
        max-width: 1100px;
        margin: 20px auto;
    }
    #infotext p.vant{
        margin: 20px auto !important;
    }
    #infotext h2{
    	font-family: 'HyundaiMedium', Fallback, sans-serif;
        font-weight: 300;
        font-size: 24px;
        color: #032E61;
        margin: 25px 0 0 0;
    }
	a.marcar{
	    position: initial;
        margin: 1px 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 >= 1050px */
@media only screen and (max-width: 900px) {
    .item1 {
      grid-column-start: 1;
      grid-column-end: 4;
    }
    .item2 {
      grid-column-start: 1;
      grid-column-end: 4;
    }
    .item3 {
      grid-column-start: 1;
      grid-column-end: 4;
    }
    .item4 {
      grid-column-start: 1;
      grid-column-end: 4;
    }
}    
    
/* 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: 24px;
    }
    #clickcall .row.txt{
        font-size: 20px;
    }
}