.container-fw {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.container-fw #buttons-options,
.container-fluid:not(.application) .container-fw #options{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 12px;
}
.container-fw #options button{
    background: transparent;
    border: #fff solid 1px;
    padding: 3em 1em;
    border-radius: 9px;
}
.container-fw #options button.btn-primary:hover{
    box-shadow: none;
}
.container-fw #buttons-options{
    z-index: 2;
    display: none;
}
.container-fw #options{
    z-index: 3;
}

.container-fw #buttons-options div,
.container-fw #options div,
.container-fw #buttons-options button,
.container-fw #options button{
    flex: 1;
    text-align: center;
}

#left-option-ondas img, #right-option-ondas img{
    display: none;
}
.container-fw #buttons-options div img{
    max-width: 60px; 
    transform: scale(0);    
}

.iframe-container{
    overflow: hidden;
    padding-top: 66.25%;
    position: relative;
}
@media (orientation: landscape) {
	.iframe-container {
		padding-top: 56.25%;
	}
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.border-bottom-red{
    border-bottom: 8px #e91e63 solid;
}

.btn.border-black{
    border: #000 1px solid;
    background: transparent;
    margin: 0 6px;
}
.btn.border-black:focus{
  border: #000 1px solid;
  background-color: #000;
}
.btn.border-red{
    border: #e91e63 1px solid;
    background: transparent;
    margin: 0 6px;
}
.btn.border-red:focus{
  border: #e91e63 1px solid;
  background-color: #e91e63;
}
.btn.border-gray{
    border: #666666 1px solid;
    background: transparent;
    margin: 0 6px;
}
.btn.border-gray:focus{
  border: #666666 1px solid;
  background-color: #666666;
}
.width-3{
    min-width: 31px !important;
    width: 31px !important;
    height: 31px !important;
}
.width-2{
    min-width: 26px !important;
    width: 26px !important;
    height: 26px !important;
}
.width-1{
    min-width: 21px !important;
    width: 21px !important;
    height: 21px !important;
}
.width{
    min-width: 16px !important;
    width: 16px !important;
    height: 16px !important;
}
hr{
    width: 80%;
    height: 1px;
    margin: 0 auto;
}

.wrapper {
    display: inline-block;
    position: relative;
    perspective: 4000px;
  }
  .content-questions .wrapper:last-child .hr{
    display: none;
  }
  .item {
    transform-style: preserve-3d;
    transition: transform .6s;
  }
  .item .justify-content-between{
    max-width: 340px;
  }

  .item p {
    font-size:11px;
  }
   
  .item .information {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    height: 80px;
    padding: 10px;
    color:#fff;
    background: #e91e63;
    transform: rotateX(-90deg) translateZ(50px);
    transition: all .6s;
    text-align: center;
  }
  .item.hover {
    transform: translateZ(-50px) rotateX(100deg);
  }
   
  .item:hover p {
    border-radius: 15px;
  }
  .animationVideo {
    animation-name: angry-animation;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
  }
  .visibilityOptions {
    animation-name: visibility-animation;
    animation-duration: 1.7s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
  }
  @keyframes angry-animation {
    0%{
      opacity: 0;
      -webkit-transform: scale(.3);
      transform: scale(.3);
    }
    50%{
      opacity: 1;
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
    70%{
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    90%{
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100%{
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
  }
  @keyframes visibility-animation {
    0%{
      transform: scale(1);
    }
    99%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(0);
        opacity: 0;
    }
  }
  
  #activate{
    background-image: url(/assets/img/rombo-trama.jpg);
    background-size: 140px;
    background-repeat: repeat;
  }
   
  /*Onboarding*/
  .owl-carousel{
    background-image: url(/assets/img/rombo-trama.jpg);
    background-size: 140px;
    background-repeat: repeat;
    height: 100vh;
  }
  /*  .owl-stage-outer{
    height: 100vh;
  } */
  
  .owl-stage{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-stage .owl-item{
    padding: 0 24px;
    height: 100vh;  
  }
  .owl-stage .owl-item p{
    font-size: 18px;
    height: auto;
    line-height: 20px; 
  }
  
  .owl-stage .item img.icono-c{
    max-width: 20px;
  }
  .owl-stage .item img.icono-c{
    max-width: 20px;
  }
  .owl-carousel .owl-item img{
    width: auto !important;
    margin: 0 auto;;
  }
  .owl-carousel hr{
    margin: 12px auto 18px;
  }
  .owl-carousel p{
   font-size: 12px;
  }
  .title-height{
    height: 360px;
  }
  .p-height{
    height: 100px;
  }
  .border-right{
    border-right: 1px solid #fff;
  }
  .owl-dots{
    display: none;
  }
  #carousel-onboarding .owl-item{
    min-height: 100vh;
  }
  #carousel-onboarding .item .row{ 
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
  }
  .counter-gpl .counter-portal{
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
  }
  .counter-gpl h6{
    text-align: center;
    color: #e91e63;
    font-size: 10px;
  }
  .counter-endgame h6{
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  .item-ondas p{
    font-size: 14px !important;
    height: 18px;
  }
  
  .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .owl-theme .owl-nav [class*=owl-]:hover{
    background: #e91e63 !important;
  }
  
  
  /*Time*/
  #content-time{
    min-height: 100vh;
    padding: 24px 36px;   
    background-image: url(/assets/img/rombo-trama.jpg);
    background-size: 140px;
    background-repeat: repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  
  #content-time #logo img{
    width: 40%;
  }
  #content-time h5{
    font-weight: 400;
    font-size: 22px;
  }
  
  #content-time h6{
    font-size: 10px;
  }
  
  /*Notification game over*/
  .content-black{
    background-color: #000;
    width: 100%;
    min-height: 100vh;
  } 
  
  .content-rose{
    background-color: #e91e63;
    width: 100%;
    min-height: 100vh;
  }
  
  .white{
    color: #FFF;
  }
  .content-notification{
    padding: 42px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .content-notification h3{
    margin-bottom: 6px;
  }
  .content-notification p{
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }
  .content-notification img{
    max-width: 200px;
  }
  .content-notification hr{
    width: 100%;
    background: rgba(255,255,255,0.7);
    margin: 24px 0 12px;
  }
  .content-notification small{
    font-size: 14px;
  }
  .bg-image-pattern{
    min-height: 100vh;
    padding: 24px 36px;
    background-image: url(/assets/img/rombo-trama.jpg);
    background-size: 140px;
    background-repeat: repeat;
  }
  strong.big{
    font-size: 28px;
    font-weight: 800;
  }
  b.big{
    font-size: 28px;
    font-weight: 800;
  }
  .fw-200 p{
    font-size: 24px;
    font-weight: 100;
    margin: 0;
  }
  .bg-image-pattern hr{
    width: 100%;;
  }
  .list-home{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .list-home a, .list-home span{
    font-size: 9px;
    margin-right: 6px;
    line-height: 14px;
    text-align: center;
  }
  .list-home a:last-child{
    margin: 0;
  }
  
  
  a.black{
    color: #000;
  }
  a.black:hover,
  a.black:focus{
    color: #dc1a5b;
  }
  
  #modalCloseApp{
    background: rgba(0, 0, 0, 0.85);
  }
  
  #modalCloseApp .modal-dialog .modal-content{
    background-color: #333333;
    opacity: 0.9;
    border: 1px solid #dc1a5b
  }
  #modalCloseApp .modal-dialog .modal-content button{
    background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
  }
  #modalCloseApp .modal-dialog .modal-content .modal-body{
    padding-bottom: 0;
  }
  #modalCloseApp .modal-dialog .modal-content hr{
    background: rgba(255,255,255,0.7);
    width: 100%;
    margin: 0 auto 12px;
  }
  #modalCloseApp .modal-dialog .modal-content img{
    width: 100%;
  }
  #modalCloseApp .modal-dialog .modal-content p{
    font-size: 11px;
    line-height: 17px;
  }
  
  .card-collapse .card-header a:hover, .card-collapse .card-header a:active, .card-collapse .card-header a[aria-expanded="true"]{
    color: #3C4858 !important;
  }
  
  .card-collapse .card-header a:hover i, .card-collapse .card-header a:active i, .card-collapse .card-header a[aria-expanded="true"] i{
    color: #e91e63 !important;
  }
  .form-control, .is-focused .form-control{
    background-image: linear-gradient(to top, #e91e63  2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
  }
  .form-check .form-check-input:checked ~ .circle{
    border-color: #e91e63;
  }
  .form-check .form-check-label .circle .check{
    background-color: #e91e63;
  }
  #form-pqrs .form-check-radio .form-check-label{
    padding-left: 20px !important;
  }
  .show > .btn.dropdown-toggle{
    background-color: #fff !important;
    border-color: #fff !important ;
  }
  body .main .dropdown-menu a.active, body .main .dropdown-menu .dropdown-item:focus, body .main .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
    background-color: #e91e63 !important;
  }
  .form-group.select button{
    padding-left: 0;
    padding-right: 0;
  }
  .form-group.select .filter-option-inner-inner{
    font-size: 14px;
  }
  .card-collapse .card-header{
    border: 1px solid #ddd !important;
    padding: 12px 12px 6px 12px !important;
  }
  .card-collapse .card-header a i{
    top: 0;
  }
  .card{
  margin: 12px 0;
}
.card-body{
  padding: 0 18px !important;
  border: 1px solid #ddd !important;
  font-size: 14px;
}
.card-body{
  padding: 0 18px !important;
  border: 1px solid #ddd !important;
  font-size: 14px;
}
.card-plain p{
  font-size: 14px;;
}
.logo{
  max-width: 150px;
}
#modalCloseApp .modal-footer{
  padding-bottom: 0;
}
#modalCloseApp .modal-footer a{
  color: #fff !important;
}

