/* Touch Tap Fix
-------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Main Styles
-------------------------------------------------------------- */
html,
body {
  min-height: 100vh;
}
html {
  font-family: Calibri, sans-serif;
  /* font-size: 14px !important; */
  color: #212121;
  background-color: #ffffff;
}

.email-body {
  font-family: Calibri, sans-serif;
  color: #777777;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Comfortaa, sans-serif; */
  color: #153e79;
}
.uk-h1 {
  font-weight: 600;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
  rounded: 3%;
}
.uk-h2 {
  font-weight: 600;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
}

h2 {
  /* font-size: 18px; */
}
@media (max-width: 375px) {
  .uk-h1 {
    font-size: 16px;
    line-height: 18px;
  }
  h2 {
    /* font-size: 14px; */
    line-height: 16px;
  }
}
.uk-clearfix {
  clear: both;
}
.content.welcome {
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1024px) {
  .content.welcome {
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  .content.welcome {
    line-height: 1.2;
    letter-spacing: 1.5px;
  }
}
.content img {
  padding: 5px;
  border: 1px solid #e9e9e9;
}
.content img[style*="float: left;"] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.content img[style*="float: right;"] {
  margin-left: 10px;
  margin-bottom: 10px;
}
.content ul li {
  list-style: none;
}
.content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #153e79;
  margin-top: 6px;
  margin-left: -15px;
  position: absolute;
}

.slogan {
  color: #153e79;
  font-weight: 600;
}

.uk-container-gradient {
  background-image: linear-gradient(#fafafa, #dfdede);
  color: #000000;
  margin-bottom: 0;
  padding: 15px 20px;
}

/* Button
-------------------------------------------------------------- */
.uk-button-main {
  background-color: #153e79;
  color: #ffffff;
  text-transform: uppercase;
}
.uk-button-main:hover,
.uk-button-main:focus {
  background-color: #084399 !important;
  color: #ffffff !important;
}

/* Alerts
-------------------------------------------------------------- */
#alerts {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  z-index: 1000;
}

/* Links
-------------------------------------------------------------- */
a {
  color: #153e79;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: 0 none;
}

/* Text
-------------------------------------------------------------- */
b,
strong,
.uk-text-bold {
  font-weight: 600;
}
.uk-text-uppercase {
  text-transform: uppercase;
}

/* Sticky
-------------------------------------------------------------- */
.uk-sticky-placeholder {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

/* Forms
-------------------------------------------------------------- */
.uk-form label {
  font-weight: 600;
}
.uk-form label.required::after {
  content: "*";
  color: red;
}

/* Container
-------------------------------------------------------------- */
.uk-container {
  padding: 0 10px !important;
}
.uk-container .uk-panel {
  background-color: #ffffff;
}
.bg-container {
  background-color: #f3f3f3;
}

/* Titles
-------------------------------------------------------------- */
.page-title h2 {
  color: #009dd6;
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
}
.page-title .strip-line {
  background: url(../img/h-dots.png) 0px 50% repeat-x;
  height: 35px;
  overflow: hidden;
}

/* Cookies
-------------------------------------------------------------- */
#cookies {
  background-color: #4f4f4f;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: Calibri, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
}
#cookies a {
  color: #ffffff;
  font-weight: 500;
}
#cookies a:hover,
#cookies a:focus,
#cookies a:active {
  color: #212121;
}

/* Header
-------------------------------------------------------------- */
#header {
  padding: 10px 0;
  /* background-image: linear-gradient(#ffffff, #e5e5e5); */
  color: #000000;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
#header .logo.small img {
  width: 60px;
  line-height: 60px;
  transition: all 0.3s;
}

#header .uk-navbar {
  background: none;
}
#header .uk-navbar-nav > li > a {
  color: #f9df51 !important;
  /* font-size: 14px; */
  font-weight: normal;
  position: relative;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#header .uk-navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f9df51 !important;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .uk-navbar-nav > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#header .uk-navbar-nav > li.uk-open > a,
