body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #ffffff;
    color: #787b80;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 16px;
    overflow-x: hidden;
}

section{
    margin-bottom: 60px;
}

a{
    color: #3e6c62;
}
a:hover,
a:active,
a:focus {
    color: #A0D468;
}
/* ------------------------------------------ MAIN ------------------------------------------------------ */

.page-section.get-in-touch {
    padding-top: 0px;
    padding-bottom: 40px;
}

.section-title.small-bottom {
    margin-bottom: 15px;
}

.section-title {
    position: relative;
    line-height: 1;
    margin: 0 0 60px 0;
}

hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}

.pull-right {
    float: right !important;
}

.form-item.form-item-name.form-type-textfield.form-group {
    margin-top: 28px;
}
.af-form .form-group {
    text-align: left;
}

.get-in-touch .af-form .form-control {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 60px;
}
.form-control {
    border-radius: 0;
    border: 1px solid #e9ecef;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.get-in-touch .af-form textarea.form-control {
    height: 210px;
}

.btn.btn-block.btn-theme.form-button.btn.btn-primary.form-submit {
    margin-top: 50px;
}

.btn-primary,
.btn-default {
    color: #3e6c62;
    background-color: transparent;
    border-color: #d2d2dc;
}
.btn-theme {
    color: white;
    background-color: #3e6c62;
    border-width: 2px;
    border-color: #3e6c62;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
    background-color: #c6ddb3;
    border-color: #c6ddb3;
}
.mensaje-asistir{
    border-radius: 0;
    border: 1px solid #c6ddb3;
    font-size: 18px;
    padding: 20px 12px;
    min-height: 60px;
    margin-bottom: 15px;
}

.estadisticas{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#pie,#congresistas{
    width: 50%;
    min-width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

#mapa-mundo, #mapa-españa{
    width: 50%;
    min-width: 300px;
    height: 500px;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
/* ------------------------------------------- FOOTER ---------------------------------------------- */
.footer{
    padding: 70px 0;
    background-color: #f5f5f5;
    color: #414650;
    font-size: 18px;
}
.social-icons {
    padding-bottom: 15px;
}
@media (max-width: 991px){
    .header .logo img {
        height: 36px;
        margin-top: 3px;
    }

} 
@media (max-width: 1279px){
    .logo img {
        height: 55px !important;
        margin-top: 0px;
    }
} 