.form-control:read-only{
  background: #fff;
  border-bottom: #ddd 2px solid;
}

#carousel-category-place.owl-carousel{
  background-image: none !important;
  height: auto;
}
#carousel-category-place .owl-stage{
  height: auto;
  align-items: flex-start;
}
#carousel-category-place .owl-stage .owl-item{
  height: auto;
}
#carousel-category-place .bg-image-pattern{
  background-blend-mode: multiply;
  height: auto;
  min-height: auto;
}
#carousel-category-place .bg-image-pattern.bg-orange{
  background-color: #ed1d79 !important;
}
#carousel-category-place .bg-image-pattern.bg-black{
  background-color: rgba(0,0,0,1);
}
#carousel-category-place .owl-item{
  padding: 0;
}
#carousel-category-place .owl-item small{
  font-size: 14px;
}
#carousel-category-place .owl-item p{
  font-size: 16px !important;
}
#carousel-category-place .owl-item img{
  display: inline;  
}
#carousel-category-place .owl-item img.icono{
  max-width: 22px;
}
#carousel-category-place .owl-nav{
  top: 50%;
}
#carousel-category-place .owl-nav i{
  color: #fff;
  background-color: #ed1d79;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 100%;
}
#carousel-category-place .owl-nav .owl-prev i{  
  padding-right: 2px;
}
#carousel-category-place .owl-nav .owl-next i{  
  padding-left: 2px;
}
#carousel-category-place.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent !important;
}
#carousel-category-place .img-category .content-image{
  overflow: hidden;
}
#carousel-category-place .img-category img{
  width: auto;
  transition: all ease 0.8s;
}
#carousel-category-place .img-category .content-image.hover img{
  transform: scale(1.2);
}

