@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* End Fonts */

body{
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
p{
	font-size: 16px;
}

.txt-bco{
	color: #FFF;
}
header,
footer{
	background: linear-gradient(47.04deg, #490DE8 1.42%, #15032E 75.87%);
}
header:after {
    background: #FFF;
    width: 100%;
    height: 80px;
    position: absolute;
    content: "";
    margin-top: -80px;
}

.tnks header:after {
    display: none;
}

.purple-square::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 30%;
    left: 0;
    top: 0;
    background: linear-gradient(357deg, #150330 5.38%, #5005F2 97.79%);
	z-index: 0;
}
.purple-square2::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 35%;
    top: 0;
	background: linear-gradient(47.04deg, #490DE8 1.42%, #15032E 75.87%);
	z-index: 0;
}
.img-partner{
	width: 100%;
}
.pr{
	position: relative;
}
.z2{
    position: relative;
    z-index: 2;
}
.p-80{
	padding: 80px 0;
}
.logo{
	width: 200px;
	height: auto;
	margin: auto;
}
.f-20{
	font-size: 20px;
}

.titulo-morado{
	font-family: "Montserrat";
	font-size: 64px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 80px;
	background: linear-gradient(321deg, rgba(24,5,56,1) 31%, rgba(100,25,233,1) 80%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.lista-morada li{
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.titulos{
	font-weight: 600;
    line-height: 50px;
}

.texto-blanco{
	color: #FFF;
	font-size: 64px;
	font-weight: 800;
	line-height: 84px;

}


.flip-card {
  	background-color: transparent;
  	height: 200px;
	min-height: 200px;
/*  border: 1px solid #f1f1f1;*/
  	perspective: 1000px;
	margin: 15px;
}
.flip-card-inner {
  	position: relative;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	transition: transform 0.8s;
  	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	-webkit-backface-visibility: hidden; /* Safari */
  	backface-visibility: hidden;
}
.flip-card-front {
  	background-color: rgb(255 255 255 / 65%);
  	color: #180538;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
	padding: 20px;
}
.flip-card-front h3{
	color: #6D0FF2;
}


.flip-card-back {
  	background: linear-gradient(254.92deg, #180538 10.69%, #6419E9 90.07%);
  	color: white;
  	transform: rotateY(180deg);
	padding: 20px 15px;
	border-radius: 12px;
}
.s-icon{
    font-size: 40px !important;
    margin-top: 15px;
    margin-bottom: 10px;
	color: #525252;
}
img.arrow {
    width: 150px;
}

.boton{
	background: linear-gradient(223.66deg, #6D0FF2 2.93%, #000000 98.54%);
	color: #FFF;
	padding: 12px 45px;
	border-radius: 12px;
	font-weight: 600;
	box-shadow: 12px 12px 40px 0px #00000014;
	text-decoration: none;
	width: 100px;
}

.boton:hover{
	background: #6D0FF2;
	color: #fff;
}

.glass-one {
    background: rgb(255 255 255 / 9%);
    border-radius: 20px;
    box-shadow: -6px 7px 8px 6px rgb(0 0 0 / 25%);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgb(255 255 255 / 16%);
    padding: 30px !important;
}
.border-purple{
    border: 1px solid #5005F2;
    border-radius: 12px;
    padding: 20px;
    background: #f9f9f9;
    box-shadow: 12px 12px 40px 0px #00000014;
}
.sbutton{
    background: linear-gradient(223.66deg, #6D0FF2 2.93%, #000000 98.54%);
    color: #FFF;
    padding: 12px 45px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 12px 12px 40px 0px #00000014;
	text-decoration: none;
	border: 1px solid #6D0FF2;
}
.sbutton:hover{
    background: #FFF;
    color: #6D0FF2;
	border: 1px solid #6D0FF2;
}
.bk-u{
	background: url(../images/bk-u.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.phone{
	text-align: end;
	font-size: 18px;
	margin-top: 15px;
}
.phone a{
	color: #F1F1F1;
	text-decoration: none;
	font-weight: 600;
}
.phone a:hover{
	color: #FFF;
}
.m-hide{
		display: block !important;
	}
	.m-show{
		display: none !important;
	}
/* *********************** */
.form-content{
	background: #FFF;
	box-shadow: 12px 12px 40px 0px #00000014;
	margin: 0 50px;
	padding: 50px 40px;
	border-radius: 12px;
}
.form-filed{
	margin-bottom: 15px;
}
.label{
	color: #989898;
	font-size: 12px;
    text-transform: uppercase;
	display: block;
}
.error,
#errmsg{
	display: block;
    color: red;
    font-size: 12px;
    text-transform: uppercase;
}
input,
textarea,
select{
	width: 100%;
	padding: 5px;
	font-size: 13px;
	color: #242424;
}
textarea{
	height: 60px;
}
button {
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(223.66deg, #6D0FF2 2.93%, #000000 98.54%);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid #6D0FF2;
    font-size: 19px;
    box-shadow: 4px 4px 20px 0px #0000007a;
}
button:hover {
    background: #490DE8;
    color: #FFF;
}
/* End Form Styles */

/* Responsive Tablet */
@media only screen and (max-width: 1199px) {
	.titulo-form{
		font-size: 30px;
	}

	.form-content {
		background: #FFF;
		box-shadow: 12px 12px 40px 0px #00000014;
		margin: 0px 0px;
		padding: 30px 30px;
		border-radius: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.texto-blanco {
		color: #FFF;
		font-size: 50px;
		font-weight: 800;
		line-height: 55px;
	}
}

/* End Responsive Tablet */

/* Responsive Phone */


@media only screen and (max-width: 767px) {

	.titulo-morado {
		font-family: "Montserrat";
		font-size: 35px;
		text-transform: uppercase;
		font-weight: 800;
		line-height: 40px;
		background: linear-gradient(321deg, rgba(24,5,56,1) 31%, rgba(100,25,233,1) 80%);
		color: transparent;
		background-clip: text;
		-webkit-background-clip: text;
	}

	.texto-blanco {
		color: #000;
		font-size: 57px;
		font-weight: 800;
		line-height: 61px;
	}

	header .row{
		text-align: center;
	}
  	.phone {
    	text-align: center;
  	}
	header .row h1{
		font-size: 40px;
	}
	.form-content {
		margin: 0 10px;
		padding: 50px 20px;
	}
	.form-content h2 {
		font-size: 30px;
		line-height: 38px;
	}
	#section-one{
		padding: 0 10px;
	}
	#section-one .row{
		text-align: center;
		margin: 50px 0; 
	}
	#section-four .row.text-center.mt-5.mb-4,
	#section-four .row.text-center.mb-4,
	#section-four .row.text-center{
		margin: 0 20px;
	}
	#section-five .row{
		text-align: center;
		margin: 0 5px;
	}
	#section-five.p-80{
		padding: 0;
	}
	.purple-square2::after {
		display: none;
	}
	.sbutton {
		display: block;
	}
	.m-hide{
		display: none !important;
	}
	.m-show{
		display: block !important;
	}
}
/* End Responsive Phone */