@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,400,400i,700,700i,800,800i,900,900i");
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue-regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'sensations_and_qualitiesRg';
  src: url("../fonts/sensations_and_qualities-webfont.woff2") format("woff2"), url("../fonts/sensations_and_qualities-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  background: url("../images/bg-pattern.jpg") top left repeat;
  color: #7d7f84;
  height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px; }

a {
  cursor: pointer; }

#header .main-tittle {
  position: relative; }
  #header .main-tittle h1 {
    font-family: 'bebas_neueregular';
    font-size: 300px;
    font-size: 23vw;
    letter-spacing: 8px;
    background: -webkit-linear-gradient(#4b4b4e, #2e2e30);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #header .main-tittle span {
    font-family: 'sensations_and_qualitiesRg';
    color: #5b5b5d;
    font-size: 17vw;
    letter-spacing: 5px;
    position: absolute;
    bottom: 7%;
    right: -2%; }
    @media (max-width: 767.98px) {
      #header .main-tittle span {
        right: 0%; } }
@media (max-width: 575.98px) {
  #header {
    margin-top: 50px; } }

.fixed-top {
  background-color: transparent;
  transition: background-color .5s ease; }

.affix {
  background-color: rgba(50, 51, 53, 0.95) !important; }

nav.navbar .navbar-nav button.btn-brand, nav.navbar .navbar-nav a.btn-brand {
  background: transparent;
  border-radius: 20px;
  padding: .3rem .8rem;
  margin: 0 2px;
  border-color: #cecccc;
  transition: .5s all ease;
  border-width: 2px; }
  nav.navbar .navbar-nav button.btn-brand:hover, nav.navbar .navbar-nav a.btn-brand:hover {
    border-width: 3px;
    border-style: solid; }
    nav.navbar .navbar-nav button.btn-brand:hover.marca1, nav.navbar .navbar-nav a.btn-brand:hover.marca1 {
      border-color: #00dafa; }
    nav.navbar .navbar-nav button.btn-brand:hover.marca2, nav.navbar .navbar-nav a.btn-brand:hover.marca2 {
      border-color: #fec417; }
    nav.navbar .navbar-nav button.btn-brand:hover.marca3, nav.navbar .navbar-nav a.btn-brand:hover.marca3 {
      border-color: #00dafa; }
    nav.navbar .navbar-nav button.btn-brand:hover.marca4, nav.navbar .navbar-nav a.btn-brand:hover.marca4 {
      border-color: #00db6a; }
    nav.navbar .navbar-nav button.btn-brand:hover.link-inner, nav.navbar .navbar-nav a.btn-brand:hover.link-inner {
      border-color: black; }
  nav.navbar .navbar-nav button.btn-brand:focus, nav.navbar .navbar-nav button.btn-brand:active, nav.navbar .navbar-nav a.btn-brand:focus, nav.navbar .navbar-nav a.btn-brand:active {
    outline: none !important;
    box-shadow: none; }
nav.navbar .share li a {
  transition: opacity .3s ease-in-out; }
  nav.navbar .share li a:hover {
    opacity: .5; }

.list-inline-item {
  margin-right: .8rem; }

#main-content-home {
  margin-top: -260px;
  position: relative;
  padding-top: 100px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    #main-content-home {
      margin-top: -60px; } }
  #main-content-home .illustration {
    position: relative;
    width: 100%; }
    #main-content-home .illustration .clouds {
      position: absolute;
      top: -100px;
      left: 50%;
      margin-left: -286px;
      z-index: 1;
      opacity: 0;
      animation-name: clouds;
      animation-duration: 5s;
      animation-delay: .5s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes clouds {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    #main-content-home .illustration .land {
      position: absolute;
      left: 50%;
      margin-left: -325px;
      z-index: 3;
      animation-name: land;
      animation-duration: .8s;
      animation-timing-function: ease-out; }
@keyframes land {
  0% {
    opacity: 0;
    top: 30px; }
  100% {
    opacity: 1;
    top: 0px; } }
    #main-content-home .illustration .mountain {
      position: absolute;
      left: 50%;
      margin-left: 142px;
      z-index: 5;
      opacity: 0;
      animation-name: mountain;
      animation-duration: .5s;
      animation-delay: .7s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes mountain {
  0% {
    opacity: 0;
    top: -120px; }
  100% {
    opacity: 1;
    top: 17px; } }
    #main-content-home .illustration .trees1 {
      position: absolute;
      left: 50%;
      margin-left: 50px;
      z-index: 5;
      opacity: 0;
      animation-name: trees1;
      animation-duration: .5s;
      animation-delay: 1s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes trees1 {
  0% {
    opacity: 0;
    top: -120px; }
  100% {
    opacity: 1;
    top: 17px; } }
    #main-content-home .illustration .trees2 {
      position: absolute;
      left: 50%;
      margin-left: -20px;
      z-index: 5;
      opacity: 0;
      animation-name: trees2;
      animation-duration: .5s;
      animation-delay: 1.3s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes trees2 {
  0% {
    opacity: 0;
    top: -50px; }
  100% {
    opacity: 1;
    top: 172px; } }
    #main-content-home .illustration .trees3 {
      position: absolute;
      left: 50%;
      margin-left: -110px;
      z-index: 5;
      opacity: 0;
      animation-name: trees3;
      animation-duration: .5s;
      animation-delay: 1.6s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes trees3 {
  0% {
    opacity: 0;
    top: -100px; }
  100% {
    opacity: 1;
    top: 60px; } }
    #main-content-home .illustration .traffic {
      position: absolute;
      left: 50%;
      margin-left: -160px;
      z-index: 5;
      opacity: 0;
      animation-name: traffic;
      animation-duration: .5s;
      animation-delay: 1.9s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes traffic {
  0% {
    opacity: 0;
    top: -70px; }
  100% {
    opacity: 1;
    top: 110px; } }
    @media (max-width: 767.98px) {
      #main-content-home .illustration {
        margin-top: 90px; } }
  #main-content-home .blobs {
    height: 400px;
    z-index: 10; }
    #main-content-home .blobs #brand-main, #main-content-home .blobs #brand1, #main-content-home .blobs #brand2, #main-content-home .blobs #brand3, #main-content-home .blobs #brand4 {
      position: relative; }
      #main-content-home .blobs #brand-main .blob, #main-content-home .blobs #brand1 .blob, #main-content-home .blobs #brand2 .blob, #main-content-home .blobs #brand3 .blob, #main-content-home .blobs #brand4 .blob {
        background: #cc0000;
        display: block;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        text-align: center;
        font-weight: bold;
        color: black;
        font-size: 16px;
        line-height: 20px; }
      #main-content-home .blobs #brand-main .pop, #main-content-home .blobs #brand1 .pop, #main-content-home .blobs #brand2 .pop, #main-content-home .blobs #brand3 .pop, #main-content-home .blobs #brand4 .pop {
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 3px 10px;
        display: block;
        position: absolute;
        white-space: pre;
        font-family: 'bebas_neueregular';
        font-size: 16px; }
        #main-content-home .blobs #brand-main .pop:focus, #main-content-home .blobs #brand-main .pop:active, #main-content-home .blobs #brand1 .pop:focus, #main-content-home .blobs #brand1 .pop:active, #main-content-home .blobs #brand2 .pop:focus, #main-content-home .blobs #brand2 .pop:active, #main-content-home .blobs #brand3 .pop:focus, #main-content-home .blobs #brand3 .pop:active, #main-content-home .blobs #brand4 .pop:focus, #main-content-home .blobs #brand4 .pop:active {
          outline: none; }
    #main-content-home .blobs .brand {
      width: 100%; }
    #main-content-home .blobs #brand-main {
      animation-name: dots;
      animation-duration: 3s;
      animation-delay: 2s;
      opacity: 0;
      animation-fill-mode: forwards; }
