ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
a:hover,
a:focus {
  text-decoration: none;
}
html {
  font-size: 10px;
}
img,
a,
a:focus,
a:active {
  outline: none;
}
body {
  font-family: 'Oswald', sans-serif;
  margin: 0;
  padding: 0px;
}
.main {
  max-width: 1260px;
  margin: 0 auto;
}
header {
  width: 100%;
}
header.adjusted {
  position: absolute;
}
header .nav {
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .nav a,
header .nav .logo {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0px 20px;
}
header .nav .logo {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 15px;
}
header .nav a {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: white;
  margin: 15px 20px;
}
header .nav a:hover span {
  display: block;
  margin: 0 auto;
}
header .nav a.current span {
  display: block;
  margin: 0 auto;
}
header .nav a span {
  display: none;
}
header .nav a.nav-special {
  margin: 15px 90px;
}
header .nav.fixed {
  background: #343434;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .nav.fixed a {
  color: #ffffff;
}
header .nav.fixed a.logo img {
  width: 80px;
}
header .nav.fixed a.current,
header .nav.fixed a:hover {
  color: #44c6f1;
}
header .nav.fixed a .arrow-down {
  background-position: -10px -72px;
}
header .nav-mobile {
  position: relative;
  z-index: 1000;
}
header .nav-mobile.dark {
  background: #424242;
}
header .nav-mobile #menuMobile {
  width: 100%;
  background: #424242;
  padding: 25px 0px 0px;
}
header .nav-mobile #menuMobile ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #000000;
}
header .nav-mobile #menuMobile ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: 300;
  display: block;
  text-align: center;
}
header .nav-mobile #menuMobile ul li a:hover {
  color: #3ac5f3;
}
header .nav-mobile .show-mobile {
  position: absolute;
  top: 20px;
  left: 20px;
}
header .nav-mobile .show-mobile img {
  width: 4em;
}
header .nav-mobile .logo {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0 auto;
  width: 145px;
  padding: 5px 10px 10px;
}
footer {
  background: #424242;
  padding: 20px;
  text-align: center;
}
footer .copyright {
  max-width: 600px;
  margin: 0 auto;
}
footer .logo-intagono {
  float: right;
  margin-top: -40px;
}
footer p {
  color: #b6b6b6;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5rem 0px;
}
.arrow-down {
  width: 18px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/sprite.png");
  background-position: -10px -25px;
}
.arrow-down.white {
  background-position: -10px -10px;
}
.arrow-down.lightblue {
  background-position: -10px -72px;
}
.icon-desk {
  background: url("../img/sprite.png");
  background-position: -95px -63px;
  width: 59px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.icon-police {
  background: url("../img/sprite.png");
  background-position: -320px -63px;
  width: 59px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.icon-secretary {
  background: url("../img/sprite.png");
  background-position: -95px -158px;
  width: 59px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}
.icon-wifi {
  background: url("../img/sprite.png");
  background-position: -313px -159px;
  width: 65px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.icon-wifi.small {
  background-position: -406px -100px;
  width: 30px;
  height: 25px;
}
.icon-locale {
  background: url("../img/sprite.png");
  background-position: -105px -250px;
  width: 40px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}
.icon-meeting {
  background: url("../img/sprite.png");
  background-position: -310px -250px;
  width: 70px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.icon-parking {
  background: url("../img/sprite.png");
  background-position: -95px -350px;
  width: 60px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.icon-clean {
  background: url("../img/sprite.png");
  background-position: -320px -350px;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.icon-bottle {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
}
.icon-bottle.small {
  background-position: -412px -62px;
  width: 16px;
  height: 25px;
}
.icon-speaking {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
}
.icon-speaking.small {
  background-position: -406px -138px;
  width: 28px;
  height: 25px;
}
.icon-board {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
}
.icon-board.small {
  background-position: -406px -172px;
  width: 28px;
  height: 22px;
}
.icon-notes {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
}
.icon-notes.small {
  background-position: -410px -208px;
  width: 20px;
  height: 24px;
}
.icon-screen {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
}
.icon-screen.small {
  background-position: -406px -247px;
  width: 30px;
  height: 20px;
}
.icon-food {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
}
.icon-food.small {
  background-position: -412px -278px;
  width: 18px;
  height: 30px;
}
.icon-more {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -478px -60px;
  width: 85px;
  height: 85px;
}
.icon-travel {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -225px -64px;
  width: 24px;
  height: 18px;
}
.icon-auto {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -225px -102px;
  width: 22px;
  height: 21px;
}
.icon-delivery {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -220px -145px;
  width: 30px;
  height: 20px;
}
.icon-model {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -224px -183px;
  width: 24px;
  height: 26px;
}
.icon-graphics {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -225px -223px;
  width: 24px;
  height: 24px;
}
.icon-communication {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -223px -267px;
  width: 28px;
  height: 18px;
}
.icon-accounting {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -224px -301px;
  width: 25px;
  height: 28px;
}
.icon-image-corporate {
  background: url("../img/sprite.png");
  display: inline-block;
  vertical-align: middle;
  background-position: -224px -349px;
  width: 24px;
  height: 22px;
}
.background-image {
  background-size: cover !important;
  background-position: right center !important;
}
.background-image.center {
  background-position: center center !important;
}
.carousel-indicators li {
  background-color: #ffffff;
  border: none;
  width: 10px;
  height: 10px;
}
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
}
.mfp-close {
  font-size: 50px !important;
  font-family: 'Lato', sans-serif !important;
  top: -5px !important;
}
.mfp-iframe-holder .mfp-close {
  font-size: 50px !important;
  font-family: 'Lato', sans-serif !important;
  top: -50px !important;
}
button.mfp-arrow.mfp-arrow-right {
  background: url("../img/sprite.png");
  background-position: -542px -175px;
  width: 40px;
  height: 140px;
  right: 20px;
}
button.mfp-arrow.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-right:after {
  display: none;
}
button.mfp-arrow.mfp-arrow-left {
  background: url("../img/sprite.png");
  background-position: -479px -175px;
  width: 40px;
  height: 140px;
  left: 20px;
}
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-left:after {
  display: none;
}
.select-custom .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff !important;
}
.contact-footer {
  background: #343434;
  position: fixed;
  bottom: -100px;
  width: 100%;
  z-index: 20;
  display: none;
  clear: both;
}
.contact-footer.visible {
  display: block;
  bottom: 0px;
}
.contact-footer .office-request {
  float: left;
  margin-top: 25px;
}
.contact-footer .office-request p {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
.contact-footer .office-request .btn-send {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 0px;
  width: 220px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.contact-footer .call-now {
  float: right;
  color: #ffffff;
  padding: 10px 0px;
}
.contact-footer .call-now span {
  font-size: 2.1rem;
  font-weight: 300;
}
.contact-footer .call-now p {
  font-size: 3rem;
  font-weight: 300;
  margin: 0px;
}
.loading {
  width: 100%;
  display: none;
  text-align: center;
  padding: 0px 0px 40px;
}
.loading .load {
  height: 100%;
  width: 100%;
  z-index: 80;
}
.loading .load #circularG {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.loading .load .circularG {
  position: absolute;
  background-color: #44c6f1;
  width: 29px;
  height: 29px;
  -moz-border-radius: 19px;
  -moz-animation-name: bounce_circularG;
  -moz-animation-duration: 1.28s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-border-radius: 19px;
  -webkit-animation-name: bounce_circularG;
  -webkit-animation-duration: 1.28s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-border-radius: 19px;
  -ms-animation-name: bounce_circularG;
  -ms-animation-duration: 1.28s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -o-border-radius: 19px;
  -o-animation-name: bounce_circularG;
  -o-animation-duration: 1.28s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  border-radius: 19px;
  animation-name: bounce_circularG;
  animation-duration: 1.28s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.loading .load #circularG_1 {
  left: 0;
  top: 50px;
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.loading .load #circularG_2 {
  left: 14px;
  top: 14px;
  -moz-animation-delay: 0.64s;
  -webkit-animation-delay: 0.64s;
  -ms-animation-delay: 0.64s;
  -o-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.loading .load #circularG_3 {
  top: 0;
  left: 50px;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loading .load #circularG_4 {
  right: 14px;
  top: 14px;
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
.loading .load #circularG_5 {
  right: 0;
  top: 50px;
  -moz-animation-delay: 1.12s;
  -webkit-animation-delay: 1.12s;
  -ms-animation-delay: 1.12s;
  -o-animation-delay: 1.12s;
  animation-delay: 1.12s;
}
.loading .load #circularG_6 {
  right: 14px;
  bottom: 14px;
  -moz-animation-delay: 1.28s;
  -webkit-animation-delay: 1.28s;
  -ms-animation-delay: 1.28s;
  -o-animation-delay: 1.28s;
  animation-delay: 1.28s;
}
.loading .load #circularG_7 {
  left: 50px;
  bottom: 0;
  -moz-animation-delay: 1.44s;
  -webkit-animation-delay: 1.44s;
  -ms-animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  animation-delay: 1.44s;
}
.loading .load #circularG_8 {
  left: 14px;
  bottom: 14px;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
#section-contact {
  height: 875px;
}
#section-contact .carousel {
  height: 100%;
}
#section-contact .carousel .carousel-inner {
  height: 100%;
}
#section-contact .carousel .carousel-inner .item {
  height: 100%;
}
#section-contact .banner {
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100%;
}
#section-contact .people {
  position: absolute;
  bottom: 0px;
  margin-left: -95px;
}
#section-contact .mask-gray {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#section-contact .contact {
  z-index: 20;
  position: relative;
  max-width: 310px;
  padding-top: 130px;
  float: right;
}
#section-contact .contact .title {
  background: url('../img/line-top.png') left top no-repeat;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0px;
}
#section-contact .contact .title h1 {
  font-weight: 300;
  font-size: 3rem;
  color: #ffffff;
  text-transform: uppercase;
}
.call-now {
  text-align: right;
  padding: 20px 0px;
}
.call-now span {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 0px 10px;
}
.call-now p {
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 4.5rem;
}
.carousel-sections {
  background: #424242;
}
.inner-section {
  background-color: #424242;
  min-height: 750px;
}
.inner-section .left {
  width: 50%;
  float: left;
  position: relative;
  min-height: 750px;
}
.inner-section .left img {
  top: 0px;
  right: 0px;
  position: absolute;
}
.inner-section .right {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  width: 50%;
  float: right;
}
.inner-section .right .description {
  max-width: 600px;
  padding: 30px 35px 20px;
}
.inner-section .right .description .title {
  background: url('../img/line-top.png') left top no-repeat;
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 35px 0px 15px;
}
.inner-section .right .description p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.inner-section .right .description p span {
  font-size: 3rem;
  font-weight: bold;
}
.inner-section .right .description p.special {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}
.inner-section .right .description p.special span {
  line-height: 1em;
}
.inner-section .right .description .icono {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 50px;
  margin-left: -10px;
}
.inner-section .right .description .service-description {
  display: inline-block;
  vertical-align: top;
  max-width: 385px;
  font-size: 1.8rem;
  font-weight: 300;
}
.inner-section .right .description ul li {
  padding: 5px 0px;
}
.submenu-section {
  background: #dfdfdf;
  padding: 15px 0px 20px;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.submenu-section ul {
  text-align: center;
}
.submenu-section ul li {
  width: 280px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.submenu-section ul li:first-child {
  width: 290px;
}
.submenu-section ul li:first-child a .show-arrow {
  width: 290px;
}
.submenu-section ul li .subtitle {
  color: #424242;
  text-transform: uppercase;
  font-size: 2.4rem;
  cursor: pointer;
  position: relative;
}
.submenu-section ul li .subtitle .show-arrow {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.submenu-section ul li .subtitle .show-arrow .arrow-down {
  position: absolute;
  top: 0px;
  margin-left: -10px;
}
.submenu-section ul li .subtitle.current {
  text-shadow: 0px 0px 8px #ffffff;
  color: #0b4f7e;
}
.submenu-section ul li .subtitle.current .show-arrow {
  display: block;
}
.submenu-section ul li .subtitle:hover {
  color: #0b4f7e;
}
.submenu-section ul li.current .subtitle {
  text-shadow: 0px 0px 8px #ffffff;
  color: #0b4f7e;
}
.submenu-section ul li.current .subtitle .show-arrow {
  display: block;
}
#section-offices .submenu-section li .subtitle .show-arrow .arrow-down {
  top: 15px;
}
#section-offices .submenu-section li:first-child .subtitle .show-arrow .arrow-down {
  top: 0px;
}
#section-offices .inner-section {
  min-height: 610px;
}
.offices-list .top-list {
  color: #44c6f1;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  padding: 8px 0px;
}
.offices-list .offices-items {
  display: inline-block;
  width: 100%;
  clear: both;
}
.offices-list .offices-items .office {
  width: 20%;
  float: left;
  position: relative;
}
.offices-list .offices-items .office .info-office {
  padding: 45px 10px 10px 25px;
  height: 190px;
  display: block;
  background: #dfdfdf;
  margin: 1px;
}
.offices-list .offices-items .office .info-office.blue {
  background: #44c6f1;
}
.offices-list .offices-items .office .info-office.gray {
  background: #a8a8a8;
}
.offices-list .offices-items .office .info-office.white {
  background: #ffffff;
}
.offices-list .offices-items .office .info-office .pre {
  font-size: 2.4rem;
  text-transform: uppercase;
}
.offices-list .offices-items .office .info-office .name {
  font-size: 3.6rem;
  text-transform: uppercase;
  line-height: 1.2em;
}
.offices-list .offices-items .office .info-office .name.short {
  font-size: 3rem;
}
.offices-list .offices-items .office .info-office .dimensions {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 300;
}
.offices-list .offices-items .office .info-office .dimensions sup {
  font-size: 0.5em;
  top: -1rem;
}
.offices-list .offices-items .office .info-office .go-gallery {
  color: #424242;
  float: right;
}
.offices-list .offices-items .office .info-office .go-gallery .ico-go {
  background: url("../img/sprite.png");
  background-position: -10px -50px;
  width: 5px;
  height: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.offices-list .offices-items .office .info-office .go-gallery .see-office {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.offices-list .offices-items .office .available {
  text-align: center;
  background: rbga(0, 0, 0, 0.8);
}
.offices-list .offices-items .office .available a,
.offices-list .offices-items .office .available p {
  color: #dfdfdf;
  font-size: 2.4rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 10px;
  display: block;
}
.offices-list .offices-items .office .available p {
  text-decoration: none;
  font-size: 3.7rem;
  padding: 3px 10px;
  margin: 0px;
}
.offices-list .offices-items .office .cover-office {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.offices-list .bottom-list {
  background: #44c6f1;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0px;
}
.testimonial-container {
  font-family: 'Lato', sans-serif;
  padding: 50px 0px;
  min-height: 450px;
}
.testimonial-container .testimonial-costumers h4 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1.2em 0px;
  line-height: 1.2em;
}
.testimonial-container .testimonial-costumers p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 1.2em 0px;
}
.testimonial-container .testimonial-costumers .text-container {
  border-left: 6px solid #ffffff;
  padding: 0px 0px 0px 25px;
  min-height: 185px;
}
.testimonial-container .side-left {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.testimonial-container .side-right {
  width: 58%;
  display: inline-block;
  vertical-align: middle;
}
#carousel-section-services #list-services {
  padding: 60px 0px;
}
#carousel-section-services #list-services h5 {
  font-size: 6.2rem;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px;
}
#carousel-section-services #list-services .band-blue {
  width: 100%;
  display: inline-block;
  margin: 45px 0px;
  height: 90px;
  position: relative;
}
#carousel-section-services #list-services .band-blue .half {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#carousel-section-services #list-services .band-blue .half.blue {
  background-color: #44c6f1;
  color: #000000;
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: right;
}
#carousel-section-services #list-services .band-blue .half.blue p {
  padding: 10px 15px 0px;
}
#carousel-section-services #list-services .band-blue .half .rate {
  text-transform: uppercase;
  width: 260px;
  height: 100%;
  float: left;
  text-align: center;
  min-width: 260px;
}
#carousel-section-services #list-services .band-blue .half .rate .big-char {
  font-size: 5rem;
  color: #dfdfdf;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
