*::selection {
   background: #753BBD;
   color: #f2f2f2;
}
ul, li {
    list-style-type: none;
}
.headerbar {
   padding: 0px 6rem;
}
.headerbar-right {
   font-size: 16px;   
}
.ows-menu-top:hover {
   color: #753BBD;
   background-color: transparent!important;
}
.ows-menu-top {
   color: #000;
   cursor: pointer;
}
/* .ows-register{
   color: #af41d7;
   padding: 0 20px;
   border-top: 1px solid #af41d7;
   border-bottom: 1px solid #7c2ff4;
   background: -webkit-linear-gradient(left, #7c2ff4, #af41d7);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#af41d7), to(#7c2ff4));
   background-image: -webkit-linear-gradient(#af41d7, #7c2ff4);
   background-image: -moz-linear-gradient(#af41d7, #7c2ff4), -moz-linear-gradient(#af41d7, #7c2ff4);
   background-image: -o-linear-gradient(#af41d7, #7c2ff4), -o-linear-gradient(#af41d7, #7c2ff4);
   background-image: linear-gradient(#af41d7, #7c2ff4), linear-gradient(#af41d7, #7c2ff4);
   background-position: 0 0, 100% 0;
   background-repeat: no-repeat;
   background-size: 1px 100%;
}
*/
.change-icon {
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 85%;
}

#icon-corazon {
    position: relative;
    width: 2rem;
    top: 10px;
    font-size: 2em;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
    color: #fff;
}

#icon-corazon-pintado {
    position: relative;
    width: 2rem;
    top: 10px;
    font-size: 2em;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
    color: #753BBD;
}
.ows-register {
    color: #fff !important;
    background: -webkit-linear-gradient(#af41d7, #7c2ff4);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 1px;
    border: 1px solid #753BBD;
 }

.ows-register:hover{
    border: 1px solid #753BBD;
    color: #753BBD !important;
    background: transparent;
}

.ows-register:hover a{
    color: #753BBD!important;
}

 header a { color: #ccc; padding-top: 5px; } 
  .header-nav > li > a:hover, .header-nav > li > a:focus {
    cursor: pointer;
     color: #753BBD;
 }

.inquilino-active {
   color: #753BBD;
}
/* a, a:visited { color:#313534 } */
a.link.active { color:#753BBD; }

 .header-nav-profile .dropdown > a {
    cursor: pointer;
     padding-top: 12px;
     color:#313534;
 }
.ows-li-register {
   margin-left: 14px;
}
.ows-tabs {
   padding-bottom: 24px;
   border-bottom-color: transparent;
}
.ows-tab {
   width: 50%;
   text-align: center;
}

.ows-input-email {
   width: 100%;
}
.ows-color-menu {
   color: #000;
}
.ows-profile-info {
   padding-top: 7px;
}
.ows-div-btn-change-password {
    text-align: center;
}
.ows-button-one {
   width: 50%; background-color: #753BBD;border: 1px solid #753BBD; border-radius: 0px; color: #fff;
   padding: 5px; font-size: 16px; margin: 0 auto;
}
.ows-button-one:hover {
   width: 50%; background-color: transparent ; color: #753BBD;
}
.ows-button-default {
   width: 50%; background-color: #d2d5d5;border: 1px solid #d2d5d5; border-radius: 0px; color: #fff;
   padding: 5px; font-size: 16px;
}
.ows-button-default:hover {
   width: 50%; background-color: transparent ; color: #d2d5d5;
}
.ows-login-left {
   padding-left: 4%;
   padding-right: 4%;
   padding-top: 2%;
   padding-bottom: 4%;
   float: left;
   width: 40%;
}
.ows-login-right {
    padding-left: 7%;
    padding-right: 7%;
    padding-top:2%;
    padding-bottom: 5%;
    float: left;
    width: 60%;   
    border-left: 1px solid #753BBD;
}
.ows-auto-login-right {
   padding-left: 7%;
   padding-right: 7%;
   padding-top:2%;
   padding-bottom: 5%;
}

.ocultar {
   display: none;
}
/* #formRegistroInquilino {
   display: none;
} */
.ows-label {
   color: orange;
}
.ows-icon {
   float: left;
   margin-right: 1rem;
}
.form-control {
   padding: 0;
   height: 37px;
   border-left: none;
   border-right: none;
   border-top: none;
   border-bottom-color: rgba(12, 12, 12, 0.12);
   border-width: 2px;
   background: transparent;
   color: #753BBD;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.form-group .form-control~label:after, .form-group .form-control~.form-control-line:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 45%;
   height: 2px;
   width: 10px;
   visibility: hidden;
   background-color: #753BBD;
   /* background-color: #0aa89e; */
   -webkit-transition: 0.2s ease all;
   -o-transition: 0.2s ease all;
   transition: 0.2s ease all;
}
*:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.form-group .form-control:not(.static)~label, .form-group .form-control:not(.static)~.form-control-line {
   -webkit-transition: 0.2s ease all;
   -o-transition: 0.2s ease all;
   transition: 0.2s ease all;
}
.floating-label .form-control~label {
   top: 19px;
   font-size: 16px;
}
.form-group .form-control~label, .form-group .form-control~.form-control-line {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   pointer-events: none;
}
#image-carousel-vista {
    margin-top: -8px;
}
.ows-section-body {
    height: 400px;
}
@media screen and (max-width: 800px) {
    #image-carousel-vista {
        margin-top: -75px;
    }
}
.ows-section-body {
    height: 400px;
}
@media screen and (min-width: 990px) {
    #ows-icon-zoom {
        margin-bottom: -239px;
        font-size: 5rem;
        margin-left: 30px;
        cursor: pointer;
    }
}
@media screen and (max-width: 990px) {
    #ows-icon-zoom {
        margin-bottom: -250px;
        font-size: 5rem;
        margin-left: 30px;
        cursor: pointer;
    }
}
.ows-height-image-carrousel {
    height: 100vh;
}
@media screen and (max-width: 500px) {
   .ows-login-left {
      display: none;
   }
   .ows-login-right {
      width: 100%;
   }
}

