/* 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 { /* Basis Grotesque - Bold */
  font-family: 'BasisGrotesqueBold';
  src: url('fonts/BasisGrotesque-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/BasisGrotesque-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BasisGrotesque-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/BasisGrotesque-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BasisGrotesque-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BasisGrotesque-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

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

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

@font-face { /* Trasandina Regular */
  font-family: 'Trasandina-Regular';
  src: url('fonts/TrasandinaRegular.woff2') format('woff2'),
       url('fonts/TrasandinaRegular.woff') format('woff');
}

@font-face { /* Trasandina Bold */
  font-family: 'Trasandina-Bold';
  src: url('fonts/TrasandinaBold.woff2') format('woff2'),
       url('fonts/TrasandinaBold.woff') format('woff');
}

@font-face { /* Trasandina Medium */
  font-family: 'Trasandina-Medium';
  src: url('fonts/TrasandinaMedium.woff2') format('woff2'),
       url('fonts/TrasandinaMedium.woff') format('woff');
}

@font-face { /* Trasandina Light */
  font-family: 'Trasandina-Light';
  src: url('fonts/TrasandinaLight.woff2') format('woff2'),
       url('fonts/TrasandinaLight.woff') format('woff');
}

* {
  -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;
    background-color: #4e5356;
    color: #ffffff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #203442;
    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;
}

/* Barra Topo */
#barratopo{
   
    text-align: center;
    background-color: #ffffff;
}
#barratopo img{
    height: auto;
    width: 520px;
    margin: 0 30px;
}

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

a.marcar{
    bottom: 100px;
    left: calc(50% - (200px / 2));
    -webkit-appearance: none;
    display: inline-block;
    width: 300px;
    font-size: 18px;
    font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 0;
    text-align: center;
    background-color: #4e5356;
    margin: auto;
    border-radius: 0;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
}

/* Mobile */
@media screen and (max-width: 768px) {
    a.marcar {
        width: 200px;
        font-size: 14px;
        padding: 10px 0;
    }
}

/* Mobile muito pequeno */
@media screen and (max-width: 480px) {
    a.marcar {
        width: 160px;
        font-size: 12px;
        padding: 8px 0;
    }
}

/* 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:#F7F7F7;
		color:#0a0a0a;
}

	#formulario h1{
		margin: 0;
        text-align: left;
        font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 5px;
	}

	#formulario h2{
		margin:0;
		font-family: 'BasisGrotesque-Bold', 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: #111111;
	}

	#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: 'BasisGrotesque-Bold', Fallback, sans-serif;
		font-size:14px;
		margin-bottom:5px;
		font-weight:600;
	}

	#formulario .campo input{
        -webkit-appearance: none;
        outline: 0;
        display: inline-block;
        width: 100%;
        font-family: 'SourceSansPro', Fallback, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #111111;
        padding: 7px 11px;
        border: 1px solid;
        background-color: #F7F7F7;
        border-radius: 7px;
	}

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

	#formulario .campo button{
	    -webkit-appearance: none;
	    display:inline-block;
		width:100%;
		font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
        font-size: 15px;
        font-weight: 600;
		color:#ffffff;
		border:0;
		padding:8px 0;
		text-align:center;
		background-color:#111111;
		margin-top:5px;
		border-radius: 6px;
		border: 2px solid #111111;
		cursor: pointer;
		transition:0.2s;
		text-transform: uppercase;
	}

	#formulario .campo button:hover{
		color:#111111;
		background-color:#ffffff;
		transition:0.2s;
	}
	
	/* Texto do botão - Desktop mostra ENVIAR, Mobile mostra MARCAR */
	#formulario .campo button .btn-text-desktop{
		display: inline;
	}
	#formulario .campo button .btn-text-mobile{
		display: none;
	}

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

	#formulario .check label{
	    font-family: 'SourceSansPro', Fallback, sans-serif;
        font-size: 12px;
        font-weight: 300;
		margin:0;
	}
	
	/* Textos do formulário com Trasandina */
	.texto-trasandina-regular{
		font-family: 'Trasandina-Regular', sans-serif !important;
		font-weight: normal !important;
	}
	.texto-trasandina-bold{
		font-family: 'Trasandina-Bold', sans-serif !important;
		font-weight: bold !important;
	}
	
