@font-face {font-family:"Montserrat ExtraBold"; src:url("../fonts/montserrat/Montserrat-ExtraBold.ttf");}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat ExtraBold';
}

h1 {
  font-weight: 100;
  margin: 0;
}

html {
  box-sizing: border-box;
}

/* ::::: TITULO ::::: */
.titulo{
  padding-top: 90px;
  padding-bottom: 120px;
  margin-bottom:10%;
	position: relative;
	width: 100%;
	height: 350px;
  background-image: linear-gradient(to right, #413170 , #00b3c0);
  text-align: center;
}
.titulo::after{
  position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: inherit;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transform-origin: top left;
	transform: skewY(4deg);
	z-index: -1;
}
.titulo .logo {
    width: 350px;
    height: auto;    
}

.titulo h3 {
  font-family: "Montserrat Medium";
  font-size: 1.8em;
  color:#fff;
  text-transform: uppercase;
  padding: 30px;
  margin:0 auto;
}
.titulo span{
  font-family: 'Montserrat ExtraBold';
  text-transform: uppercase;
}
.titulo a{
  border:none!important;
}
.titulo a:active{
  border:none!important;
}
.titulo a:visited{
  border:none!important;
}
/* ::::::::::: /TITULO :::::::::*/

/* ::::::::::: GALERIA :::::::::*/
.galeria{
  background-color: #FFF;
  color:#FFF!important;
  padding: 60px 0px;
  
}  

.ajuste{
  margin-top:-22%;
}

.ajuste2{
  margin-top:-9%;
}

.preview {
  width: 100%;
} 

img.preview, img.modal-preview {
  cursor: pointer;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.modal-header{
  text-align: center;
}
.modal-header .close{
  float:none;
  width: 30%;
	background: #00b3c0;
	border:none;
	border-radius: 0;
	padding: 15px;
	color: #FFF;
	font-family: "Montserrat Black";
	font-size: 1.4em !important;
	border-bottom:8px solid #006c74;
  margin: 45px auto auto auto;
  opacity: 1;
}
.modal-header .close:hover{
  background: #dc9e13;;
  border-bottom:8px solid #dc5d13;
  color:#FFF;
  opacity: 1;
}
/* ::::::::::: /GALERIA :::::::::*/

/* ::::::::: RESPONSIVE ::::::: */
@media (max-width: 425px) {

  .titulo .logo {
    width: 220px!important;
    margin-top: -10%;
  }

  img{
    margin-bottom: 10px!important;
  }
  .ajuste{
    margin-top: 3px!important;
  }
  .ajuste2{
    margin-top: 3px!important;
  }
  .galeria{
    padding:10px!important;
  }

}

@media(max-width:812px){
  img{
    margin-bottom: 10px!important;
  }
  .galeria{
    padding:10px!important;
  }
}