.ows-card {
   max-width: 800px; 
   margin: auto; 
   top: 10%; 
   background-color: rgba(255, 255, 255, 0.98);
   margin-bottom: 25px;
   border-radius: 0px;
}

.ows-social-button-f {
   /* width: 100%;
   background-color: #3B5998;
   color: #fff;
   margin-bottom: 5px;
   font-size: 18px;
   padding-left: 15px; */
   /* padding: 50px; */
   margin: 1rem auto;
}
.ows-social-button-g {
   width: 100%;
   background-color: #F24033;
   color: #fff;
   padding: 5px;
   font-size: 18px;
   padding-left: 15px;
}
.ows-social-button-f:hover {
background-color: transparent;
color: #3B5998; 
box-shadow: 2px 2px 2px 2px #3B5998;
}
/* .ows-social-button-g:hover {
background-color: transparent; color: #F24033; border: 1px solid #F24033;
} */

h1, h2, h3, h4 {
   font-family: 'Quicksand', sans-serif;
   font-weight: 500;
}
.ows-recuperar {    
   font-size: 1em;
   /* float: right; */
   text-align: right;
}

/* SELECT LANGUAGE */
.ows-btn-language{
   margin-top: 10px;
   font-weight: 500;
   font-size: 20px;
}
#ows-flecha-lang {
   margin-left: 3px;
}
#ows-ul-lang {
   min-width: 50px;
   margin-right: 72px;
   padding-left: 2rem;
   padding-right: 2rem;
   font-size: 1.5rem;
}
#ows-ul-lang:hover {
   cursor: pointer;
}
@media (max-width: 768px) {
   #ows-ul-lang {
      min-width: 50px;
      margin: 0;
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.5rem;
   }
}
.header-nav > li > a:hover,
.header-nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.btn-flat:hover,
.btn-icon-toggle:hover,
.btn-flat:focus,
.btn-icon-toggle:focus,
.open .dropdown-toggle.btn-flat,
.open .dropdown-toggle.btn-icon-toggle {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
#spiner {
    margin-bottom: -22px;
    margin-top: 30px;
}

/* ALOJAMIENTO */

.ows-price {
    color: #0c0c0c !important;
    opacity: 1 !important;
}
.ows-btn-avail-home {
    background-color: transparent;
    border-bottom: 2px solid rgba(12, 12, 12, 0.12); 
    color: rgba(12, 12, 12, 0.5);
}
.ows-btn-avail {
    background: #753BBD;
    color: #fff;
    padding: 15px;
}

