@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1080px) {
  html {
    font-size: 58%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 54%;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

div.container-flex {
  height: calc(100% - 86px) !important;
}

div.container-flex img {
  height: calc(100% - 86px) !important;
}

div#menu-rotate {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  bottom: 0;
  justify-content: center;
  align-items: flex-end;
}

div#menu-rotate div {
  cursor: pointer;
  color: #fff;
  padding: 5px 25px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 300px;
  text-align: center;
  user-select: none;
  transition: max-height 0.5s ease-in;
}

@media (max-width: 1065px) {
  div#menu-rotate div {
    font-size: 20px;
  }
}

@media (max-width: 890px) {
  div#menu-rotate div {
    font-size: 16px;
  }
}

@media (max-width: 755px) {
  div#menu-rotate div {
    display: none;
  }
}

.red {
  background-color: #d80010;
}

.black {
  background-color: #000000;
}

div#menu-rotate div p {
  font-size: 12px;
  margin: 5px 0 0 0;
  width: 100%;
  padding: 5px 25px;
  display: none;
}

div#menu-rotate div:hover a,
div#menu-rotate div:hover p {
  display: block;
}

div#menu-rotate div a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px 25px;
  display: none;
}

ul li a:hover {
  color: #fff;
}

div#slide-1,
div#slide-2,
div#slide-3 {
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}

div#slide-1 {
  background: url("../../assets/images/rot-1.jpg");
}

div#slide-2 {
  background: url("../../assets/images/rot-2.jpg");
}

div#slide-3 {
  background: url("../../assets/images/rot-3.jpg");
}

.carousel-inner,
.carousel-item,
.carousel {
  height: 100% !important;
}
