@charset "utf-8";
/* CSS Document */

body{
	background-color: white;
	height: 100%;
	width: 100%;
	
	/** font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; **/
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #000;
	
	padding: 0;
	margin:  0;
}

section{
	margin: 10px;
	
	background-color: transparent;	
	height: 100%; /*4100 // 4980px*/
}

.sec-1{
    background-color: transparent;
    margin: 2% 3% 1%;
    width: 94%;
    float: left;
}
.sec-1 p{
    font-size: 20px;
    font-weight: lighter;
}
.sec-box-1{
    background-color: red;
    margin: 0;
    width: 30%;
    float: left;
}
.img-heigh{
    height: 250px;
	object-fit: cover;/*contain*/
	object-position: center;
}
.sec-box-2{
    background-color: transparent;
    margin: 3% 15% 0;
    width: 70%;
    float: left;
    font-size: 17px;
    font-weight: lighter;
}
.sec-box-3{
    margin-top: 3%;
    width: 25%;
    height: auto;
    padding: 0 2%;
    background-color: transparent;
    float: left;
}
.sec-box-3 img{
    width: auto;
    height: 400px;
}

.sec-blueprints{
    background-color: blueviolet;
    margin: 0% 3% 4%;
    width: 94%;
    float: left;
}
/** *************** START ADV BOX *************** */

.empresas-body{
	background-color: transparent;	
	height: 100%; /*4100*/
	padding: 3% 5% 1%;
}

.box-1{
	height: auto;
	width: 50%;
	float: left;
	font-size: 17px;
	text-align: justify;
}
.box-2{
	height: 335px;
	width: 50%;
	float: left;
	padding: 1%;
	/** background-color: whitesmoke; **/
}
.box-2-a{
	height: 100%;
	width: 7%;
	background-color: white;
	float: left;
	margin-right: 1%;
}
.box-2-b{
	height: 100%;
	width: 91%;
	background-color: whitesmoke;
	float: left;
	margin-left: 8%;
}


