/* DEFINIMOS EL COLOR DE LA BARRA DE MENUS */
/* BARRA BLANCA */
#sp-top-bar {   background: #FFF;   color: #969696; }
/* BARRA ROJA */
#sp-header {   background: #c8242b; }
@media (min-width: 1200px) {   .header-2#sp-header > .container::after { border-top: 70px solid #c8242b; }}
@media (min-width: 1200px) {   .header-2#sp-header > .container {   background: #c8242b; } }
@media (min-width: 1200px) {   .header-2#sp-header::before {  background: #c8242b;  } }
@media (min-width: 1200px) {   .header-2#sp-header::before {  background: #c8242b;  } }
@media (min-width: 1200px) {   .header-2#sp-header > .container::before { border-top: 70px solid #c8242b; } }

/* TAMAÑO DE TEXTO DEL MENU */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 0.95rem;
  margin: 0;
  font-weight: 450;
}

/* CUADRO DE DIRECCIONES MUNICIPALES */
.sppb-addon-feature.feature-box-1 {
  background: rgb(255, 255, 255);
  padding: 15px;
  
  .sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container {
  color: #f40f0f;
}
}

.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-addon-title {
  color: #d00009;
  margin-bottom: 1rem;
}

/* BORDES DESLIZANTES ROJO*/
.sppb-addon-feature.feature-box-1 .sppb-addon-content::after {
  border-right-color: #d00009;
  border-bottom-color: #d00009;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content::before {
  border-top-color: #d00009;
  border-left-color: #d00009;
}

/* COLOR DE LA IMAGEN DE LAS DIRECCIONES*/
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container {
  color: #6c6c6c;
}

/* GUION DEBAJO DE LOS TITULOS*/
[class*="title-5"].sppb-section .sppb-section-title .sppb-title-heading:after,
[class*="title-5"].sppb-addon .sppb-addon-title:after {
  background:#f40f0f;
}


/* BORON VERDE*/
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control::before, .sppb-addon-sp-slider.slideshow-1 .sp-nav-control::after {
  background: #009a2c;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control {
  background: #009a2c;
}


/* PIE DE PAGINA */
.skew-primary::before, .skew-primary::after {   background: #d7d6d6 !important; }
#sp-footer, #sp-bottom {  background: #efefef;    color: #7d7c7c; }


/* IMAGENES */
#sp-bottom h1, #sp-bottom h2, #sp-bottom h3, #sp-bottom h4, #sp-bottom h5, #sp-bottom h6 {   color: #bd262d; }
/* ENLACES RAPIDOS */
#sp-footer a, #sp-bottom a {   color: #7d7c7c; }
.sp-module ul > li > a {   color: #656565; }

#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {   color: #c8242b; }


/* IMAGEN DE LA NOTICIA*/
.sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img, .sppb-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}


/* BACKGROUND DE LA BREAD CRUBS*/
.sp-page-title.title-image-bg::before {
  content: "";
  display: block;
  background: rgba(33, 37, 41, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* BREAD CRUMS*/
.sp-page-title .breadcrumb {   background: #c8242b;   background: rgba(0, 0, 0, 0.3); }

.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons::before, .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons::after {
  background: #c8242b;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons {
  background: #c8242b;
}


/* FORMULARIO DE CONTACTOS */
.bg-primary {   background: #c8242b !important; }


/* CENTRAR ESCUDO */
@media (min-width: 768px) {   .text-md-start {     text-align: right !important;   }
}

/* BOTONES DE CUMPLIMIENTO DE TRANSPARENCIA*/
body .btn-primary, body .sppb-btn-primary {
  background: #c8242b;
  color: #FFFFFF;
  border: 1px solid #c8242b;
}