a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


[x-cloak] {display: none !important;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button,
input,
select,
textarea {
  outline: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1458px;
  margin: 0 auto;
}
.container-fluid {
  width: calc(100% - 2 *);
  margin: 0 5vw;
}
:root {
  font-size: 16px;
}
body {
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  line-height: 1.9em;
  font-weight: 400;
  color: #282c38;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 30px 0 15px;
  line-height: 1.1em;
  color: #282c38;
}
.h1,
h1 {
  font-size: 4.1875rem;
}
.h2,
h2,
.header_top h1 {
  font-size: 3.125rem;
}
.h3,
h3 {
  font-size: 2.375rem;
}
.h4,
h4 {
  font-size: 1.3125rem;
}
.h5,
h5 {
  font-size: 1.125rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.sub .h1,
.sub h1 {
  font-size: 4.1875rem;
}
.sub .h2,
.sub h2 {
  font-size: 3.125rem;
}
.sub .h3,
.sub h3 {
  font-size: 2.375rem;
}
.sub .h4,
.sub h4 {
  font-size: 1.3125rem;
}
.sub .h5,
.sub h5 {
  font-size: 1.125rem;
}
.sub .h6,
.sub h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.375rem;
  line-height: 2em;
}
ol,
p,
ul {
  margin-bottom: 16px;
}
ol,
ul {
  margin-left: 30px;
}
ol > li,
ul > li {
  margin-bottom: 8px;
}
ul > li {
  list-style: square outside;
}
ol > li {
  list-style: decimal outside;
}
blockquote {
  display: block;
  padding-left: 90px;
  position: relative;
  margin-bottom: 1rem;
}
blockquote em,
blockquote small {
  display: block;
}
blockquote em {
  font-size: 2rem;
  line-height: 2.5rem;
  font-style: italic;
  margin-bottom: 1rem;
}
blockquote small {
  text-align: right;
  font-size: 1rem;
}
blockquote::before {
  position: absolute;
  top: 3.5rem;
  left: 0;
  content: "”";
  font-family: serif;
  opacity: 0.1;
  font-size: 180px;
}
.well {
  background: rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}
.text-left,
.tl {
  text-align: left;
}
.tc,
.text-center {
  text-align: center;
}
.text-right,
.tr {
  text-align: right;
}
.bold,
.strong,
b,
strong {
  font-weight: 700;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.r-m,
.responsive-media {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.alerts {
  position: relative;
}
.alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #ccc;
  width: calc(100% - 30px);
}
.alert.alert-success {
  background-color: #008020;
  z-index: 20;
}
.alert.alert-warning {
  background-color: #f59f00;
  z-index: 2;
}
.alert.alert-danger {
  background-color: red;
  z-index: 1;
}
.alert.alert-info {
  background-color: #4babe2;
  z-index: 20;
}
.btn {
  background: red;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid red;
  border-radius: 0;
  padding: 1rem 2.5rem;
  line-height: 1em;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Poppins, sans-serif;
}
.btn:hover {
  background: #ff2929;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
  background: #d60000;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn.block {
  display: block;
}
.btn.big {
  padding: 1rem 3rem;
  font-size: 1.5rem;
}
.btn.small {
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
}
button {
  cursor: pointer;
}
.btn.alt {
  background: 0 0;
  color: red;
  border: 1px solid red;
}
.btn.alt:hover {
  color: #fff;
  background: red;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
  color: #fff;
  background: #d60000;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
  background: #4babe2;
  border-color: #4babe2;
}
.bg-danger {
  background: red;
  border-color: red;
}
.bg-warning {
  background: #f59f00;
  border-color: #f59f00;
}
.bg-success {
  background: #008020;
  border-color: #008020;
}
.bg-primary {
  background: red;
  border-color: red;
}
.bg-secondary {
  background: #282c38;
  border-color: #282c38;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-info {
  color: #4babe2;
}
.color-danger {
  color: red;
}
.color-warning {
  color: #f59f00;
}
.color-success {
  color: #008020;
}
.color-primary {
  color: red;
}
.color-secondary {
  color: #282c38;
}
.bg-none {
  background: 0 0 !important;
}
.navbar__toggler {
  display: none;
}
#navbar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  height: 210px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo img {
  height: 260px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar.affix {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 70px;
}
#navbar.affix .logo {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#navbar.affix .logo img {
  height: 120px;
}
.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-nav li {
  list-style: none;
  margin-left: 30px;
  margin-bottom: 0;
}
.navbar-nav li:first-child {
  margin-left: 0;
}
.navbar-nav a {
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: relative;
  overflow: hidden;
}
.navbar-nav a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: red;
  width: 25px;
  height: 5px;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after,
.navbar-nav li:hover > a::after {
  left: 0;
}

#navbar .container {
  position: relative;
}

