/* 
    Created on:  08/09/2016
    Author:      creativosgye
*/
@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'colorbox.css';
@import 'aos.css';
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,800");
html,
body {
  height: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #323232;
}
body a {
  color: #7b1814;
  transition: all 0.5s ease;
}
body a:hover,
body a:focus {
  text-decoration: none;
  color: #7b1814;
}
body ul,
body ol,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .btn {
  border-radius: 0;
}
.flex-menu {
  margin: 0 -2%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-menu .flex-1 {
  width: 96%;
  margin: 0 2%;
  position: relative;
}
.flex-menu .flex-2 {
  width: 46%;
}
.flex-menu .flex-3 {
  width: 29.333%;
}
.flex-menu .flex-4 {
  width: 21%;
}
.flex-menu .flex-2,
.flex-menu .flex-3,
.flex-menu .flex-4 {
  margin: 0 2% 15px;
  position: relative;
}
@media (max-width: 768px) {
  .flex-menu .flex-2,
  .flex-menu .flex-3,
  .flex-menu .flex-4 {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .flex-menu .flex-4 {
    width: 46%;
  }
}
@media (max-width: 500px) {
  .flex-menu .flex-4 {
    width: 96%;
  }
}
.flex-menu .flex-5 {
  width: 16%;
  margin: 0 2% 15px;
}
@media (max-width: 768px) {
  .flex-menu .flex-5 {
    width: 21%;
  }
}
@media (max-width: 700px) {
  .order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 700px) {
  .order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (max-width: 700px) {
  .order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 700px) {
  .order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
@media (max-width: 700px) {
  .no-display {
    display: none;
  }
}
.line {
  width: 100px;
  height: 2px;
  background: #7b1814;
  margin: 25px 0;
}
.line-small {
  width: 50px;
}
.line-center {
  margin: 25px auto;
}
.top-menu {
  color: #fff;
  background: #323232;
  padding: 10px 0;
  font-size: 0.85em;
}
@media (max-width: 768px) {
  .top-menu {
    padding: 15px 0;
  }
}
.top-menu li {
  display: inline-block;
  margin: 0 5px;
}
.top-menu li:last-child {
  margin-right: 0;
}
.top-menu .top-menu-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-menu .top-menu-content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}
.top-menu .top-menu-content .top-menu-left {
  width: auto;
}
@media (max-width: 768px) {
  .top-menu .top-menu-content .top-menu-left {
    width: 100%;
  }
}
.top-menu .top-menu-content .top-menu-left i {
  color: #be0811;
  margin-right: 2.5px;
}
.top-menu .top-menu-content .top-menu-right {
  width: auto;
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .top-menu .top-menu-content .top-menu-right {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-menu .top-menu-content .top-menu-right a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #646464;
}
.top-menu .top-menu-content .top-menu-right a:hover,
.top-menu .top-menu-content .top-menu-right a:focus {
  background: #be0811;
}
header {
  border-bottom: solid 1px #c8c8c8;
  background: rgba(255,255,255,0.9);
  padding: 15px 0;
}
header .header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .header {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -15px;
  }
}
header .header .logo {
  width: auto;
}
header .header .logo img {
  width: 250px;
}
@media (max-width: 768px) {
  header .header .logo img {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  header .header .logo {
    width: 100%;
    margin-bottom: 10px;
  }
}
header .header .navigator {
  width: auto;
  font-size: 0.85em;
}
@media (max-width: 768px) {
  header .header .navigator {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .header .navigator .no-responsive {
    display: none;
  }
}
header .header .navigator .no-responsive li {
  display: inline-block;
}
header .header .navigator .no-responsive li a {
  display: block;
  padding: 10px 15px;
  color: #4b4b4b;
  text-transform: uppercase;
  border: none;
}
header .header .navigator .no-responsive li a:hover,
header .header .navigator .no-responsive li a:focus {
  border-top: solid 1px #7b1814;
  border-bottom: solid 1px #7b1814;
  color: #7b1814;
}
header .header .navigator .no-responsive li .button-contact {
  color: #fff;
  background: #323232;
}
header .header .navigator .no-responsive li .button-contact:hover,
header .header .navigator .no-responsive li .button-contact:focus {
  color: #fff;
  background: #7b1814;
}
header .header .navigator .nav-responsive {
  display: none;
}
@media (max-width: 768px) {
  header .header .navigator .nav-responsive {
    display: block;
    margin: 0 -15px;
    padding: 10px 0;
  }
}
header .header .navigator .nav-responsive .button-responsive {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #7b1814;
  width: 100%;
}
header .header .navigator .nav-responsive .button-responsive input[type="checkbox"] {
  display: none;
}
header .header .navigator .nav-responsive .button-responsive label {
  font-weight: 400;
}
header .header .navigator .nav-responsive li {
  text-align: center;
  background: #323232;
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
header .header .navigator .nav-responsive li a {
  display: block;
  padding: 7.5px 5px;
  color: #fff;
}
footer {
  padding: 50px 0;
  background: #191919;
  color: #c8c8c8;
}
footer li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
footer li a {
  color: #c8c8c8;
}
footer li a:hover,
footer li a:focus {
  color: #7b1814;
}
footer li i {
  margin-right: 10px;
}
footer .footer-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-title img {
  width: 75%;
}
.page {
  padding: 50px 0;
}
.page h2 {
  font-size: 1.8em;
  color: #000;
}
.page h2 small {
  display: block;
  font-size: 0.5em;
  color: #646464;
  text-transform: uppercase;
}
.home-project {
  overflow: hidden;
  padding-bottom: 0;
}
.home-project .flex-menu {
  margin: 0;
}
.home-project .flex-menu .flex-3 {
  margin: 0;
  width: 33.333%;
  position: relative;
}
@media (max-width: 768px) {
  .home-project .flex-menu .flex-3 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.home-project .flex-menu .flex-3 figure {
  width: 100%;
  overflow: hidden;
  height: 350px;
}
.home-project .flex-menu .flex-3 figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-project .flex-menu .flex-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background: rgba(50,50,50,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
  color: #fff;
}
@media (max-width: 768px) {
  .home-project .flex-menu .flex-3 .background {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: none;
    position: static;
    text-align: center;
    width: auto;
    height: auto;
  }
}
.home-project .flex-menu .flex-3 .background .home-project-content {
  position: absolute;
  width: 90%;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .home-project .flex-menu .flex-3 .background .home-project-content {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    text-align: center;
  }
  .home-project .flex-menu .flex-3 .background .home-project-content h3 {
    color: #000;
    font-size: 1.2em;
  }
  .home-project .flex-menu .flex-3 .background .home-project-content p {
    color: #646464;
    font-size: 0.9em;
  }
  .home-project .flex-menu .flex-3 .background .home-project-content .line {
    margin: 15px auto;
  }
}
.home-project .flex-menu .flex-3:hover .background,
.home-project .flex-menu .flex-3:focus .background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.home-about {
  background: #323232;
  color: #fff;
}
@media (max-width: 768px) {
  .home-about {
    text-align: center;
  }
  .home-about .line {
    margin: 25px auto;
  }
}
.home-about h2 {
  color: #fff;
}
.home-about h2 small {
  color: #c8c8c8;
}
.home-about .home-flex-left {
  width: 56%;
  margin: 0 2%;
}
.home-about .home-flex-left .flex-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-about .home-flex-left .flex-2 {
    display: block;
  }
}
.home-about .home-flex-left .flex-2 .home-about-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #4b4b4b;
  transition: all 0.5s ease;
  font-size: 1.5em;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .home-about .home-flex-left .flex-2 .home-about-icon {
    margin: 10px auto 5px;
  }
}
.home-about .home-flex-left .flex-2 .home-about-icon:hover,
.home-about .home-flex-left .flex-2 .home-about-icon:focus {
  background: #646464;
}
.home-about .home-flex-left .flex-2 .home-about-description p {
  margin: 0;
}
.home-about .home-flex-left .flex-2 .home-about-description em {
  display: block;
  color: #afafaf;
}
@media (max-width: 768px) {
  .home-about .home-flex-left {
    width: 96%;
    margin-bottom: 15px;
  }
}
.home-about .home-flex-right {
  width: 36%;
  margin: 0 2%;
}
@media (max-width: 768px) {
  .home-about .home-flex-right {
    width: 96%;
  }
}
.home-about .home-flex-right figure {
  width: 100%;
  overflow: hidden;
}
.home-about .home-flex-right figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-service h3 {
  transition: all 0.5s ease;
}
.home-service a {
  color: #323232;
}
.home-service figure {
  width: 100%;
  overflow: hidden;
  height: 250px;
  position: relative;
}
.home-service figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-service .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background: rgba(50,50,50,0.8);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
}
.home-service .background a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 2em;
}
.home-service .background a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: solid 2px #fff;
}
.home-service .flex-3:hover h3,
.home-service .flex-3:focus h3 {
  color: #969696;
}
.home-service .flex-3:hover a,
.home-service .flex-3:focus a {
  color: #969696;
}
.home-service .flex-3:hover .background,
.home-service .flex-3:focus .background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.home-service .flex-3:hover .background a,
.home-service .flex-3:focus .background a {
  color: #fff;
}
.home-map {
  position: relative;
  overflow: hidden;
  height: 675px;
  margin-bottom: -48px;
  border-top: solid 3px #7b1814;
}
@media (max-width: 768px) {
  .home-map {
    display: none;
  }
}
.home-map iframe {
  width: 100%;
  min-height: 100%;
  position: relative;
  top: -48px;
  z-index: 0;
  border-bottom: solid 3px #7b1814;
}
@media (max-width: 768px) {
  .home-map iframe {
    display: none;
  }
}
.home-map .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 1;
}
.home-map .home-map-content {
  position: absolute;
  z-index: 2;
  width: 70%;
  height: auto;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.home-map .home-map-content form {
  width: 40%;
  background: #fff;
  padding: 25px 50px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
}
.home-map .home-map-content form label {
  display: block;
  font-weight: 400;
  margin: 0;
}
.home-map .home-map-content form input,
.home-map .home-map-content form textarea {
  width: 96%;
  height: 40px;
  padding: 5px 2%;
  margin: 5px auto 15px;
}
.home-map .home-map-content form textarea {
  height: 100px;
}
.home-map .home-map-content .home-map-title {
  font-size: 1.5em;
  color: #000;
}
.contact-captcha {
  text-align: center;
}
.contact-captcha label {
  width: 26%;
  margin: 0 2%;
  color: #000;
}
.contact-captcha div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 2%;
  width: 66%;
}
.contact-captcha div img,
.contact-captcha div input {
  width: 45%;
  margin: 0 2% !important;
  height: 50px !important;
  line-height: 50px !important;
  border: solid 1px #c8c8c8;
}
.contact .form-style {
  width: 65%;
  margin: auto;
}
.contact .form-style input,
.contact .form-style textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin: 15px 0;
}
.contact .form-style textarea {
  height: 200px;
}
.about figure {
  width: 100%;
  overflow: hidden;
}
.about figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.politics {
  background: #f0f0f0;
  color: #000;
}
.staff {
  text-align: center;
}
.project .projects-item {
  position: relative;
  margin-bottom: 25px;
}
.project .projects-item figure {
  width: 100%;
  overflow: hidden;
  height: 250px;
  position: relative;
  border: solid 1px #e6e6e6;
}
.project .projects-item figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.project .projects-item figure .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
  z-index: 2;
}
.project .projects-item figure .background a {
  color: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.project .projects-item figure .background a i {
  height: 50px;
  line-height: 47px;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border: solid 2px #fff;
}
.project .projects-item .projects-item-description {
  position: absolute;
  top: 15px;
  right: -7.5px;
  padding: 5px 7.5px;
  background: #5b5b5f;
  color: #fff;
  font-weight: normal;
  transition: all 0.5s ease;
}
.project .projects-item .projects-item-name {
  padding: 5px 7.5px;
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
  position: absolute;
  bottom: 15px;
  left: -7.5px;
  background: #7b1814;
  color: #fff;
  transition: all 0.5s ease;
}
.project .projects-item:hover figure .background,
.project .projects-item:focus figure .background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.project .projects-item:hover .projects-item-description,
.project .projects-item:focus .projects-item-description {
  right: 0;
}
.project .projects-item:hover .projects-item-name,
.project .projects-item:focus .projects-item-name {
  left: 0;
}
.project .project-content {
  width: 70%;
  margin: auto;
  position: relative;
}
.project .project-content .project-content-header {
  position: relative;
  margin-bottom: 30px;
}
.project .project-content .project-content-header .project-content-date {
  position: absolute;
  top: 25px;
  left: -15px;
  padding: 10px 15px;
  font-size: 1.5em;
  background: #5b5b5f;
  color: #fff;
  z-index: 10;
}
.project .project-content .project-content-header figure {
  border: solid 1px #e6e6e6;
}
.project .project-content .project-content-header .project-figure {
  width: 100%;
  overflow: hidden;
}
.project .project-content .project-content-header .project-figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .project .project-content {
    width: 96%;
  }
}
.project .project-content h1 {
  font-size: 3em;
  font-weight: bold;
  color: #5b5b5f;
  margin: 0 0 15px;
}
.project .project-content .project-content-type {
  margin: 0;
  color: #5b5b5f;
}
.project .project-content .project-content-description {
  font-size: 1.5em;
  font-weight: 300;
  color: #808080;
  text-align: justify;
}
.project .project-content .project-related {
  margin: 50px auto;
}
.project .project-content .project-related .post-related-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px color-web-dark;
  color: color-web-dark;
}
.attachment .attachment-item {
  margin: 10px 2%;
  position: relative;
}
.attachment .attachment-item .attachment-img {
  width: 100%;
  overflow: hidden;
  height: 100px;
  border: solid 1px #e6e6e6;
}
@media (max-width: 768px) {
  .attachment .attachment-item .attachment-img {
    height: 60px;
  }
}
.attachment .attachment-item .attachment-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.attachment .attachment-item .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.attachment .attachment-item .background a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.attachment .attachment-item .background a i {
  height: 40px;
  line-height: 37px;
  width: 40px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border: solid 2px #fff;
}
.attachment .attachment-item:hover .background,
.attachment .attachment-item:focus .background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services {
  margin: 0 2%;
}
.services .services-content {
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  .services .service-content,
  .services .services-content {
    width: 96%;
  }
}
.services .service-content .flex-menu,
.services .services-content .flex-menu {
  margin-bottom: 25px;
}
.services .service-content .flex-menu .flex-3,
.services .services-content .flex-menu .flex-3 {
  position: relative;
}
.services .service-content .flex-menu .flex-3 figure,
.services .services-content .flex-menu .flex-3 figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.services .service-content .flex-menu .flex-3 figure img,
.services .services-content .flex-menu .flex-3 figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.services .service-content .flex-menu .flex-3 figure .background,
.services .services-content .flex-menu .flex-3 figure .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
  z-index: 2;
}
.services .service-content .flex-menu .flex-3 figure .background a,
.services .services-content .flex-menu .flex-3 figure .background a {
  color: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.services .service-content .flex-menu .flex-3 figure .background a i,
.services .services-content .flex-menu .flex-3 figure .background a i {
  height: 50px;
  line-height: 47px;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border: solid 2px #fff;
}
.services .service-content .flex-menu .flex-3 h3,
.services .services-content .flex-menu .flex-3 h3 {
  position: absolute;
  bottom: 15px;
  left: -7.5px;
  padding: 10px 15px;
  background: #5b5b5f;
  color: #fff;
  font-size: 1.2em;
}
.services .service-content .flex-menu .flex-3:hover figure .background,
.services .services-content .flex-menu .flex-3:hover figure .background,
.services .service-content .flex-menu .flex-3:focus figure .background,
.services .services-content .flex-menu .flex-3:focus figure .background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services .service-content .flex-menu .services-button,
.services .services-content .flex-menu .services-button {
  background: #5b5b5f;
  transition: all 0.5s ease;
  position: relative;
  height: 250px;
  padding: 25px;
}
.services .service-content .flex-menu .services-button a,
.services .services-content .flex-menu .services-button a {
  color: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}
.services .service-content .flex-menu .services-button a i,
.services .services-content .flex-menu .services-button a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 4em;
}
.services .service-content .flex-menu .services-button a span,
.services .services-content .flex-menu .services-button a span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  font-weight: 700;
}
.services .service-content .flex-menu .services-button:hover,
.services .services-content .flex-menu .services-button:hover,
.services .service-content .flex-menu .services-button:focus,
.services .services-content .flex-menu .services-button:focus {
  background: #7b1814;
}
.services .service-content .section-title,
.services .services-content .section-title {
  margin: 0;
  text-align: center;
}
.services .service-content .section-description,
.services .services-content .section-description {
  text-align: center;
  color: #7d7d7d;
  font-size: 1.5em;
  font-weight: 300;
}
.services aside {
  width: 21%;
  margin: 0 2%;
  padding-right: 5px;
  border-right: 2px #dcdcdc solid;
}
@media (max-width: 768px) {
  .services aside {
    display: none;
  }
}
.services aside .aside-title {
  font-size: 2em;
  color: #000;
  line-height: 90%;
  margin-bottom: 25px;
  font-weight: 300;
}
.services aside .aside-title span {
  display: block;
  color: #808080;
  font-size: 0.75em;
}
.services aside ul {
  margin: 15px 0;
}
.services aside ul li {
  margin-left: 35px;
}
.services aside ul li:before {
  font-family: fontawesome;
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: #808080;
  padding-right: 5px;
}
.services aside ul li a {
  color: #808080;
}
.services aside ul li a:hover,
.services aside ul li a:focus {
  color: #4b4b4b;
}
.services aside ul .aside-section-name {
  margin: 0 0 5px 0;
}
.services aside ul .aside-section-name:before {
  font-family: inherit;
  content: '';
  margin: 0;
  color: #808080;
}
.services aside ul .aside-section-name a {
  color: #5b5b5f;
}
.services .service figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.services .service figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.services .service .service-section a {
  color: #808080;
  text-decoration: underline;
}
.services .service h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0 0 15px;
  color: #5b5b5f;
  line-height: 100%;
}
.services .service .service-description {
  font-size: 1.3em;
  color: #7d7d7d;
}
.services .service .related-service {
  margin: 75px -2% 25px;
}
.services .service .related-service .related-service-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px color-web-dark;
  color: color-web-dark;
}
.services .service-action {
  margin: 50px 2%;
  width: 96%;
  padding: 25px;
  text-align: center;
  color: #fff;
  background: color-web-dark;
  font-size: 1.5em;
}
.services .service-action a {
  margin-top: 15px;
}
.services .service-action i {
  margin: 0;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  line-height: 30px;
  border: solid 2px #fff;
  tex-align: center;
  border-radius: 50%;
}
#banner,
.slider-attachment {
  position: relative;
  height: 75%;
}
@media (max-width: 768px) {
  #banner,
  .slider-attachment {
    display: none;
  }
}
#banner #slider,
.slider-attachment #slider {
  width: 100%;
  padding-bottom: 25%;
  height: 100%;
}
#banner #slider .slider-item,
.slider-attachment #slider .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner #slider .slider-item figure,
.slider-attachment #slider .slider-item figure {
  width: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
