body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.carousel {
    position: relative;
    margin-top: 5%;
}
.navbar-custom {
    background-color: #4B494B;
}

.navbar-custom.affix {
    background-color: #4B494B;
    padding: 10px 0;
}

a.navbar-brand.page-scroll {
    margin-top: -20px;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #A691A2;
}
section {
    padding: 3% 0;
}

.bg-light-gray {
    background-color: #A691A2;
}

.team-member img {
    margin: 0 auto;
    border: 0px solid #fff;
}

.navbar-custom .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #A691A2;
}

.navbar-custom .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #A691A2;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    color: #A691A2;
    outline: 0;
}
::selection {
    text-shadow: none;
    background: #A691A2;
}
.navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #A691A2;
}
.navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #A691A2;
}
.btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #A691A2;
    border-color: #A691A2;
}
.btn-xl {
    color: #fff;
    background-color: #A691A2;
    border-color: #A691A2;
    border-radius: 3px;
    font-size: 18px;
    padding: 15px 30px;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #A691A2;
}
a.active, a:active, a:focus, a:hover {
    color: #A691A2;
}
.text-primary, a {
    color: #A691A2;
}
.alturadesc {
	margin-top: 40%;
}
.map-wrap {
    position: relative;
}
.overlay {
    width: 100%;
    min-height: 450px;
    position: absolute;
    top: 0;
}
textarea.form-control {
    height: auto;
    min-height: 130px;
}
i.fa.fa-phone {
    padding: 3%;
    font-size: 1.8em;
    vertical-align: middle;
    color: #a691a2;
}

i.fa.fa-envelope {
    padding: 3%;
    font-size: 1.8em;
    vertical-align: middle;
    color: #a691a2;
}

.textoturismo p {
    font-size: 1.3em;
}

ul.social-buttons li a {
    display: block;
    background-color: #a691a2;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #757575;
}

button.botonvinos {
    background: transparent;
    border: transparent;
    padding: 0;
    outline: none;
}

@media screen and (max-width: 375px) {

	.navbar-brand>img {
	    display: block;
	    width: 195px;
	    margin-top: 7px;
	}
	section h2.section-heading {
	    font-size: 28px;
	    margin-top: 1%;
	}
	footer span.copyright {
	    font-size: 11px;
	}
	.carousel {
	    position: relative;
	    margin-top: 18%;
	}

}

@media screen and (max-width: 768px) {

	.alturadesc {
		margin-top: 0%;
	}

}