@keyframes dots {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #main-content-home .blobs #brand-main .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand-main .blob.video {
          background: #19a92a; }
      #main-content-home .blobs #brand-main span.model1 {
        left: calc(50% + -60px);
        top: 35px; }
      #main-content-home .blobs #brand-main span.model2 {
        left: calc(50% + -100px);
        top: 85px; }
      #main-content-home .blobs #brand-main span.model3 {
        left: calc(50% + -150px);
        top: 135px; }
      #main-content-home .blobs #brand-main span.model4 {
        left: calc(50% + -150px);
        top: 195px; }
      #main-content-home .blobs #brand-main span.model5 {
        left: calc(50% + -137px);
        top: 268px; }
      #main-content-home .blobs #brand-main span.model6 {
        left: calc(50% + -35px);
        top: 288px; }
      #main-content-home .blobs #brand-main span.model7 {
        left: calc(50% + 0px);
        top: 35px; }
      #main-content-home .blobs #brand-main span.model8 {
        left: calc(50% + 44px);
        top: 250px; }
      #main-content-home .blobs #brand-main span.model9 {
        left: calc(50% + 10px);
        top: 108px; }
      #main-content-home .blobs #brand-main span.model10 {
        left: calc(50% + 244px);
        top: 15px; }
      #main-content-home .blobs #brand-main span.model11 {
        left: calc(50% + 224px);
        top: 165px; }
      #main-content-home .blobs #brand-main span.model12 {
        left: calc(50% + 104px);
        top: 235px; }
      #main-content-home .blobs #brand-main span.model13 {
        left: calc(50% + 250px);
        top: 235px; }
      #main-content-home .blobs #brand-main a.title1 {
        left: calc(50% + -180px);
        top: -5px; }
      #main-content-home .blobs #brand-main a.title2 {
        left: calc(50% + -200px);
        top: 50px; }
      #main-content-home .blobs #brand-main a.title3 {
        left: calc(50% + -289px);
        top: 95px; }
      #main-content-home .blobs #brand-main a.title4 {
        left: calc(50% + -269px);
        top: 158px; }
      #main-content-home .blobs #brand-main a.title5 {
        left: calc(50% + -270px);
        top: 230px; }
      #main-content-home .blobs #brand-main a.title6 {
        left: calc(50% + -110px);
        top: 250px; }
      #main-content-home .blobs #brand-main a.title7 {
        left: calc(50% + 31px);
        top: -5px; }
      #main-content-home .blobs #brand-main a.title8 {
        left: calc(50% + 71px);
        top: 210px; }
      #main-content-home .blobs #brand-main a.title9 {
        left: calc(50% + 35px);
        top: 69px; }
      #main-content-home .blobs #brand-main a.title10 {
        left: calc(50% + 273px);
        top: -22px; }
      #main-content-home .blobs #brand-main a.title11 {
        left: calc(50% + 252px);
        top: 127px; }
      #main-content-home .blobs #brand-main a.title12 {
        left: calc(50% + 131px);
        top: 196px; }
      #main-content-home .blobs #brand-main a.title13 {
        left: calc(50% + 270px);
        top: 196px; }
      #main-content-home .blobs #brand-main a.pop:hover {
        color: #ffc517;
        text-decoration: none; }
    #main-content-home .blobs #brand1 {
      animation-name: dots;
      animation-duration: 3s;
      animation-delay: 2s;
      opacity: 0;
      animation-fill-mode: forwards; }