#banner #slider .slider-item figure img,
.slider-attachment #slider .slider-item figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#banner #slider .slider-item .slider-container,
.slider-attachment #slider .slider-item .slider-container {
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
  height: 100%;
}
#banner #slider .slider-item .slider-container .container,
.slider-attachment #slider .slider-item .slider-container .container {
  position: relative;
}
#banner #slider .slider-item .slider-container .slider-content,
.slider-attachment #slider .slider-item .slider-container .slider-content {
  position: absolute;
  left: 0;
  position: absolute;
  bottom: 25%;
}
#banner #slider .slider-item .slider-container .slider-content h1,
.slider-attachment #slider .slider-item .slider-container .slider-content h1 {
  font-size: 3em;
  font-weight: 900;
  margin: 0;
  background: #7b1814;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
#banner #slider .slider-item .slider-container .slider-content p,
.slider-attachment #slider .slider-item .slider-container .slider-content p {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  background: #323232;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
#banner #slider .slider-item .slider-container .slider-content p a,
.slider-attachment #slider .slider-item .slider-container .slider-content p a {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 15px;
  background: #5b5b5f;
  color: #fff;
  margin-top: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.7em;
}
#banner #slider .slider-item .slider-container .slider-content p a:hover,
.slider-attachment #slider .slider-item .slider-container .slider-content p a:hover,
#banner #slider .slider-item .slider-container .slider-content p a:focus,
.slider-attachment #slider .slider-item .slider-container .slider-content p a:focus {
  background: #7b1814;
}
#banner #slider .slider-current,
.slider-attachment #slider .slider-current {
  position: relative;
}
#banner #slider .slider-current figure,
.slider-attachment #slider .slider-current figure {
  -webkit-animation: 5s sliders 1;
  -moz-animation: 5s sliders 1;
  -o-animation: 5s sliders 1;
  -ms-animation: 5s sliders 1;
  animation: 5s sliders 1;
}
#banner #slider .slider-current .slider-container .slider-content h1,
.slider-attachment #slider .slider-current .slider-container .slider-content h1 {
  -webkit-animation: 3s h1 1;
  -moz-animation: 3s h1 1;
  -o-animation: 3s h1 1;
  -ms-animation: 3s h1 1;
  animation: 3s h1 1;
}
#banner #slider .slider-current .slider-container .slider-content p,
.slider-attachment #slider .slider-current .slider-container .slider-content p {
  -webkit-animation: 6s p 1;
  -moz-animation: 6s p 1;
  -o-animation: 6s p 1;
  -ms-animation: 6s p 1;
  animation: 6s p 1;
}
#banner:hover .button-left,
.slider-attachment:hover .button-left,
#banner:focus .button-left,
.slider-attachment:focus .button-left,
#banner:hover .button-right,
.slider-attachment:hover .button-right,
#banner:focus .button-right,
.slider-attachment:focus .button-right {
  display: block;
}
#banner .button-left,
.slider-attachment .button-left,
#banner .button-right,
.slider-attachment .button-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  z-index: 10;
  color: #fff;
  font-size: 3em;
  border: none;
  display: block;
  padding: 10px 25px;
  display: none;
}
#banner .button-left,
.slider-attachment .button-left {
  left: 15px;
}
#banner .button-left i,
.slider-attachment .button-left i {
  margin-left: -5px;
}
#banner .button-right,
.slider-attachment .button-right {
  right: 15px;
}
#banner .button-right i,
.slider-attachment .button-right i {
  margin-right: -5px;
}
.banner {
  padding: 50px 0;
  background: #323232 url("../img/background_about.jpg") left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.banner .banner-title {
  font-size: 3em;
  font-weight: 300;
}
@media (max-width: 768px) {
  .banner .banner-title {
    font-size: 1.5em;
  }
}
.banner .breads li {
  display: inline-block;
  margin-right: 5px;
}
.banner .breads li:after {
  content: "/";
  margin-left: 10px;
}
.banner .breads li:last-child:after {
  content: "";
  margin-left: 0;
}
.banner .breads li a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .banner .line {
    margin: 25px auto;
  }
}
.slider-attachment {
  height: 460px;
}
@media (max-width: 768px) {
  .slider-attachment {
    display: block;
    height: 300px;
  }
}
@-moz-keyframes sliders {
  from {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sliders {
  from {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sliders {
  from {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sliders {
  from {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes h1 {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes h1 {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes h1 {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes h1 {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes p {
  from {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes p {
  from {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes p {
  from {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes p {
  from {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.login {
  background: #fff;
  padding: 50px;
}
.login h1 {
  font-size: 2em;
  text-align: center;
}
.login .form-style {
  max-width: 600px;
  margin: auto;
  padding: 50px;
  background: #fafafa;
  border: solid 1px #e6e6e6;
}
.login .form-style label {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
}
.login .form-style input {
  width: 100%;
  height: 40px;
  padding: 5px;
  margin-bottom: 15px;
}
.login .form-style input[type="text"],
.login .form-style input[type="password"] {
  background: #fff;
  border: solid 1px #e6e6e6;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  transition: all 0.5s ease;
}
.btn,
.alert {
  border-radius: 0;
}
.error-body {
  min-height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -2%;
}
.error-body div {
  width: 46%;
  margin: 2%;
}
.error-body div h1 {
  font-weight: 700;
  font-size: 3em;
}
.error-body div p {
  font-size: 1.5em;
  text-align: justify;
  font-weight: 300;
}
.error-body div p a {
  text-decoration: underline;
  color: #ea5455;
}
.error-body div img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.suscribe-menu-footer {
  background: #7b1814;
  padding: 25px;
}
@media (max-width: 768px) {
  .suscribe-menu-footer {
    display: none;
  }
}
.suscribe-menu-footer .flex-menu {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.suscribe-menu-footer .suscribe-content {
  text-align: center;
  width: 26%;
  margin: 0 2%;
  line-height: 100%;
  font-size: 1.4em;
  color: #fff;
}
.suscribe-menu-footer .suscribe-content span {
  display: block;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 5px;
}
.suscribe-menu-footer .suscribe-form {
  width: 66%;
  margin: 0 2%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.suscribe-menu-footer .suscribe-form input {
  display: block;
  width: 80%;
  height: 45px;
  line-height: 45px;
  padding: 5px;
}
.suscribe-menu-footer .suscribe-form a {
  display: block;
  width: 20%;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
}
.suscribe-menu {
  padding: 50px;
  background: url("../img/background-02.jpg") center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.suscribe-menu form {
  width: 90%;
  margin: 50px auto;
  padding: 50px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  text-align: center;
}
.suscribe-menu form .suscribe-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top: -32.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border: solid 2px #c8c8c8;
  border-radius: 50%;
  font-size: 1.5em;
  color: #7b1814;
}
.suscribe-menu form .suscribe-text {
  font-size: 2em;
  font-weight: 800;
  color: #7b1814;
  line-height: 100%;
  margin-bottom: 25px;
}
.suscribe-menu form .suscribe-text span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}
.suscribe-menu form input {
  display: block;
  width: 80%;
  height: 35px;
  line-height: 35px;
  margin: 15px auto;
  padding: 10px;
}
.suscribe-menu form .suscribe-capctha {
  width: 75%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.suscribe-menu form .suscribe-capctha label {
  display: block;
  width: 100%;
}
.suscribe-menu form .suscribe-capctha img {
  display: block;
  width: 50%;
  border: solid 1px #c8c8c8;
}
.suscribe-menu form .suscribe-capctha input {
  width: 50%;
  height: 50px;
  line-height: 50px;
}
.disclaimer {
  padding: 15px;
  font-size: 0.8em;
  background: #000;
  color: #969696;
}
.disclaimer a {
  color: #969696;
}
.disclaimer a:hover {
  color: #7b1814;
}
.disclaimer .disclaimer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .disclaimer .disclaimer-content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: center;
  }
  .disclaimer .disclaimer-content div {
    width: 100%;
  }
}