#header .uk-navbar-nav > li.uk-active > a,
#header .uk-navbar-nav > li > a.uk-active,
#header .uk-navbar-nav > li > a:hover,
#header .uk-navbar-nav > li > a:focus {
  color: #000000;
  background: none;
}
#header .uk-dropdown {
  padding: 5px 15px;
}
#header .uk-dropdown a {
  color: #ffffff;
  /* font-size: 14px; */
}
#header .uk-dropdown a {
  color: #f9df51;
  background: none;
}
#header .uk-dropdown li {
  background: none;
  border-bottom: solid 1px #c0c0c0;
}
#header .uk-dropdown li:nth-last-child(1) {
  border-bottom: none;
}
#header .uk-dropdown a:hover,
#header .uk-dropdown a:focus {
  color: #000000;
}

/* Header
-------------------------------------------------------------- */
#header .uk-list li {
  display: inline-block;
  margin-right: 5px;
}

/* Slider
-------------------------------------------------------------- */
#slider .uk-slideshow {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
#slider .uk-dotnav > * > * {
  display: inline;
  background: none !important;
}
#slider .uk-dotnav a.dot {
  background: none !important;
  font-size: 16px;
}
#slider .uk-dotnav a.dot::before {
  content: "\f10c";
  font-family: FontAwesome;
}
#slider .uk-dotnav .uk-active a.dot::before,
#slider .uk-dotnav a.dot:focus::before,
#slider .uk-dotnav a.dot:hover::before {
  content: "\f192";
  font-family: FontAwesome;
}
#slider .uk-slidenav {
  color: #e52520;
}
#slider h2 {
  color: #ffffff;
}
#slider h3 {
  color: #ffffff;
}
@media (max-width: 360px) {
  #slider h2 {
    font-size: 18px;
    line-height: 18px;
  }
  #slider h3 {
    /* font-size: 14px; */
    line-height: 14px;
  }
}

/* Wrapper
-------------------------------------------------------------- */
#wrapper a {
  text-decoration: none;
}
@media (min-width: 360px) {
  #wrapper {
    min-height: 600px;
  }
}
#wrapper.lightbox {
  min-height: 524px;
}
/* Footer
-------------------------------------------------------------- */
#footer {
  /* background-image: linear-gradient(#fafafa, #b8b8b8); */
  color: #000000;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2);
}
#footer .uk-list {
  margin: 0;
}
/* #footer > .uk-container > .uk-flex .logo img {
  width: 260px;
} */
#footer .logo {
  display: flex;

  self-align: center;
  width: 150px;
}
#footer .title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #eeeeee;
}
#footer i {
  color: #eeeeee;
}

/* Footer menu
-------------------------------------------------------------- */
#footer .footer-menu li {
  /* font-size: 14px; */
  padding: 5px 10px 0 0;
}
#footer .footer-menu li a {
  /* font-size: 14px; */
}
#footer .footer-menu li a:hover,
#footer .footer-menu li a:focus {
  text-decoration: underline;
}

/* Developer
-------------------------------------------------------------- */
#developer {
  display: flex;
  background-color: #153e79;
  padding: 10px 0;
  color: #ffffff;
}

/* Table
-------------------------------------------------------------- */
/*.table {
  background-color: #FFFFFF;
  width: 100%;
  border-collapse: collapse;
    border-spacing: 0;
}
.table td {
  padding: 5px;
}
.table.table-bordered td {
  border: solid 1px #DDDDDD;
} */

