@font-face {
  font-family: fontriviera;
  src: url(../fonts/RivieraNights-Light.woff);
}
.w100 {
  width: 100%;
}
.icon-contact{width: 40px;height: 40px; border-radius: 50%; padding: 3px; color:white; display: inline-grid;text-align: center;line-height: 37px; font-size: 24px;}
.boton-menu-vermas{width: 20%;
  height: 50px;
  font-size: 25px;
  text-align: center;
  margin: auto;
  line-height: 12px;
  padding: 18px;
}
.cardd {
  border: 0px;
  border-radius: 1rem;
}
.barratitulo:before {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}
.barratitulong:before {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 50px;
  background: black;
  margin-bottom: 22px;
}

.ap {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}
nav ul li a:hover {
  color: #fff;
}

/* nav ul li a:after,
nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #8fb335;
  height: 3px;
}
nav ul li a:hover:after {
  width: 100%;
} */
.dark-back {
  background-color: #4d4e4e;
}
.img-circle {
  border-radius: 50%;
}
.mar-5 {
  margin-bottom: 5px;
}
.imgcarrusel {
  max-height: 111px;
}
@media (min-width: 600px) {
  .carruselmovil-logos {
    display: none;
  }
}
@media (max-width: 599px) {
  .carruseldesktop-logos {
    display: none !important;
  }
}
.pl_pr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.icon_fondo {
  background-image: url("../img/inicio/fondo_icon.png");
  background-repeat: no-repeat;
  height: 80px;
  padding-top: 0;
  background-position: center center;
  text-align: center;
  color: white;
}
.icon_fondo:hover {
  transition: 0.5s;
  background-image: url("../img/inicio/fondo_icon2.png");
  color: #fff;
}
.icon_fondo i {
  padding-top: 26.5px;
}
#toTop {
  background: #7a797a; /**/
  color: #fff;
  position: fixed;
  bottom: 18px;
  right: 5px;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  padding-top: 8px;
  padding-right: 11px;
  padding-left: 11px;
  padding-bottom: 8px;
}

#toTop > img {
  max-width: 20px;
}

.fondo_icons_footer {
  max-width: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 24px;
  background: #2f3233; /**/
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid;
  border-color: #d8a700;
  display: inline-block;
}