#carousel-section-services #list-services .band-blue .half .rate .small-char {
  padding-top: 10px;
  font-size: 2.2rem;
  color: #dfdfdf;
  width: 95px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#carousel-section-services #list-services .band-blue .half .include {
  width: 50%;
  float: left;
  background-color: #44c6f1;
  color: #000000;
  font-size: 3.6rem;
  text-transform: uppercase;
  height: 100%;
  position: relative;
  z-index: 2;
}
#carousel-section-services #list-services .band-blue .half .include p {
  padding: 20px 15px 0px;
}
#carousel-section-services #list-services .band-blue .half:last-child {
  margin-left: -3px;
}
#carousel-section-services #list-services .band-blue .band-end {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #44c6f1;
  width: 50%;
  height: 100%;
}
#carousel-section-services #list-services .list-services .container {
  text-align: center;
}
#carousel-section-services #list-services .list-services .service {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
#carousel-section-services #list-services .list-services .service p {
  padding: 20px 15px;
  display: inline-block;
  vertical-align: middle;
  width: 82%;
  text-align: left;
}
#carousel-section-services #list-services .list-services .service span {
  margin-left: 20px;
}
#section-gallery {
  background: url('../img/pattern-bg.jpg');
}
#section-gallery .gallery-list article {
  width: 20%;
  float: left;
  height: 246px;
  position: relative;
}
#section-gallery .gallery-list article .mask-gallery {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
}
#section-gallery .gallery-list article .mask-gallery .see-photo {
  text-align: center;
  padding-top: 40px;
  opacity: 0;
}
#section-gallery .gallery-list article .mask-gallery .see-photo .text-more {
  text-transform: uppercase;
  font-size: 2.4rem;
  display: block;
  color: #ababab;
}
#section-gallery .gallery-list article .mask-gallery .see-photo .icon-more {
  margin: 10px 0px;
}
#section-gallery .gallery-list article .mask-gallery .see-photo .rent-now {
  display: block;
  width: 90px;
  margin: 5px auto 0px;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 8px;
  color: #ffffff;
  background: #44c6f1;
}
#section-gallery .gallery-list article .mask-gallery:hover {
  background-color: rgba(0, 0, 0, 0.87);
}
#section-gallery .gallery-list article .mask-gallery:hover .see-photo {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#section-services-extra .submenu-section {
  padding: 15px 0px 15px;
}
#section-services-extra .submenu-section ul li {
  width: 48%;
}
#section-services-extra .submenu-section ul li .subtitle {
  height: 40px;
  position: relative;
}
#section-services-extra .submenu-section ul li .subtitle .show-arrow {
  width: 100%;
  position: relative;
  bottom: 0px;
}
#section-services-extra .inner-section {
  min-height: 600px;
}
#section-services-extra .inner-section .left {
  min-height: 600px;
}
#section-services .submenu-section {
  padding: 30px 0px 35px;
}
#section-services-extra .submenu-section {
  padding: 30px 0px 30px;
}
#section-locale {
  position: relative;
}
#section-locale .map-container {
  width: 100%;
  height: 855px;
  position: relative;
}
#section-locale .map-container #map-canvas {
  width: 100%;
  height: 100%;
  background: #fff;
}
#section-locale .map-container .cover-map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#section-locale .banner-contact {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: rgba(5, 40, 62, 0.93);
  z-index: 3;
  text-align: center;
  color: #ffffff;
  padding: 20px 0px 15px;
}
#section-locale .banner-contact p {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3em;
  padding: 0px 25px;
}
#section-locale .banner-contact p.slogan {
  font-size: 3.8rem;
  font-weight: normal;
}
.text-field {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  padding: 8px 20px;
  margin: 0px 0px 18px;
  width: 310px;
}
.text-field input[type="text"] {
  background: none;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  width: 100%;
  font-weight: 300;
}
.text-field input[type="text"]:focus {
  outline: none;
}
.text-field:focus {
  outline: none;
}
.select-custom {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  padding: 0px;
  margin: 0px 0px 18px;
  width: 310px;
}
.select-custom select,
.select-custom .select2-container--default .select2-selection--multiple,
.select-custom .select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  color: #424242;
  width: 100%;
  font-weight: 300;
  padding: 8px 20px;
  height: auto;
}
.select-custom select:focus,
.select-custom .select2-container--default .select2-selection--multiple:focus,
.select-custom .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select-custom .select2-selection__placeholder {
  color: #ffffff !important;
  text-transform: uppercase;
}
.select-custom .select2-selection__arrow {
  display: none;
}
.select-custom:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
.icon-phone {
  background: url("../img/sprite.png");
  background-position: -43px -8px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.icon-phone.small {
  background-position: -53px -53px;
  width: 20px;
  height: 20px;
}
.btn-send {
  background: #44c6f1;
  -moz-box-shadow: 1px 2px 0 rgba(14, 31, 37, 0.75);
  /* drop shadow */
  -webkit-box-shadow: 1px 2px 0 rgba(14, 31, 37, 0.75);
  /* drop shadow */
  box-shadow: 1px 2px 0 rgba(14, 31, 37, 0.75);
  /* drop shadow */
  color: #424242;
  font-size: 1.8rem;
  text-transform: uppercase;
  border: none;
  padding: 8px 0px;
  width: 310px;
  text-align: center;
}
.btn-send:focus {
  outline: none;
}
.btn-send:hover {
  background: #b6b6b6;
}
.msg-retro {
  display: none;
  color: #44c6f1;
  font-weight: 300;
  top: -15px;
  position: relative;
  margin-bottom: 0px;
}
.msg-error {
  font-weight: 300;
  padding: 5px 0px;
  text-align: center;
  color: #ffffff;
}
.msg-error.sent {
  color: #44c6f1;
}
input:-webkit-autofill {
  background-color: inherit !important;
}
body.thanks {
  height: 100%;
}
.thanks {
  height: 100%;
}
.thanks header a:not(.logo) {
  display: none;
}
.thanks header .nav-mobile {
  width: 100%;
  position: fixed;
}
.thanks .section-thanks {
  height: 100%;
  width: 100%;
  background: url('../img/corporativo-impulso-empresarial-bn.jpg') center center no-repeat;
  background-size: cover;
}
.thanks .section-thanks .center-h {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.thanks .section-thanks .center-h .align-h {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.thanks .section-thanks .center-h .align-h p {
  font-size: 20px;
}
.thanks .section-thanks .center-h .align-h .btn-back {
  display: block;
  width: 180px;
  background: #44c6f1;
  -moz-box-shadow: 1px 2px 0 rgba(14, 31, 37, 0.75);
  -webkit-box-shadow: 1px 2px 0 rgba(14, 31, 37, 0.75);
  box-shadow: 1px 2px 0 rgba(14, 31, 37, 0.75);
  color: #424242;
  font-size: 1.8rem;
  text-transform: uppercase;
  border: none;
  padding: 8px 20px;
  text-align: center;
  margin: 30px auto;
}
.thanks .section-thanks .center-h .align-h .btn-back:hover {
  background: #0b4f7e;
  color: #ffffff;
}
.thanks .contact-footer {
  display: none;
}
@media (max-width: 1290px) {
  #section-locale .banner-contact p {
    font-size: 2rem;
  }
  #section-locale .banner-contact p.slogan {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  #section-gallery .gallery-list article {
    width: 33.3%;
  }
  .offices-list .offices-items .office {
    width: 33.3%;
  }
  #carousel-section-services #list-services .list-services .service span {
    margin-left: 0px;
  }
  #carousel-section-services #list-services .list-services .service p {
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #carousel-section-services #list-services .band-blue .half .include {
    width: auto;
  }
  #section-offices .submenu-section ul li {
    width: 24% !important;
  }
  #section-offices .submenu-section ul li .subtitle {
    font-size: 1.8rem;
    position: relative;
    top: 0px;
  }
  #section-offices .submenu-section ul li .subtitle .show-arrow {
    width: 100%;
    top: 20px;
    position: absolute;
    bottom: inherit;
  }
  #section-offices .submenu-section ul li:first-child .show-arrow {
    top: 40px;
  }
  header .nav a.nav-special {
    margin: 15px 20px;
  }
  #section-offices .submenu-section li:first-child .subtitle .show-arrow .arrow-down {
    top: 10px;
  }
  #section-services .submenu-section {
    padding: 20px 0px 25px;
  }
  #section-services-extra .submenu-section {
    padding: 20px 0px 15px;
  }
}
@media (max-width: 992px) {
  header .nav a {
    margin: 15px 5px;
  }
  header .nav .logo {
    margin: 0px 5px;
    width: 140px;
  }
  header .nav .logo img {
    width: 100%;
  }
  footer .logo-intagono {
    float: none;
    display: block;
    position: relative;
    margin: 20px auto;
  }
  #section-contact .people {
    display: none;
  }
  #section-contact .contact {
    float: none;
    margin: 0 auto;
    max-width: 280px;
  }
  #section-contact .contact .text-field,
  #section-contact .contact .select-custom,
  #section-contact .contact .btn-send {
    width: 100%;
  }
  .carousel-sections .inner-section .left {
    float: none;
    width: 100%;
    height: 360px !important;
    min-height: 360px;
    background-position: center center !important;
  }
  .carousel-sections .inner-section .right {
    float: none;
    width: 100%;
  }
  .carousel-sections .inner-section .right .description {
    max-width: 100%;
    margin: 0 auto;
  }
  .carousel-sections .inner-section .right .description .icono {
    width: 10%;
  }
  .carousel-sections .inner-section .right .description .service-description {
    width: 90%;
    max-width: inherit;
  }
  .carousel-sections .carousel-inner .item {
    display: block !important;
  }
  .submenu-section {
    display: none;
  }
  .testimonial-container .side-left {
    display: none;
  }
  .testimonial-container .side-right {
    width: 100%;
  }
  #carousel-testimonials {
    max-width: 530px;
    margin: 0 auto;
  }
  #carousel-section-services #list-services .band-blue {
    background-color: #44c6f1;
  }
  #carousel-section-services #list-services .band-blue .half {
    width: auto;
  }
  #carousel-section-services #list-services .band-blue .half .rate {
    background: #000000;
  }
  #carousel-section-services #list-services .band-blue .half p {
    font-size: 2.5rem;
    text-align: left !important;
    padding-top: 25px !important;
  }
  #carousel-section-services #list-services .band-blue .band-end {
    display: none;
  }
  .offices-list .top-list {
    font-size: 2rem;
  }
  .offices-list .bottom-list {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  #section-contact {
    margin-top: -110px;
  }
}
@media (max-width: 768px) {
  #section-locale .banner-contact {
    position: relative;
  }
  #section-locale .map-container {
    height: 480px;
  }
  .contact-footer {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .carousel-sections .inner-section .left {
    float: none;
    width: 100%;
    height: 185px !important;
    min-height: 185px;
  }
  #carousel-section-services #list-services .list-services .service {
    width: 100%;
  }
  #section-gallery .container,
  #carousel-section-offices .container {
    padding: 0px;
  }
}
@media (max-width: 720px) {
  .offices-list .offices-items .office {
    width: 50%;
    height: 250px;
  }
}
@media (max-width: 680px) {
  #section-gallery .gallery-list article {
    width: 50%;
  }
  #carousel-section-services #list-services h5 {
    font-size: 4rem;
  }
  #carousel-section-services #list-services .half {
    width: 100% !important;
  }
  #carousel-section-services #list-services .half .rate {
    width: 100% !important;
  }
  #carousel-section-services #list-services .half .include {
    width: 100% !important;
  }
  #carousel-section-services #list-services .band-blue {
    height: auto;
  }
  #carousel-section-services #list-services .band-blue .half {
    margin-left: 0 !important;
  }
  #carousel-section-services #list-services .band-blue .half p {
    text-align: center !important;
  }
}
@media (max-width: 520px) {
  .testimonial-container {
    min-height: 690px;
  }
}
@media (max-width: 490px) {
  .offices-list .offices-items .office {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  #section-gallery .gallery-list article {
    width: 85%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .inner-section .right .description p span {
    font-size: 2rem;
  }
  .inner-section .right .description .title {
    font-size: 2.5rem;
  }
}
