/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/09/2018, 04:51:15 PM
    Author     : master
*/

@font-face {
    font-family: "Nexa";
    src: url("fonts/nexa_light.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-ExtraLight.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Smoothie';
    src: url('fonts/Smoothie_Shoppe.ttf');
    font-weight: normal;
    font-style: normal;
  
  }
body {
    font-family: "Nexa" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat" !important;
}
input:focus,
select:focus,
button {
    outline: none;
}
.menu {
    width: 100%;
    margin: 0;

    border-bottom: 1px solid #cacaca;
    
    flex-direction: row;
    z-index: 99;
}

.color_blanco {
    color: #fff;
}
.color_blanco:hover {
    color: #fff;
}
.color_gris {
    color: #4d4d4d;
}
.color_gris2 {
    color: #e6e6e6;
}
.color_amarillo {
    color: #ffc107;
}
.color_letra {
    color: #666;
}
.color_ppal {
    color: #a12c4c;
}
.border_ppal {
    border: 1px solid #a12c4c !important;
}
.border_girs2 {
    border: 1px solid #e6e6e6 !important;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.bg_ppal {
    background-color: #a12c4c;
    border: none;
}
.bg_amarillo {
    background-color: #ffc107;
}
.bg_gris {
    background-color: #cacaca;
}

.border_bottom_ppal {
    border-bottom: 1px solid #a12c4c;
}
.menu_general {
    border-bottom: 1px solid #a12c4c;
}

.menu_general .nav-link {
    color: #000 !important;
}
.menu_general .active {
    color: #a12c4c !important ;
    font-weight: bold;
}
.formulario_general .input-group-text {
    background: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.formulario_general .form-control {
    border: 1px solid #ced4da;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.custom-file {
    height: auto;
    position: relative;
}
.custom-file-input {
    width: 0;
    height: 0;
}
.boton_cargar {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    padding: 5px !important;
}
.custom-file-label {
    text-align: center;
    height: auto;
    width: auto;
    color: #fff;
}
.custom-file-label::after,
.boton_cargar::after {
    height: auto;
    content: "" !important;
    border: none;
    width: 0;
    padding: 0;
    margin: 0;
}

.tag-servicios {
    background: #f4f4f4;
    color: #000;
    padding: 3px 5px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.8em;
    margin: 3px 0;
    height: 25px;
    margin-left: 5px;
}
.container_servicios {
    display: flex;
    flex-wrap: wrap;
    height: 200px;
    overflow-y: auto;
}
.chip i.material-icons {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: bold;
}
.bloque_imagenes .imagenes {
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.bloque_imagenes .titulo {
    background: #a12c4c;
    display: block;
    padding: 10px;
    color: #fff;
}
.lista_imagenes {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 2px 20px;
    width: 100%;
}
.lista_imagenes > div {
    width: 100px;
    height: 120px;
    margin: 10px;
    position: relative;
    cursor: pointer;
}
.lista_imagenes > div .eliminar {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    padding: 1px 4px;
    cursor: pointer;
    background: rgb(200, 35, 51);
    border-radius: 50%;
}
.lista_imagenes > div > img {
    height: 100%;
}
.bloque_scort {
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    min-height: 100px;
    box-shadow: 5px 6px 7px rgba(0, 0, 0, 0.5);
}
.bloque_scort .datos {
    padding: 10px 4px;
    flex: 1;
}
.bloque_scort .imagen {
    flex: 0 1 90px;
    min-width: 100px;
    background-size: 100% auto;
    background-position: center;
    overflow: hidden;
}
.ui-datepicker {
    z-index: 99999 !important;
}

.bloque_plan {
    /* width: 35%;*/
    border: 1px solid #a12c4c;
    position: relative;
    border-radius: 4px;
    padding-bottom: 15px;
    /*margin-left: 25px;*/
}
.bloque_plan p {
    padding: 10px;
}
.bloque_plan h3 {
    text-align: center;
    background: #a12c4c;
    color: #fff;
    font-weight: bold;
    margin-top: -1px;
    border-radius: 4px;
    padding: 5px;
}
.btn-comprar,
.btn-comprar-diamante {
    bottom: 0;
    right: 0;
    color: #fff !important;

    border-radius: 4px;
}
.item_ticket {
    border-bottom: 1px solid #a12c4c;
    position: relative;
}

.item_ticket .boton_tiket {
    position: absolute;
    right: 0;
    bottom: 0;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    display: none;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #a12c4c;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
.emoji-menu {
    top: 30px;
}


a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a,
.gmnoprint span {
    display: none;
}
.gmnoprint div {
    background: none !important;
}

.pagination_lovty{
    display: flex;
    list-style: none;
    padding: 0;
    width:100%;
}

.pagination_lovty li{
    display: flex;
    align-items: center;
    flex: 1;
    align-items: center;
    width: 100%;
    align-self: center;
    justify-content: center;
}
.pagination_lovty li a{
    text-decoration: none;
    color: #000;
}
.pagination_lovty .active a{
    background: #a12c4c;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    text-align: center;
}
.pagination_lovty .fa-arrow-left , .pagination_lovty .fa-arrow-right{
    color: #a12c4c;
}

.bloque{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container{
    flex: 1;
}
.footer{
    background: #DC3446;
    color: #fff;
    text-align: center;
    padding: 16px 0 0 0;
    margin: 10px;
    border-radius: 5px;
    font-family: "Montserrat" !important;
}
.footer p , .footer a {
    padding: 0;
    color: #fff;
    font-size: 13px;
}
.footer a {
     text-decoration: underline;
}