@keyframes dots {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #main-content-home .blobs #brand1 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand1 .blob.video {
          background: #19a92a; }
      #main-content-home .blobs #brand1 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand1 .blob.citas {
          background: #ff0000; }
      #main-content-home .blobs #brand1 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand1 .blob.test {
          background: #00eaff; }
      #main-content-home .blobs #brand1 span.model1 {
        left: calc(50% + -60px);
        top: 35px; }
      #main-content-home .blobs #brand1 span.model2 {
        left: calc(50% + -100px);
        top: 85px; }
      #main-content-home .blobs #brand1 span.model3 {
        left: calc(50% + -150px);
        top: 135px; }
      #main-content-home .blobs #brand1 span.model4 {
        left: calc(50% + -150px);
        top: 195px; }
      #main-content-home .blobs #brand1 span.model5 {
        left: calc(50% + -137px);
        top: 268px; }
      #main-content-home .blobs #brand1 span.model6 {
        left: calc(50% + 0px);
        top: 288px; }
      #main-content-home .blobs #brand1 span.model7 {
        left: calc(50% + 0px);
        top: 35px; }
      #main-content-home .blobs #brand1 span.model8 {
        left: calc(50% + 44px);
        top: 85px; }
      #main-content-home .blobs #brand1 span.model9 {
        left: calc(50% + 180px);
        top: 108px; }
      #main-content-home .blobs #brand1 span.model10 {
        left: calc(50% + 244px);
        top: 15px; }
      #main-content-home .blobs #brand1 span.model11 {
        left: calc(50% + 224px);
        top: 165px; }
      #main-content-home .blobs #brand1 span.model12 {
        left: calc(50% + 104px);
        top: 235px; }
      #main-content-home .blobs #brand1 span.model13 {
        left: calc(50% + 60px);
        top: 300px; }
      #main-content-home .blobs #brand1 span.model14 {
        left: calc(50% + 70px);
        top: 150px; }
      #main-content-home .blobs #brand1 span.model15 {
        left: calc(50% + -40px);
        top: 342px; }
      #main-content-home .blobs #brand1 a.title1 {
        left: calc(50% + -180px);
        top: -5px; }
      #main-content-home .blobs #brand1 a.title2 {
        left: calc(50% + -230px);
        top: 43px; }
      #main-content-home .blobs #brand1 a.title3 {
        left: calc(50% + -289px);
        top: 95px; }
      #main-content-home .blobs #brand1 a.title4 {
        left: calc(50% + -269px);
        top: 158px; }
      #main-content-home .blobs #brand1 a.title5 {
        left: calc(50% + -270px);
        top: 230px; }
      #main-content-home .blobs #brand1 a.title6 {
        left: calc(50% + -110px);
        top: 250px; }
      #main-content-home .blobs #brand1 a.title7 {
        left: calc(50% + 31px);
        top: -5px; }
      #main-content-home .blobs #brand1 a.title8 {
        left: calc(50% + 71px);
        top: 45px; }
      #main-content-home .blobs #brand1 a.title9 {
        left: calc(50% + 201px);
        top: 69px; }
      #main-content-home .blobs #brand1 a.title10 {
        left: calc(50% + 273px);
        top: -22px; }
      #main-content-home .blobs #brand1 a.title11 {
        left: calc(50% + 252px);
        top: 127px; }
      #main-content-home .blobs #brand1 a.title12 {
        left: calc(50% + 131px);
        top: 196px; }
      #main-content-home .blobs #brand1 a.title13 {
        left: calc(50% + 80px);
        top: 270px; }
      #main-content-home .blobs #brand1 a.title14 {
        left: calc(50% + 90px);
        top: 111px; }
      #main-content-home .blobs #brand1 a.title15 {
        left: calc(50% + -170px);
        top: 310px; }
      #main-content-home .blobs #brand1 a.pop:hover {
        color: #ffc517;
        text-decoration: none; }
    #main-content-home .blobs #brand2 {
      animation-name: dots;
      animation-duration: 3s;
      animation-delay: 2s;
      opacity: 0;
      animation-fill-mode: forwards; }
