
body, html {
  height: 100%;
  width: 100%;

}

p {
  margin:0;
  padding: 0;
}

.app-title {
  background: #ff8800;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.logo {
  width: 220px;
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom:20px;
}

.logo_int {
  margin: 20px auto;
}

.logo_ticket {
  margin-top: 25px;
  margin-bottom: 15px;
}

.top {
  background-color: #ffffff;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
}

.flex-box{
  display:flex;
  justify-content:space-between;
  flex-direction: column;
}

.arrow:hover{
   background-image: url("../images/arrow.png");
   background-repeat: no-repeat;
   background-position: right 35px center;
}

button {
  color:#ffffff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  padding: 5px 8px 5px 8px;
  background-color: #f69321;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

button:hover {
  background-color: #f77b21;
}

.btn-login {
  padding: 10px 10px 10px 10px;
  width: 140px;
}

.btn-back {
  background: #343433;  
}

.btn-back:hover {
  background: #525252;
}

#map_canvas {
  height: 100%;
  width: 100%;
}

.box{
display: none;
}

.slide_kore{
  width : 100%;
  z-index: 1100;
  position:absolute;
  bottom:0;
}

.popup {
  width:100%;
}

.title {
  color:#f69321;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.pin{
  width: 32px;
  display: block;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 45px;
  line-height: 0px;
  color: #f69321;
}

.description-body {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 15px;
  font-size: 13px;
}

.description{
  display:block;
  float:left;
}

.description p{
  color: #999;
  font-size: 13px;
}

[class*='close-'] {
  color: #989898;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  z-index:100;
  text-decoration: none;
}

[class*='close-']:hover {
  text-decoration: none;
  color:#fff;
}

.close-classic:after {
  content: 'X'; /* ANSI X letter */
}

.boton-cerrar {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #343433;
  border: 2px solid #fff;
  color: #fff;
  padding: 1px 5px 1px 6px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 0px;
}

.boton-cerrar:hover {
  color: #fff;
}

.app-body {
  background: #fff;
  position: relative;
  margin: auto;
  width: 90%;
  box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}

