 
 .btn-verde{
     background:#1FA847;
     color:#fff!important;
     border-radius:50px;
     padding: 10px 50px 10px 20px;
	 font-size:12px;
     display: inline-flex;
     align-items:center;
}
 .btn-verde img{
     margin: 0 0 0 10px;
	 display: inline-block;
	 height:auto;
	 width:40px;
}


 
 .btn-amarelo{
     background:#FFCD03;
     color:#000!important;
     border-radius:50px;
     padding: 10px 50px 10px 20px;
	 font-size:12px;
     display: inline-flex;
     align-items:center;
}
 .btn-amarelo img{
     margin: 0 0 0 10px;
	 display: inline-block;
	 height:auto;
	 width:40px;
}








  
 .btn-line{
     border: solid 1px #9D0B0F;
     color:#9D0B0F!important;
     border-radius:50px;
     padding: 10px 40px;
     display: inline-flex;
     align-items:center;
     font-weight:700;
}
 .btn-line i{
     margin: 5px 0 0 30px 
}
 .btn-verde-big{
     color:#fff!important;
     padding:15px 55px;
     display: inline-block;
     margin:5px;
     transition: all 0.5s;
     font-size:15px;
     font-weight:700;
     cursor: pointer;
     letter-spacing:0.5px;
     background:#49bb6c;
     border-radius:50px;
     cursor: pointer;
}
 .btn-verde-big:hover{
     color:#fff!important;
     background:#49bb6c;
}
 .btn-verde-big i{
     margin: 0 0 0 10px;
}
 .max-video iframe{
     max-width:100%;
     height:auto;
     min-height:250px 
}
.max-video iframe{
    filter: grayscale(1);
	transition: all 0.5s;
}
.max-video iframe:hover{
    filter: grayscale(0)
}



 .max-video p{
     margin:0 
}
 .max-img img{
     max-width:100%;
     height:auto;
}
 .img-full img{
     width:100%;
     height:auto;
}
 .clear{
    clear:both
}
 .space{
     height:50px;
}
 .space-min{
     height:25px;
}
 body {
     margin:0px;
     font-size:16px!important;
     color:#808080;
     font-family: 'Poppins', sans-serif!important;
}
 a:hover{
    text-decoration:none!important
}
 ::-webkit-scrollbar {
     width:5px;
     background: #ddd 
}
 ::-webkit-scrollbar-track {
     background: #f1f1f1;
}
 ::-webkit-scrollbar-thumb {
     background: #666;
}
 *{
    transition: background 0.5s ease-in-out;
}
 *{
    transition: opacity 0.5s ease-in-out;
}
 *{
     box-sizing: border-box;
}

.session-form{
	background: url(images/bg-form.png) center center no-repeat;
	background-size:cover;
	padding: 80px 80px 10px 80px;
	border-radius:16px;
	color:#fff;
}
.session-form h2{
    font-weight:300;
    font-size:28px;
}
.session-form h2 b{
    font-weight:600;
    font-size:18px;
    display:block;
}

 
	 .field-erro input, .field-erro select{
		border-bottom: solid 1px red!important;
		color:red!important;
	 }
	 .field-erro:before{
		display:block!important
	 }
	.field-erro input::placeholder, .field-erro textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color:red!important;
	}

	.field-erro input:-ms-input-placeholder ,  .field-erro textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:red!important;
	}

	 .field-erro input::-ms-input-placeholder,  .field-erro textarea::-ms-input-placeholder { /* Microsoft Edge */
	  color:red!important;
	}
	 
	 
 .wpcf7 span, .wpcf7 p {
    display: block;
    width:100%;
    margin:0 0 0  0;
}
.wpcf7 label {
    margin: 0;
    display: block ;
}

.wpcf7 input[type="text"], .wpcf7  input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 select  {
    width: 100%;
    border-radius: 8px;
    border:none;
    font-size:14px;
    margin:0 0 20px 0;
    font-weight:300;
	border-bottom: solid 1px #000;
    padding:10px 10px;
    background: transparent;
    color: #000;
    outline:none;
}
 .wpcf7 select option {
     background: #fff;
 }
 .wpcf7 input[type="submit"]{
      border: none;
     outline:none;
     background: #1FA847;
     padding: 10px 10px;
     color: #fff;
     font-size:14px;
     font-weight:300;
      text-align:center;
     margin: -10px 0 0 0;
     cursor: pointer;
	 border-radius:50px;
 }
 
  .wpcf7  textarea{
        width: 100%;
    border-radius: 8px;
    border:none;
    font-size:14px;
    margin:0 0 20px 0;
    font-weight:300;
	border-bottom: solid 1px #000;
    padding:10px 10px;
    background: transparent;
    color: #000;
    outline:none;
    height:100px
  }
 
 
 .anota-form{
     color: #fff;
    font-size: 9px;
    display: block;
    margin: 15px 0 0 0!important;
}
 
 
 .wpcf7 input[type="text"]::-webkit-input-placeholder, .wpcf7  input[type="email"]::-webkit-input-placeholder, .wpcf7 input[type="tel"]::-webkit-input-placeholder {
   color: #000;
}
 
.wpcf7 input[type="text"]:-moz-placeholder, .wpcf7  input[type="email"]:-moz-placeholder, .wpcf7 input[type="tel"]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}
 
.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7  input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
 
.wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7  input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder {  
   color: #000;  
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 5px 10px;
    border: 2px solid #ddd;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}





 #login{
    background:#333;
     padding:10px 0!important;
     font-family:arial;
}
 .login #backtoblog a, .login #nav a{
    color:#fff
}
 .login {
     background:#333;
}
 .login h1 a{
    background: url(images/logo.png) center center no-repeat;
     background-size:contain;
     width:100%;
     height:50px;
     padding:0;
     margin:20px 0 0 0 ;
     color:#fff 
}
 .wp-core-ui .button-primary {
    background:#000;
     border: none!important;
     text-shadow:none
}
 .wp-core-ui .button-primary:hover {
    background:#000;
}
 