@keyframes dots {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #main-content-home .blobs #brand2 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand2 .blob.video {
          background: #19a92a; }
      #main-content-home .blobs #brand2 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand2 .blob.citas {
          background: #ff0000; }
      #main-content-home .blobs #brand2 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand2 .blob.test {
          background: #00eaff; }
      #main-content-home .blobs #brand2 span.model1 {
        left: calc(50% + -90px);
        top: 35px; }
      #main-content-home .blobs #brand2 span.model2 {
        left: calc(50% + -135px);
        top: 85px; }
      #main-content-home .blobs #brand2 span.model3 {
        left: calc(50% + 1px);
        top: 130px; }
      #main-content-home .blobs #brand2 span.model4 {
        left: calc(50% + -50px);
        top: 195px; }
      #main-content-home .blobs #brand2 span.model5 {
        left: calc(50% + -137px);
        top: 268px; }
      #main-content-home .blobs #brand2 span.model6 {
        left: calc(50% + 0px);
        top: 288px; }
      #main-content-home .blobs #brand2 span.model7 {
        left: calc(50% + 0px);
        top: 35px; }
      #main-content-home .blobs #brand2 span.model8 {
        left: calc(50% + 44px);
        top: 85px; }
      #main-content-home .blobs #brand2 span.model9 {
        left: calc(50% + 100px);
        top: 130px; }
      #main-content-home .blobs #brand2 span.model10 {
        left: calc(50% + 244px);
        top: 15px; }
      #main-content-home .blobs #brand2 span.model11 {
        left: calc(50% + 224px);
        top: 165px; }
      #main-content-home .blobs #brand2 span.model12 {
        left: calc(50% + 104px);
        top: 235px; }
      #main-content-home .blobs #brand2 span.model13 {
        left: calc(50% + 250px);
        top: 235px; }
      #main-content-home .blobs #brand2 span.model14 {
        left: calc(50% + 130px);
        top: 160px; }
      #main-content-home .blobs #brand2 span.model15 {
        left: calc(50% + 80px);
        top: 111px; }
      #main-content-home .blobs #brand2 a.title1 {
        left: calc(50% + -180px);
        top: -5px; }
      #main-content-home .blobs #brand2 a.title2 {
        left: calc(50% + -230px);
        top: 43px; }
      #main-content-home .blobs #brand2 a.title3 {
        left: calc(50% + -90px);
        top: 90px; }
      #main-content-home .blobs #brand2 a.title4 {
        left: calc(50% + -110px);
        top: 158px; }
      #main-content-home .blobs #brand2 a.title5 {
        left: calc(50% + -190px);
        top: 230px; }
      #main-content-home .blobs #brand2 a.title6 {
        left: calc(50% + -110px);
        top: 250px; }
      #main-content-home .blobs #brand2 a.title7 {
        left: calc(50% + 31px);
        top: -5px; }
      #main-content-home .blobs #brand2 a.title8 {
        left: calc(50% + 71px);
        top: 45px; }
      #main-content-home .blobs #brand2 a.title9 {
        left: calc(50% + 120px);
        top: 90px; }
      #main-content-home .blobs #brand2 a.title10 {
        left: calc(50% + 273px);
        top: -22px; }
      #main-content-home .blobs #brand2 a.title11 {
        left: calc(50% + 252px);
        top: 127px; }
      #main-content-home .blobs #brand2 a.title12 {
        left: calc(50% + 131px);
        top: 196px; }
      #main-content-home .blobs #brand2 a.title13 {
        left: calc(50% + 270px);
        top: 196px; }
      #main-content-home .blobs #brand2 a.title14 {
        left: calc(50% + 150px);
        top: 122px; }
      #main-content-home .blobs #brand2 a.title15 {
        left: calc(50% + 100px);
        top: 75px; }
      #main-content-home .blobs #brand2 a.pop:hover {
        color: #ffc517;
        text-decoration: none; }
    #main-content-home .blobs #brand3 {
      animation-name: dots;
      animation-duration: 3s;
      animation-delay: 2s;
      opacity: 0;
      animation-fill-mode: forwards; }
