html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  background: #595959;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

#wrapper {
  background: white;
}

.block-title {
  font-size: 48px;
  line-height: 110%;
  font-family: "Raleway", sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .block-title {
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-title strong {
  font-weight: 700;
}

.block-sub-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .block-sub-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.pic-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.pic-container img {
  transition: all 0.3s;
}
.pic-container:hover img {
  transform: scale(1.1);
}
.pic-container .caption {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 118, 188, 0.8);
  padding: 8px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  line-height: 120%;
  font-weight: 300;
}

#palyazatBlock {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 5px solid #888888;
}
#palyazatBlock .right {
  margin-top: 10px;
}
#palyazatBlock .right img {
  height: 72px;
}
#palyazatBlock .left div {
  padding: 10px 0 10px 10px;
  display: flex;
  height: 100%;
  align-items: center;
}
#palyazatBlock .left div img {
  height: 60px;
}
#palyazatBlock .left div span {
  border-left: 1px solid #3a53a5;
  padding-left: 30px;
  margin-left: 30px;
  color: #888888;
  font-size: 32px;
  font-weight: 300;
}

@media (max-width: 576px) {
  #palyazatBlock .right img {
    height: 50px;
  }
  #palyazatBlock .left div img {
    height: 50px;
  }
  #palyazatBlock .left div span {
    font-size: 24px;
    margin-left: 15px;
    padding-left: 15px;
  }
  header {
    top: 65px !important;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 87px;
  transition: 0.5s;
}
header.hasbg-not-fixed {
  position: relative !important;
}
header.hasbg-not-fixed, header.hasbg-fixed, header.hasbg {
  background: #0074C7;
}
@media (max-width: 1100px) {
  header {
    position: relative;
    background: #0074C7;
  }
}
header .nav-container {
  margin-right: -15px;
}
header .nav .nav-item .nav-link {
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  position: relative;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
header .nav .nav-item .nav-link:hover {
  color: black;
}
header .nav .nav-item .nav-link.active {
  background: none;
  color: black;
}
header .nav .nav-item .nav-link.active::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -50px;
  background: white;
  z-index: 1001;
}
header .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
header .nav .dropdown:hover .dropdown-menu {
  display: block;
}
header .nav .dropdown-menu {
  border-radius: 0;
  font-size: 15px;
  border: none;
  background: #E8E8E8;
  padding: 5px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
header .nav .dropdown-menu .dropdown-item {
  padding: 5px 10px;
}
header .nav .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #E67739;
}
@media (max-width: 1100px) {
  header .hamb {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 20px;
    float: right !important;
  }
  header .hamb span {
    background: white;
    display: block;
    height: 5px;
    width: 40px;
    margin: 5px 0;
  }
  header .search-langs-container {
    margin-top: 4px;
  }
  header .nav-container {
    display: none;
  }
}
@media (max-width: 768px) {
  header .hamb {
    margin-right: 5px;
  }
}

#cover-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #0E75BC;
}
#cover-menu header {
  top: 0 !important;
}
#cover-menu ul {
  list-style: none;
  margin-top: 50px;
}
#cover-menu ul li {
  display: block;
}
#cover-menu ul li a {
  display: block;
  font-size: 5vw;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  color: white !important;
  text-transform: uppercase;
  font-weight: 500;
}
#cover-menu ul li a::before {
  content: ">";
  color: white;
  margin-right: 10px;
}
#cover-menu ul li:hover > a {
  color: #E67739 !important;
}
#cover-menu ul li:hover > a::before {
  color: #E67739;
}

