



html {
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
}

.parallax-container {
  height: 500px;
}
.textcursor {
  cursor: text;
}
main {
  flex: 1 0 auto;
}

.staat {
  font-family: "Staatliches", cursive;
}

.logo-img {
  max-height: 30px !important;
  vertical-align: middle;
}

.header {
  margin-top: -50px;
  /*padding-top: 10vh;*/
  height: 100vh;
}
.paddingTop10vh {
  padding-top: 10vw;
}
.dividerheight {
  height: 300px;
}
.no-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.nopadding_h{
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.padding_icons{
  padding: 10px 10px 10px 10px;
}
.paddingH {
  padding-top: 6vh;
  padding-bottom: 20px;
}

.paddingHVH {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.paddingH30 {
  padding-top: 30px;
}

.paddingHB30 {
  padding-bottom: 30px;
}

.paddingMenu {
  padding-bottom: 10vh;
}
.padding20px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.paddingModal {
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.paddingModalContent {
  padding-top: 10px;
  padding-bottom: 10px;
}
.paddingModalText {
  padding-top: 20px;
  padding-bottom: 10px;
}
.page-footer {
  margin-bottom: 0px;
}

.light {
  font-weight: 100 !important;
}
.untertitle {
  display: inline-block;
  border-bottom: 25px solid #212121;
  padding-bottom: 4px;
  width: 100%;
}
.untertitle-thin {
  display: inline-block;
  border-bottom: 12px solid #212121;
  padding-bottom: 4px;
  width: 100%;
}
.bold {
  font-weight: 600;
  font-size: 6rem;
}
.bold-subtitle {
  font-weight: 600;
  font-size: 5rem;
}
.bold-title {
  font-weight: 600 !important;
  font-size: 6.8rem;
}
.default {
  cursor: default;
}
.fullwidth {
  width: 100%;
}

.center-li {
  display: inline-block;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-text {
  text-align: center;
}

.no-shadows {
  box-shadow: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.divider {
  background-color: black;
}

.divider2 {
  background-color: white;
}

.nopadding {
  padding: 0rem !important;
}

.nopaddingL {
  padding-left: 0rem !important;
}

.nopaddingR {
  padding-right: 0rem !important;
}

nav ul a:hover {
  background-color: transparent !important;
}

.iconsize1 {
  font-size: 40px !important;
}

.iconsize2 {
  font-size: 35px !important;
}

.link {
  color: black;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.link:hover {
  color: #fe0180 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.linkgrey {
  font-size: 1.2rem;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.linkgrey:hover {
  color: #fe0180;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.linkwhite {
  color: #fe0180;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.linkwhite:hover {
  color: whitesmoke;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.marca {
  width: 10vh;
  height: auto;
}

.icon-anim:hover {
  transform: rotate(180deg);
}

.icon-anim {
  transition: transform 0.5s ease 0s;
}

.icon-anim360:hover {
  transform: rotate(35deg);
}

.icon-anim360 {
  transition: transform 0.5s ease 0s;
}

.zoom-effect-container {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0;
  left: 0;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
p.texto {
  line-height: 1.8;
}
.blackblock {
  min-height: 527px !important;
}

.modal.modal-fixed-footer {
  min-height: 80vh !important;
  min-width: auto !important;
}

.text-modal {
  font-size: 1.2rem;
}

.subtitle {
  text-align: center;
}
.justify {
  text-align: justify;
  text-justify: inter-word;
}
/* divider with text <hr class="hr-text" data-content="CONTENT"> */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: left;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text:before {
  content: "";

  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;

  padding: 0 0.5em;
  line-height: 1.5em;

  color: black;
  background-color: #fcfcfa;
}
.blackboxclients {
  border: 2px solid black;
  padding: 20px;
  width: 100%;
  background-color: black;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid color("red", "lighten-3");
  border-left: 5px solid #fe0180;
}
ul:not(.browser-default)>li {
  list-style-type: circle;
}
/* end divider withj text */
.texture {
  background-image: url("../img/textures/dark5.webp");
  background-repeat: no-repeat;
  background-position: center;
}
.paddingTop {
  padding-top: 7vh;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: #212121 !important;
}
.slider .indicators .indicator-item.active {
  background-color: #fe0180;
}
.collapsible-header,
.collapsible-body,
.collapsible,
ul.collapsible > li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #fff;
}

.linklogo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linklogo:hover {
  filter: opacity(80%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scroll {

  right: 0;
  bottom: -50px !important;
  text-decoration: none;
  border-bottom: 8px solid black;
}

/* IMAGE CAPTION HOVER */
/* relevant styles */
.img__wrap {
  position: relative;
  height: 100%;
  width: auto;
}

.img__description_layer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  align-items: 0;
  padding-bottom: 10px;

  /* transition effect. not necessary */
  transition: opacity 0.25s ease-in, visibility 0.25s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
.img__img {
  transition: 0.25s ease-in;
}
.img__img:hover {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  transition: 0.25s ease-in;
}
.img__description {
  transition: 0.2s;
  transform: translateY(0.2em);
}

.img__wrap:hover .img__description {
  transform: translateY(10);
}
/* END IMAGE CAPTION HOVER */

.pulsate {
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.5;
}
@keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.row .col {
  padding: 1rem;
}
.modal {
  max-width: 90%;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.row .col {
  padding: 1rem;
}
.modal {
  max-width: 90%;
}

@media only screen and (max-width: 767px) {
  .header {
    min-height: 50vh;
  }
  .paddingH {
    padding-top: 50px;
    padding-bottom: 1vh;
  }
  .paddingHeader {
    padding-top: 15vh;
    padding-bottom: 10vh;
  }

  .marca {
    width: 15vh;
    height: auto;
  }
.img__description_layer{
  font-size: 0.8rem;
  visibility: visible;
  opacity: 1;
}
.img__description_layer h5{
  font-size: 1rem;
}
  .paddingB {
    padding-bottom: 10px !important;
  }

  .nopaddingL {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .nopaddingR {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .bold {
    font-size: 5rem;
  }
  .heavy {
    font-weight: 600;
  }
  .heavytiny {
    display: inline-block;
    border-bottom: 12px solid #212121;
    padding-bottom: 4px;
    width: 100%;
  }
  .bold-title {
    font-size: 3rem;
  }
  .bold-subtitle {
    font-weight: 600;
    font-size: 3rem;
  }
  .text-modal {
    font-size: 1rem;
  }

  .blackblock {
    min-height: auto !important;
  }

  .modal.modal-fixed-footer {
    min-height: 85% !important;
    min-width: 80% !important;
  }
}
.fullHeight {
  height: 100%;
  text-align: center;
}
.fullWidth {
  width: 100%;
  height: auto;
}
#menuicon {
  outline: none !important;
  box-shadow: none !important;
}
#menuicon:active {
  outline: none !important;
  box-shadow: none !important;
}
#menuicon:focus {
  outline: none !important;
  box-shadow: none;
}
.containerMenu:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.containerMenu:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
/*
.img__description_layer {

  visibility: visible;
  opacity: 1;

  transition: opacity 0.25s ease-in, visibility 0.25s;
}
*/
@media (min-width: 1880px) {
  .bold-title {
    font-size: 8rem;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
    max-width: 1366px;
  }
}
