/*!
Theme Name: Masterclass
Version: 1.0.0
*/

/*RESET*/

html {
  /*scroll-behavior: smooth;
  scroll-margin-top: 50px;*/
}

body,
h1,
h2,
h3,
h4,
ul,
p,
li,
a {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;

  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.wpcf7 div
{
   margin:20px 0!important;
}

.wpcf7 textarea {
	max-height:100px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], select, textarea
{
   width:100%!important;
	border-radius: 10px!important;
	border:0!important;
	margin-top:5px!important;
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.wpcf7-not-valid-tip {
	color:silver;
	margin-top:5px;
	margin-left: 5px;
}

.label_margin {
	margin-bottom:15px;
}

file {
	margin:15px 0;
}

.lgpd {
	padding:5px;
	background-color:red;
	border-radius: 10px;
	margin:15px 0 10px 0;
	color:white;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.lgpd .concordo {
	margin-left:7px;
	line-height: 0;
}

.politica {
	color:black;
}


.politica:hover {
	color:white;
}

.pop_lgpd {
	display:none;
	width:100%;
	height:100%;
	position: fixed;
	justify-content:center;
	align-items:center;
	top:0;
	left:0;
	background-color: rgba(0,0,0, .9);	
}

.pop_lgpd span{
	width:100%;
	max-width:500px;
	max-height:80%;
	overflow-y: auto;
	display:block;
	padding:25px;
	margin:15px;
	color: white;
}

.pop_lgpd span::-webkit-scrollbar{ 
	width :5px; 
	background-color:silver;
}

.pop_lgpd .close_pop {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  padding: 5px 13px;
  border-radius: 50%;
  border: solid white 3px;
  cursor: pointer;
}

.pop_lgpd .close_pop:hover {
  background-color: white;
  color: black;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    padding: 20px;
    color: white;
}

.wpcf7-response-output {
	color:white;
}
 
@media (max-width: 600px)
{
  .lgpd .concordo {
	margin-left:7px;
	line-height: 1;
    height: 65px;
}
}