@keyframes dots {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #main-content-home .blobs #brand3 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand3 .blob.video {
          background: #19a92a; }
      #main-content-home .blobs #brand3 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand3 .blob.citas {
          background: #ff0000; }
      #main-content-home .blobs #brand3 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand3 .blob.test {
          background: #00eaff; }
      #main-content-home .blobs #brand3 span.model1 {
        left: calc(50% + -90px);
        top: 35px; }
      #main-content-home .blobs #brand3 span.model2 {
        left: calc(50% + -135px);
        top: 85px; }
      #main-content-home .blobs #brand3 span.model3 {
        left: calc(50% + 1px);
        top: 130px; }
      #main-content-home .blobs #brand3 span.model4 {
        left: calc(50% + -50px);
        top: 195px; }
      #main-content-home .blobs #brand3 span.model5 {
        left: calc(50% + -137px);
        top: 268px; }
      #main-content-home .blobs #brand3 span.model6 {
        left: calc(50% + 0px);
        top: 288px; }
      #main-content-home .blobs #brand3 span.model7 {
        left: calc(50% + 0px);
        top: 35px; }
      #main-content-home .blobs #brand3 span.model8 {
        left: calc(50% + 44px);
        top: 85px; }
      #main-content-home .blobs #brand3 span.model9 {
        left: calc(50% + 100px);
        top: 130px; }
      #main-content-home .blobs #brand3 span.model10 {
        left: calc(50% + -25px);
        top: 55px; }
      #main-content-home .blobs #brand3 span.model11 {
        left: calc(50% + 224px);
        top: 165px; }
      #main-content-home .blobs #brand3 span.model12 {
        left: calc(50% + 104px);
        top: 235px; }
      #main-content-home .blobs #brand3 span.model13 {
        left: calc(50% + 250px);
        top: 235px; }
      #main-content-home .blobs #brand3 span.model14 {
        left: calc(50% + 120px);
        top: 160px; }
      #main-content-home .blobs #brand3 span.model15 {
        left: calc(50% + 80px);
        top: 111px; }
      #main-content-home .blobs #brand3 a.title1 {
        left: calc(50% + -145px);
        top: -5px; }
      #main-content-home .blobs #brand3 a.title2 {
        left: calc(50% + -200px);
        top: 43px; }
      #main-content-home .blobs #brand3 a.title3 {
        left: calc(50% + -40px);
        top: 90px; }
      #main-content-home .blobs #brand3 a.title4 {
        left: calc(50% + -100px);
        top: 158px; }
      #main-content-home .blobs #brand3 a.title5 {
        left: calc(50% + -110px);
        top: 230px; }
      #main-content-home .blobs #brand3 a.title6 {
        left: calc(50% + -110px);
        top: 250px; }
      #main-content-home .blobs #brand3 a.title7 {
        left: calc(50% + 31px);
        top: -5px; }
      #main-content-home .blobs #brand3 a.title8 {
        left: calc(50% + 71px);
        top: 45px; }
      #main-content-home .blobs #brand3 a.title9 {
        left: calc(50% + 120px);
        top: 90px; }
      #main-content-home .blobs #brand3 a.title10 {
        left: calc(50% + 0px);
        top: 12px; }
      #main-content-home .blobs #brand3 a.title11 {
        left: calc(50% + 252px);
        top: 127px; }
      #main-content-home .blobs #brand3 a.title12 {
        left: calc(50% + 131px);
        top: 196px; }
      #main-content-home .blobs #brand3 a.title13 {
        left: calc(50% + 270px);
        top: 196px; }
      #main-content-home .blobs #brand3 a.title14 {
        left: calc(50% + 140px);
        top: 120px; }
      #main-content-home .blobs #brand3 a.title15 {
        left: calc(50% + 100px);
        top: 75px; }
      #main-content-home .blobs #brand3 a.pop:hover {
        color: #ffc517;
        text-decoration: none; }
    #main-content-home .blobs #brand4 {
      animation-name: dots;
      animation-duration: 3s;
      animation-delay: 2s;
      opacity: 0;
      animation-fill-mode: forwards; }