#carousel-category-place .information-category{
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;  
  z-index: 1; 
  background: transparent;
  border: none;
}
#carousel-category-place .information-category .icono{
  max-width: 18px !important;
}

#description-category-modal{
  background: transparent ;
}
#description-category-modal form{
  width: 100%;
  margin: 0;
}
#description-category-modal p{
  font-size: 14px;
  color: #000;
}
#description-category-modal .modal-content{
  background: rgba(255,255,255,0.93);
}
#description-category-modal form input,
#description-category-modal form textarea{
  border: 1px solid #d2d2d2;
  background-image: none;
  border-radius: 8px;
  padding: 6px 12px;
}
#description-category-modal form input:hover,
#description-category-modal form textarea:hover,
#description-category-modal form input:focus,
#description-category-modal form textarea:focus{
  border: 1px solid #e91e63;
  box-shadow: inset 0 1px 1px rgba(255, 48, 1, .075), 0 0 8px rgba(255, 48, 1, 0.3) !important;
}

#description-category-modal .form-file-upload img.icono{
  margin: 0;
  width: 28px;
}

#description-category-modal .form-file-upload img{
  height: auto;
}
#description-category-modal .content-image-load{
  overflow: hidden;
  width: 300px;
  height: 127px;
  display: none;
  width: 100%;
}
#description-category-modal .content-image-load p{
  font-size: 10px;
  line-height: 12px;
  color: #777;
}
#description-category-modal .content-image-load.w-100{
  width: 100% !important;
  height: auto !important;
}
.btn-orange{
  background-color: #DC1A5B !important;
}

