/* TOPBAR */
.layout-home .t4-sticky.t4-palette-dark{
    background-color: #111111;
}

.fc-topbar-fix .module-ct{
    max-width: 100%;
}

/* NAVBAR */
.site-name {
    color: #000 !important;
}
#t4-header {
    border-bottom: 0.16em solid #fc2023;
}
.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show > .nav-link, .t4-megamenu .navbar-nav > li:hover > a,
.t4-megamenu .navbar-nav > li:hover > .nav-link {
  color: #000;
}
.t4-megamenu .navbar-nav > li.active > a,
.t4-megamenu .navbar-nav > li.active > .nav-link {
  color: #000;
  border-bottom: none;
}
.t4-megamenu .navbar-nav > li > .nav-link {
  color: #000;
}

/* SECTIONS */
#t4-hero .bg-overlay:before{
    background: none;
}
#t4-section-1 .container,
#t4-section-2 .container,
#t4-section-3 .container,
#t4-section-8 .container{
  padding-top: 9.1em;
  padding-bottom: 3.9em;
}
#t4-footer {
    background-color: #fc2023;
}
#t4-footer .container{
    padding-bottom: 0;
    padding-top: 0;
}

/* CONTENT */
.module-title {
  font-size: 2rem;
}
h2.hero-heading {
    font-size: 1.6em;
}
.modulefc-mision h2.hero-heading {
    font-size: 1.4em;
}
.modulefc-mision p.hero-intro {
  color: #333;
  font-family: louis_george_caferegular;
  font-size: 1.4rem;
  line-height: 1.4;
}
/* PROYECTS */
.category-module.mod-projects .item-info .inner{
    text-align: left;
}
.category-link {
    display: none;
}
/* MAPA */
#blockrandom-139{
    border-radius: 1em;
}
.modulefcmapif {
    padding-left: 1.2em !important;
    max-width: 100% !important;
}
.modulefcmapif .module-inner div {
    display: contents;
}
.fc-map .module,
.fc-contacto .module {
    max-width: 100% !important;
    padding-left: 1.3em !important;
}
@media screen and (max-width: 756px){
    #t4-hero .bg-overlay-image {
	background-image: url(/images/demo/hero/hero-1.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% 50%;
}
}