.navbar-contact {
  position: absolute;
  top: 1rem;
  right: 0;

  display: flex;
  align-items: center;
  gap: 1rem;

  a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    transition: color 200ms;

    &:hover,
    &:focus {
      color: red;
    }
  }

}

.affix .navbar-contact {display: none;}

@media (width < 1200px) {

  .navbar-contact {
    top: .25rem;

    a {
      font-size: 1rem;
    }
  }
}

@media (width < 1024px) {
  .navbar-contact {
    top: 2.25rem;
    right: 7rem;

    a {
      font-size: 1rem;
    }
  }

  #navbar .container {
    position: unset;
  }
}

@media (width <= 800px) {
  .navbar-contact {
    top: 1.75rem;
    right: 5rem;
  }
}

@media (width <= 660px) {
  .navbar-contact {
    display: none;
  }
}

@media (width > 1024px) {
  .mobile-only {display: none !important;}
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 230px;
  background: red;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
li:hover > .dropdown {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.dropdown .dropdown {
  top: 0;
  left: 100%;
}
.toLeft > .dropdown {
  right: 0;
  left: auto;
}
.dropdown .toLeft > .dropdown {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown li {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}
.dropdown a {
  padding: 10px 15px;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 1.1;
  font-size: 0.875rem;
  font-family: Poppins, sans-serif;
  border-radius: 0;
}
.dropdown a::after {
  display: none;
}
.dropdown > li:hover > a {
  color: red;
  background: #fff;
}
.dropdown > li:first-child > a {
  border: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
}
#main a:not(.btn) {
  color: red;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
#main a:not(.btn):hover {
  color: #d60000;
  text-decoration: underline;
}
header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
header .swiper-slide img {
  min-width: 100vw;
  display: block;
}
.header_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
#header_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 1)),
    color-stop(40%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header_top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.header_top h2,
.header_top h1 {
  color: #fff;
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.header_top h1 span,
.header_top h2 span {
  display: inline-block;
  margin-bottom: 5px;
  background: red;
  padding: 15px 25px;
  line-height: 1;
}

.header_top h1 span:last-of-type,
.header_top h2 span:last-of-type {
  margin-bottom: 0;
}
#scroll {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 25;
  width: 52.3px;
  height: 52.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: red;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#scroll:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}
#scroll .mouse {
  width: 20px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#scroll .roll {
  width: 2px;
  height: 5.5px;
  border-radius: 1px;
  background: #fff;
  margin-top: 5px;
}
#sub_pages {
  padding: 150px 0;
  background: url(/img/dots.svg) center top no-repeat;
}
#sub_pages .container {
  box-shadow: 0 20px 100px #00000014;
}
#sub_pages .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#sub_pages .card_img {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#sub_pages .card_body {
  background-color: #fff;
  padding: 0 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#sub_pages .card_body h3 {
  margin: 15px 0;
}
#sub_pages .card_body small {
  font-size: 0.875rem;
  text-transform: uppercase;
}
#sub_pages .card.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home #galeria .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}