#description-category-modal .form-check .form-check-label{
  width: 100%;
}
#description-category-modal .form-check .form-check-input:checked ~ .form-check-sign .check{
  background: #ed1d79;
}
@media (max-width: 320px) {
  #description-category-modal .content-image-load{
    width: 230px;
    height: 97px;
  }
}

.bounce-loading{
  animation: animationBounceLoading linear 1.5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationBounceLoading linear 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationBounceLoading linear 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationBounceLoading linear 1.5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationBounceLoading linear 1.5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationBounceLoading{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    transform:  scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    transform:  scaleX(0.80) scaleY(0.80) ;
  }
  75% {
    transform:  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationBounceLoading{
  0% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    -moz-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -moz-transform:  scaleX(0.80) scaleY(0.80) ;
  }
  75% {
    -moz-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationBounceLoading {
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    -webkit-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  scaleX(0.80) scaleY(0.80) ;
  }
  75% {
    -webkit-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationBounceLoading {
  0% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    -o-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -o-transform:  scaleX(0.80) scaleY(0.80) ;
  }
  75% {
    -o-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationBounceLoading {
  0% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    -ms-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -ms-transform:  scaleX(0.80) scaleY(0.80) ;
  }
  75% {
    -ms-transform:  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

.overlays {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(/assets/img/rombo-trama.jpg); */
  background-size: 140px;
  background-repeat: repeat
}

.coo-overlay{
  background-image: url(/assets/img/rombo-trama.jpg);
  background-size: 140px;
  background-repeat: repeat;
  height: 100%;
}

.coo-top-screen img {
  max-height: 230px;
  padding: 42px 50px 20px;
  margin: auto;
  display: block;
}

.landscape .coo-top-screen img {
  max-height: 120px;
  padding: 0px;
}

.coo-mid-screen p {
  font-size: 18px;
}

.coo-bottom-screen {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}
.btn-lg {
  padding: 0.7rem 3rem !important;
}

.is-ios .hide-ios{
  display: none !important;
}

@media (orientation: landscape) {
  .is-ios .hide-ios-landscape{
    display: none !important;
  }
  #overlays{
    display: none;
  }
  .coo-overlay.portrait {
    display: none;
  }
  .coo-overlay.landscape {
    display: block;
  }
}
div:not(.gpl) .other-url {
  display: none !important;
}

@media (orientation: portrait) {
  .coo-overlay.landscape {
    display: none;
  }
  .coo-overlay.portrait, #overlays {
    display: block;
  }
}

.ttour-overlay{
  z-index: 5;
  }
  .ttour-overlay {
    pointer-events: none;
  }
  .ttour-tip {
  pointer-events: all;
  }
  .ttour-bullets{
    display: none;
  }

  #coo-profile-image{
    max-width: 50px;
  }
  
  .ttour-footer button{
    border-radius: 23px;
  }