@keyframes dots {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #main-content-home .blobs #brand4 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand4 .blob.video {
          background: #19a92a; }
      #main-content-home .blobs #brand4 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand4 .blob.citas {
          background: #ff0000; }
      #main-content-home .blobs #brand4 .blob {
        background: #ffc517; }
        #main-content-home .blobs #brand4 .blob.test {
          background: #00eaff; }
      #main-content-home .blobs #brand4 span.model1 {
        left: calc(50% + -90px);
        top: 35px; }
      #main-content-home .blobs #brand4 span.model2 {
        left: calc(50% + -135px);
        top: 85px; }
      #main-content-home .blobs #brand4 span.model3 {
        left: calc(50% + 1px);
        top: 130px; }
      #main-content-home .blobs #brand4 span.model4 {
        left: calc(50% + -50px);
        top: 195px; }
      #main-content-home .blobs #brand4 span.model5 {
        left: calc(50% + -137px);
        top: 268px; }
      #main-content-home .blobs #brand4 span.model6 {
        left: calc(50% + 0px);
        top: 288px; }
      #main-content-home .blobs #brand4 span.model7 {
        left: calc(50% + 0px);
        top: 35px; }
      #main-content-home .blobs #brand4 span.model8 {
        left: calc(50% + 44px);
        top: 85px; }
      #main-content-home .blobs #brand4 span.model9 {
        left: calc(50% + 100px);
        top: 130px; }
      #main-content-home .blobs #brand4 span.model10 {
        left: calc(50% + -25px);
        top: 55px; }
      #main-content-home .blobs #brand4 span.model11 {
        left: calc(50% + 224px);
        top: 165px; }
      #main-content-home .blobs #brand4 span.model12 {
        left: calc(50% + 104px);
        top: 235px; }
      #main-content-home .blobs #brand4 span.model13 {
        left: calc(50% + 250px);
        top: 235px; }
      #main-content-home .blobs #brand4 span.model14 {
        left: calc(50% + 120px);
        top: 160px; }
      #main-content-home .blobs #brand4 span.model15 {
        left: calc(50% + 80px);
        top: 111px; }
      #main-content-home .blobs #brand4 a.title1 {
        left: calc(50% + -195px);
        top: -5px; }
      #main-content-home .blobs #brand4 a.title2 {
        left: calc(50% + -220px);
        top: 43px; }
      #main-content-home .blobs #brand4 a.title3 {
        left: calc(50% + -60px);
        top: 90px; }
      #main-content-home .blobs #brand4 a.title4 {
        left: calc(50% + -140px);
        top: 158px; }
      #main-content-home .blobs #brand4 a.title5 {
        left: calc(50% + -110px);
        top: 230px; }
      #main-content-home .blobs #brand4 a.title6 {
        left: calc(50% + -110px);
        top: 250px; }
      #main-content-home .blobs #brand4 a.title7 {
        left: calc(50% + 31px);
        top: -5px; }
      #main-content-home .blobs #brand4 a.title8 {
        left: calc(50% + 71px);
        top: 45px; }
      #main-content-home .blobs #brand4 a.title9 {
        left: calc(50% + 120px);
        top: 90px; }
      #main-content-home .blobs #brand4 a.title10 {
        left: calc(50% + 0px);
        top: 12px; }
      #main-content-home .blobs #brand4 a.title11 {
        left: calc(50% + 252px);
        top: 127px; }
      #main-content-home .blobs #brand4 a.title12 {
        left: calc(50% + 131px);
        top: 196px; }
      #main-content-home .blobs #brand4 a.title13 {
        left: calc(50% + 270px);
        top: 196px; }
      #main-content-home .blobs #brand4 a.title14 {
        left: calc(50% + 140px);
        top: 120px; }
      #main-content-home .blobs #brand4 a.title15 {
        left: calc(50% + 100px);
        top: 75px; }
      #main-content-home .blobs #brand4 a.pop:hover {
        color: #ffc517;
        text-decoration: none; }
    #main-content-home .blobs a.tittle-left span.tab-left {
      position: absolute;
      left: -10px;
      top: -2px;
      width: 10px;
      height: 41px;
      background-image: url("../images/tab-left.svg"); }
    #main-content-home .blobs a.tittle-right span.tab-right {
      position: absolute;
      right: -10px;
      top: -2px;
      width: 10px;
      height: 41px;
      background-image: url("../images/tab-right.svg"); }

