@charset 'UTF-8';

body	 					{font-family: 'Quattrocento Sans', sans-serif; color: #888;}
h1, h2, h3, h4, h5 			{font-family: 'Arima Madurai', cursive; font-weight: 300; color: #15552B;}
h4, h5 						{font-weight: 400;}
a 							{color: #15552B;}
a:hover						{color: rgb(240,170,70); text-decoration: none;}
.btn-primary 				{border-radius: 0; background-color: #8E7100; border-color: #8E7100;}
.btn-primary:hover 			{background-color: rgb(240,170,70); border-color: rgb(240,170,70); outline: rgba(240,170,70,.9);}
.bg-dark 					{background: url('../img/bg-form.png'); !important;}
.bg-light					{background: #ECECEC !important;}

.middle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.revertx {	
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.reverty {	
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.topo {
	height: 100vh;
	background: url(../img/bg.png) center center fixed;
	background-size: cover;
	display: table;
}
.topo2 {
	height: 10vh;
}

.topo .heightmenu {
	height: 20vh;
	width: 100%;
	display: table;
}
.heightmenu .menu {
	display: table-cell;
	vertical-align: middle;
}
.logo {
	max-width: 350px;
	width: 100%;
}
.contactlink {
	text-decoration: none !important;
}
.phoneicon {
	background: #15552B;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	transition: all .5s;
}
.textcontact {
	background: #FFF;
	height: 50px;
	line-height: 50px;
	color: #15552B;
	transition: all .5s;
}

.contactlink:hover > .phoneicon {
	background: #FFF;
	height: 50px;
	line-height: 50px;
	color: #15552B;
}
.contactlink:hover > .textcontact {
	background: #15552B;
	height: 50px;
	line-height: 50px;
	color: #FFF;
}
.menu{
	transition: all 1s;
}
.menu-top {
	background-color: rgba(21,85,43,.8);
	transition: all 1s;
	height: auto !important;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	padding: 15px 0;
}
.menu-top .phoneicon {
	background:  #186B3F;
	color: #FFF;
}
.headline {
	height: 80vh;
	width: 100%;
	display: table;
}
.headline h1 {
	font-size: 3.5em;
	max-width: 700px;
	margin: 0 auto;
	color: #FFF;
}

.headline p {
	font-size: 1.4em;
	max-width: 600px;
	margin: 0 auto;
}
.sobrejazigos .border-primay {
	border-color: #15552B;
	border-width: 2px;
}
.fotosjazigos {
	background: #15552B;
}

.icon-colina {
	width: 135px;
	height: 135px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	max-width: 100%;
}

.footer-form input {
	border-radius: 0;
	background: transparent !important;
	color: #FFF;
}
.footer-form input::placeholder {color: #FFF;}
.footer-form input:-ms-input-placeholder {color: #FFF;}
.footer-form input::-ms-input-placeholder {color: #FFF;}
.form-control {color: #FFFFFF !important;}

.resposta {display: none;}


.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.myImg:hover {opacity: 0.7;}
/* The Modal (background) */
.modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-img-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation */
.modal-img-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.lista{
	list-style: none;
	padding:0;
	margin: 0;
}
.lista li{
	padding: 10px 10px 10px 0;
	color: #6C6D6B;
	border-bottom: 1px solid #CCCCCC;
}
.lista li:last-child{
	border: 0;
}
.lista li svg{
	margin-right: 5px;
	color: #1B6D30;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

@media all and (max-width: 800px) {

    .headline h1 {
    	font-size: 2.5em !important;
    }

	.headline p {
		font-size: 1.1em;
	}
}