/* Add here all your CSS customizations */

h1 {
    font-size: 2.6em;
    line-height: 20px;
    margin: 0px 0 20px 0;
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 20px 0;
}

#mainNav li.active a{
    color: #8eb73b !important;
}

#footer {
    margin-top: 0px;
    color: #ffffff;
}
#footer a, #footer p{
    color: #ffffff;
}
#footer a:not(.btn) {
    color: #ffffff;
}
#footer .footer-copyright p {
    color: #ffffff;
}
#footer .linksFooter a:not(.btn) {
    padding: 0px;
    position: relative;
    left: 0px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#footer .linksFooter a:not(.btn):hover {
    left: 3px;
    background-color: inherit;
}

.linksFooter li {
    position: relative;
}

.linksFooter li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #8eb73b;
    border-color: #8eb73b;
    font-size: 0.8em;
    top: 0px;
}

.col-lg-2-4{
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
}

.tp-caption{
    color: white;
}

#mapa100{
    height: 350px;
}
@media (max-width: 991px) {
    #mainNav li.active a{
        color: #ffffff !important;
    }

    .col-lg-2-4{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}

@media (max-width: 768px) {
    #emailCabecera {
       display: none !important;
    }

    #footer .row.py-5.my-4{
        padding-top: 25px !important;
        padding-bottom: 0px !important;
    }
}