.home #galeria .gallery .col {
  width: 50%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home #galeria .gallery a {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  flex-grow: 1;
}
.home #galeria .gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  box-shadow: none !important;
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home #galeria .gallery a:hover img {
  transform: scale(1.1);
}

.home .gallery {
  margin-bottom: 150px;
}
.before-after {
  overflow: hidden;
  width: 100%;
  max-width: 1458px;
  height: 90vh;
  position: relative;
}
.after,
.before {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.content-image {
  min-width: 100%;
  -o-object-position: left;
  object-position: left;
}
.after {
  width: 125px;
}
.scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}
.scroller:hover {
  opacity: 1;
  cursor: col-resize;
}
.scrolling {
  pointer-events: none;
  opacity: 1;
}
.scroller__thumb {
  width: calc(100% - 10px);
  height: 100%;
  padding: 0 5px;
}
.scroller:after,
.scroller:before {
  content: " ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.scroller:before {
  top: 100%;
}
.scroller:after {
  bottom: 100%;
}
.scroller {
  border: 5px solid red;
}
.scroller:after,
.scroller:before {
  background: red;
}
#oferta {
  padding: 150px 0;
  position: relative;
}
#oferta .row {
  align-items: stretch;
}
#oferta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dadada;
  overflow: hidden;
  height: 100%;
}
#oferta a img {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#oferta a:hover .caption {
  color: red;
}
#oferta a:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#oferta .caption {
  text-align: center;
  width: 100%;
  padding: 100px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  color: #282c38;
  margin-bottom: 50px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  z-index: 100;
}
#oferta .caption img {
  margin-bottom: 30px;
}
#oferta .caption strong {
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
#oferta::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 175px);
  left: 0;
  width: 300px;
  height: 350px;
  background: url(/img/rino.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}
#oferta::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 175px);
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 300px;
  height: 350px;
  background: url(/img/rino.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}

#oferta .full-box {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

#oferta .full-box a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

#oferta .full-box .caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 0 0 0 60px;
}

#oferta .full-box .caption span {
  text-align: left;
}

#oferta .full-box .caption img {
	margin-bottom: 0;
}

#oferta .full-box .caption strong {
	margin-bottom: 10px;
}


#mapa iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
.sub .h1,
.sub main h1 {
  margin-top: 100px;
  margin-bottom: 30px;
}

aside {
  margin-top: 100px;
  position: sticky;
  top: 120px;
}

aside h4 {margin-top: 0;}


.sub .h1::after,
.sub main h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: red;
  margin-top: 30px;
}
.sub header {
  height: 400px;
}
.sub header .swiper-slide img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sub footer {
  margin-top: 120px;
}
.sub #galeria {
  margin-top: 15px;
}
footer {
  padding: 150px 0 0;
  position: relative;
}
footer h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

footer .col-6:last-child .h4 {color: white;}

footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: -1;
}
footer .col-6:first-child .ic:not(.main) {
  margin-bottom: 30px;
}
footer .col-6:first-child .ic:not(.main) img {
  display: block;
  margin-right: 28px;
}
footer  a {
  color: #282c38;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer a:hover {
  color: red;
}
footer .col-6:first-child .ic:last-of-type span {
  opacity: 0.5;
}
footer .col-6:last-child {
  padding-left: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
footer .col-6:last-child h4 {
  color: #fff;
}
footer .row:last-of-type {
  margin-top: 30px;
}
.social_media {
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px 40px;
}
.social_media a,
.social_media img {
  display: block;
}
.social_media a {
  padding: 0 10px;
}
.copy {
  letter-spacing: 2px;
  font-size: 0.75rem;
}
.madeby {
  line-height: 1em;
}
.madeby img {
  display: block;
  width: 92px;
}
.madeby small {
  float: left;
  color: #fff;
  font-size: 0.625rem;
  margin: 1.5px 3px 0 0;
  display: inline-block;
  font-family: arial;
}
.lg-backdrop.in {
  opacity: 0.8 !important;
}
.fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.r-m,
.responsive-media {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.alerts {
  position: relative;
}
.alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #ccc;
  width: calc(100% - 30px);
}
.alert.alert-success {
  background-color: #008020;
  z-index: 20;
}
.alert.alert-warning {
  background-color: #f59f00;
  z-index: 2;
}
.alert.alert-danger {
  background-color: red;
  z-index: 1;
}
.alert.alert-info {
  background-color: #4babe2;
  z-index: 20;
}
.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 10000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
  float: left;
  width: 320px;
}
.fb_slider_right:hover {
  right: 0;
  height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
  float: left;
  background: #fff;
}
.sub #main li li {
  margin-top: 5px;
}
aside .h4 {
  margin-top: 100px;
}
aside .nav {
  margin: 0;
  width: 100%;
}
aside .nav li {
  width: 100%;
  display: block;
}
aside .nav svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  height: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
aside .nav path {
  fill: #1c1917;
}
aside .nav a {
  font-size: 1rem;
  line-height: 1.1em;
  font-weight: 700;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
aside .nav .active path {
  fill: #e51f26;
}
aside .nav a:not(.active) {
  color: #1c1917;
  opacity: 0.5;
}
aside .nav a:hover:not(.active) {
  opacity: 1;
}
aside .nav a:hover svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
aside .nav .active {
  color: #e51f26;
}
.kontaktowa footer {
  margin-top: 0;
}
#beton {
  background-color: #cfcfcf;
  height: 99.9vh;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-top: 120px;
  overflow: hidden;
}
#beton h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2rem;
}
#beton .container,
#beton .row {
  height: 100%;
}
.beton_film {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beton_film video {
  height: 100%;
}
.well p:last-of-type {
  margin-bottom: 0;
}
.dropdown {
  position: absolute;
  top: 129px;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 30px 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.2s;
  transition: opacity 350ms, transform 350ms;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition-behavior: allow-discrete;

}
.affix .dropdown {
  top: 60px;
}
.dropdown li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dropdown a {
  border: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
  padding-right: 30px;
}
.dropdown a strong {
  color: #1c1917;
  text-align: left;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.dropdown img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
a:active + .dropdown,
a:hover + .dropdown,
li:hover > .dropdown {
  transition-behavior: allow-discrete;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.dropdown li > a:hover {
  transform: none;
  opacity: 0.85;
}
.dropdown li > a:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.dropdown li > a:hover strong {
  transform: translateY(5px);
}
.header_top .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.home header .swiper-slide {
  height: 100vh;
}
header .swiper-slide .cert {
  position: absolute;
  z-index: 666;
  bottom: 50px;
  right: 0;
  min-width: 30px;
}
.thumbnail {
  float: right;
  display: block;
  max-width: 40%;
  margin: 0 0 30px 30px;
}
.gallery.captions a {
  flex-direction: column;
}
.gallery.captions a .caption {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.gallery.captions a .caption strong {
  flex-grow: 1;
  padding-right: 30px;
  color: #1c1917;
  font-size: 0.8rem;
  line-height: 1.5em;
}
.gallery.captions a .caption small {
  color: #d60000;
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1.3em;
}
.gallery.captions a img {
  transform: none !important;
}
#oferta .caption {
  margin-bottom: 0;
  padding: 100px 30px 0;
}
#galeria a span {
  color: #d60000;
}
#galeria a,
#galeria a img {
  transition: all 0.2s;
}
#galeria a:hover {
  opacity: 0.8;
}
#galeria a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
}
#news .card h4 {
  font-size: 1.65rem;
}
#news .card h4 a {
  color: #d60000;
  font-weight: 700;
  transition: all 0.2s;
}
#news .card h4 a:hover {
  color: #a80000;
}
#news .card_img {
  display: block;
  overflow: hidden;
}
#news .card_img img {
  transition: all 0.2s;
}
#news .card_img:hover img {
  transform: scale(1.1);
}
.thumbnail {
  float: right;
  display: block;
  max-width: 45%;
}
.thumbnail img {
  width: 100%;
  display: block;
}
aside h4 {
  margin-bottom: 30px;
}
aside .card {
  display: flex;
  margin-bottom: 30px;
}
aside .card_img {
  margin-right: 30px;
  width: 100px;
  flex-shrink: 0;
}
aside .card_img img {
  width: 100%;
  display: block;
}
aside .card h3 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1.3em;
}
aside .card h3 a {
  transition: all 0.2s;
  color: #e51f26;
}
aside .card h3 a:hover {
  color: #a80000;
}
aside .card small {
  opacity: 0.5;
  font-size: 0.95rem;
}