/* AS TABLE
-------------------------------------------------------------- */
.table .thead {
  border-bottom: 2px solid #e4e7ea;
  color: #666666;
  font-size: 13px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.table .thead .th {
  padding-left: 10px;
}
.table .tbody .tr:nth-last-child(odd) {
  background-color: #f5f5f5;
}
.table .tbody .td {
  padding: 10px 0 5px 10px;
}
.table .thead .th:last-child,
.table .tbody .td:last-child,
.table .tfooter .td:last-child {
  padding-right: 5px;
}
.table .tfooter {
  border-top: 2px solid #e4e7ea;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* News
-------------------------------------------------------------- */
.news {
  display: block;
  color: #212121;
}
.news:hover,
.news:focus {
  text-decoration: none;
  color: inherit;
  box-shadow: 0px 1px 0px 0px rgba(192, 192, 192, 0.5);
}
.news:hover .title,
.news:focus .title {
  text-decoration: underline;
}
.news .title {
  font-family: Comfortaa, sans-serif;
  color: #093458;
}
.news .teaser {
  font-family: Calibri, sans-serif;
}

/* News
-------------------------------------------------------------- */
.trainer {
  display: block;
}
.trainer:hover,
.trainer:focus {
  text-decoration: none;
  color: inherit;
}
.trainer:hover .title,
.trainer:focus .title {
  text-decoration: underline;
}
.trainer .image img {
  border: solid 1px #777777;
}
.trainer .title {
  font-size: 20px;
  color: #000000;
}

/* Share button
-------------------------------------------------------------- */
.share {
  clear: both;
}
.uk-button.uk-button-facebook {
  background-color: #3b5998;
  color: #fff;
}
.uk-button.uk-button-google-plus {
  background-color: #dd4b39;
  color: #fff;
}
.uk-button.uk-button-twitter {
  background-color: #55acee;
  color: #fff;
}
.uk-button.uk-button-vk {
  background-color: #537599;
  color: #fff;
}
.uk-button.uk-button-ok {
  background-color: #f2720c;
  color: #fff;
}
.uk-button.uk-button-livejournal {
  background-color: #000;
  color: #fff;
}
.uk-button.uk-button-mail-ru {
  background-color: #168de2;
  color: #f7aa21;
}
.uk-button.uk-button-linkedin {
  background-color: #0077b5;
  color: #fff;
}

/* Socnets icons
-------------------------------------------------------------- */
.icon-facebook {
  color: #3b5998;
}
.icon-google-plus {
  color: #dd4b39;
}
.icon-twitter {
  color: #55acee;
}
.icon-vk {
  color: #537599;
}
.icon-ok {
  color: #f2720c;
}
.icon-livejournal {
  color: #000;
}
.icon-mail-ru {
  color: #168de2;
}
.icon-linkedin {
  color: #0077b5;
}

/* ReCaptcha
-------------------------------------------------------------- */
.g-recaptcha {
  background-color: #f9f9f9;
  overflow: hidden;
  border: 1px solid #dddddd;
}
.g-recaptcha > div {
  margin-bottom: -3px;
  margin-left: -2px;
  margin-top: -1px;
  overflow: hidden;
  width: 300px !important;
}

/* GoTop
-------------------------------------------------------------- */
#top {
  display: none;
  color: #fff;
  background-color: #e52520;
  position: fixed;
  border-radius: 50%;
  bottom: 80px;
  right: 25px;
  z-index: 5;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/* Offcanvas
-------------------------------------------------------------- */
#offcanvas {
  background-color: rgba(0, 0, 0, 0.8);
}
#offcanvas .uk-offcanvas-bar {
  background-color: #093458 !important;
  color: #ffffff;
  width: 85%;
  padding: 10px;
}
#offcanvas .offcanvas-title {
  color: #153e79;
  font-size: 18px;
  padding-top: 15px;
  text-transform: uppercase;
}
#offcanvas .uk-panel {
  padding: 0;
  margin: 20;
}
#offcanvas .uk-nav > li > a {
  padding: 5px 5px;
}