footer .intro {
  line-height: 2rem; }
@media (max-width: 991.98px) {
  footer {
    background: rgba(0, 0, 0, 0.4); } }
footer .logo-patrocinadores path {
  fill: white !important; }

.intro {
  border-top: 1px solid #4a4a4d;
  border-bottom: 1px solid #4a4a4d; }
  .intro p {
    font-size: 20px; }

.patrocinador {
  opacity: 1;
  transition: all .5s ease;
  padding-bottom: 20px; }
  .patrocinador:hover {
    opacity: 1; }

#accordion .card {
  background-color: transparent;
  border: none;
  border-radius: none; }
  #accordion .card .card-header {
    background: transparent;
    border-bottom: 1px solid #323335;
    padding: 0.2rem 1.25rem; }
    #accordion .card .card-header h5 {
      font-family: 'bebas_neueregular'; }
      #accordion .card .card-header h5 .btn, #accordion .card .card-header h5 .btn-link {
        font-size: 24px;
        color: #323335;
        text-decoration: none !important;
        width: 100%;
        text-align: left; }
        #accordion .card .card-header h5 .btn:hover, #accordion .card .card-header h5 .btn-link:hover {
          color: #606163; }
        #accordion .card .card-header h5 .btn:focus, #accordion .card .card-header h5 .btn-link:focus {
          text-decoration: none !important; }
      #accordion .card .card-header h5 .btn:after {
        content: "-";
        float: right; }
      #accordion .card .card-header h5 .collapsed:after {
        content: "+"; }
  #accordion .card .card-body ul li {
    color: #323335; }

.accordion-mobile {
  border: none;
  border-radius: none;
  margin-top: -120px;
  z-index: 15;
  width: 95%; }
  .accordion-mobile .card {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 0px; }
    .accordion-mobile .card .card-header {
      border: 1px solid rgba(255, 255, 255, 0.125); }
      .accordion-mobile .card .card-header h5 {
        font-family: 'bebas_neueregular'; }
        .accordion-mobile .card .card-header h5 .btn, .accordion-mobile .card .card-header h5 .btn-link {
          color: #a9a9a9;
          transition: color .3s ease;
          font-size: 32px;
          width: 100%;
          text-align: left; }
          .accordion-mobile .card .card-header h5 .btn:hover, .accordion-mobile .card .card-header h5 .btn-link:hover {
            color: white; }
          .accordion-mobile .card .card-header h5 .btn:hover, .accordion-mobile .card .card-header h5 .btn:focus, .accordion-mobile .card .card-header h5 .btn-link:hover, .accordion-mobile .card .card-header h5 .btn-link:focus {
            text-decoration: none !important; }
        .accordion-mobile .card .card-header h5 .btn:after {
          content: "-";
          float: right; }
        .accordion-mobile .card .card-header h5 .collapsed:after {
          content: "+"; }
    .accordion-mobile .card .card-body ul {
      list-style: none;
      padding-left: 15px; }
      .accordion-mobile .card .card-body ul li {
        border-bottom: 1px solid rgba(96, 97, 99, 0.3);
        padding: 5px 0px; }
        .accordion-mobile .card .card-body ul li a {
          color: white;
          transition: color .3s ease; }
          .accordion-mobile .card .card-body ul li a:hover {
            opacity: .7; }
          .accordion-mobile .card .card-body ul li a:hover, .accordion-mobile .card .card-body ul li a:focus {
            text-decoration: none !important; }

#info .callToAction {
  z-index: 15; }
  #info .callToAction h3 {
    font-family: 'bebas_neueregular';
    color: #a9a9a9;
    font-size: 30px; }
@media (max-width: 991.98px) {
  #info .callToAction {
    margin-top: 0px; } }

.btn-gnrl {
  background: transparent;
  border-radius: 20px;
  padding: .3rem 1.5rem;
  margin: 0 5px;
  display: inline-block;
  color: white;
  transition: .5s all ease;
  border: 2px solid;
  border-color: #606163; }
  .btn-gnrl:hover {
    border-color: rgba(96, 97, 99, 0.3);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3); }

