@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/uyv2qnk.css");
body, .navbar-top.navbar-dark::before, .navbar-mobile.navbar-dark, footer {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  background: #151d39; /* Old browsers */
  background: -moz-linear-gradient(top, #151d39 0%, #1c0018 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #151d39 0%, #1c0018 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #151d39 0%, #1c0018 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151d39', endColorstr='#1c0018', GradientType=0); /* IE6-9 */
}
p {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
h3, h4, h5, .h3, .h4, .h5 {
  line-height: 1.25;
}
.btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.btn, .cursor-circle, .form-control {
  font-family: cheap-pine-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.divider {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-image: url('../img/divider.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
.navbar-toggle {
  float: right;
}
.text-warning {
  color: #a58c64 !important;
}
.btn-warning {
  background: rgb(201, 186, 162);
  background: -moz-linear-gradient(top, rgba(201, 186, 162, 1) 0%, rgba(173, 151, 115, 1) 49%, rgba(165, 140, 100, 1) 51%, rgba(178, 157, 123, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(201, 186, 162, 1) 0%, rgba(173, 151, 115, 1) 49%, rgba(165, 140, 100, 1) 51%, rgba(178, 157, 123, 1) 100%);
  background: linear-gradient(to bottom, rgba(201, 186, 162, 1) 0%, rgba(173, 151, 115, 1) 49%, rgba(165, 140, 100, 1) 51%, rgba(178, 157, 123, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9baa2', endColorstr='#b29d7b', GradientType=0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: linear 0.1s;
}
.btn-warning:hover {
  background: -moz-linear-gradient(top, rgba(136, 108, 69, 0.6) 0%, rgba(136, 108, 69, 0.61) 1%, rgba(136, 108, 69, 0.9) 49%, rgba(136, 108, 69, 1) 51%, rgba(136, 108, 69, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(136, 108, 69, 0.6) 0%, rgba(136, 108, 69, 0.61) 1%, rgba(136, 108, 69, 0.9) 49%, rgba(136, 108, 69, 1) 51%, rgba(136, 108, 69, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(136, 108, 69, 0.6) 0%, rgba(136, 108, 69, 0.61) 1%, rgba(136, 108, 69, 0.9) 49%, rgba(136, 108, 69, 1) 51%, rgba(136, 108, 69, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99886c45', endColorstr='#d9886c45', GradientType=0);
  border: 1px solid rgba(20, 30, 55, 0.5);
  -webkit-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.bg-color {
  background-color: #a58c64;
}
.partners {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  margin-bottom: 20px;
  position: relative;
}
.partners:hover {
  -ms-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.05);
  border-radius: 5px;
  border: 1px solid #a58c64;
}
.partners a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.partners a b {
  display: none;
}
.part-has {
  background-image: url("../img/partners/has-img.jpg");
}
.part-has:hover {
  background-image: url("../img/partners/has-img-h.jpg");
}
.part-nax {
  background-image: url("../img/partners/nax-img.jpg");
}
.part-nax:hover {
  background-image: url("../img/partners/nax-img-h.jpg");
}
.part-pla {
  background-image: url("../img/partners/pd-img.jpg");
}
.part-pla:hover {
  background-image: url("../img/partners/pd-img-h.jpg");
}
.part-ton {
  background-image: url("../img/partners/ton-img.jpg");
}
.part-ton:hover {
  background-image: url("../img/partners/ton-img-h.jpg");
}
.part-sup {
  background-image: url("../img/partners/sup-img.jpg");
}
.part-sup:hover {
  background-image: url("../img/partners/sup-img-h.jpg");
}
.part-tra {
  background-image: url("../img/partners/tra-img.jpg");
}
.part-tra:hover {
  background-image: url("../img/partners/tra-img-h.jpg");
}
.part-mon {
  background-image: url("../img/partners/mon-img.jpg");
}
.part-mon:hover {
  background-image: url("../img/partners/mon-img-h.jpg");
}
.part-tot {
  background-image: url("../img/partners/tot-img.jpg");
}
.part-tot:hover {
  background-image: url("../img/partners/tot-img-h.jpg");
}
.part-jum {
  background-image: url("../img/partners/jum-img.jpg");
}
.part-jum:hover {
  background-image: url("../img/partners/jum-img-h.jpg");
}
.chev {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  background-image: url("../img/chev.svg");
  background-size: contain;
  background-position: 0 5px;
  background-repeat: no-repeat;
}
.chev-k {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  background-image: url("../img/chev-k.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.video-mob {
  display: none;
}
#scroll_down {
  position: fixed;
  text-align: center;
  bottom: 100px;
  left: 50%;
  width: 50%;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: mousepulse 1s;
  animation: mousepulse 1s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  transition: all .4s;
  -webkit-transition: all .4s;
  background: url("../img/chev-d.svg") no-repeat center center;
  background-size: contain
}
.overlay {
  background: -moz-linear-gradient(-5deg, rgba(21, 29, 57, 0.9) 0%, rgba(28, 0, 24, 0.9) 100%);
  background: -webkit-linear-gradient(-5deg, rgba(21, 29, 57, 0.9) 0%, rgba(28, 0, 24, 0.9) 100%);
  background: linear-gradient(175deg, rgba(21, 29, 57, 0.9) 0%, rgba(28, 0, 24, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6151d39', endColorstr='#e61c0018', GradientType=1);
  position: absolute;
  top: 0;
  bottom: 0;
}
.overlay-left {
  right: 66%;
  left: 0;
}
.overlay-right {
  left: 66%;
  right: 0
}
a.text-warning:hover {
  color: rgb(255, 255, 255) !important;
}
a {
  transition: 0.2s all ease-in;
}
.card-img img {
  opacity: 0.5;
}
.card-img {
  background-color: #121212;
}
.cursor-circle {
  font-size: 150%;
}
.cursor-circle:after {
  background-color: #a58c64;
}
.carousel.fullscreen, .carousel.fullscreen .carousel-inner {
  width: 100%;
  height: 100%;
}
.carousel.fullscreen .carousel-item {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.carousel.fullscreen .carousel-item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.carousel-indicators .active {
  background-color: #a58c64;
}
.odd {
  background-color: rgb(255, 255, 255, 0.05);
}
.form-control-white:focus, .form-control-white:hover {
  border-color: #a58c64;
}
.gallery-item-lg, .gallery-item-md, .gallery-item-sm, .gallery-item-xl {
  margin: 0 0 30px 0;
}
.banner {
  padding-top: 0;
  margin-top: 0;
}
.btn {
  font-size: 1.25rem;
  padding: 4px 30px 9px;
}
.btn.roca {
  box-shadow: 6px 6px 2px rgba(0, 0, 0, .75);
  transform: skew(-10deg);
  transition: linear 0.1s;
  border-radius: 5px;
}
.btn.roca:hover {
  box-shadow: 0 0 0;
  -webkit-transform: translateY(5px) translateX(5px) skew(-10deg);
  transform: translateY(5px) translateX(5px) skew(-10deg);
}
.btn.roca span {
  display: inline-block;
  transform: skew(10deg);
}
.btn.roca b {
  transform: skew(10deg);
}
.carousel-caption {
  left: 25%;
  right: 25%;
  text-align: left;
}
.font-1, .btn-xs {
  font-size: 1rem;
}
.form-control.correct {
  color: rgb(10, 200, 10);
  background-color: rgba(10, 200, 10, 0.2);
  border-color: rgb(10, 200, 10);
}
.form-control.error {
  color: rgb(200, 10, 10);
  background-color: rgba(200, 10, 10, 0.2);
  border-color: rgb(200, 10, 10);
}
.navbar-brand img {
  width: 175px;
}
/*               */
/*               */
/* MEDIA QUERIES */
/*               */
/*               */
@media (min-width:828px) {
  .navbar-mobile-style-2 .navbar-body > .navbar-nav {
    font-size: 2rem;
  }
}
@media (max-width:1170px) {
  h1, .h1 {
    font-size: 3.2rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4, h5, .h5 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  .navbar-mobile .navbar-body > .navbar-nav {
    font-size: 28px;
  }
  .navbar-nav:not(.nav-social) .nav-link {
    padding: 6px 0;
  }
  .overlay-left {
    right: 50%;
    left: 0;
  }
  .overlay-right {
    left: 50%;
    right: 0
  }
}
#news {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151d39+0,1c0018+100 */
background: #151d39; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #151d39 0%, #1c0018 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#151d39), color-stop(100%,#1c0018)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg,  #151d39 0%,#1c0018 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg,  #151d39 0%,#1c0018 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg,  #151d39 0%,#1c0018 100%); /* IE10 preview */
background: linear-gradient(135deg,  #151d39 0%,#1c0018 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151d39', endColorstr='#1c0018',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
@media (max-width:768px) {
  .video-mob {
    display: block;
  }
  .video-lg {
    display: none;
  }
  #scroll_down {
    bottom: 20px;
    left: calc(100% - 55px);
    width: 40px;
    -webkit-animation: imousepulse 1s;
    animation: imousepulse 1s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
    background-size: 40px;
  }
  .icons {
    width: 25%;
    margin-bottom: -35px;
  }
  .carousel-caption {
    left: 15%;
    right: 15%;
  }
}
@media (max-width: 619.98px) {
  .gallery-item-lg, .gallery-item-md, .gallery-item-sm, .gallery-item-xl {
    min-height: 250px;
    margin: 10px 0;
  }
}
@media (max-width:505px) {
  .nm {
    display: none;
  }
  p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  h1, .h1 {
    font-size: 2.3rem;
  }
  h2, .h2 {
    font-size: 1.7rem;
  }
  .h3, h3 {
    font-size: 1.25rem;
  }
  .h4, h4 {
    font-size: 1rem;
  }
  .icons {
    width: 33%;
  }
  .overlay-left {
    right: 0;
    left: 0;
  }
  .overlay-right {
    left: 0;
    right: 0
  }
  .btn {
    font-size: 1rem;
    padding: 5px 8px;
  }
  .divider {
    background-position: left center;
  }
  .navbar-brand img {
    width: 125px;
  }
}
@-webkit-keyframes mousepulse {
  from {
    bottom: 100px;
  }
  to {
    bottom: 90px;
  }
}
@keyframes mousepulse {
  from {
    bottom: 100px;
  }
  to {
    bottom: 90px;
  }
}
@-webkit-keyframes imousepulse {
  from {
    bottom: 30px;
  }
  to {
    bottom: 20px;
  }
}
@keyframes imousepulse {
  from {
    bottom: 30px;
  }
  to {
    bottom: 20px;
  }
}