#ows-close{
    margin-top: -67px;    
    margin-right: -31px;
}
#ows-close-login{
    margin-top: 1px;    
    margin-right: 1px;
}
.ows-users {
    background-color: #fff;
    padding: 10px;
}

@media (min-width: 1000px) {
    .ows-users, .ows-title-users{
        width: 130%;
        margin-left: -15%;
    }
}

.ows-title-users {
    background-color: #fff;
    box-shadow: 0px 0px 30px #ebebeb;
    margin-bottom: 0;
    padding: 12px;
    text-align: center;
    color: #753BBD;
}
.ows-users-width {
    width: 31%;
}
.ows-padding-users {
    padding: 20px;
    margin-bottom: 1%;
}
.ows-users-columns {
    padding: 20px;
}
#ows-img-alojamiento {
    background-repeat: no-repeat;         
    background-position: center;             
    background-size: cover;
    height: 400px;
}
#ows-img-alojamiento-slider {
    background-repeat: no-repeat;         
    background-position: center;             
    background-size: cover;
    height: 500px;
}
.ows-left {
    margin-left: 0;
    /*padding-top: 25%;*/
    top: 35%;
    width: 5%;
    height: 20%;
    font-size: 4em;
}
.ows-right {
    margin-right: 0;
    top: 35%;
    width: 5%;
    height: 20%;
    font-size: 4em;
}
.ows-carousel-control-vista {
    font-size: 60px;
    top: 35%;
    width: 5%;
    height: 20%;
    font-size: 4em;
}
.ows-carousel-control-vista {
    font-size: 60px;
    top: calc(50% - 1em);
}
.ows-carousel-control-slider {
    font-size: 60px;
    /*top: 30vh;*/
    top: calc(50% - 30px);
}
@media screen and (max-width: 990px) {
    .ows-carousel-control-vista {
        font-size: 45px;
    }  
    .ows-carousel-control-slider {
        font-size: 45px;
    } 
}
#ows-close-slider{
    margin-top: -846px;
    margin-right: 19px;
    opacity: .5;
}
.ows-reservas {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #616161;
    text-decoration: none;
}
.ows-reservas a {
    text-decoration: none;
}
.ows-reservas:last-child {
    border-bottom: 0px;
}
#ows-header-reservas {
    background-color: #fff; 
    height: 75px;
    border: 1px solid #fff;
    /* border-top-color: #753BBD;
    border-left-color: #753BBD;
    border-right-color: #753BBD;
    border-bottom-style: solid;
    border-width: 1px; */
}
#ows-btn-reserva-ahora {
    border-bottom-color: #753BBD;
}

/* CALENDARIO ALOJAMIENTO */
.ows-meses {
    position: relative;
    height: 50px;
    padding: 0;
    margin: 5px;
    width: 10rem;
    overflow: hidden;
    float: left;
    border: 1px solid #757575;
    text-align: center;
}
.titulo-mes {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
    margin-top: 13px;
}
.ows-floatl {
    float: left;
}
.ows-floatr {
    float: right;
}
.ows-space {
    width: auto;
    height: 150px;
}
.color-leyenda {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.calendario-color {
    height: 50px;
    position: relative;
    z-index: 99;
    float: left;
}
.ocupado {
    background-color:#AA00FF;
    width: 15px;
    height: 50px;
}

.ocupado-cuadrito {
    background-color:#AA00FF;
    width: 15px;
    height: 15px;
}
.libre {
    background-color:#EEEEEE;
    width: 15px;
}
#leyenda {
    padding: 12px;
}
.ows-cursor {
    cursor: pointer;
}

/* BÚSQUEDA */
.ows-btn-one {
    border-radius: 0px; border: 1px solid #753BBD; background: transparent; color: #753BBD;
}
.ows-btn-one:hover,.ows-btn-one:active, .ows-btn-one-active {
    color: #fff !important;
    background: #753BBD !important;
    border-radius: 0px;
 }

#modal-size {
    width: 820px;
}