#inner {
  background: #eeeeee;
  color: #323335;
  margin-top: 100px;
  height: 100vh; }
  #inner a[href*="www"] {
    color: black; }
    #inner a[href*="www"]:hover {
      color: #606163; }
  #inner nav.navbar {
    border-bottom: 1px solid white;
    background: rgba(238, 238, 238, 0.95); }
    #inner nav.navbar .home-icon {
      width: 20px; }
      #inner nav.navbar .home-icon path {
        fill: #323335; }
    #inner nav.navbar li.home a {
      color: black; }
      #inner nav.navbar li.home a:hover {
        color: #606163;
        text-decoration: none; }
  #inner #main-content-inner {
    position: relative; }
    #inner #main-content-inner h1 {
      font-family: 'bebas_neueregular';
      font-size: 72px; }
  #inner .testdrive-icon path, #inner .fb path, #inner .tw path, #inner .gplus path, #inner .wp path, #inner .share-icon path {
    fill: #323335 !important; }
  #inner .logo-patrocinadores path {
    fill: #323335 !important; }
  #inner footer .container {
    border-top: 1px solid white; }
  @media (max-width: 991.98px) {
    #inner footer {
      background: transparent; } }

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%; }
  .owl-nav .owl-prev:hover, .owl-nav .owl-prev:active, .owl-nav .owl-prev:visited, .owl-nav .owl-prev:focus, .owl-nav .owl-next:hover, .owl-nav .owl-next:active, .owl-nav .owl-next:visited, .owl-nav .owl-next:focus {
    outline: none; }
  .owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 66px;
    transition: color .3s ease; }
    .owl-nav .owl-prev span:hover, .owl-nav .owl-next span:hover {
      color: #606163; }
  .owl-nav .owl-prev {
    float: left;
    margin-left: -30px; }
  .owl-nav .owl-next {
    float: right;
    margin-right: -30px; }
  @media (max-width: 767.98px) {
    .owl-nav {
      display: none; } }

#social-share .modal-content {
  background: rgba(0, 0, 0, 0.8); }
  #social-share .modal-content .modal-body .close {
    color: white; }
  #social-share .modal-content .modal-body h5 {
    font-family: 'bebas_neueregular';
    font-size: 22px;
    color: white; }
  #social-share .modal-content .modal-body .share li a .fb path, #social-share .modal-content .modal-body .share li a .tw path, #social-share .modal-content .modal-body .share li a .gplus path, #social-share .modal-content .modal-body .share li a .wp path {
    fill: white !important; }

.modal a[href*="www"] {
  color: black;
  transition: all .3s ease; }
  .modal a[href*="www"]:hover {
    color: #606163;
    text-decoration: none; }
.modal .modal-content {
  border-radius: 0rem; }
  .modal .modal-content .modal-header {
    padding: .5rem 1rem;
    border-bottom: none;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
  .modal .modal-content .modal-body .modal-title {
    font-family: 'bebas_neueregular';
    font-size: 48px;
    color: #323335;
    line-height: 50px; }
    .modal .modal-content .modal-body .modal-title span {
      font-family: 'sensations_and_qualitiesRg';
      font-size: 60px; }
    @media (max-width: 575.98px) {
      .modal .modal-content .modal-body .modal-title {
        font-size: 36px; }
        .modal .modal-content .modal-body .modal-title span {
          font-size: 40px; } }
  @media (max-width: 575.98px) {
    .modal .modal-content .modal-body {
      padding: .8rem; } }
  .modal .modal-content .modal-body .nav-item .nav-link {
    background: transparent;
    padding: .3rem 3rem;
    margin: 0 5px;
    border: 1px solid #323335;
    transition: .5s all ease-in-out;
    color: #323335;
    border-radius: 20px; }
    .modal .modal-content .modal-body .nav-item .nav-link:hover.marca1 {
      background-color: #ffc517;
      border-color: #ffc517; }
    .modal .modal-content .modal-body .nav-item .nav-link:hover.marca2 {
      background-color: #a60703;
      border-color: #a60703; }
    .modal .modal-content .modal-body .nav-item .nav-link:hover.marca3 {
      background-color: #00a6be;
      border-color: #00a6be; }
    .modal .modal-content .modal-body .nav-item .nav-link:hover.marca4 {
      background-color: #00db6a;
      border-color: #00db6a; }
  .modal .modal-content .modal-body .tab-content .tab-pane .info-dots {
    position: absolute; }
    .modal .modal-content .modal-body .tab-content .tab-pane .info-dots .btn-info {
      position: absolute;
      text-align: center;
      font-weight: bold;
      padding: 0rem .4rem;
      border-radius: 2.25rem;
      color: black;
      font-size: 16px;
      line-height: 20px; }

/*# sourceMappingURL=styles.css.map */
