@charset "UTF-8";
/* CSS Document */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=faf88acd-5461-4ba0-a26a-e7a01a284787");
@font-face {
  font-family: "Gilroy W05 Light";
  src: url("fonts/a6096205-61ed-4c16-b76c-a56dd651ad33.woff2") format("woff2"), url("fonts/18f98fc7-4ddd-4d5e-94c0-c9b74a2325bd.woff") format("woff");
}
@font-face {
  font-family: "Gilroy W05 Medium";
  src: url("fonts/94b9ba0e-1690-4966-8af8-7d8a1c22c221.woff2") format("woff2"), url("fonts/fd4654af-3e2f-4601-bb81-d6b08f68d9f0.woff") format("woff");
}
@font-face {
  font-family: "Gilroy W05 Bold";
  src: url("fonts/e62d07e6-5c21-45b8-8427-79c95511907d.woff2") format("woff2"), url("fonts/e667d70b-2326-4c62-8f38-200c31c3b08c.woff") format("woff");
}
body, p {
  font-family: 'Gilroy W05 Medium', sans-serif;
}
p {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
.rama, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Gilroy W05 Light', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
h3, h4, h5, .h3, .h4, .h5 {
  line-height: 1.25;
}
.btn, .cursor-circle {
  font-family: "Gilroy W05 Bold";
  font-weight: normal;
}
.navbar-toggle {
  float: right;
}
.text-warning {
  color: #FFEC00 !important;
}
.btn-warning {
  background-color: #FFEC00 !important;
}
.bg-color {
  background-color: #FFEC00;
}
.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 #FFEC00;
}
.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-color: rgba(0, 0, 0, 0.85);
  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: #FFEC00;
}
.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: #fFEC00;
}
.odd {
  background-color: rgb(255, 255, 255, 0.05);
}
.form-control-white:focus, .form-control-white:hover {
  border-color: #FFEC00;
}
.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.35rem;
  padding: 10px 20px;
}
.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);
}


/*               */
/*               */
/* MEDIA QUERIES */
/*               */
/*               */
@media (min-width:828px) {
  .navbar-mobile-style-2 .navbar-body>.navbar-nav {
    font-size: 3rem;
  }
}
@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;}
}



@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;
  }
  .overlay-left {
    right: 33%;
    left: 0;
  }
  .overlay-right {
    left: 33%;
    right: 0
  }
  .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, .h4 {
    font-size: 1rem;
  }
  h1,.h1 { font-size: 2.3rem;}
  h2,.h2 { font-size: 1.7rem;}
  .h3, h3 { font-size: 1.25rem;}
  .icons {
    width: 33%;
  }
  .overlay-left {
    right: 0;
    left: 0;
  }
  .overlay-right {
    left: 0;
    right: 0
  }
  .btn {
    font-size: 1rem;
    padding: 5px 8px;
  }
}
@-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;
  }
}