#t4-header {
  box-shadow: 0 5px 14px 0 rgba(0,0,0,.1);
}

.t4-navbar {
  border: 0;
}

/* Custome for space theme */
.site-space.not-at-top #t4-header.t4-sticky {
  //background-color: #222C30;
  //border-color: #364348;
  z-index: 20;
}

#t4-header.t4-sticky {
  z-index: 200;
}

.site-space #t4-header {
  //box-shadow: none;
  //background-color: rgba(0,0,0,0.3);
  background-color: #fff;
  //border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-space #t4-header a {
  //color: #fff;
}

.site-space #t4-footer {
  background-color: #222C30;  
}

.site-space #t4-footer .container {
  border-top: 1px solid #364348;
}

.jpb-feature-style-7 .feature-wrap {
  position: relative;
}

.jpb-feature-style-7 .feature-img {
  width: 100%;
}

.jpb-feature-style-7 .feature-img img {
  border-radius: 5px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .jpb-feature-style-7 .feature-img {
    width: 75%;
  }  
}

.jpb-feature-style-7 .feature-wrap.content-left .feature-img {
  float: right;
}

.jpb-feature-style-7 .feature-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  position: absolute;
  right: 5%;
  top: 5%;
  bottom: 5%;
  left: 5%;
}

@media screen and (min-width: 992px) {
  .jpb-feature-style-7 .feature-content {
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    bottom: 10%;
    top: 10%;
    right: 0;
    left: auto;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .jpb-feature-style-7 .feature-wrap.content-left .feature-content {
    left: 0;
    right: auto;
  }
}

.jpb-feature-style-7 h2 {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jpb-feature-style-7 h3 {
  font-weight: 600;
  margin: 0 0 20px;
}

.jpb-feature-style-7 p {
  font-size: 18px;
  margin-bottom: 20px;
}

.jpb-feature-style-7 .action-wrap a {
  display: 
}

.edit.item-page #editor .btn-toolbar .btn.btn-primary {
  color: #fff;  
}

.thumbnails.thumbnails-media {
  flex-wrap: wrap;
}

.elevacion-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
}

.blog .cols-4 .col {
      max-width: 25% !important;
}

.t4-navbar .navbar-expand-lg {
      padding-top: 1.5rem !important;
}






/* SOPAMER - Logo responsive override */

/* Por defecto: mostrar logo pequeño */
img.logo-img-sm {
  display: block !important;
}

/* Por defecto: ocultar logo grande */
img.logo-img {
  display: none !important;
  max-height: 65px !important;
  width: auto !important;
}

/* Desde 992px: ocultar logo pequeño y mostrar logo grande */
@media (min-width: 992px) {
  img.logo-img-sm {
    display: none !important;
  }

  img.logo-img {
    display: block !important;
  }
}



/* CUSTOMER HEADERS */
h1 {
    color: #084298 !important;
    font-size: x-large !important;
    font-weight: bold !important;
}

.raxo-fiximg-250 .raxo-image img {
    width: 100% !important;
    height: 225px !important;
    object-fit: cover !important;
}

.customsize1 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .customsize1 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .customsize1 {
    width: 33.33333333%;
  }
}

.droppicspictures {
    display: flex; 
    justify-content: center; /* centra horizontalmente */
}

/*
.dropfiles_list .file .file-right {
	display:none !important;
}
.dropfiles_list .file .filecontent {
	width:100% !important;
}
.dropfiles_list .file .filecontent h3 {
	padding: 20px 0 0 25px !important;
}
.dropfiles-container-default .dropfiles-categories h2 {
    display:none !important;
}
*/
.dropfiles-content .categories-head {
    display:none !important;
}
.bxsliderhtml {
    display: none !important;
}