@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;700&family=Roboto:wght@300;500;900&display=swap');


* {
	outline: none;
}

a {
	color: #e00109;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #e00109;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	color: #000;
	margin: 0;
	font-size: 27px;
}

h2 {
	font-family: 'Roboto Slab', serif;
	color: #000;
	font-size: 24px;
	margin-bottom: 15px;
}

h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
}

h2 a {
	color: #000;
	text-decoration: underline;
}
p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}
ul {
	list-style: none;
}
.mb-60 {
	margin-bottom: 60px;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	margin: 0;
}
.white {
	color:#fff;
}
.input-cont {
	margin: 0 0 1rem;
}

.sucesso {
	text-align: center;
	color: #3adb76;
	line-height: 1;
}
.sucesso small {
	margin-top: 25px;
	display: block;
}

h2 a:hover {
	color: #fff;
}


.logo img {
	max-width: 60px;
	display: block;
	margin: 0 auto;
}

.text-center-mob {
	text-align: center;
}

.slide-content {
	padding: 0 40px;
}
.font-weight-300 {
	font-weight: 300;
}
.logo {
	padding: 18px 0;
}
.m54 {
	margin-bottom: 54px;
}
.quebra {
	display: none;
}
.main-footer {
	padding: 49px 0;
	border-bottom: 1px solid #fff;
}
input {
    border:0px;
    border-radius: 10px;
   	width: 100%;
    padding:15px 14px;
    margin-bottom: 19px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#mc_embed_signup .mc-field-group {
	width: 100%!important;
	padding-bottom: 0%!important;
    min-height: auto!important;
}
#mc_embed_signup .mc-field-group input {
    display: inline-block;
    width: 100%;
    text-indent: 0!important;
}
#mc_embed_signup input {
	border:0px!important;
    border-radius: 10px!important;
   	width: 100%!important;
    padding:15px 14px!important;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#mc_embed_signup .button {
    clear: none!important;
    background: #c92128!important;
    border: 0 none;
    border-radius: 10px!important;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display:inherit!important;
    font-size: 14px!important;
    font-weight: 900!important;
    width: 165px!important;
    height: 48px!important;
    line-height: 32px;
    margin: 0 auto!important;
    padding: 0 0px!important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: 30px!important;
    border: none;
}
.send {
    width: 165px;
    height: 48px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #c92128;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: none!important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41!important;
}
.btn-submit {
	text-align: center;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0!important;
    overflow: hidden;
    width: 90%;
    margin: 0!important;
    clear: both;
}
#mc_embed_signup div.response {
	padding: 0!important;
	margin: 0 0 15px 0!important;
}
@media screen and (min-width: 40em) { 
	.quebra {
		display: inline;
	}
	#mc_embed_signup .button {
		margin-right: 47%!important;
	}
	.btn-submit {
		margin-right: 33%;
	}

	.footer-menu ul li{
		display: inline-block;
		color: #fff;
		width: auto!important;
		font-size: 10px;
		padding-right: 10px;
	}
	#mc_embed_signup input {
		width:337px!important;
	}
	input {
	    width:337px;
	}
	.main-footer {
		padding: 6% 0;
		border-bottom: 1px solid #fff;
	}
	.logo img {
		max-width: 125px;
	}
	.logo {
		padding: 28px 0;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 20px;
		
	}
	.main-footer h2 {
		margin-bottom: 54px;
	}
	h3 {
		font-size: 18px;
	}
	.text-center-mob {
		text-align: left;
	}
	p {
		font-size: 20px;
		font-family: 'Roboto', sans-serif;
		line-height: 28px;
	}
}

header {
	background-color: #191919;
	width: 100%;
	z-index: 2;
}

footer {
	background-color: #191919;
	width: 100%;
	z-index: 2;
}
@media screen and (min-width: 40em) {  
	header {
		
	}
}

