html{
	overflow-x: hidden;
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a{ 
	color: #3F3F3F;
}
a:hover{ 
	color: #3F3F3F;
	text-decoration:underline;
}
a:focus {
	outline:none;
	outline-offset:0;
}

.bloco {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    background-color: #215a79;
    text-align: center;
    padding: 20px 10px;
    min-height: 60px;
    margin-top: 5px;
}

.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
    height: 100%;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

/* Important part */
#politica > .modal-dialog{
    overflow-y: initial !important
}
#politica > .modal-dialog > .modal-content > .modal-body {
    height: 450px;
    overflow-y: auto;
}

#politica > .modal-dialog > .modal-content > .modal-body a{
    color:#000 !important;
	
}

#politica > .modal-dialog > .modal-content > .modal-header .close {
    margin-top: -20px;
}

.botao {
	position: absolute;
    margin-top: 30px;
    left: 50%;
    transform: translate(-50%);
}

.btn-primary {
    color: #fff;
    background-color: rgba(0,65,101,0.65);
    border: none !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}



.scroll-down2 {
  position: absolute;

  left: 50%;
  margin-left: -16px;
  /*display: block;*/
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 9999999;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	background-color: rgba(0,65,101,0.65);
	    transform: rotate(180deg);
	display: inline;
}

.scroll-down2:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}


.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	background-color: rgba(0,65,101,0.65);
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.colcol {
	float: left;
	min-width: 60px;
    margin-right: 10px;
}

.andar {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background-color: #215a79;
    text-align: center;
    padding: 5px 0px;
    margin-top: 5px;
    height: 60px;
}

.textocontacto p {
    width: 100% !important;
    margin: 0 !important;
    font-size: inherit !important;
}

#formtext p {
    width: 50% !important;
    margin: 0 !important;
    font-size: 1.5em !important;
}

.textwidget p {
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 400!important;
    font-size: 12px!important;
    color: #fff!important;
}

.textwidget p a {
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 400!important;
    font-size: 12px!important;
    color: #fff!important;
	text-decoration: none !important;
}

.panel-grid-cell {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    min-height: 109px;
    background-color: #215a79;
    text-align: center;
    padding: 20px 0px;
    margin-top: 5px;
    width: 14% !important;
}

.mapa > .panel-grid-cell {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    min-height: 80px;
    background-color: #215a79;
    text-align: center;
    padding: 29px 0px;
    margin-top: 5px;
    width: 100% !important;
}

.modal-body {
	overflow-x: auto;
}

.boxproj {
	min-height: 300px;
	background-position: center;
	background-size: cover;
}

.wrapper2col	{
	position: relative;
	height: 0;
	padding-top: 55%;
}
.wrapper3col	{
	position: relative;
	height: 0;
	padding-top: 38%;
}
.wrapper4col	{
	position: relative;
	height: 0;
	padding-top: 30%;
}
.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}



.hashtags {
	font-size: 1.2vw; 
	position: absolute; 
	bottom: -5px;
}

.menuhome ul a {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color:#fff;
	line-height: 1.3;
}

.menuhome ul a {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color:#fff;
	line-height: 1.3;
	display: inline-block;
	padding-right: 15px;
}

.menuhome ul a::lastchild{
	padding-right: 0px;
}

.menuhome ul {
	text-align: center;
  padding: 0;
}

.titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color:#fff;
	
}

.texto p {
	margin-top: 15px !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	line-height: 1.5 !important;
	color:#fff !important;
	text-align: left !important;
	width: 100% !important;
	margin: auto !important;
}

.texto {
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color:#fff;
	text-align: left;
}

.texto a{
    color: #fff !important;
    text-decoration: none !important;
}

.texto a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.caixaazul {
	background-color: rgba(0,65,101,0.65);
	max-width: 600px;
    margin: 0 auto;
    padding: 30px;
}

.menudiv {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 50px;
	z-index: 1;
}

.linguas {
	background-color: #215a79;
	color:#fff !important;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 10px;
	text-align: left;
}

.linguas a{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.titulopag {
	color:#13455a;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	padding-top: 25px;
}


.section {
	padding-bottom: 0px !important;
}

.menutop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	height: 95px;
	z-index: 9;
	
}

.rotate {
    transform: rotate(0deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(180deg);
    transition: .3s;
}

.menutexto {
	position: absolute;
	top:95px;
	width: 100%;
	/*min-height: 105px;*/
	background-color: rgba(0,65,101,0.65);
	z-index: 9;
}

.contacts p {
	padding-left: 0px;
	margin-left: 0px !important;
}

.homesec {
	background-position: top center;
	background-size: cover;
}

input, textarea {
    color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	padding: 5px !important;
	border:1px solid #fff;
	background-color: #fff;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top:5px;
	background-color: rgba(255,255,255,0.60);
	border:none !important;
	float: left;
}

.wpcf7-validation-errors {
	display: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px !important;
    font-weight: normal !important;
    display: block;
	text-align: left;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    right: 10px !important;
    position: absolute !important;
	    z-index: 999999;
}


/* Large desktop */
@media (min-width: 1200px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {


}
/* Landscape phone to portrait tablet */
@media (max-width: 780px) {
	
	.menudiv {
    width: auto;
}
	
	#pg-40-0.panel-no-style, #pg-40-0.panel-has-style > .panel-row-style, #pg-40-1.panel-no-style, #pg-40-1.panel-has-style > .panel-row-style, #pg-40-2.panel-no-style, #pg-40-2.panel-has-style > .panel-row-style {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    align-items: flex-start;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
		
	}
	
	.pisomob > .panel-layout > .panel-no-style {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    align-items: flex-start;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
		
	}
	
		.section {
		height: 100vh;
	}
	
	.logosmall {
    position: relative !important;
    margin-top: 15px !important;
    max-width: 160px;
    margin: 0 auto;
}
	
	.titulopag {
		padding-top: 0px;
		padding-bottom: 10px;
		font-size: 22px;
	}
	
	.menutop {
		min-height: 95px;
		height: auto !important;
	}
	
	.menutexto {
	    top: 122px;
	}
	
	.boxproj {
		min-height: 140px;
	}
	
	.tituloproj {
		font-size: 22px !important;
	}
	
	.modal-body {
 	    padding: 0px 0px 30px 0px !important;
	}
	
	.modal-body {
 	    padding: 0px 0px 30px 0px !important;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.textwidget p {
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 400!important;
    font-size: 8px!important;
    color: #fff!important;
}
	
	.pisomob {
		padding-left: 0px;
		padding-right: 0px;
	}

.textwidget p a {
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 400!important;
    font-size: 8px!important;
    color: #fff!important;
	text-decoration: none !important;
}

	.mapa > .panel-grid-cell {
    min-height: 50px;
}
	
	.titulo {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}
	
	.colcol {
    	float: left;
   		min-width: 45px;
   		margin-right: 1px;
	}
	
		.texto {
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}
	
			.texto p{
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}

}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}


