.p-top-100 {
  padding-top: 100px;
}
.p-top-90 {
  padding-top: 90px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-70 {
  padding-top: 70px;
}
.p-top-60 {
  padding-top: 60px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-10 {
  padding-top: 10px;
}
.p-bottom-145 {
  padding-bottom: 145px;
}
.p-bottom-100 {
  padding-bottom: 100px;
}
.p-bottom-90 {
  padding-bottom: 90px;
}
.p-bottom-80 {
  padding-bottom: 80px;
}
.p-bottom-70 {
  padding-bottom: 70px;
}
.p-bottom-60 {
  padding-bottom: 60px;
}
.p-bottom-50 {
  padding-bottom: 50px;
}
.p-bottom-40 {
  padding-bottom: 40px;
}
.p-bottom-30 {
  padding-bottom: 30px;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
.p-bottom-10 {
  padding-bottom: 10px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-top-90 {
  margin-top: 90px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-70 {
  margin-top: 70px;
}
.m-top-60 {
  margin-top: 60px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-bottom-145 {
  margin-bottom: 145px;
}
.m-bottom-100 {
  margin-bottom: 100px;
}
.m-bottom-90 {
  margin-bottom: 90px;
}
.m-bottom-80 {
  margin-bottom: 80px;
}
.m-bottom-70 {
  margin-bottom: 70px;
}
.m-bottom-60 {
  margin-bottom: 60px;
}
.m-bottom-50 {
  margin-bottom: 50px;
}
.m-bottom-40 {
  margin-bottom: 40px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-top-neg-145 {
  margin-top: -145px;
}
.m-top-neg-100 {
  margin-top: -100px;
}
.m-top-neg-90 {
  margin-top: -90px;
}
.m-top-neg-80 {
  margin-top: -80px;
}
.m-top-neg-70 {
  margin-top: -70px;
}
.m-top-neg-60 {
  margin-top: -60px;
}
.m-top-neg-50 {
  margin-top: -50px;
}
.m-top-neg-40 {
  margin-top: -40px;
}
.m-top-neg-30 {
  margin-top: -30px;
}
.m-top-neg-20 {
  margin-top: -20px;
}
.m-top-neg-10 {
  margin-top: -10px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.text-white {
  color: #ffffff;
}
.text-blue-base {
  color: #00A9C5;
}
.bg-blue {
  background-color: #00A9C5;
}
.bg-white {
  background-color: #ffffff;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-right-blue {
  border-right: 1px solid #00A9C5;
}
.border-left-blue {
  border-left: 1px solid #00A9C5;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.border-left-white {
  border-left: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  body .flex {
    display: flex;
  }
  body .flex-center {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  body .flex {
    display: flex;
  }
  body .flex-center {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .flex {
    display: flex;
  }
  body .flex-center {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body .flex {
    display: flex;
  }
  body .flex-center {
    display: flex;
    align-items: center;
  }
}
@font-face {
  font-family: 'SEOptimist';
  font-style: normal;
  font-weight: normal;
  src: local('../fonts/seoptimistlight'), url('../fonts/seoptimistlight.woff') format('woff');
}
body {
  overflow-x: hidden;
  font-family: "SEOptimist", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  background-color: #ffffff;
}
body nav.navbar-default {
  font-family: "SEOptimist", Helvetica, Arial, sans-serif;
  background-color: #00A9C5;
  border: 0;
  top: 20px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}
body nav.navbar-default ul.navbar-nav li {
  padding: 15px 0;
}
body nav.navbar-default ul.navbar-nav li a {
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body nav.navbar-default ul.navbar-nav li a:hover {
  color: #3F3D3F;
}
body nav.navbar-default ul.navbar-nav .dropdown-menu li a {
  font-size: 12px;
  text-transform: none;
}
body nav.navbar-default .navbar-brand {
  height: 80px;
  padding: 15px 0px;
}
body nav.navbar-default .navbar-brand img {
  width: auto;
  height: 50px;
}
body nav.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 23px;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body nav.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body nav.navbar-default .navbar-toggle:focus,
body nav.navbar-default .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body .dropdown-menu {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .dropdown-menu li {
  padding: 0 !important;
  background-color: #00A9C5;
  margin-bottom: 4px;
}
body .dropdown-menu li a {
  border: 2px solid transparent !important;
  color: #ffffff !important;
}
body .dropdown-menu li a:hover {
  color: #00A9C5 !important;
}
body .intro-box h3 {
  margin-top: 0;
}
body .intro-box p {
  margin: 0;
}
body img {
  width: 100%;
}
body .box-blue {
  text-align: center;
  text-transform: uppercase;
  padding: 5px 25px;
  border: 2px solid #00A9C5;
}
body .box-blue h2 {
  margin: 0;
  color: #00A9C5;
}
body hr {
  border-top: 2px solid #00A9C5;
}
body .border-right {
  width: 3em;
}
body .row-hidden1,
body .row-hidden2 {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .row-hidden1.open {
  height: 620px;
}
body .row-hidden2.open {
  height: 800px;
}
body .btn-arrow1 {
  width: 10%;
  margin: 0 auto;
  padding: 15px 0;
}
body .btn-arrow1 .arrow-blue-section {
  transform: rotate(0deg);
  transition: 0.5s;
}
body .btn-arrow1:hover {
  cursor: pointer;
  -webkit-animation: movement 800ms ease 0ms infinite alternate;
}
body .arrow-blue-section.arrowDone {
  transform: rotate(-180deg);
  transition: 0.5s;
}
body .btn-arrow2 {
  width: 10%;
  margin: 0 auto;
  padding: 15px 0;
}
body .btn-arrow2 .arrow-blue-section2 {
  transform: rotate(0deg);
  transition: 0.5s;
}
body .btn-arrow2:hover {
  cursor: pointer;
  -webkit-animation: movement 800ms ease 0ms infinite alternate;
}
body .arrow-blue-section2.arrowDone {
  transform: rotate(-180deg);
  transition: 0.5s;
}
@-webkit-keyframes movement {
  from {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
  }
  to {
    -webkit-transform: scale(1) translateY(15px) rotateX(0deg);
  }
}
body .arrow-white {
  vertical-align: middle;
  width: 20px;
}
body .arrow-white img {
  width: 13px;
  margin: 0 auto;
  /*margin-right: 7px;
			margin-left: -3px;*/
  transform: rotate(0deg);
  transition: 0.5s;
}
body .arrow-white:hover {
  cursor: pointer;
}
body .arrow-white.arrowDone img {
  transform: rotate(-180deg);
  transition: 0.5s;
}
body #noticias .line-open-left .overflow {
  overflow: hidden;
}
body #noticias .line-open-left .overflow .col-left {
  width: 50%;
  overflow: hidden;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #noticias .line-open-left .overflow .col-right.open {
  width: 5000%;
  transform: translateX(0%);
}
body #noticias .line-open-left .overflow .col-left.closed {
  transform: translateX(-100%);
}
body #noticias .line-open-left .overflow .col-right {
  width: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #noticias .line-open-left .overflow .col-right p {
  display: block;
  display: -webkit-box;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
body #noticias .line-open-left .overflow .col-right .arrow-white {
  margin: 0 10px 0 -10px;
}
body #noticias .line-open-right .overflow {
  overflow: hidden;
}
body #noticias .line-open-right .overflow .col-right {
  width: 50%;
  overflow: hidden;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #noticias .line-open-right .overflow .col-right.open {
  transform: translateX(110%);
}
body #noticias .line-open-right .overflow .col-left.closed {
  width: 5000%;
  transform: translateX(0%);
}
body #noticias .line-open-right .overflow .col-left {
  width: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #noticias .line-open-right .overflow .col-left p {
  display: block;
  display: -webkit-box;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
body #noticias .line-open-right .overflow .col-left .arrow-white {
  margin: 0 -10px 0 10px;
}
body #certificacoes .line-open-left .overflow {
  overflow: hidden;
}
body #certificacoes .line-open-left .overflow .col-left {
  width: 50%;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #certificacoes .line-open-left .overflow .col-right.open {
  width: 5000%;
  transform: translateX(0%);
}
body #certificacoes .line-open-left .overflow .col-left.closed {
  transform: translateX(-100%);
}
body #certificacoes .line-open-left .overflow .col-right {
  width: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #certificacoes .line-open-left .overflow .col-right p {
  display: block;
  display: -webkit-box;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
body #certificacoes .line-open-left .overflow .col-right .arrow-white {
  margin: 0 10px 0 -10px;
}
body #certificacoes .line-open-right .overflow {
  overflow: hidden;
}
body #certificacoes .line-open-right .overflow .col-right {
  width: 50%;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #certificacoes .line-open-right .overflow .col-right.open {
  transform: translateX(110%);
}
body #certificacoes .line-open-right .overflow .col-left.closed {
  width: 5000%;
  transform: translateX(0%);
}
body #certificacoes .line-open-right .overflow .col-left {
  width: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body #certificacoes .line-open-right .overflow .col-left p {
  display: block;
  display: -webkit-box;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
