
.responsive-quepots {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.carousel-quepots {
	background-color: #eee;
}

div.gallery-quepots {
    border: 1px solid #ccc;
}

div.gallery-quepots:hover {
    border: 1px solid #777;
}

div.gallery-quepots img {
	width: 100%;
	height: 400px;
}

.text-title {
	font-weight: bold;
	margin-top: 100px;
}

.quepots-text {
	border-top: 10px solid #0aa08f;
	padding-top: 40px;
}

.quepots-text-2 {
	padding-top: 40px;
}

div.tab {
    float: right;
    border: 1px solid #ccc;
    background-color: #222222;
    width: 35%;
}

div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 12px;
}

div.tab button:hover {
    background-color: #aaa;
    width: 100%;
}

div.tab button.active {
    background-color: #0aa08f;
    width: 100%;
}

.tabcontent {
    float: left;
    /*border: 1px solid #ccc;
    border-left: none;*/
    width: 65%;
}

.tabcontent img	{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	div.tab {
	    float: none;
	    width: 100%;
	}
	.tabcontent {
	    width: 100%;
	}
}

.grid-photos-quepots {
	background-color: #fff;
	padding-top: 100px;
}

.contact {
    margin-top: 100px;
}