/*
Theme Name: Tema Medivax
Author: Mariana Carvalhal
Description: Tema responsivo usando Foundation
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
body{
	font-family: 'Montserrat', sans-serif;
	background:#fff;
	color:#7A7A7A; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400;}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	text-transform: uppercase;
}
h2{
	 font-size:30px;	
}
h3{
	font-size: 22px;
}
p{
	font-size: 16px;
}
a { color:#7A7A7A; }
header{
	padding-bottom:38px;
}
header h1{
	margin:0px;
}
.fd_cinza_claro{background-color:#ECECEC;}
.fd_azul{background-color:#21437D}
#flags{ list-style: none }
#flags li{display: inline-block;}
#flags li a{color:#7A7A7A;}
/*MENU*/
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 12px 95px 10px;}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;}
#toggle span:after{
  top: 9px;}
#toggle span {
  position: relative;
  display: block;}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #172A56;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;}
  /* on activation */
#toggle.on span {
  background-color: transparent;}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;}
#menu {
    position: absolute;
    color: #999;
    width: 100%;
    padding: 10px;
    margin: auto;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 100;
}
#menu ul{
	list-style: none;
}
#menu a{
	color:#21437D;
	font-weight: 400;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;}

/*BANNER*/
#banner{
	font-weight: 600;
}

/*CONTEÙDO*/
#content .medium-7, #content .medium-9, .representante .medium-6{ flex: none; }
article .wp-block-columns:nth-last-child(4){
    background-color:#172A56;
}

#content h2{
	background-color:#172A56;
	display: inline-block;
	color:#fff;
	padding:20px 64px;

	font-size: 18px;
	margin: 60px 0px;
}
#content h2.branco{
	background-color: #fff;
	color:#172A56;
}
#tecnologia,#referencias{padding-bottom: 60px}

#tecnologia p{color: #fff}

#referencias{ padding-top: 86px; }

#referencias .wp-block-column,.representantes .wp-block-column{
	display: table;
}
#referencias .wp-block-column{
	height: 113px;
}
.representantes .wp-block-column{
	margin-bottom: 0;
}
.representantes .wp-block-column{
	margin: 0;
	height: 115px;
	flex-basis: auto !important;
}

#referencias p{text-transform:uppercase; font-weight: 600}

#referencias .wp-block-column .wp-block-image,.representantes .wp-block-column .wp-block-image{
	display: table-cell;
	vertical-align: middle;
}
.espacamento_azul{
	background-color:#172A56;
	height: 100px;
	margin-bottom: 0;
}
footer{
	padding: 40px 0px;
}
footer .row .row{
	margin-bottom:40px;
}

/*FORM*/
form{
	padding: 50px 0px;
}
input[type="submit"]{
	background-color: #172A56;
    color: #fff;
    border: 0px;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    float:right;
    margin: 15px 15px 0 0;
    font-size: 14px;
}
input[type="text"],input[type="email"],textarea{
	border-color: #172A56;
}
::-webkit-input-placeholder { /* Edge */
  color:#7A7A7A; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#7A7A7A; 
}

::placeholder {
  color:#7A7A7A; 
}
@media only screen and (max-width: 30em){
	#content h2{
		padding:20px 24px;
		font-size: 16px;
	}
	figure {
    margin: 1em 0px;
}
	.representante {
		margin-bottom: 0em !important;
	}
	footer{
		text-align: center;
	}
	footer iframe{margin-bottom: 60px;}
	#overlay-button{
		right: 0;
    	top: 5px;
	}
	#contato img{
		margin:20px 0px;
	}
	#contato h2{
		margin-bottom:28px;
	}
}