#offcanvas .footer-menu li {
  /* font-size: 14px; */
  padding: 5px 10px 0 0;
  margin-bottom: 5px;
}
#offcanvas .footer-menu li a {
  /* font-size: 14px; */
  color: #153e79;
}
#offcanvas .footer-menu li a:hover,
#offcanvas .footer-menu li a:focus {
  text-decoration: underline;
}

/* Slide menu
-------------------------------------------------------------- */
#slide-menu {
  display: flex; /* Utiliza flexbox para alinear horizontalmente el contenido */
  justify-content: center;
}
#slide-menu li {
  text-align: center;
  margin-top: 25px !important;
}

#slide-menu a {
  font-size: 20px;
  font-weight: 600;
  color: #f9df51;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

#slide-menu a:hover,
#slide-menu a:focus {
  color: #000000;
}
#slide-menu li.uk-active > a {
  color: #000000;
}
#slide-menu .uk-nav-sub {
  padding-left: 15px;
}

/* Pagination
-------------------------------------------------------------- */
.uk-pagination > .uk-active > span {
  background-color: #093458;
}

.uk-pagination > .uk-active > a {
  background-color: #093458;
}

.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  //background-color: #1f3770;
  background-color: #093458;
  color: #ffffff;
}

/* Galleries
-------------------------------------------------------------- */
#galleries .title {
  color: #000000;
}
#galleries .gallery:hover,
#galleries .gallery:focus {
  text-decoration: underline;
}

/* locations
-------------------------------------------------------------- */
#google-map {
  height: 190px;
}
#locations {
  -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2);
}
#locations .uk-button-danger {
  background-color: #e52520;
}
.toggle-box {
  position: relative;
  height: 500px;
  overflow: hidden;
  border: solid 7px #e52520;
  z-index: 1;
}
.toggle-box button {
  position: absolute;
  right: 0;
  z-index: 1002;
}
#toggle-list {
  right: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 260px;

  background-color: #ffffff;
  -webkit-box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.14);
}
#location-map,
.location-map {
  height: 100%;
  height: 100%;
  z-index: 1;
}
#locations-list {
  margin-top: 30px;
  height: 470px;
  overflow-y: auto;
  margin-bottom: 0;
}
#locations-list .marker.active {
  color: #e52520;
}
#locations-list li i {
  color: #c0c0c0;
}
#locations-list li {
  cursor: pointer;
  font-weight: 400;
  padding-left: 15px;
}
#locations-list li:hover,
#locations-list li:focus {
  color: #e52520;
}
.leaflet-popup-content .title {
  /* font-size: 14px; */
  font-weight: 600;
  color: #e52520;
  margin-bottom: 5px;
  border-bottom: solid 1px #c0c0c0;
  min-width: 250px;
}
.leaflet-popup-content .address {
  padding-bottom: 5px;
}
.leaflet-popup-content .image img {
  width: 80px;
}
.leaflet-popup-content .info {
  padding-bottom: 5px;
  min-width: 165px;
}
.leaflet-popup-content i {
  color: #153e79;
}

/* Home blocks
-------------------------------------------------------------- */
a.home-block:hover,
a.home-block:focus {
  text-decoration: none;
}
a.home-block:hover .uk-panel,
a.home-block:focus .uk-panel {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.home-block .uk-panel {
  padding: 10px;
}
.home-block .uk-panel-title {
  color: #e52520;
}
.home-block .uk-panel-description {
  color: #000000;
  padding-top: 10px;
}

.services li {
  padding-left: 50px;
}

/* Calculator
-------------------------------------------------------------- */
#calculator .uk-panel {
  border: 1px solid #ddd;
  border-top: none;
}
#calculator .uk-panel-title {
  font-family: Calibri, sans-serif;
  color: #153e79;
  border-top: 1px solid #ddd;
}
#calculator .uk-panel-title {
  padding: 10px;
  background-image: linear-gradient(#ffffff, #e5e5e5);
}
#calculator .uk-panel-title.sub-title {
  margin-left: -10px;
  margin-right: -10px;
}
#calculator .uk-panel-content {
  padding: 0 10px;
}
#calculator .uk-panel-footer {
  padding: 0 10px 10px 0;
}

