h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px !important;
  text-transform: uppercase;
}


h3 {
	  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 17px !important;
	letter-spacing: 1px;
}

h4 {
	  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 19px !important;
	text-transform: uppercase;
	}


p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
}


h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 40px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px !important;
}


.fs-5 {
    font-size: 40px !important;
    font-weight: 800;
}


section {
    position: relative;
    padding: 3rem 0;
}


.gallery-block.compact-gallery .item .description .description-heading {
    text-transform: uppercase;
    font-weight: 800;
}


.znav-container .navbar {
    font-family: "Open Sans", sans-serif;
    }

.navbar-brand{
	font-weight: 100;
	font-size: 22px !important;

	padding: 0;
}

.btn{
    white-space: normal;
}

.navbar-nav{
	margin: 0 30px 0 auto !important;
	font-size: 14px !important;
}

.znav-freya .container {
    border-radius: 0px;
}

.alert {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    color: inherit;
}

.marca{
	font-size: 28px;
	font-weight: 700;
	vertical-align: middle;
	color: #111;
	/*text-shadow: 1px 1px 0px #fcc070;*/
    display: inline-block;
    line-height: 40px;
    padding-left: 6px;
}
/*
.background-holder{
	top: inherit !important;
}*/


@media (min-width: 1200px){
	.container{
    	max-width: 1010px;
	}
}


@media (max-width: 575px){
	.znav-container .container{
		margin-top: 0px;
		border-radius: 0px;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.marca{
		font-size: 1.2em;
	}
}

@media (max-width: 400px){
	

	.marca{
		font-size: 0.9em;
	}
}

.form-control {
    padding: .6rem;
    font-size: 1rem;
    line-height: 1rem;
}

.znav-freya .container{
    background: rgba(255,255,255,0.7) !important;
}



