.t3-header {
  padding-top: 22px;
  padding-bottom: 22px;
}
.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 span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  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: 16px;
  margin-top: 5px;
}
.head-search {
  margin-top: 22px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.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 {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.t3-sl {
  padding-bottom: 44px;
  padding-top: 44px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 66px;
    padding-top: 66px;
  }
}
.t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sidebar {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 22px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 44px 0;
  }
}
.t3-footnav .t3-module {
  background: #ffffff;
  color: #555555;
  margin-top: 11px;
  margin-bottom: 11px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 20px;
  margin-bottom: 11px;
}
.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 {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  padding: 44px 0 88px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 22px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.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;
}
.social-block {
  display: flex;
  margin-bottom: 30px;
}
.social-block a {
  border: none;
  color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.4s linear;
}
.social-block a svg {
  width: 32px;
  height: 32px;
}
.social-block a:hover,
.social-block a:focus {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
}
.social-block a:first-child {
  margin-left: 0;
}
.social-block.social-color svg {
  fill: #fff;
}
.social-block.social-color .btn-facebook {
  background: #3b5998;
  background-image: -webkit-linear-gradient(top, #19afff 0%, #0062e0 100%);
  background-image: -o-linear-gradient(top, #19afff 0%, #0062e0 100%);
  background-image: linear-gradient(to bottom, #19afff 0%, #0062e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19afff', endColorstr='#ff0062e0', GradientType=0);
  background-repeat: repeat-x;
}
.social-block.social-color .btn-facebook svg {
  height: 32px;
}
.social-block.social-color .btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-block.social-color .btn-whatsapp {
  background: #25d366;
}
.social-block.social-color .btn-twitter {
  background: #009ced;
}
.social-block.social-color .btn-linkedin {
  background: #0e76a8;
}
.social-block.social-color .btn-youtube {
  background: #ff0000;
}
.social-block.social-color .btn-gmb {
  background: #fff;
}
.social-block.social-color a:hover {
  background: #fff;
}
.social-block.social-color a:hover svg {
  color: #00558d !important;
  fill: #00558d !important;
}
.social-block.social-color a:hover svg path,
.social-block.social-color a:hover svg g {
  color: #00558d !important;
  fill: #00558d !important;
}
.social-block.social-blanco a {
  background-color: rgba(0, 0, 0, 0.4);
}
.social-block.social-blanco a svg {
  color: #fff;
  fill: #fff;
}
.social-block.social-negro a {
  background: rgba(255, 255, 255, 0.2);
}
.social-block.social-negro a svg {
  fill: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}
.social-block.social-negro a:hover svg {
  color: #fff;
  fill: #fff;
}
.social-block.social-negro .btn-facebook:hover {
  background: #3b5998;
}
.social-block.social-negro .btn-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-block.social-negro .btn-whatsapp:hover {
  background: #25d366;
}
.social-block.social-negro .btn-twitter:hover {
  background: #009ced;
}
.social-block.social-negro .btn-linkedin:hover {
  background: #0e76a8;
}
.social-block.social-negro .btn-youtube:hover {
  background: #ff0000;
}
.social-block.social-negro .btn-gmb:hover {
  background: #4285f4;
}
.social-block.center {
  justify-content: center;
}
.social-block.left {
  justify-content: flex-start;
}
.social-block.right {
  justify-content: flex-end;
}
.t3-footer {
  font-size: 16px;
}
.t3-footer .address-block h4 {
  font-size: smaller;
}
.t3-footer h3,
.t3-footer h4 {
  font-family: 'Libre Franklin', sans-serif;
}
.address-block svg {
  width: 18px;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
}
.address-block p.hastitle {
  margin-bottom: 12px;
}
.address-block h4 {
  margin: 12px 0 0 0;
}
.mg-0 {
  margin: 0;
}
.address-block .hastitle + p {
  margin-bottom: 0;
}
.address-block p {
  display: flex;
  align-items: flex-end;
}
.t3-copyright {
  border: none;
  margin-bottom: 30px;
}
.ct-data-block {
  display: grid;
}
.right-footer {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
.copyright {
  text-align: left;
}
.hide-text .link-txt {
  display: none;
}
.hide-text .fa,
.hide-text .fal,
.hide-text .fas,
.hide-text .fab {
  font-size: 22px;
}