/* SlideShow */
#carousel{
    height: 100vh;
    height: -moz-calc(100vh);
    height: -webkit-calc(100vh);
    height: -o-calc(100vh);
    width: 100vw;
    position: fixed;
    z-index: -99;
}
#slide-1{
    background:url('../img/TheDog-1.jpg');
    background-repeat: no-repeat;   
    background-position: center center; 
    height: 100vh;
    width: 100vw;
    background-size: cover;
}
#slide-2{
    background:url('../img/TheDog-2.jpg'); 
    background-repeat: no-repeat;
    background-position: center center; 
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

/** logo **/
#logo img{
	width: 300px;
}

/** fonts **/

h1, h2, h3, h4{
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a{
	color: #fff;
}
h1{
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
}
h2{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

/** geral **/
body{
	height: 100vh;
}
.container-fluid{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    text-align: center;
}

.stroke{
	position: relative;
}
#cidades .col div:first-child{
	padding: 20px 0;
}
#cidades .col div{
	padding: 10px 0;
}
.telf{
	text-decoration: none;
}
a:hover{
	color: #fff;
}











/** responsive **/

@media (max-width: 767px) {
	.container-fluid{
		display: block;
	}
	.col{
		flex: 1 0 100%;
	}
	.row{
		padding: 30px 0;
	}
	.row:first-child{
		padding-top: 50px;
	}
	.row:last-child, .row:nth-child(2){
		padding-bottom: 50px;
	}
	.row:last-child{
		padding-top: 70px;
	}
	#logo img {
	    width: 200px;
	}
  	.stroke{
		height: 50px;
		margin-top: 20px;
	}
	.stroke span{
		width: 1px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		height: 100%;

	}
	#socials .col:first-child{
		padding-bottom: 20px;
	}
}
@media (min-width: 768px ) {
	.container-fluid{
		padding-left: 30px;
		padding-right: 30px;
	}
	.stroke span{
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
	}
}
@media only (min-width: 992px ) {
  
}
@media only (min-width: 1200px ) {
  
}
@media only (min-width: 1400px ) {
  
}
