/*
 Theme Name:   Magis
 Theme URI:    -
 Description:  Centro de pesquisa e Inovação da PUC-Rio
 Author:       Fabbrica
 Author URI:   http://fabbrica.website
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         -
 Text Domain:  twenty-fourteen-child
*/

/*************
    NAVBAR
**************/

 body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

.b-logo {
	padding-top:6px !important;
}     

.logo-grid {
	width: auto;
	max-height: 40px;
	margin-left: 20px;
	margin-top: 5px;
}

.logomin-grid {
	max-height: 40px;
	margin-left: 20px;
	margin-top: 7px;
}

.nav-menu {
	color: #645c5c !important;
	font-weight: bold;
}

.ham {
	color: #645c5c;
	margin-right: 10%;
}

a {
  color:inherit;
  text-decoration: none;
 }

/*************
    HOME
**************/

.slider-title {
	font-size: 1.8em;
	float:left; 
	padding: 5px; 
	background: rgba(30, 112, 179, 0.8);
}

.slider-contentu {
	font-size: 1.4em;
	margin-top:-18px; 
	text-align: left; 
	float:left; 
	padding: 5px; 
	background: rgba(86, 83, 83, 0.8);
}

.noticias {
	color: white;
	font-size: 1.3em;
	float:left; 
	padding: 5px; 
	background: rgb(30, 112, 179);
}

.foto-noti{
	max-width: 100%;
}

.servi-title {
	font-size:1.3em;
	margin-bottom: -10px;
}

.servi-title-2 {
	font-size:1.3em;
	margin-bottom: -30px;
}


.intro-NE {
	padding: 5px;
}

/*************
    CONTATO
**************/
.contatocol {
	margin-top: -20px;
}

.contatomap{
	margin-bottom: 20px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.inputo {
	margin-top:-20px;
}

#full-size{
  height:100%;
  width:100%;
  overflow:hidden; /* or overflow:auto; if you want scrollbars */
  opacity: 0.6;
}

#modalo {
	height: 400px;
	width: 600px;
}