@media (min-width: 337px) {
  #radio2-error {
    padding: 0.5em;
    position: absolute;
    bottom: 47%;
    left: 2%;
  }
}
@media (max-width: 336px) {
  #radio2-error {
    padding: 0.5em;
    position: absolute;
    bottom: 42%;
    left: 1%;
  }
}
@media (min-width: 768px) {
  .footer-centro {
    padding-top: 3em;
  }
  .div-custom2 {
    max-height: 310px !important;
  }
  .media-body {
    max-height: 160px;
  }
}
.font_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}
.font_medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}
.pointer {
  cursor: pointer;
}
.div-custom {
  /*background:#e8e8e8;*/
  background: #111113;
  color: #8a8a8a;
  /*height: 290px;*/
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
}
.div-custom:hover {
  background: #d71418;
  color: #f0f0f0;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #e8eaf1;
}
.div-custom2 {
  background: #ffffffed;
  color: #252723;
  /*height: 290px;*/
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
}
.div-custom2:hover {
  background: #222323;
  color: #f0f0f0;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #e8eaf1;
}
.div-custom2:hover .div-red {
  background: #d71418;
  color: #ffffff;
}
.div-red {
  padding: 8px;
  background: #e8e8e8;
  color: #d71418;
  line-height: 1.1em;
  min-height: 45px;
}
.div-red p {
  padding-top: 8px;
}
.media-body {
  padding: 15px;
}
.media-body span {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding-right: 15px;
}
.iconss {
  font-size: 45px;
  margin: 30px;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

.nav-tabs {
  text-align: center !important;
}
.nav {
  /*  display: block; */
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  opacity: 1;
  color: #fff;
  background-color: #000000f2;
  border-color: transparent;
  border-bottom: 1px solid #fff;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  border-bottom-color: #fff;
}
.nav-tabs .nav-link {
  background: #c5c5c5;
  color: #000;
  opacity: 0.8;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  letter-spacing: 3px;
}
/*.nav-link.active:after {*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*    !*border-top: 5px solid #d71418;*!*/
/*    border-top: 15px solid #d71418;*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*}*/
/* .nav-link.active:after {
  border-left: 17px solid transparent;
  border-right: 16px solid transparent;
  border-top: 14px solid #d71418;
  content: "";
  position: absolute;
  bottom: -9px;
  margin-left: -15px;
} */
/*.modal-content {*/
/*  background: #fff0;*/
/*}*/
.cabecera-modal {
  background: #8fb335;
  color: #ffffff;
}
.filter-gr {
  max-width: 120px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.filter-gr:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
@media (min-width: 1800px) {
  .filter-gr {
    max-width: 95px;
  }
}
@media (max-width: 767px) {
  #comerciales {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% 50%;
  }
}
.center {
  display: table;
  width: 100%;
}
#social-test {
  text-align: center;
  font-size: 30px;
}
.social {
  padding-left: 0px;
}
#social-test li {
  color: #f1e8e8;
  list-style-type: none;
  display: inline-block;
  width: 50px;
  /*height: 50px;*/
  line-height: 50px;
  padding: 1%;
  border: 1px solid rgba(245, 245, 245, 0.5);
  cursor: pointer;
  transition: ease 0.3s;
}
#social-test li &:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.social:hover > li {
  opacity: 0.5;
}
.social:hover > li:hover {
  opacity: 1;
}
.whatsapp {
  position: fixed !important;
  z-index: 9999 !important;
  right: 0;
  float: right;
  top: 40%;
  margin-top: -25px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  -webkit-filter: grayscale(48%); /* Safari 6.0 - 9.0 */
  filter: grayscale(48%);
}
.whatsapp:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.persona {
  display: none;
}
@media (min-width: 1300px) {
  .persona {
    display: block;
    position: absolute;
    right: 0;
    max-width: 300px;
    bottom: 0;
    z-index: 1;
    margin-bottom: -10px;
  }
}
.seleccion {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
/*option:hover{cursor: pointer!important;*/
/*    font-weight: 400 !important;*/
/*    line-height: 40px !important;*/
/*    list-style: none !important;*/
/*    min-height: 40px !important;*/
/*    outline: none !important;*/
/*    padding-left: 18px !important;*/
/*    padding-right: 29px !important;*/
/*    text-align: left !important;*/
/*    -webkit-transition: all 0.2s !important;*/
/*    transition: all 0.2s !important;*/
/*    background: red;*/
/*}*/
@media (min-width: 992px) {
  .pt-10p {
    padding-top: 10% !important;
  }
}
.flotante_banner {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 95%;
  left: 2.5%;
}
@media (max-width: 767px) {
  .logo_principal {
    width: 40px;
    margin: auto;
  }
  .logo_secundario {
  }

  .escri {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo_principal {
    width: 90px;
    margin: auto;
  }
  .logo_secundario {
    max-width: 320px;
    margin: auto;
  }
  .mob {
    display: none;
  }

  .logo_foot_movil {
    display: none;
  }
}
.tab-pane {
  transition: 3s all ease;
}
footer{
  background: #060505;
}
footer .container {
  max-width: 1328px;
}
.logo-footer {
  max-width: 120px;
}
.footer-main {
  padding: 25px 0;
}
.footer-main .link {
  letter-spacing: 3px;
  font-size: 12px;
  color: #fff;
  transition: 0.3s all ease;
}
.footer-main .link:hover P {
  opacity: 0.7;
}
.footer-main .social {
  display: flex;
  justify-content: space-between;
}
.footer-main .social a {
  color: #696969;
  font-size: 22px;
}
.footer-main .social a:hover {
  color: #fff;
}
.dropdown-menu3 {
  position: relative !important;
  background:#ffffff1f;
  width: 100%;
  top: 0px;
  /*left: 100%;*/
  will-change: transform;
  transform: translate3d(0px, 4px, 0px) !important;
  border-right: none;
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
}

.dropdown-menu3 span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
}

.rules-bg {
  background-color: #000;
  background-position: center;
  background-size: cover;
}
.rules-bg.uno {
  padding-bottom: 600px;
}
@media (max-width: 499px) {
  .rules-bg.uno {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 350px;
  }
}
.owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.owl-dots .owl-dot{
  background: #ffffff6b !important;
}
.owl-dots .owl-dot.active{
  background: #fff !important;
}
.div-custom3{
box-shadow: 0px 5px 13px#00000014;
}
.div-custom3 .div-header{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.div-custom3 .div-body{
  padding: 25px 15px;
  height: 200px;
}

@media (min-width:992px){
  .fixedTop{
    position: fixed;
    top: 0;
    margin-top: 150px;
    padding: 0 30px !important;
  }
  .fixedBottom{
    align-self: end;
    margin-bottom: 100px;
  }
}

        /* Hide Play button + controls on iOS */
        video::-webkit-media-controls {
            display: none !important;
        }

        .video {
            height: 202px;
            width: 360px;
            margin: 0 auto;
            background-position: center;
            background-size: cover;
        }

        .video video {
            max-width: 100%;
        }

        @media (min-width:992px){
         .video{
            height: 282px;
            width: 504px;
         }
        }
.btn-ver .cross-icon{
position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
}
.btn.btn-ver:hover{
  border-color: transparent;
}
.modal-galery .close{
  opacity: 1;
  color: #fff;
}
.modal-galery .close:hover, 
.modal-galery .close:focus{
  box-shadow: none;
}
#videoMain{
  position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#playIcon{
  max-width: 70px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: .7;
  transition: 0.6s all ease;
}
.li-border {
  border-bottom: 1px solid #00000017;
  padding-bottom: 8px;
}

.li-border a {
  color: #4f4f4f;
}

.li-border:hover > a {
  color: #000;
}

.li-border:hover > a > i {
  color: #000 !important;
}
.nav-pills .li-border .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #281332;
}
.buttonn2 {
  background: 0 0;
  border: 1px solid #333;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  border-radius: 3px;
}
.border-card{
  box-shadow: 0px 5px 10px #89898942;
  padding: 40px;
  border: 1px solid #77777745;
}

