/* ==========================================================================
HERO-ALTERNATIVO
========================================================================== */

.hero-alt {
    background: url("../img/images/hero-img.jpg") center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative; 
    margin-bottom: 22px;
}

.hero-alt h1 {
    color: #fff;
    margin-bottom: 40px; 
}

.hero-alt .hero-content {
    padding-top: 140px;
    padding-bottom: 60px;
}

.logo-placeholder {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    padding-top: 10px;
    background: #8dc63f;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 220ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.logo-placeholder:hover {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: -27px;
    left: 50%;
    padding-top: 14px;
    background: #8dc63f;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ==========================================================================
CONTACTOS
========================================================================== */

.contactos h2 {
    margin-top: 0px;
    padding-bottom: 40px;
}

/* ==========================================================================
MAIS INFO
========================================================================== */

maisinfo .media .pull-left {
    width: 28px;
    padding-top: 5px;
}


maisinfo p {
    padding-bottom: 6px;
}

maisinfo h5{
    margin-top: 0px;
    margin-bottom: 5px;
}

maisinfo h3{
    margin-top: 150px;
}

.icon-color {
        color: #8dc63f;
}
maisinfo span {
    font-size: 16px;
    font-weight:400;
    color: #06305f;
}

maisinfo .p-last{
    margin-top: 20px;
}

/* ==========================================================================
CONTACT FORM
========================================================================== */

.form {
    margin-top:16px;
}

.form-control {
	height: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.form-control-feedback {
	color: #cccccc;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 14px;
}

textarea {
	resize: vertical;
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ==========================================================================
GOOGLE MAPS
========================================================================== */

#map {
    width:100%; 
    height:500px;
}

/* ==========================================================================
MEDIA QUERIES
========================================================================== */

@media screen and (max-width:768px) {
    #map {
    height:400px;
    }     
}

@media screen and (max-width:640px) {
    #map {
    height:300px;
    }     
}