body #certificacoes .line-open-right .overflow .col-left .arrow-white {
  margin: 0 -10px 0 10px;
}
body .col-left-sm {
  height: 12em;
  overflow: hidden;
  background-position: center;
  background-size: auto 75%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0%);
}
body .btn-orcamento {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 999;
}
body .formulario {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 999;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  transform: translateX(100%);
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body .formulario.open {
  transform: translateX(0%);
}
body .formulario input {
  height: 30px;
}
body .formulario input,
body .formulario textarea {
  padding: 3px 12px;
  border: none;
  border-radius: 1px;
}
body .formulario .label--checkbox {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00A9C5;
  margin-bottom: 15px;
}
body .formulario .label--checkbox-small {
  position: relative;
  margin: 5px 25px 5px 0;
  cursor: pointer;
  min-width: 35px;
  font-size: 17px;
  font-weight: 700;
}
body .formulario .checkbox {
  float: left;
  height: 15px;
  position: relative;
  top: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
  display: inline-block;
}
body .formulario .checkbox:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  z-index: 1;
  width: 12px;
  height: 7px;
  border: 2px solid #00A9C5;
  border-top-style: none;
  border-right-style: none;
}
body .formulario .checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
body .formulario .checkbox:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #00A9C5;
  cursor: pointer;
}
body .formulario-sm {
  padding: 20px 30px;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body .formulario-sm.open {
  transform: translateX(0%);
}
body .formulario-sm input {
  height: 30px;
}
body .formulario-sm input,
body .formulario-sm textarea {
  padding: 3px 12px;
  border: none;
  border-radius: 1px;
}
body .formulario-sm .label--checkbox {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00A9C5;
  margin-bottom: 15px;
}
body .formulario-sm .label--checkbox-small {
  position: relative;
  margin: 5px 25px 5px 0;
  cursor: pointer;
  min-width: 35px;
  font-size: 17px;
  font-weight: 700;
}
body .formulario-sm .checkbox {
  float: left;
  height: 15px;
  position: relative;
  top: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
  display: inline-block;
}
body .formulario-sm .checkbox:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  z-index: 1;
  width: 12px;
  height: 7px;
  border: 2px solid #00A9C5;
  border-top-style: none;
  border-right-style: none;
}
body .formulario-sm .checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
body .formulario-sm .checkbox:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #00A9C5;
  cursor: pointer;
}
body .btn {
  background-color: #00A9C5;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px;
  font-size: 16px;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body .btn-blue {
  background-color: #00A9C5;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px;
  font-size: 16px;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}
body .btn-blue:hover {
  color: #3F3D3F;
}
body .btn-enviar,
body .btn-more {
  background-color: #00A9C5;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px;
  font-size: 16px;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body .btn-enviar:hover,
body .btn-more:hover {
  color: #00A9C5;
  background-color: #ffffff;
}
body .social {
  margin: 0;
  padding: 0;
  float: right;
}
body .social li {
  display: inline-block;
  margin-right: 10px;
}
body .social li img {
  height: 30px;
}
body .modal .modal-content {
  border-radius: 2px;
}
body .modal .modal-header {
  border-bottom: 0;
}
body .modal .modal-header button {
  color: #00A9C5;
  font-weight: 600;
}
body .modal .modal-image {
  width: 35%;
  margin: 0 auto;
}
body .alert {
  display: none;
}
body #contactos a {
  text-decoration: none;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body #contactos a:hover {
  color: #3F3D3F;
}
body .footer {
  margin: 0;
  color: #3F3D3F;
  font-family: 'SEOptimist', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
body .footer a {
  color: #3F3D3F;
}
@media (min-width: 993px) and (max-width: 1199px) {
  body .box-blue h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body nav.navbar-default ul.navbar-nav li {
    padding: 15px 0;
  }
  body nav.navbar-default ul.navbar-nav li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body nav.navbar-default .navbar-brand img {
    height: 40px;
    width: auto;
  }
  body .box-blue h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  body nav.navbar-default ul.navbar-nav li {
    padding: 0;
  }
  body nav.navbar-default .dropdown-menu {
    background-color: #e7e7e7 !important;
    padding: 0px 0 1px 0 !important;
  }
  body nav.navbar-default .dropdown-menu li {
    margin-bottom: 1px;
  }
  body nav.navbar-default .dropdown-menu li a {
    font-size: 12px;
    text-transform: none;
  }
  body nav.navbar-default .dropdown-menu li a:hover {
    color: #3F3D3F !important;
  }
  body .banner_intro li {
    position: relative;
    overflow: hidden;
    height: 50vh;
    max-height: 50vh;
  }
  body .banner_intro img.img_banner {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-height: 120%;
  }
  body .banner_intro span {
    position: absolute;
    bottom: 20%;
    font-size: 3em;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  body .banner_intro .text-small {
    position: absolute;
    bottom: 20%;
    font-size: 1em;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  body .banner_intro img.img_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body .box-blue {
    padding: 8px 30px;
  }
  body .box-blue h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body .banner_intro li {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
  }
  body .banner_intro img.img_banner {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-height: 120%;
  }
  body .banner_intro span {
    position: absolute;
    bottom: 20%;
    font-size: 3em;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  body .banner_intro .text-small {
    position: absolute;
    bottom: 20%;
    font-size: 1em;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  body .banner_intro img.img_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body .box-blue {
    padding: 8px 30px;
  }
  body .box-blue h2 {
    font-size: 20px;
  }
}
