
*{margin: 0;
padding:0;
box-sizing: border-box;
}


@font-face {
    font-family: lato-light;
    src: url('../font/Lato/Lato-Light.ttf'); 
}

@font-face {
    font-family: lato-regular;
    src: url('../font/Lato/Lato-Regular.ttf'); 
}

@font-face {
    font-family: lato-bold;
    src: url('../font/Lato/Lato-Bold.ttf'); 
}


body{
    font-family: lato-regular;
}

.img{
	background: url("../image/carbonica2.jpg"), linear-gradient(to bottom, rgba(0,0,0,100),  rgba(255,255,255,0),  rgba(0,0,0,100));
    /*background-blend-mode: lighten;
    */
    background-blend-mode: overlay;
    background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center center;
 }
 
 .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
 

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.logo{
	width:2px;
	height:2px;
}

.img3{
    transition: .5s;
    opacity: 0.8;
    display: block;
}

.quadro:hover .overlay {
  opacity: 1;
}

.img3:hover .overlay{
    transform: scale(1.1);
    opacity: 1;
}

.quadro{
    overflow: hidden;
    position: relative;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

a { color: inherit; } 

/* link que ainda não foi visitado */
a:link {
   color: rgba(255, 255, 240, 0.7);
}

/* link que foi visitado */
a:visited {
   color: rgba(255, 255, 240, 0.7);
}

/* mouse over */
a:hover {
    color: red !important;
}

ul li:hover {background: #666;}

/* link selecionado */
a:active {
    color: rgba(255, 255, 240, 0.7);
}



.disco{
    width: 300px;
    height: 300px;
}

.img2{
  background: url("../image/carbonica.jpg"), linear-gradient(to bottom, rgba(255,255,255,0), rgba(237,233,210,100));
  padding: 32px;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 32px;
  margin: auto;
  position: relative;
  display: table;
  }

.topo{
   /* background-color: darkgray;*/
    width: 100%;
    height: 60px;
}

.topoMeio{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.topoEsquerdo {
    /*background-color: beige;*/
    width: 32%;
    height: 60px;
    float: left;
}

.menu {
    position:fixed;
    margin: 0 0%;
    padding: 20px 0px 0px 5%;
}

.nome{
  	url("../image/nome.png");
    height: 50vh;
    opacity:60;
  }

.logo {
    /*background-color: palegreen;*/
    width: 32%;
    height: 60px;
    float: left;
    margin: 0 2%;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.redes {
    /*background-color: lightsteelblue;*/
    width: 32%;
    height: 60px;
    float: left;
    padding: 20px 7% 0px 0px;
    text-align: right;
 }

 .iconRede
 {
    margin: 0px 0px 0px 3px;
 }

.h1{
    text-align: center;
    top: 50vh;
    position: relative;
}

.titulo{
    width:100%;
    top: 40vh;
    position: relative;
    text-align:center;
}

.imgTitulo{
    width:94%;
}

.sessao1{
    width: 100%;
    text-align: center;
    filter: blur(90%); 
    color: rgba(255, 255, 240, 0.7);
    font-size: 26px;
    
 }

 .sobre{
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: black
}

.sobreDiscos{
    padding-top: 0%;
    padding-bottom: 3%;
}




.tituloDiscos{
    padding-top: 2%;
    padding-bottom: 2%;
    color: red;
    /* background-color: red; */
}


.fundoPreto{
    background-color: red;
}


}

.Rodape{
    padding-bottom: 20%;
    background-color: red;
}




.fundoVermelho{
    background-color: red;
}

.fundoAzul{
    background-color: blue;
}

.margemZero{
    margin: 0 auto;
}


.h2{
     margin-bottom: 10%;
 }

 .marginTop{
     margin-top: 10%;
 }


.video{
    background-color: darkgray;
    width: 100%;
    height: 100vh;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}


.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

/*Mobile*/

@media (max-width: 480px) {
    .sessao1{
        width: 100%;
        text-align: center;
        filter: blur(90%); 
        color: rgba(255, 255, 240, 0.7);
        font-size: 16px;
        
     }
}

/*Desktop*/

@media (min-width: 1024px) {
    .imgTitulo{
        width:64%;
    }
 

    .topoMeio{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 78%;
    }
}