/* Calculator
-------------------------------------------------------------- */
.uk-alert-danger,
.uk-notify-message-danger {
  background: #e52520;
  color: #ffffff;
}
.uk-alert-success,
.uk-notify-message-success {
  background: #084399;
  color: #ffffff;
}

/* sitemap
-------------------------------------------------------------- */
#sitemap dt {
  font-weight: 600 !important;
  color: #153e79 !important;
}

/* Companies
-------------------------------------------------------------- */
#companies .company {
  padding: 5px;
  border: 1px solid #ddd;
  background-image: linear-gradient(#ffffff, #e5e5e5);
}
#companies .company img {
  border: none;
}
#companies .company a {
  font-weight: 600;
  color: #153e79;
}
/*#companies .company a:before {
   font-family: FontAwesome;
   content: "\f0ac";
   margin-right: 5px;
} */
#companies .company p {
  font-size: 12px;
}
/*
FULL screen mode
.uk-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 25px !important;
}
*/

/* Services
-------------------------------------------------------------- */
#services h3 {
  padding: 0;
  margin: 0;
}
#services hr {
  margin: 5px 0;
}
#services .uk-h5 {
  font-size: 12px;
  line-height: 13px;
}
#services .uk-button {
  font-size: 11px !important;
}

/* Breadcrumbs
-------------------------------------------------------------- */
#breadcrumbs,
#breadcrumbs a {
  color: #c0c0c0;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
  color: #000000;
  text-decoration: underline;
}
#breadcrumbs i {
  margin-left: 5px;
  margin-right: 5px;
}

/* Objects
-------------------------------------------------------------- */
#objects .object {
  border-bottom: solid 1px #c0c0c0;
}
#objects .object:last-child {
  border-bottom: none;
}
#objects .object .object-id {
  color: #cc0000;
}
#objects .object .text-desc {
  font-size: 12px;
}
#objects .object .text-tit {
  font-size: 20px;
  font-weight: 600;
}
#objects .uk-badge-sell {
  background-color: #cc0000;
}
#objects .uk-badge-rent {
  background-color: #000099;
}
/* Object
-------------------------------------------------------------- */
#object .slideset {
  padding: 0 30px;
}
#object .uk-slidenav {
  width: 30px;
}
#object .uk-slidenav-position .uk-slidenav-previous {
  left: -35px;
  display: block;
}
#object .uk-slidenav-position .uk-slidenav-next {
  right: -35px;
  display: block;
}
#object .text-desc {
  font-size: 13px;
}
#object .text-tit {
  font-size: 20px;
  font-weight: 600;
}
#object .overview:nth-child(odd) .bgs {
  background-color: #f5f5f5;
  padding: 5px 0;
}
/* Objects filter welcome page
-------------------------------------------------------------- */
#front-filter {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  z-index: 10;
}
#front-filter-overlay {
  z-index: 2;
}

/* Custom */

.blue-aragon {
  background-color: #093458 !important;
}

.gray-aragon {
  color: #eeeeee;
}

.rounded-6 {
  border-radius: 6px;
}
.yellow-aragon {
  color: #f9df51 !important;
}

.input-form {
  min-width: 100%;
}

.form-buttom {
  background-color: #093458 !important;
  color: #eeeeee;
}

.form-buttom:hover {
  color: #eeeeee !important;
}

.dropdown-lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -35px;
  bottom: 0px;
  right: 0px;
  width: 110px;
  height: 55px;
  border-radius: 10px 10px 0 0;
  background-color: rgb(205, 205, 205);
  z-index: 1;
  transition: all 0.9s ease;
  padding: 3px;
  padding-top: 0px !important;
}

.dropdown-lang > p {
  color: rgb(21, 62, 121);
  margin-bottom: 5px;
}