small {
	font-size: .8125rem;
	line-height: 1.2;
	display: block;
}

.pr-30 {
	padding-right: 30px;
}

#seo {
  padding-bottom: 150px;
}


.kontaktowa {
  footer {
    padding: 0;
  }

  footer .row:last-of-type {
    margin-top: 0;
  }

  #main {
    .ic {
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
  }

  form {
    input, select, textarea {
      border-color: black;
      color: black;
      background-color: #fff;

      &:hover,
      &:focus {
        border-color: #2f2f2f;
        color: black;
      }

      &.error {
        border-color: red;
      }
    }
  }
}


#galeria .row {
  gap: 30px;
}

#galeria .row .col-3 {margin: 0;}

#galeria a {
  width: 100%;
  display: block;

  & img {width: 100%;}
}

@media (max-width: 1023px) {
  #galeria .row .col-3 {
    --w: 47%;
    width: var(--w);
    max-width: var(--w);
    flex-basis: var(--w);
  }
}

@media (max-width: 485px) {
  #galeria .row .col-3 {
    --w: 100%;
    width: var(--w);
    max-width: var(--w);
    flex-basis: var(--w);
  }
}



/* MARK: realizacje */



.sub #realizacje {
	padding-bottom: 0;
}

.sub #realizacje .col {
	margin: 0;
	flex-basis: 25%;
}

.sub #realizacje .row a {
	display: flex;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	height: 100%;
}

.sub #realizacje .row a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 7px solid rgba(0, 0, 0, 0.1);
}

.sub #realizacje .row a::after {
	content: "";
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	will-change: border;
	z-index: 10;
	border: 2px solid #ffffff80;
	clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
	-webkit-clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));

	transition: all 0.2s;
}

.sub #realizacje .row a .caption {
	z-index: 30;
	position: absolute;
	color: white;
	box-sizing: border-box;
	padding: 15px 30px;
	background-color: #282c38;
	bottom: 30px;
	transition: background-color 200ms, transform 200ms;
}

.sub #realizacje .row a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 1s;
	position: relative;
	z-index: 1;
}

.sub #realizacje .row a:hover img {
	transform: scale(1.03);
}

.sub #realizacje .row a:hover .caption {
	background-color: #3d4252;
  transform: translateY(-3px);
}

.sub #realizacje .row a:hover::after {
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
}


#filter {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	flex-wrap: wrap;
}

.filter_tag {
	background-color: #dd0019;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.filter_tag:not(.active):focus {
	background-color: transparent;
	color: #dd0019 !important;
}

.filter_tag:not(.active):focus::after {
	display: none;
}

#filter a {
	flex-basis: 100%;
}

#filter a:focus {
	color: #dd0019;
}

.r.hidden {
	display: none;
}

.r.show {
	transform-origin: center;
	transform: scale(0);
	opacity: 0;
	animation: show 0.3s 1 forwards;
}

@keyframes show {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.relative {
  position: relative;
}

.logo-logo {
  max-height: 110px;
}

.gap-15 {
  gap: 15px;
}


@media (max-width: 1280px) {
  .logo-logo {
    max-height: 70px;
  }
}

header, main {
  overflow: hidden;
}