/* Informação do Evento */	
#infotext{
	width:80%;
	height:auto;
	margin:70px auto;
	text-align: center;
   
}
    #infotext p{
    	font-size: 22px;
        font-family: 'BasisGrotesque-Regular', Fallback, sans-serif;
        font-weight: 300;
        line-height: 1.7;
        color: #ffffff;
        margin: 25px auto;
        text-align: center;
    }#infotext p b{
    	font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
        font-weight: 600;
    }
    #infotext h2{
    	font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
        font-weight: 600;
    	font-size: 27px; 
    	color: #ffffff; 
    	margin: 25px 0 0 0;
    	text-align:center;
    	line-height: 35px;
    }

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

	#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: 100%;
    height: 36px;
    padding: 40px 0;
    transition: 0.2s;
    border-bottom: 2px solid #e2e2e2;
}
.vantagem .vant-content{
    width: 100%;
    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: 100%;
    font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
}
.vantagem .vant-label font.outline{
    font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 7px;
    margin-top: -3px;
    color: #333333;
    -webkit-text-fill-color: #eeeeee;
    -webkit-text-stroke: 1px;
}
.vantagem .vant-label b{
    font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
    font-weight: 600;
}

/* 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: 'BasisGrotesque-Regular', Fallback, sans-serif;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        color: #333;
        line-height: 1.5;
    }
    #clickcall .row.txt b{
        font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
        font-weight: 600;
    }
    #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: 'BasisGrotesque-Regular', Fallback, sans-serif; 
        font-size: 16px; 
        font-weight: 300; 
        text-transform: initial;
        line-height: 1.5;
    }
    #garantia .row.txt b{
        font-family: 'BasisGrotesque-Bold', Fallback, sans-serif;
        font-weight: 600;
    }
    #garantia .row.bt{
        width: 40%;
        text-align: right;
    }
    
#rodapefixo{
    display: inline-flex;
    width: 100%;
    padding: 30px 0;
    background-color: #111111;
    font-family: 'SourceSansProBlack', Fallback, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

    #rodapefixo .row{
        display: flex;
        width: 50%;
        align-content: center;
        align-items: center;
        flex-direction: row;
    }

/* ============================================
   DESKTOP - Formulário deslocado para a esquerda
   A imagem passa por trás e aparece à direita
   Apenas para ecrãs MAIORES que 1100px
   ============================================ */
@media only screen and (min-width: 1101px) {
    
    /* Container principal */
    #fundo {
        position: relative;
        overflow: hidden;
    }
    
    /* Flexbox container */
    .resrow {
        display: flex;
        position: relative;
        align-items: stretch;
    }
    
    /* Imagem - posição absoluta, ocupa tudo */
    .resrow > .row:first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .resrow > .row:first-child picture {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .resrow > .row:first-child img.fundo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    
    /* Row do formulário - por cima da imagem */
    .resrow > .row:last-child {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Alinha à direita */
        width: 100%;
        min-height: 600px;
        padding: 30px 50px;
    }
    
    /* Formulário - deslocado para a esquerda do lado direito */
    #formulario {
        max-width: 350px;
        width: 350px;
        margin-right: -40px; /* Espaço à direita para a imagem aparecer */
        background-color: #F5F5F5;
        border-radius: 0px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    }
}

/* ============================================
   TABLET E MOBILE - Comportamento normal
   (sem alterações - mantém o layout original)
   ============================================ */
@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:100%;
		height:auto;
		background-color:#F5F5F5;
		color:#0a0a0a;
	}
	#formulario h1{
		font-size:20px;
		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: #333;
	}
	
	/* MOBILE: Mostrar MARCAR em vez de ENVIAR */
	#formulario .campo button .btn-text-desktop{
		display: none !important;
	}
	#formulario .campo button .btn-text-mobile{
		display: inline !important;
	}
	
    #infotext{
	    width:90%;
    	margin:70px auto ;
    }
    #infotext p{
    	font-size: 18px;
        font-family: 'SourceSansPro', Fallback, sans-serif;
        font-weight: 300;
        line-height: 1.9;
        color: #ffffff;
      
        margin: 25px auto;
    }
    #infotext h2{
        font-weight: 300;
        font-size: 23px;
        color: #ffffff;
        margin: 25px 0 0 0;
    }
	.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: 100%;
        font-size: 22px;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 300;
        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 (max-width: 695px) {
    #barratopo{
    }
    
    .vantagem .vant-label.long ,
    .vantagem .vant-label.long  {
        padding: 13px 20px;
    }
}

/* Alteração de Layout >= 495px */
@media only screen and (max-width: 440px) {
    .vantagem .vant-label{
        font-size: 17px;
    }
    .vantagem .vant-label font.outline{
        font-size: 34px;
        margin-bottom: 5px;
    }
    #infotext p{
    	font-size: 18px;
    }
    #infotext h2{
        font-size: 23px;
    }
    #clickcall .row.txt{
        font-size: 20px;
    }
    ul.vantagens{
        text-align: left;
        font-size: 17px;
        font-family: 'BasisGrotesque-Regular', Fallback, sans-serif;
        font-weight: 300;
        line-height: 1.9;
        color: #333;
        margin: 10px auto;
        text-align: left;
    }
}
