body {
font-family:Calibri, Geneva, sans-serif;
background-image: url("../img/background-6.png");
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 40% 40%; 
    background-color: #cccccc;
	  margin: 0;
  padding: 0;
/*
	background:
		-webkit-linear-gradient(45deg, hsla(199, 99%, 43%, 1) 0%, hsla(199, 99%, 43%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(14, 100%, 41%, 1) 10%, hsla(14, 100%, 41%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(288, 98%, 47%, 1) 10%, hsla(288, 98%, 47%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(202, 95%, 43%, 1) 100%, hsla(202, 95%, 43%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(199, 99%, 43%, 1) 0%, hsla(199, 99%, 43%, 0) 70%),
		linear-gradient(135deg, hsla(14, 100%, 41%, 1) 10%, hsla(14, 100%, 41%, 0) 80%),
		linear-gradient(225deg, hsla(288, 98%, 47%, 1) 10%, hsla(288, 98%, 47%, 0) 80%),
		linear-gradient(315deg, hsla(202, 95%, 43%, 1) 100%, hsla(202, 95%, 43%, 0) 70%);
		background-attachment: fixed;*/

	}
/*HEADER*/	
#dummy-header{
	width: 1200px;
	height:100px;
	margin:0 auto;
}

	header{
		z-index:999;
	position:absolute;
    width: 1200px;
    height: 100px;
	left:0px;
	right:0px;
	margin:auto;
    /*background-color: rgba(54, 25, 25, .5);*/
    
}
	#logo-principal{
	height:100px;
	display:inline-table;
	float:left;

        line-height:100px;
	}
	#logo-principal img{
vertical-align:middle;
	}
	
	#titulo{
	display:inline-table;
	font-weight:bold;
        margin: 0 25px;
	font-size:24px;
	    text-transform: uppercase;

                line-height: 100px;
				color:#11456e;
	}
	#titulo p{
	vertical-align: middle;
	}
	/*Lingua*/	
	#lang{
            float: right;
            height:100px;
	display:inline;


        line-height: 100px;
	}
	#lang input{
            width: 34px;
vertical-align:middle;
	}
	#lang a img{
            width: 34px;
vertical-align:middle;
	}
	#sep-header-icons{
	float: right;
            height:100px;
	display:inline;
	margin:0px 20px;
	}
	#sep-header-icons img{
	/*height:34px;*/
	vertical-align:middle;
	}
	/*Social*/
	#social-icons{
            float: right;
            height:100px;
	display:inline;

        line-height: 100px;
	}
	#social-icons img{
            height: 34px;
vertical-align:middle;
	}
/* FIM HEADER */

section{
position:absolute;
width:100%;
height:100%;
background-color:;
}

footer{
    color:white;
    line-height: 50px;
    width: 100%;
    height: 50px;
    background: rgba(54, 25, 25, .5);
	position: relative;
  text-align: center;
  clear: both;
}
#pai-card{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	
	align-items: center;
	width:100%;
	height:100%;
	
	margin-bottom: 0
	
}
#card, #card-2{
height:500px;
width:500px;	
text-align:center;
margin:20px;
border: 1px solid white/*#11456e*/;
box-shadow: 0px 0px 10px #fff;
/*background-color:rgba(17,69,110, 0.1);*/

}
.cat-4x2{
	margin:20px auto;
	width:80%;
	height:auto;
	display: table;
	border: 1px solid black;
	
}
.cat-4x2-titulo{
	font-size:18px;
	margin:0 auto;
	display:table;
	height:18px;
	position: relative; 
	padding: 10 10px;
	top:-12px;
	background-color:white;
}
.cat-4x2 a{
	display:inline-table;
	margin:5px 5px;
	height:34px;
	line-height:34px;
	text-decoration:none;
	font-size:18px;
	position: relative; 
	padding: 0 20px;
	background-color:#11456e;
	color:white;
	text-align:left;
	float:left;
}
.cat-4x2 a:hover{
	background-color:#00b0f0;
}
.back{
background-color:white;
 overflow-y: scroll;
 overflow-x: hidden;
}
.back-titulo{
	font-size:24px;
	margin:20px;
	text-transform: uppercase;
	
}
.front{
background-color:#11456e;
cursor: pointer;
text-transform: uppercase;
}
#card .front{
	/*
	background-image: url('../img/interior-2.jpg');
    background-repeat: no-repeat;  */
}
#card .front:hover{
	background-color:#00b0f0;
	/*
background-image: url('../img/interior-22.jpg');
*/}
#card-2 .front{
	/*background-image: url('../img/exterior-2.jpg');
    background-repeat: no-repeat;*/
}

#card-2 .front:hover{
	background-color:#00b0f0;
/*
background-image: url('../img/exterior-22.jpg');
*/
}
.front p{
margin:0 auto;
line-height:500px;
font-size:24px;
color:white;
height:auto;
/*background-color:rgba(0,0,0, 0.25);*/
}


@media screen and (max-width: 600px) {

}