@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,100..900&display=swap');

body{
    background: #f3f3f3 url("images/overlay.png");
	font-family: "Montserrat", sans-serif !important;

}

.galeria .col-lg-4{
    margin: 0 !important;
    padding: 15px;
}
.galeria img{
    width: 100%;
    height: 100%;
}

.galeria img:hover{
   border: 2px solid white;
}

.text-center{
    color: white;
}

#exampleModal{
    padding-right: 0px !important;
}


#header2 {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    height: 10em;
    padding: 0;
}

#header2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
}

.homepage #header2 {
    height: 35em;
}

.navContent a{
    text-decoration: none !important;
}