#cover-menu {
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
#cover-menu.active {
  transform: translateX(0);
  opacity: 1;
}
#cover-menu .hamb {
  margin-top: 25px !important;
}
#cover-menu .hamb span {
  right: 10px;
  position: absolute;
  margin-top: 10px;
  transform: rotate(45deg);
}
#cover-menu .hamb span:last-child {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  #cover-menu {
    background-position: bottom -150px right -65px;
    background-size: 300px;
  }
  #cover-menu .hamb span {
    right: auto;
  }
  #cover-menu ul {
    margin-left: 105px;
  }
  #cover-menu ul li {
    display: block;
    width: 70%;
    border-bottom: 1px solid white;
  }
  #cover-menu ul li.has-sub:hover {
    border-bottom: 1px solid gray;
  }
  #cover-menu ul li.backlink {
    display: none;
  }
  #cover-menu ul li a {
    font-size: 26px;
    color: white;
  }
  #cover-menu ul li ul {
    display: none;
    border-left: 1px solid white;
    position: absolute;
    margin-top: 0px;
    transform: translateY(-50%);
    left: 45%;
  }
  #cover-menu ul li ul li {
    width: 100%;
  }
  #cover-menu ul li ul li a {
    font-size: 18px;
  }
  #cover-menu ul li:hover ul {
    display: block;
  }
}
@media (max-width: 768px) {
  #cover-menu {
    background-size: 50%;
  }
  #cover-menu ul {
    padding-left: 15px;
    margin-top: 20px;
  }
  #cover-menu ul li a {
    color: white;
  }
  #cover-menu .submenu {
    display: none;
    position: absolute;
    top: -20px;
    transform: translateX(100vw);
    margin-left: -12px;
  }
  #cover-menu .submenu a {
    font-size: 3vw;
  }
  #cover-menu .submenu .back {
    font-size: 5vw;
    text-transform: uppercase;
    border-bottom: 1px solid #E67739;
    margin-bottom: 15px;
    color: white;
  }
  #cover-menu .submenu .back:before {
    content: "<";
    color: white;
  }
  #cover-menu #mainmenu {
    transition: 0.3s;
  }
  #cover-menu #mainmenu.hide {
    transform: translateX(-100vw);
  }
  #cover-menu #mainmenu.hide .submenu {
    display: block;
  }
}
#mainCarouselBlock {
  padding-top: 87px;
}
#mainCarouselBlock .carousel-item {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  #mainCarouselBlock .carousel-item {
    height: 100vw;
  }
  #mainCarouselBlock .carousel-item img {
    display: none !important;
  }
}
#mainCarouselBlock .carousel-item img {
  position: relative;
}
#mainCarouselBlock .carousel-item .inner {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100vw;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
#mainCarouselBlock .carousel-item .inner a {
  background: #E77739;
  color: black;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 100%;
  padding: 1vw 2vw 0.7vw 2vw;
  font-weight: bold;
  transition: 0.3s;
}
#mainCarouselBlock .carousel-item .inner a:hover {
  color: white;
}
#mainCarouselBlock .carousel-item .inner p {
  line-height: 200%;
  font-size: 2vw;
}
#mainCarouselBlock .carousel-item .inner .small-text {
  font-size: 1.4vw;
}
#mainCarouselBlock .carousel-item .inner .main-text {
  font-size: 3.5vw;
  line-height: 4.4vw;
}
#mainCarouselBlock .carousel-item .inner .main-text strong {
  font-size: 4.5vw;
  font-weight: 700;
}
@media (max-width: 576px) {
  #mainCarouselBlock .carousel-item .inner p {
    font-size: 5vw;
    line-height: 120%;
    padding: 0.5vw 0;
  }
  #mainCarouselBlock .carousel-item .inner .small-text {
    font-size: 3.5vw;
  }
  #mainCarouselBlock .carousel-item .inner .main-text {
    font-size: 8vw;
  }
  #mainCarouselBlock .carousel-item .inner .main-text strong {
    font-size: 9vw;
    line-height: 10vw;
  }
  #mainCarouselBlock .carousel-item .inner a {
    font-size: 6vw;
    padding: 3vw 6vw 2.1vw 6vw;
  }
}