ul.servicios {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.servicios li {
  list-style: none;
  padding-left: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

ul.servicios li label {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.servicios input[type=radio] {
  position: absolute;
  right: 3%;
  top: 41%;
  margin: 0px 0 0;
}

.check-label:checked + .label-check {
  background:#eaeaea;
}

.end-group {
  margin-top: 10px;
  padding-bottom: 15px;
}

.btn-back {
  background: #343433;
  padding: 8px 16px;
  font-size: 15px;
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-back:hover {
  color:#fff;
  text-decoration: none;
  background: #545453;
}

.btn-next {
  padding: 8px 16px;
  font-size: 15px;
  float: right;
}

.btn-ticket {
  border: 0px none;
  padding: 8px 20px;
  display: inline-block !important;
  margin-top: 0px;
  font-size: 15px;
}

.top-ticket{
  background:url(../images/ticket-top.png);
  height:17px;
  display:block;
}

.bottom-ticket{
  background:url(../images/ticket-bottom.png);
  height:17px;
  display:block;
}

.multi-step, .multi-step *, .multi-step *::after {
  box-sizing:border-box;
}

.multi-step ol, .multi-step li {
  list-style: none;
  margin:0;
  padding:0;
}

.multi-step {
  overflow:hidden;
}

.multi-step .inner-content {
  width:400%;
  position:relative;
}

.multi-step .step {
  width:25%;
  float:left;
}

.body-ticket {
  background: #fff;
  text-align: center;
}

.body-ticket .h1, .body-ticket h1 {
  font-size: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: serif;
  font-weight: bold;
}

.titulo-ticket {
  color: #aaa;
  font-size: 16px;
  margin-bottom:5px;
}

.body-ticket .opciones{
  margin-bottom: 10px;
  margin-top: 25px;
  padding-left: 30px;
  border-right: 1px solid #ccc;
  display: inline-block;
  padding-right: 30px;
}

.body-ticket .opciones.last {
  border-right: none;
}

.body-ticket .fecha{
  margin-top:0px;
  margin-bottom:0px;
}

.calificacion{
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio] + label:hover{
  cursor:pointer;
}

input[type=radio] + label>img {
  width: 100px;
  height: 100px;
  transition: 500ms all;
}

input[type=radio]:checked + label>img {
  transform: rotateZ(-10deg) rotateX(10deg);
  width: 110px;
  height: 110px;
}

input[type=radio]:checked + label {
  color:#000;
}

.mostrar{
  visibility: visible;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

@media only screen and ( max-width: 781px ) {
  /*.logo_int {
    display: block;
    margin: 13px 13px;
    float: right;
  }*/
}

@media only screen and (max-width:425px){
  input[type=radio] + label>img {
    width: 70px;
    height: 70px;
    transition: 500ms all;
  }

  input[type=radio]:checked + label>img {
    transform: rotateZ(-10deg) rotateX(10deg);
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width:361px){
  .pin {
    width: 10%;
    margin-right: 1%
  }
  .description{
    width: 89%;
  }
  .titulo-ticket {
      margin-bottom: 0px;
  }

  .body-ticket .opciones {
      margin-bottom: 10px;
      margin-top: 20px;
  }


  input[type=radio] + label>img {
    width: 70px;
    height: 70px;
    transition: 500ms all;
  }

  input[type=radio]:checked + label>img {
    transform: rotateZ(-10deg) rotateX(10deg);
    width: 80px;
    height: 80px;
  }
  
}





.slide_kore {
    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    -o-animation-duration:0.5s;
    animation-duration:0.5s;
    -webkit-animation-name:float-up;
    -moz-animation-name:float-up;
    -o-animation-name:float-up;
    animation-name:float-up;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:ease-out;
    -moz-animation-timing-function:ease-out;
    -o-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    position:absolute;
    bottom:-100px;
}
@-webkit-keyframes float-up {
    0% {
        bottom:-100px;
        opacity:0;
    }
    25% {
        opacity:1;
   
    }
    100% {
        bottom:0px;
    }
}
@-moz-keyframes float-up {
    0% {
        bottom:-100px;
        opacity:0;
    }
    25% {
        opacity:1;
   
    }
    100% {
        bottom:0px;
    }
}
@-o-keyframes float-up {
    0% {
        bottom:-100px;
        opacity:0;
    }
    25% {
        opacity:1;
   
    }
    100% {
        bottom:0px;
    }
}
/*
@-keyframes float-up {
    0% {
        bottom:-100px;
        opacity:0;
    }
    25% {
        opacity:1;
   
    }
    100% {
        bottom:0px;
    }
}*/

.head_verde{
    background: #325944;
    height: 30px;
    display: block;
    width: 100%;
}
.navbar{
 background: #efefef;
    height: auto !important;
    min-height: 60px;
    margin-bottom: 0px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.row{
    display: flex;
    min-height: calc(100vh - 122px);
    flex-wrap: wrap;
}

.col-md-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.navbar-brand>img {
    max-height: 60px;
}

.mt-5{
    margin-top: 50px
}


.align-items-center{
    align-items: center;
    justify-content: center!important;
    align-content: center;
    text-align: center;
}

.btn-cmp{
    background: #325944;
    color: #fff;
    width: 300px;
    text-align: center;
    padding:20px 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-print{
    background: #325944;
    color: #fff;
}
.orange{
    color: #d67d33;
}


.btn-cmp:hover{
    background: #d67d33;
    color: #fff !important;
}

.py-3{
    padding-top: 30px;
    padding-bottom: 30px;
}

h2.titulo{
    display: block;
    width: 100%;
    text-align: center;
    color: #d67d33;
    font-size: 22px;
    font-weight: bold;
}


@media (max-width:991px){
    .container{
        max-width: 100%;
        width: 100%;
    }

    .btn-cmp {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width:767px){
    .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .py-3{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container{
        max-width: 100%;
        width:60%;
    }

    .navbar-brand>img {
        max-height: 150px;
        display: INITIAL;
    }
    .navbar-brand {
       text-align: center;
        float: NONE;
        height: auto;
        display: block;
        margin:  0 auto;
    }

    .header{
        margin-bottom: 30px;
    }
    .btn-cmp {
        padding: 13px;
        font-size: 16px;
    }
}

@media (max-width:400px){
    .container{
        max-width: 100%;
        width:95%;
    }

    .navbar-brand>img {
        max-height: 35px;
        display: INITIAL;
    }
}

.modal.in .modal-dialog {
	margin-top:10%;
}

.print-ico{
    margin: 10px auto;
    display: block;
}