.main-container {
	width: 100%;
    background-image: url(https://weareinnov.pt/voucher-oferta/img/image-feature.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 7% 0 17% 0;
}
.middle-container {
	width: 100%;
	margin-top: -3%;
    background-image: url(https://weareinnov.pt/voucher-oferta/img/imagem-elements.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 7% 0 14% 0;
}
.main-container-mobile {
	padding: 10% 0;
	background-color: #ededed;
}
.middle-container-mobile {
	padding: 10% 0;
}
.middle-container h2 {
	line-height: 47px;
}
.grid-first {
	padding: 14% 0
}
.grid-second {
	padding-top: 34%;
}

.main-container .slideshow{
	height: 100%;
}

.terms-txt p{
 font-size: 14px;
 line-height: 1.1;
}

.terms-txt a{
 color: #e00109;
}

.terms-txt a:hover, .terms-txt a:focus {
 color: #e00109;
 text-decoration: underline;
}

.btn-footer {
	display: inline-block;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #252525;
	padding: 7px 20px 10px 20px;
	position: relative;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 300px;
}
.btn-footer:before {
	content: '';
    width: 0;
    height: 0;
    border-top: 23.5px solid transparent;
    border-right: 23.5px solid #252525;
    border-bottom: 23.5px solid transparent;
    position: absolute;
    left: -7.8%;
    top: 0;
}
.btn-footer:after {
	content: '';
    width: 0;
    height: 0;
    border-top: 23.5px solid transparent;
    border-left: 23.5px solid #252525;
    border-bottom: 23.5px solid transparent;
    position: absolute;
    right: -7.8%;
    top: 0;
}
.last-button {
	margin-bottom: 73px;
}
.btn-footer a {
	color: #fff;
	text-decoration: none;
}
.btn {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	background-color: #c92128;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.btn a {
	color: #fff;
	text-decoration: none;
}
.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ad0006;
}

.text-center {
	text-align: center;
}


/*.btn a {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #fff;
}*/
/*@media screen and (max-width: 39.9375em) {
	.btn a:nth-child(3) {
		margin-left: 10px;
	}
}*/

@media screen and (min-width: 40em) {  
	.btn {
		padding: 20px
	}
	/*.btn a {
		display: inline-block!important;
		margin-left: 15px;
	}*/
	/*.btn span {
		display: inline-block!important;
	}*/
}

.btn a img {
	width: 25px;
	height: 25px;
}

.btn a:hover {
	opacity: 0.7;
}


.show-for-medium {
	display: none!important;
}

.logos-footer {
	width: 100%;
}
.contacts-footer {
	width: 100%;
}

.logos-footer img {
	height: 18px;
}

.logos-footer img.min-logo {
	height: 14px;
}

.logos-footer-title {
	font-size: 8px;
	color: #fff;
}


/* Medium and up */
@media screen and (min-width: 40em) {

	.logos-footer img {
		height: 22px;
	}

.logos-footer img.min-logo {
	height: 16px;
}

/*	.logos-footer {
		margin-top: 10px;
	}*/

	.show-for-medium {
		display: inherit!important;
	}

	/*.main-container .contacts .contacts-list{
		margin-top: 20px;
	}*/

	.main-container .contacts .contacts-list li{
		display: inline-block;
		width: auto;
	}
	.main-container .contacts .contacts-list li:not(:first-child){
		margin-left: 80px;
	}
}





@media screen and (min-width: 90em) {

	.grid-y > .xlarge-11 {
	    height: 91.66667%;
	}

	.grid-y > .xlarge-1 {
	    height: 8.33333%;
	}
}

/* terms modal */
body.modal {
  overflow-y: hidden !important;
}
.wrapper-terms-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
  top: 0; left: -105%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition-property: left, opacity;
  transition-duration: 0s, 0.4s;
  transition-delay: 0.4s, 0s;

}
.wrapper-terms-modal.open {
  left: 0%;
  opacity: 1;
  transition-delay: 0s, 0.1s;
}
.wrapper-terms-modal .close-modal {
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  z-index: 1;
  border: none;
}
.wrapper-terms-modal .terms-modal {
  position: relative;
  width: 94%;
  max-width: 1200px;
  background-color: #fff;
  padding: 20px;
  overflow: auto;
  box-shadow: 0px 15px 25px 0px black;
  z-index: 5;
}

@media only screen and (min-width: 64em) {
  .wrapper-terms-modal .terms-modal {
    width: 600px;
    padding: 50px;
  }
  .wrapper-terms-modal.t-c-modal .terms-modal {
  	width: 80%;
  	height: 80%;
  }
}

.footer-menu ul {
	list-style: none;
	padding: 2% 2%;
	margin: 0;
}
.footer-menu ul li{
	display: inline-block;
	color: #fff;
	width: 100%;
	font-size: 10px;
}
.footer-menu li a{
	color: #fff;
	text-decoration: none;
}
.terms-txt {
	margin-bottom: 34px;
}
.terms-txt input {
	width: auto;
}
.terms-txt label {
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.btn-footer-send {
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.send {
    width: 165px;
    height: 48px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #c92128;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b2b2b2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b2b2b2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b2b2b2;
}