button,
input,
select,
h2,
img,
textarea {
  border-radius: 6px 6px 6px 6px !important;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
  .flow-text-uppercase {
    font-size: 1.12rem;
  }
}
@media only screen and (min-width: 700px) {
  .flow-text {
    font-size: 1.3rem;
  }
  .flow-text-uppercase {
    font-size: 1.13rem;
  }
}
@media only screen and (min-width: 800px) {
  .flow-text {
    font-size: 1.35rem;
  }
  .flow-text-uppercase {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 1000px) {
  .flow-text {
    font-size: 1.4rem;
  }
  .flow-text-uppercase {
    font-size: 1.2rem;
  }
  .slider-height {
    min-height: 600px;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  #front-filter {
    top: 10%;
    width: 1180px;
  }

  .filter-center {
    margin-top: 60px;
  }
  .font-footer {
    font-size: 20px !important;
  }
  .footer-text-block {
    padding-left: 20px !important;
  }
  .slider-height {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  #front-filter {
    top: 2%;
    width: 95%;
  }
  #slider .uk-slideshow,
  #slider .uk-slideshow li {
    min-height: 270px !important;
  }
  .font-footer {
    font-size: 20px !important;
  }
  .footer-text-block {
    padding-left: 20px;
  }
}
/* Desktop and bigger */
@media (max-width: 960px) {
  #front-filter {
    top: 5%;
    width: 95%;
  }
  #slider .uk-slideshow,
  #slider .uk-slideshow li {
    min-height: 200px !important;
  }
  .filter-center {
    margin-top: 50px;
  }
  .font-footer {
    font-size: 20px !important;
  }
  .slider-height {
    min-height: 600px;
  }
}
/* Tablet and bigger */
@media (max-width: 768px) {
  #front-filter {
    width: 95%;
  }
  #slider .uk-slideshow,
  #slider .uk-slideshow li {
    min-height: 450px !important;
  }
  .font-footer {
    font-size: 18px !important;
  }
  .footer-menu-mobile {
    display: flex; /* Utiliza flexbox para alinear horizontalmente el contenido */
    flex-direction: column;
    text-align: center;
  }

  .footer-menu-mobile li {
    margin-bottom: 25px !important;
  }
  .center-nav-small {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
  }
  .slider-height {
    min-height: 800px;
  }
}
/* Phone landscape and bigger */
@media (max-width: 480px) {
  #front-filter {
    width: 95%;
  }
  #slider .uk-slideshow,
  #slider .uk-slideshow li {
    min-height: 450px !important;
  }
  .center-logo-mobile {
    display: flex;
    justify-content: space-between;
  }
  .font-footer {
    font-size: 16px !important;
  }

  /* Footer menu */
  .footer-menu-mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .footer-menu-mobile li {
    margin-bottom: 25px !important;
  }

  .center-nav-small {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
  }

  .form-contact-center {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-6 {
    padding: 60px;
  }

  .div-logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .center-div {
    display: flex; /* Establece el contenedor principal como un contenedor flex */
    justify-content: center; /* Centra los elementos secundarios horizontalmente */
    align-items: center; /* Centra los elementos secundarios verticalmente */
    padding: 30px;
  }

  .contact-data {
    padding: 20px;
  }

  /* Slider */
  .slider-height {
    min-height: 800px;
  }
}

/* Languages
-------------------------------------------------------------- */
.languages {
  text-align: right;
}
.languages i {
  color: #eeeeee;
}
.languages a {
  color: #eeeeee;
  text-decoration: none;
  border-right: solid 1px #919191;
  padding-right: 5px;
}
.languages a:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px !important;
}
.languages a:hover,
.languages a.active {
  //color: #cc1417;
  color: #f9df51;
  text-decoration: none;
}

/* Hidden label
--------------------------------------------------------------- */
.labelHidden {
  display: none;
}