#janela{
	height: auto;;
	width: 100%;
	margin: 30px 0%;/**30px;
	margin-right: auto;
	margin-left: auto;**/
	
	float: left;
	/*padding: 0 10% 0 25%;/*22%*/
	padding: 0 0% 0 1.5%;/*22%*/
	
	background-color: transparent;
}
.janela_palestrante {
	position: relative;
	float: left;
	/**width: 256px;
	height: 256px;**/
	/*border:  solid 5px #C31B1E;*/
	background-color: gray;
	margin:  20px 2% 0 0%;
	box-shadow: 0px 0px 3px #333;
	
	z-index: 0;
	width: 23%;/*270*/
	height: 450px;
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;
}
#janela-2{
	height: auto;;
	width: 100%;
	margin: 30px 0%;/**30px;
	margin-right: auto;
	margin-left: auto;**/
	
	float: left;
	/*padding: 0 10% 0 25%;/*22%*/
	padding: 0 0% 0 27%;/*22%*/
	
	background-color: transparent;
}
.janela_palestrante-2 {
	position: relative;
	float: left;
	/**width: 256px;
	height: 256px;**/
	/*border:  solid 5px #C31B1E;*/
	background-color: gray;
	margin:  20px 2% 0 0%;
	box-shadow: 0px 0px 5px #333;
	
	z-index: 0;
	width: 30%;/*270*/
	height: 450px;
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;
}
.janela_foto{
	position: absolute;
	top: 0; left: 0;
	width: 100%;/*256px*/
	height: 100%;
	z-index: 1;
	clip: rect(0 290px 450px 0);
}
.janela_foto-interna{
	width: 100%;
	height: 400px;
}
.janela_texto{
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	height: 350px;
	background-color: #000;
	z-index: 2;
	padding: 5px;
	opacity: 0.9;
	cursor: pointer;
	
	transition: all 0.5s ease-out;
	
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.janela_texto:hover{
	top:300px;
}
.janela_title{
	position: relative;
	width: 100%;
	height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 4.5% 0;
	color: white;
	font-weight: bolder;
	background-color: #14214D;
	text-align: center;
}
.title_2{
	background-color: #144d37;
}
.title_3{
	background-color: #222222;
}
.title_4{
	background-color: #320C35;
}

#janela h3{font-size: 16px; color: #FFF; font-weight: bolder; padding-top: 5px}
#janela p{font-size: 14px}
#janela b{font-size: 24px}

#janela-2 h3{font-size: 16px; color: #FFF; font-weight: bolder; padding-top: 5px}
#janela-2 p{font-size: 14px}
#janela-2 b{font-size: 24px}
.mais{
	background-color: red;
	margin: 0 10%;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	widows: 80%;
	opacity: 1; 
	border-radius: 5px;
}
.mais:hover{background-color: darkred;}


.sec-1{
    background-color: transparent;
    margin: 2% 3% 1%;
    width: 94%;
    float: left;
}
.box-2{
	height: 335px;
	width: 50%;
	float: left;
	padding: 1%;
	/** background-color: whitesmoke; **/
}

.greeen-bar{
	background-color: #213344;
	height: auto;
	padding: 2% 10% 1%;
	border-top: 10px solid rgb(33, 51, 68);
	text-align: center;
	color: #fff;
	margin: 0;
}
.green-bar{
	width: 100%;
	height: auto;
	background-color: #213344;
	float: left;
	margin: 0;
	text-align: center;
	padding-bottom: 2%;
	border-bottom: 10px solid rgb(33, 51, 68);
}
.reed-bar{background-color: darkred}
.plano-d{
    width: 48%;
    height: 190px;
    padding: 2% 5%;
    margin: 1%;
    float: left;
    text-shadow: 0 0 0 2 #000,  0 0 0 5 #000,  0 0 0 2 #000;
    background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1))
}
.carousel-width {text-align: center; margin:0 20%}
.t-shadow{text-shadow: 0 0 5px #000, 3px 2px 5px #000, 3px 2px 8px #000; margin-bottom: 2px; font-size: 16px}

.box-bar{
	width: 80%;
	height: auto;
	margin: 0 10%;
	background-color: whitesmoke;
	float: left;
	text-align: center;
	border-radius: 5px;
}
.box-map{
	width: 55%;
	height: 380px;
	background-color: dimgrey;
	float: left;
}
.box-bar-text{
	float: left;
	width: 45%;
	height: auto;
	padding: 2%;
	text-align: left;
}


/** **************** END ADV BOX **************** */



h1{ font-size: 30px;}
h2{ font-size: 26px;}



/** *************** TABLET VIEW *************** */
@media only screen and (min-width:500px /*568px*/) and (max-width:770px) {

section{
	background-color: transparent;
	/*height: 3650px; /*4100*/
}

h1{ font-size: 18px;}	

.box-1{
	width: 100%;
	font-size: 17px;
}
.box-2{
	height: 350px;
	width: 100%;
	float: left;
	padding: 1%;
	/** background-color: whitesmoke; **/
}
.box-2-b{
	height: 100%;
	width: 90%;
	background-color: whitesmoke;
	float: left;
	margin: 0 5%;
}
.sec-box-2{
    background-color: transparent;
    margin-top: 3%;
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: lighter;
}
.sec-box-2 p{
    font-size: 27px;
    font-weight: lighter;
}
.plano-d{
    width: 48%;
    height: 290px;
}
	
#janela{
	height: 350px;
	padding: 0 0 0 14%;
}
.janela_palestrante {
	margin:  0 30px 50px 0;
	width: 230px;
	height: 350px;
}
.janela_foto{
	clip: rect(0 270px 350px 0);
}
.janela_foto-interna{
	height: 300px;
}
.janela_texto{
	top: 300px;
	height: 350px;
}
.janela_texto:hover{
	top:200px;
}

#janela h3{font-size: 14px;}

.box-bar{
	background-color: whitesmoke;
}
.box-map{
	width: 45%;
	height: 310px;
	background-color: dimgrey;
	float: left;
}
.box-bar-text{
	width: 55%;
	padding: 1.3% 2% 0;
}
.box-bar h3{font-size: 25px;}

/** *************** START ADV BOX *************** */


/** **************** END ADV BOX **************** */	


/** ************** START ADV BUTTON ************** */

.btn-anuncio-pequeno{
	width: 100%;
	font-size: 10px;
}	
	
/** *************** END ADV BUTTON *************** */

	
}

/** ************* CELLPHONE VIEW ************* */
@media only screen and (min-width:300px) and (max-width:499px) {

body{font-size:16px;}	
section{
	background-color: transparent;
	/*height: 7670px; /*4100*/
}
	
h1{ font-size: 15px;}
	
.box-1{
	width: 100%;
	font-size: 17px;
}
.box-2{
	height: 200px;
	width: 100%;
	float: left;
	padding: 0% 0;
}
.box-2-b{
	height: 100%;
	width: 100%;
	margin: 0;
}	
.sec-box-2{
    background-color: transparent;
    margin: 8% 5% 3%;
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: lighter;
}
.plano-d{
    width: 98%;
    height: auto;
    margin: 10px 0;
}
	
#janela{
	height: auto;
	width: 100%;
	padding: 0 5%;
}
.janela_palestrante {
	margin:  15px 0px 15px 0;
	width: 100%;
	height: 350px;
}
.janela_foto{
	width: 100%;/*****/
	clip: rect(0 330px 350px 0);
}
.janela_foto-interna{
	height: 300px;
}
.janela_texto{
	top: 300px;
	height: 350px;
}
.janela_texto:hover{
	top:200px;
}

#janela h3{font-size: 14px;}
	
.carousel-width {text-align: center; margin:0 5%}

.box-bar{
	width: 90%;
	margin: 0 5%;
}
.box-map{
	width: 100%;
	height: 250px;
	background-color: dimgrey;
	float: left;
}
.box-bar-text{
	width: 100%;
	padding: 2% 2% 1%;
}
.box-bar h3{font-size: 25px;}
	
	
/** *************** START ADV BOX *************** */
	
/** **************** END ADV BOX **************** */	


/** ************** START ADV BUTTON ************** */
	
/** *************** END ADV BUTTON *************** */
	
}