/* ===============================================================
   FONT FACE
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

	
/* ===============================================================
   GENERAL
   ============================================================ */

	html { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; font-size: 20px; font-weight:400; color:#FFF; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;}
	
	body { margin: 0; width: 100%; font-size: 1em; font-family: "Montserrat", sans-serif; font-optical-sizing: auto; overflow-x: hidden; height: 100%;}
	* {
	margin: 0;
	padding: 0;
	}
	img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    }
	a {
	color:#fff;
	text-decoration: none;
	}
	table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	}
	p {
	margin: 0;
	padding: 0;
	}
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
h1 {
	font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-style: normal;
    color: #44245f;
	}
.content {
	width:100%;
	background: url(img/back_landing.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
    padding: 80px 0px 110px 0px;
    background-color: #44245f;
	}
.main {
	margin:0 auto;
	width:85%;
	overflow:auto;
	min-height: 100vh;
	}
header {
	float:left;
	width:100%;
	padding-bottom:240px;
	}
.logo {
	float:left;
	}
.intro {
    width: 45%;
    text-align: justify;
    line-height: 1.7em;
    padding-bottom: 300px;
	}
.destaca {
    color: #e50075;
    font-weight: 700;  
    }
.contactus {
	clear:both;
	width:60%;
	padding:30px 0px 50px 0px;
	}
.contactus .colum {
	float:left;
	width:48%;
	}
input, textarea, select {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height:normal;
	font-weight: 400;
	outline: none;
	border: 0;
	}
::placeholder {
	color: #fff;
	opacity: 0.9;
	}
.campo {
	border:1px solid #44245f;
	background-color:transparent;
	width:100%;
	padding:15px 20px;
	color:#fff;
	float:left;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-bottom:10px;
	}
.campo_commets {
	height:185px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	}
.enviar {
	width:100%;
	color:#e50075;
	float:right;
	background-color:#44245f;
	padding:15px 0px;
	font-size:18px;
    font-weight: 700;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
	}



@media only screen and (min-width : 1550px) {
.content { padding: 120px 0px 200px 0px; }
header { padding-bottom: 300px; }
.intro {
    line-height: 2em;
    padding-bottom: 500px;
	}
    
}

@media only screen and (min-width : 1025px) and (max-width : 1399px) {
.content { padding: 60px 0px 110px 0px; }
header { padding-bottom: 180px; }
.intro { padding-bottom: 200px; }
.main { width:90%; }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.content {
	background: url("img/back_mobile.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
    background-color: #44245f;
	height: auto;
    padding: 80px 0px 110px 0px;
	}
.main { width:75%; }
.intro {
    width: 80%;
    padding-bottom: 200px;
	}
.contactus {
    width: 100%;
    }

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

	
}


@media only screen and (max-width : 480px) {
html {font-size:15px; }
.content {
	background: url("img/back_mobile.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
    background-color: #44245f;
	height: auto;
    padding: 40px 0px 110px 0px;
	}
header { padding-bottom: 100px; }
.main { width:75%; }
.logo img { height:55px; width:auto; }
.intro {
    width:100%;
    padding-bottom: 270px;
    text-align: center;
    }

.contactus {
	clear:both;
	width:100%;
	padding:30px 0px 50px 0px;
	}
.contactus .colum {
	width:100%;
	}
input, textarea, select {
	font-size: 16px;
	}
.campo {
    padding:10px 15px;
	}
.campo_commets {
	height:150px;
	}
.enviar {
	font-size:16px;
	}



}
