.t3-header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
@media (max-width: 991px) {
  .logo-image small {
    display: block;
  }
}
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.head-search {
  margin: 7px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}

.t3-sl {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.t3-mainbody {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-sidebar {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-footer {
  
  background: #f8f8f8;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 25px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 50px 0;
  }
}
.t3-footnav .t3-module {
  background: #f8f8f8;
  color: #555555;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 23px;
  margin-bottom: 12.5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  
  font-size: 16px;
  padding: 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin: 5px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 25px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: none;
  border: 2px solid #428bca;
  color: #428bca;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 50px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 33px;
  line-height: 22px;
}
.navbar-default .navbar-nav > li > a.rojo {
  color: #d9534f;
}
.navbar-default .navbar-nav > li > a.rojo:hover {
  background-color: #a02622;
  color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a.rojo:hover:after {
  bottom: 46px;
  color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > li > a.rojo:after {
  background-color: #d9534f;
  transition: all 300ms linear;
}
.rojo.spot-module {
  background-color: #d9534f;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a.naranja {
  color: #f0ad4e;
}
.navbar-default .navbar-nav > li > a.naranja:hover {
  background-color: #c77c11;
  color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a.naranja:hover:after {
  bottom: 46px;
  color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > li > a.naranja:after {
  background-color: #f0ad4e;
  transition: all 300ms linear;
}
.naranja.spot-module {
  background-color: #f0ad4e;
  color: #000000;
}
.navbar-default .navbar-nav > li > a.verde {
  color: #5cb85c;
}
.navbar-default .navbar-nav > li > a.verde:hover {
  background-color: #357935;
  color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a.verde:hover:after {
  bottom: 46px;
  color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > li > a.verde:after {
  background-color: #5cb85c;
  transition: all 300ms linear;
}
.verde.spot-module {
  background-color: #5cb85c;
  color: #000000;
}
.navbar-default .navbar-nav > li > a.turquesa {
  color: #428bca;
}
.navbar-default .navbar-nav > li > a.turquesa:hover {
  background-color: #245682;
  color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a.turquesa:hover:after {
  bottom: 46px;
  color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > li > a.turquesa:after {
  background-color: #428bca;
  transition: all 300ms linear;
}
.turquesa.spot-module {
  background-color: #428bca;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a.azul {
  color: #5bc0de;
}
.navbar-default .navbar-nav > li > a.azul:hover {
  background-color: #2390b0;
  color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a.azul:hover:after {
  bottom: 46px;
  color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav > li > a.azul:after {
  background-color: #5bc0de;
  transition: all 300ms linear;
}
.azul.spot-module {
  background-color: #5bc0de;
  color: #ffffff;
}

@media (max-width: 768px) {
  .t3-header .address {
    text-align: center;
  }
  .logo-small-top,
  .navbar-header .logo-small-top {
    margin: 5px;
    max-height: 40px;
    width: auto;
  }
  .social-menu-bar.btn-right-cols {
    width: 100%;
    text-align: center !important;
    float: none !important;
  }
  .social-menu-bar.btn-right-cols a {
    float: none !important;
    display: inline-block !important;
  }
  .t3-header .address {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .logo-small-top,
  .navbar-header .logo-small-top {
    margin: 5px;
    max-height: 40px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.main-wrapper {
  background-color: #ffffff;
}

.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image img {
  max-width: 100%;
}
.logo-text a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .logo-small-top,
  .navbar-header .logo-small-top {
    margin: 5px;
    max-height: 40px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .logo-small-top,
  .navbar-header .logo-small-top {
    margin: 5px;
    max-height: 40px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .logo-small-hide .logo-img-small {
    display: none;
  }
  .logo-small-hide .logo-img-big {
    display: block;
    max-width: 100%;
  }
  .logo-small-show .logo-img-big {
    display: none;
  }
  .logo-small-show .logo-img-small {
    display: block;
  }
  .logo-img-small {
    display: none;
  }
  .logo-img-big {
    display: block;
  }
  .logo-small-hide .logo-img-small {
    display: none;
  }
  .logo-small-hide .logo-img-big {
    display: block;
  }
  .logo-img-big {
    display: none;
  }
  .logo-img-small {
    display: block;
  }
}
.t3-megamenu .nav [class^="glyphicon-"],
.t3-megamenu .nav [class*=" glyphicon-"],
.t3-megamenu .nav .fa,
.t3-megamenu .nav [class^="glyphicon-"] {
  margin-right: 5px;
}
#back-to-top {
  position: fixed;
  right: 25px;
  top: auto;
  z-index: 999;
  bottom: 30px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: none;
  border: 2px solid #428bca;
  color: #428bca;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 50px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 33px;
  line-height: 22px;
}
.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 350px;
  top: 350px;
  margin-top: -350px;
  display: none;
}
.row-centered {
  text-align: center;
}
@media (min-width: 992px) {
  .row-centered [class*="col-"] {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
  }
}
.show {
  background-color: #f0f0f0;
  height: 3em;
  border: 1px solid #ddd;
  margin-top: 1em;
}
.row.centered {
  padding: 1em 0;
}
iframe {
  border: none;
}
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.wrapper .module-title {
  text-align: center;
  padding: 2em 0;
}
.section-title {
  text-align: center;
  padding: 2em 0;
  font-size: 23px;
}
.section-inner {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 320px) {
  .top-social.container {
    display: inline;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5em;
  }
}
@media (min-width: 768px) {
  .top-social.container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5em;
  }
}
.topbar {
  background: #555555;
}