.about-block button {
  font-size: 48px;
  background: none;
  display: block;
  border: none;
  transition: 0.1s;
}
.about-block button.active {
  font-weight: 600;
  color: #0E75BC;
}
@media (max-width: 768px) {
  .about-block button {
    font-size: 5.5vw;
  }
}
.about-block .accordion-item {
  border: none !important;
}
.about-block .accordion-body {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .about-block .buttons-container {
    border-bottom: 1px solid #0E75BC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
}

.cats-block {
  background: #0E75BC;
  color: #F3F1D8;
}
.cats-block a.block-sub-title {
  color: #00C2FF;
}
.cats-block .cat-item {
  color: #F3F1D8;
  font-weight: 300;
}
.cats-block .cat-item strong {
  font-size: 32px;
  display: block;
  font-weight: 300;
}
.cats-block.bgwhite {
  color: #0E75BC;
  background: white;
}
.cats-block.bgwhite a.block-sub-title {
  color: #0E75BC;
}
.cats-block.bgwhite .cat-item {
  color: #0E75BC;
}
.cats-block.bgwhite .cat-item.active {
  color: #E67739;
}

.prods-block .block-sub-title,
.prods-block .block-title {
  color: #0E75BC;
}

.stats-block {
  background: url(../images/bg-stats.jpg);
  background-size: cover;
  color: #F3F1D8;
}
.stats-block .stat-item {
  text-align: center;
  margin-bottom: 30px;
}
.stats-block .stat-item img {
  max-width: 100%;
}
.stats-block .stat-item .num {
  padding: 15px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.stats-block .stat-item .num span {
  font-size: 48px;
}
.stats-block h2 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.refs-block .block-title {
  color: #30006C;
}

.certs-block {
  background: #0074c6;
  color: white;
  position: relative;
}
.certs-block .inner {
  background-image: url(../images/bg-certs.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 647px;
}
.certs-block .cert-slick div.slick-slide {
  margin: 0px;
  display: block;
  padding: 15px;
}
.certs-block .cert-slick div.slick-slide a {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.certs-block .cert-slick div.slick-slide img {
  width: 100%;
}

footer {
  color: white;
  font-size: 14px;
}
footer a {
  color: white;
}
footer a:hover {
  text-decoration: underline;
}

.content-block {
  border-top: 230px solid white;
}
.content-block.landing {
  border-top: 15px solid white;
}
@media (max-width: 1100px) {
  .content-block {
    border-top: 100px solid white;
  }
}
@media (max-width: 576px) {
  .content-block {
    border-top: 50px solid white;
  }
}
.content-block .static-content {
  color: #333;
  font-size: 15px;
}
.content-block .static-content .content-sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
}
.content-block .static-content .anchor {
  display: block;
  position: absolute;
  margin-top: -250px;
}
.content-block .page-title {
  color: #0074C6;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.content-block .page-title-2 {
  color: #444444;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
}
.content-block .page-sub-title {
  color: #0074C6;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.content-block .page-sub-title span {
  display: inline-block;
}
.content-block .page-sub-title a {
  color: #0074C6;
}
.content-block .page-sub-title-3 {
  color: #0074C6;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

section.bg-gray {
  background: #E8E8E8;
  color: #0074C6;
}
section.bg-gray .static-content {
  color: #2f2f2f !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-left {
  float: left;
  margin-right: 15px;
}

.img-right {
  float: right;
  margin-left: 15px;
}

img.resp {
  width: 100%;
  height: auto;
}

.gal-caption {
  color: white !important;
}

.mb-3-5 {
  margin-bottom: 20px;
}

.btn {
  border-radius: 0;
  padding: 8px 40px;
  font-size: 18px;
  transition: 0.2s;
}
.btn.default {
  background: #3DA5EE;
  color: black;
  font-weight: 600;
}
.btn.default:hover {
  color: white;
  background: #0e75bc;
}

.form-group label {
  color: #444444;
  font-weight: 300;
}

.form-control {
  border-radius: 0;
  color: #444444;
  background: #d4d4d4;
}

.form-control:focus {
  background: #e4e4e4 !important;
}

select.form-control {
  font-weight: bold;
  background: #d4d4d4 url(../images/icon-arrow.png) right center no-repeat;
}

.select-container {
  position: relative;
}

#floating-buttons {
  position: fixed;
  z-index: 10000;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  right: 0;
  top: 130px;
}
#floating-buttons .btn {
  min-width: 180px;
  margin-left: 15px;
}
#floating-buttons .btn.home {
  background: #3DA5EE;
}
#floating-buttons .btn.contact {
  background: #E77739;
}

.g-recaptcha {
  display: none;
}

.required-field-f {
  display: none !important;
}

.about-item {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  transform-origin: top;
}
.about-item.show {
  position: relative;
  display: block;
  opacity: 1;
}

img.resp {
  width: 100% !important;
  height: auto !important;
}

img.w-100 {
  width: 100% !important;
  height: auto !important;
}

.blue {
  color: #0e75bc;
}

.anch {
  position: absolute;
  margin-top: -100px;
}

.person-item strong {
  color: #0074C7;
  font-size: 20px;
  font-weight: bold;
}
.person-item p {
  line-height: 120%;
}
.person-item p:last-child {
  margin-bottom: 0;
}
.person-item label {
  display: block;
  color: gray;
}
.person-item a {
  color: black;
}

.referencia-map {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.marker-info b {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}
.marker-info .map-btn {
  background: #E77739;
  color: black;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 16px;
  font-weight: bold;
  margin-top: 10px;
}
.marker-info .map-btn:hover {
  color: white;
}/*# sourceMappingURL=gemencbau.css.map */