#ows-card-filtros {
    padding: 15px; 
    text-align: center; 
    margin-bottom: 0;
}
.icon-house, .icon-hotel {
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
}
.icon-man, .icon-woman,
.icon-beds, .icon-bed, .icon-bed-1,
.icon-sofa, .icon-bathroom {
    font-size: 50px;
    font-family: 'Quicksand', sans-serif;
}
#delete-beds, #add-beds {
    font-size: 2rem;
}
#txt-only-men, #txt-only-women {
    font-size: 18px;
}
#modal-filters {
    padding: 0;
}
.icon-woman, .icon-man, .icon-house, .icon-hotel,
.icon-bed, .icon-beds, .icon-bathroom, .icon-sofa,
.icon-bed-1  {
    color: #9E9E9E;
}
.txt-filter {
    color: #9E9E9E;
}
.ows-icons-caracteristicas:hover {
    color: #753BBD;
}
@media (max-width: 479px) {
    #ows-card-filtros {
        padding: 33px; 
        text-align: center; 
        margin-bottom: 0;
        /* height: 85vh; */
    }
    #filter-generales {
        width: 100%;
    }
    #modal-size  {
        width: 100%;
    }
    #btn-filter-generales, #btn-filter-caracteristicas, #btn-filter-habitacion,#btn-filter-piso {
        width: 100%;
        margin-bottom:  10px;
        margin-left: 0;        
    }
    .ows-txt-icon-name {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    #ows-btn-ver-rooms {
        font-size: 11px;
    }
}
@media (max-width: 1100px) {
    #div-btn-busqueda-left, #div-btn-busqueda-right, #ows-name-perfil, #div-home,
    #ows-icon-busqueda-hotel, #ows-icon-busqueda-house, #ows-icon-busqueda-residencia{
        display: none;
    }
    #div-btn-busqueda-center {
        margin: 0 auto;
        margin-top: 8px;
    }
    #filter-generales {
        display: none;
    }
    .ows-btn-avail-busqueda {
        width: 100%;
        margin-bottom: 0;
        color: rgba(49, 53, 52, 0.6);
        padding: 5px 20px;
        border: 1px solid rgba(49, 53, 52, 0.6);
        background: #fff;
     }
}

.ows-button-pago {
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
}
.ows-button-pago:hover {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

td.title { font-size: 15px; padding: 5px; }
td.text { color: #545d69; }

@media (min-width:0px) and (max-width:798.91px){
    .card-pc{
        display:none;
    }
    .card-mobil{
        display:block;
    }
    body{
        font-size:14px;
    }
}
@media (min-width:799px){
    .card-pc{
        display:block;
    }
    .card-mobil{
        display:none;
    }
    body{
        font-size:13px;
    }
}
@media (max-width: 990.42px) {
    .no-pc .col-md-12 .cruz-mob .ows-btn-circle-delete{
        display:none;
    }
    .img-responsive2{
        height: auto;
        max-width: 100%;
        display:block;
        width:50%;
        margin: 0 auto;
        margin-bottom:20px;
    }
    .data-tarjeta{
        margin-top:20px !important;
    }
    .no-pad-cruz{
        margin-top:40px !important;
        text-align:center;
    }
    .cruz-mob{
        text-align:center;
    }
    .text-tarjeta{
        text-align:center;

    }
    .no-mob{
        display:none;
    }
    .no-pc{
        display:block;
    }
    #diferente-finalizar-compra{
        margin:20px 0px;
    }
}
@media (min-width: 991px) {
    .no-mob{
        display:block;
    }
    .no-pc{
        display:none;
    }
    #diferente-finalizar-compra{
        margin:20px;
    }
    .img-responsive2{
        height: auto;
        max-width: 100%;
        display:block;
        margin: 0 auto;
        margin-bottom:20px;
    }
}
.modal-flux{
    width: auto !important ;
    display: inline-block;
}
#btn-pedido {
    color: #fff;
}
#btn-pedido:hover {
    color: #753BBD;
}
/* mobile-portrait: min:320px - max:479px;
mobile-landscape: min:480px - max:599px;
small-tablet-portrait: min:600px - max:799px;
small-tablet-landscape: min:800px - max:767px;
tablet-portrait: min:768px - max:1023px;
tablet-landscape: min:1024px; */

.brand-holder a {
   padding: 0;
}

.header-nav .header-nav-brand .brand-holder a h1 {
    font-size: 13px;
    margin-top: 1px;
    color: #753bbd;
}
.carousel-control .fa {
    font-size: 1em;
/*    margin-top: 1em;*/
}
.ows-button-one{
    margin-left: 30%;
}