/*INVENTARIO*/

.inventario {
  text-align: left;
  padding-top: 30px;
}
.inventario .icon-asiento{
  margin: 0 auto;
  max-width: 19px;
  position: absolute;
  top: 8%;
  right: 23%;
}
.inventario .cuadrado{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 7%;
  right: 13%;
  border-radius: 50%;
}
@media (min-width:992px){
.div-carousel{width: 360px; height: 250px; left: 20%;position: relative; padding: 25px;}
#sync3{position:absolute;margin-top: -200px}
}
.max180{max-width: 180px;}


@media (max-width: 767px) {
  .icon-division{max-width: 280px;}

  .sticky-container {
    background-color:#f1f1f100!important;
    border-radius: .3rem;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -158px;
    top: 370px;
    width: 200px;
    z-index: 2;
  }


  .sticky li {
    background-color: #ec6424c9;
  }

}

@media (min-width: 768px) {
  .sticky-container {
    background-color:#f1f1f100;
  }
  .sticky-container {
    background-color: #f1f1f100;;
    border-radius: .3rem;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -158px;
    top:45%;
    width: 200px;
    z-index: 2;
  }
}


.sticky li {
  border-radius: .3rem;
  list-style-type: none;
  background-color: #ea3c46;
  color: #efefef;
  height: 46px;
  padding: 0px;
  margin: 0px 0px 4px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer; /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /*filter: gray;*/ /*-webkit-filter: grayscale(100%);*/
}

.sticky li:hover {
  margin-right: -105px; /*-webkit-transform: translateX(-115px);        -moz-transform: translateX(-115px);        -o-transform: translateX(-115px);        -ms-transform: translateX(-115px);        transform:translateX(-115px);*/
  background-color: #fffcf4 !important;
  color: #606060;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
  -moz-box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
  box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
}
.sticky .sticky_support:hover img {
  color: #fffcf4 !important;
  background: #000;
  border-radius: 50%;
  padding: 2px;
}
.sticky_wats{background: #25d366 !important;}
.sticky_call{background: #164798 !important;}
.sticky_mail{background: #dd2a7b !important;}
.sticky .sticky_wats:hover span {
  color: #fffcf4 !important;
  background: #25d366;
}
.sticky .sticky_coti:hover span {
  color: #fffcf4 !important;
  background: #000000;
}
.sticky .sticky_call:hover span {
  color: #fffcf4 !important;
  background: #164798;
}
.sticky .sticky_mail:hover span {
  color: #fffcf4 !important;
  background: #dd2a7b;
}
.sticky li img {
  float: right;
  margin: 5px 5px;
  margin-right: 10px;
}
.sticky li span { /*font-size: 25px;*/
  float: right;
  margin:5px 5px 0px 5px; /*margin-right: 10px;*/
  border-radius: 50%;
  width: 39px;
  height: 39px;
  line-height: 26px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
.sticky li p {
  float: right;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}
.flecha-diagonal{transform: rotate(45deg);}
@media (max-width: 767px) {

  .flecha-diagonal{transform: rotate(90deg); max-width: 120px}
  .em5{font-size: 3em!important;}
  .height-same{height: 400px !important;object-fit: cover;}
}
.em5{font-size: 5em}
.height-same{height: 600px;object-fit: cover;}

@media (max-width: 991px) {
.boton-menu-vermas{display: none!important;}

}