@font-face
{      
    font-family: "Poppins" ;
      src: url("../fonts/Poppins-Bold.ttf") format("truetype"); 
}
@font-face
{
    font-family: "Montserrat" ;
      src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Montserrat2" ;
      src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"); 
} 

@font-face
{
    font-family: "Lato_bold" ;
      src: url("../fonts/Poppins-Bold.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato_regular" ;
      src: url("../fonts/lato-regular.ttf") format("truetype"); 
} 

* {
	margin: 0;
	padding: 0;
		
}
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 6px;
      border-radius: 4px;
      -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
  }
 
  
  ::-webkit-scrollbar-thumb { 
     background: #646464;
     border-radius: 5px;
     border: 0px solid #FFF; 
     
  }

body,
html { 
	height:100%;
	font-family:sans-serif;
	line-height:1.5; 
    scroll-behavior: smooth;
    scroll-behavior: smooth;  
    background-color: #272727;
    background-image: url(../images/fundo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;   
}
h1
{
	font-size: 46px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 65px;
    float: left;
}
h2
{
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}
h3
{
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 30px;
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left; 
    text-shadow: #000 1px 2px 2px;
    position: absolute;   
}
h4
{
    font-size: 3em;
    margin: 0;
    opacity: 0;
    position: absolute;
    animation: fadeText 12s infinite ease-in-out;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: #000 1px 2px 2px;
}

p
{
	font-size: 18px;
	text-align: left;
	color: #fff;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;   
    float: left;
    /*opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-out;*/
}
label
{
	font-size: 14px;
	text-align: center;
	color: #444;
	margin-top: 20px;
    margin-bottom: 5px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 16px;
    float: left;
}

iframe {
    border: 0px;
    width: 320px;
    min-height: 50px;
    float: none;
    margin: 10px auto;
}
.animar {
      opacity: 0;
      transform: scale(0.8);
      transition: all 0.6s ease-out;
    }

    .visivel {
      opacity: 1;
      transform: scale(1);
    }
.cont_topo
{
    width: 40%;
    min-height: 910px;
    float: left;
    background-color: rgba(0, 0, 0, 0.8);
}