/* Sección de la Frase en el HomePage */

section.full-width-quote {
    background: #60ba62;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}


.text-quote-home {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 30px;
    line-height: 44px;
    width: 70%;
    text-align: center;
    color: white;
}

section.full-width-quote a.btn {
    padding: 15px 40px;
    background: white;
    color: #60ba62;
    margin-top: 40px;
}


/* Blog Page Header */
section.banner-blog-header {
    background: #60ba62;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Bibliografías del Blog */

p.referencias-biblio {
    font-size: 12px;
    margin: 0;
}

/* Mapa del Home */
section#map {
    padding: 0;
}

section#map div.top-text-header {
    padding-top: 8rem;
}

section#map .row .col-sm-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}

section#map .row .col-sm-4 h4 {
    font-size: 18px;
}

section#map .row .col-sm-4 p {
    font-size: 16px;
    text-align: center;    
}


/* Servicios Home */
section#servicios-home .container .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    width: 100%;
}

@media (min-width: 676px) {
    
    section#servicios-home .container .row {
        flex-direction: row;
    }
}

section#servicios-home .container .row .box-servicio {
    margin: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 200px;
    margin: 0 20px;
}

section#servicios-home .container .row .box-servicio figure {
    margin: 0;
    margin-bottom: 10px;
}

section#servicios-home .container .row .box-servicio figure img {
    height: 150px;
    margin: 0;
    border-radius: 25%;
}

section#servicios-home .container .row .box-servicio h4 {
    font-size: 14px;
    margin: 0;
}

