:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #EC6608;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
  /*  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    */
}
.show_hide{
  display: block;
    font-style: italic;
}
.strong {
  font-weight: 700;
}

form .form-control {
  border: 1px solid #c0c2c2;
      color: #999;
      /* background: #D7D2D9; */
      box-shadow: 0px 0px 7px inset #eee, 2px 3px 4px #f4f4f4;
}
.texto-rojo{
  color: var(--danger);
}
.text-center{text-align: center;}

.nav-link i {
    font-size: 1.4em;
    margin: -2px 8px 0 0;
    float: left;
        color: #b6afaf;
    display: -webkit-inline-box;
}
.capital{
  text-transform: lowercase;
}

.capital:first-letter {
  text-transform: capitalize !important;
}
.capital:after {
  text-transform: capitalize !important;
}

.mayusculas{
  text-transform: uppercase;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: #f8f9fa !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}



body {
 font-family: 'Alegreya', sans-serif;

  /*  font: normal normal normal 12px/20px Alegreya;*/
letter-spacing: 1.8px;
color: #6E6E6E;
color: #6E6E6E;

    -webkit-font-smoothing: antialiased;
    /*font-size: 14px;*/
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya', sans-serif;
text-transform: uppercase;
letter-spacing: 1.8px;
    color: #747171;
    margin: 0px 0px 14px 0px;
    padding: 0px;
    font-weight: 500;
}

.fad {
    position: relative;
    font-family: 'Font Awesome 5 Duotone', "FontAwesome" !important;
    font-weight: 900;
}


h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    font-weight: 500;
}

.bootstrap-select .btn-default {
    background: #ccbbb6 !important;
  }

  .bootstrap-select .btn-default {
      background:  #e2dfdf !important;
    }

    .form-group {
        margin-bottom: 27px;
    }

::selection {
 background: #e36c09; color: #ffffff;
}
::-moz-selection {
  background: #e36c09; color: #ffffff;
}
::-webkit-selection {
  background: #e36c09; color: #ffffff;
}

p {
/*margin: 70px 0 0px;*/
}

p:last-child {
  /*  margin-bottom: 0px;*/
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

a {
    color: #181a1b;
}

a:hover {
    text-decoration: none;
    color: #EC6608;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.precio_2 {
    background: #EC6608;
    padding: 5px 10px;
    border-radius: 19px;
    margin-bottom: 10px;
}

blockquote {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 21px;
    color: #333;
    border-left: 5px solid #EC6608;
    font-weight: 300;
    font-style: italic;
    line-height: 31px;
    border: none;
    position: relative;
}
.bootstrap-select {
/*border: 2px solid #eee; */
width: 100% !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #fff!important;
    outline: 1px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}

.fondo_gris{
  background: #f8f9fa;
  display: block;
  height: auto;
  float: left;
  border-radius: 6px;
  margin: 15px 15px 15px 15px;
  padding: 20px;
  width: -webkit-fill-available;
}
/*menu hide al inicio*/
.header-block{

}
#home-lugar .pull-left {
  /*  padding-left: 22px;*/
     
  }
#home-lugar li{
  padding: 9px;
}
#cta_home{
    text-transform: uppercase;
}
#cta_home:hover{
    color: white;
    background-color: #EC6608;
    text-decoration: none;
}
#cta_home a:hover{
    color: white;
    background-color: #EC6608;
    text-decoration: none !important;
}

#cargando_over {
  position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 99999999999999;
      opacity: 1;
      background: #fff;
      text-align: center;
      vertical-align: middle;
      display: grid;
      align-items: center;
}
#cargando_over>div {
width: 100%;
}
#expertos_list ul li{
  margin-bottom: 10px;
}
.filter-box p {
   cursor: pointer ;
}
.icono_lista{
  width: 50px;
      margin: 0 4px 0px 10px;
      padding: 10px 5px;
}
.bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus, input:focus, button:focus, select:focus{
  outline: none !important;
  outline: 0 !important;
}

textarea, input, button, select, .btn-select{
  border: 0px solid;
  outline: none !important;
  outline: 0 !important;
}


*:focus {
    outline: none !important;
    outline: 0 !important;
    outline-style: none;
    box-shadow: none;
}

#logo-hero{
  top: 155px;
left: 898px;
width: 124px;
height: 71px;
background: transparent url('img/logo_negro.png') 0% 0% no-repeat padding-box;
opacity: 1;
}
blockquote:before {
    content: '\f10d';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-size: 60px;
    top: 20px;
    color: #44a5c1;
}

blockquote p {
    padding-left: 80px;
}


.tiny-footer p{
  margin-top:0 !important;
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #EC6608;
    border-left: 0;
}

.display-1 {
    font-size: 42px;
}

.title {
    color: #181a1b;
}

.title-white {
    color: #fff;
}

.listnone {
    list-style: none;
}

.check-circle {
    position: relative;
}

.check-circle li {
    padding-left: 20px;
}

.hr2{
  border: 1px solid #1a1a1a30;
}
.check-circle li:before {
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #44a5c1;
    content: '\f058';
}

/*paginas centros y actividades */
/*#pagina_centro p , #pagina_actividad p {*/
  .faq-block p{
    margin: 70px 0 0px;
    margin: 0 0 60px 0;
}
/*deshabilita las estrellas*/
#busca_centros .br-wrapper a, #busca_terapias .br-wrapper a{
  pointer-events: none;
}

#pagina_centro .widget-booking, #pagina_actividad .widget-booking,  #pagina_terapia .widget-booking {
  background: #f8ecc9;
  border-radius: 0 20px 0 0;
}
.precio{
  color:#EC6608;
  font-weight: bold;
}
.product-detail p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
      line-height: normal;
}

.capsulita{
  padding: 2px 9px;
  border-radius: 10px;
  margin: 4px;
  background: #f7f3ef;
  margin: 3px 3px;
  list-style: circle;
  text-shadow: -1px -1px 1px #fff;
  display: -webkit-inline-box;
}


.breve_desc{
  font-size: 16px;
font-weight: 100;
    line-height: 22px;
}
.precio span{
  color:#1a1a1a;
  font-style: italic;
  font-weight: bold;
}
#pagina_centro.listnone li, #pagina_actividad.listnone li{
  margin-bottom: 15px;
      display: table;
      vertical-align: middle;
}

#fecha-header {
    position: absolute;
    top: 20px;
    right: 20px;
}

#pagina_centro .listnone li strong ,#pagina_actividad .listnone li strong {
  font-weight: 700;
      padding: 0 10px 0 0;
      text-transform: uppercase !important;
}

#pagina_centro .listnone .fa, #pagina_actividad .listnone .fa{
  font-size: 18px;
      color: #aa948d;
      padding: 2px 10px 3px 10px;
}

#pagina_centro body, #pagina_actividad body, #pagina_wiki body{
  background: #f1f3f3;
}

#pagina_centro .user-img {
    margin-bottom: 0;
    margin-top: -8px;
}

#home #home_bot_menu{
  display: none;
}
.dropdown-right{
    left: -600% !important;
    width: fit-content;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

/*-------------------------------------------------------------------
2. Form
-------------------------------------------------------------------*/

label {
    font-size: 14px;
    font-weight: 500;
    color: #181a1b;
}

.control-label {
    font-size: 14px;
}

.form-control {
    background: #fff;
    border: 2px solid #e5e8e8;
    display: block;
    width: 100%;
    height: 49px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #181a1b;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.faq-block{
    background: #f9fdfd;
    padding: 30px;
    border-radius: 10px;
    font-size: 16px;

}
.faq-block h4{
  border-left: 15px solid #333;
    padding-left: 10px;
}
.form-control:focus {
    border-color: #4eb7d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 165, 193, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 165, 193, .6);
}

select.form-control {
    -webkit-appearance: none;
    border: 2px solid #e5e8e8;
}

textarea.form-control {}

button.btn {}

button.btn-default {}

.input-lg {
    height: 54px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}



/* } */
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 24px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -24px;
}
input[type=checkbox],
input[type=radio] {
    margin: 6px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio:last-child {
    margin-bottom: 0px;
}
.radio_icon{
  font-size: 20px;
      width: 30px;
}
.filter-box label{
padding-left: 0 !important;
}
/*---------- Select options -----------*/
.btn.btn-select {
    padding: 12px 14px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 2px;
    background-color: #fff;
    background-color: transparent;

}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    padding: 0 4px 0 25px;
    border: 2px solid #e5e8e8;
    border-radius: 4px;
}
.bootstrap-select.btn-group .dropdown-menu {
    border: transparent;
        border-radius: 15px;
            padding: 0 0 14px;
}
#navigation ul{
  text-align: center;
    display: table;
    align-items: center;
    margin: 0 auto;
}

.home-buscar{
  width: 200px;
border: none;
margin: 22px;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
    border-radius: 15px;
}

/*--- currency ---*/
.btn.currency-btn {
    padding: 0px;
    background: transparent;
    font-size: 13px;
}
.select-currency {
    float: left;
}
.select-currency .bootstrap-select {
    width: 55px !important;
    border-radius: 2px;
    border: transparent;
}


/*--- country ---*/
.select-country {
    float: left;
    margin-right: 20px;
}
.select-country .dropdown-menu {
    width: 180px;
    border-radius: 2px;
    border: transparent;
}
.select-country .dropdown-menu>li>a {
    padding: 4px 10px;
}
.btn-country {
    background-color: transparent;
    padding: 3px;
    font-size: 14px;
    color: #b0edfe;
}
.btn-country:hover {
    color: #fff;
    background-color: #2d87a0;
}


/*-------------------------------------------------------------------
3. Buttons
-------------------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 3px;
}
.btn-default {
    background: #EC6608;
    color: #fff;
    border: 0;
  /*  border-bottom: 2px solid #EC6608;*/
}
.btn-default:hover {
    background: #EC6608;
    color: #fff;
    border-bottom: 2px solid #EC6608;
}
.btn-primary {
    background: #44a5c1;
    color: #fff;
    border-bottom: 2px solid #1c86a5;
}
.btn-primary:hover {
    background: #1c86a5;
    color: #fff;
    border-bottom: 2px solid #1c86a5;
}
.btn-secondary {
    background: #737778;
    color: #fff;
    border-bottom: 2px solid #505657;
}
.btn-secondary:hover {
    background: #505657;
    color: #fff;
    border-bottom: 2px solid #505657;
}
.btn-dark {
    background: #2d3031;
    color: #fff;
    border-bottom: 2px solid #1c2021;
}
.btn-dark:hover {
    background: #1c2021;
    color: #fff;
    border-bottom: 2px solid #1c2021;
}
.btn-lg {
    font-size: 18px;
}
.btn-sm {
    font-size: 14px;
    padding: 8px 14px;
}
.btn-xs {
  font-size: 13px;
  padding: 8px 12px;
}


/*--------------------- Links -------------------*/
.btn-link {
    color: #EC6608;
    text-decoration: underline;
}
.btn-link:hover {
    color: #EC6608;
}
.btn-link-primary {
    color: #44a5c1;
    text-decoration: underline;
}
.btn-link-primary:hover {
    color: #3e95ad;
}
.btn-link-secondary {
    color: #737778;
    text-decoration: underline;
}
.btn-link-secondary:hover {
    color: #505657;
}
.btn-link-dark {
    color: #2d3031;
    text-decoration: underline;
}
.btn-link-dark:hover {
    color: #1c2021;
}
.btn-link-white {
    color: #fff;
    text-decoration: underline;
}
.btn-link-white:hover {
    color: #EC6608;
}


/*-------------------------------------------------------------------
4. General Elements
-------------------------------------------------------------------*/

/*-------------4.1 Section space --------------*/

/*Note: Section space help to create top bottom space;*/
.space-xsmall {
    padding: 5px;
    
}
.space-small {
    padding-top: 40px;
    padding-bottom: 40px;
}
.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}
.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}
.section-title {
    margin-bottom: 40px;
    line-height: 1.8;
}


.text-white {
    color: #fff;
}

.small-title{font-size: 18px;}




















/*------------- 4.2 Margin space --------------*/
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}






/*------------- 4.3 Padding space --------------*/
.nopadding {
    padding: 0px;
}
.nopl {
    padding-left: 0px;
}
.noplr {
    padding-right: 0px;
}
.pdb20 {
    padding-bottom: 20px;
}
.pdb40 {
    padding-bottom: 40px;
}


.countrypicker button{
padding: 12px 14px !important;
}
/*------------- 4.4 Background color --------------*/
.bg-primary {
    background-color: #EC6608;
    color: #fff;
}
.bg-light {
    background-color: #fbfbf8;
}
.bg-default {
    background-color: #EC6608;
    color: #fff;
}
.bg-dark {
    background-color: #2d3031;
    color: #646869;
}

.bg-white {
    background-color: #fff;

}

/*-------------  4.5 Features --------------*/
.feature {
    margin-bottom: 20px;
}
.feature-icon {}
.feature-content {
    color: #b9eaf8;
}
.feature-center {
    text-align: center;
}
.feature-center .feature-icon {
    font-size: 56px;
    margin-bottom: 30px;
}
.feature-center .feature-content {
    color: #b9eaf8;
    line-height: 1.5;
}
.feature-title {
    color: #fff;
}
.feature-blurb {}
.well-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.feature ul {
    margin-bottom: 30px;
}
.feature ul li {}

.feature-boxed {
    border-radius: 5px;
    background-color: transparent;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: 0s ease;
}

.feature-boxed .feature-icon {
    font-size: 50px;
    color: #EC6608;
    margin-bottom: 30px;
}

.feature-boxed .feature-content {
    color: #737778;
}

.feature-boxed:hover {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: 1s ease;
}
.feature-boxed.active {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: 1s ease;
}




/*-------------  4.6 Bullets  --------------*/
.arrow {
    position: relative;
}
.arrow li {
    padding-left: 24px;
    line-height: 30px;
    font-size: 15px;
    color: #272c2d;
}
.arrow li:before {
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #2cd49a;
    content: '\f00c';
}



/*------------- 4.7 Call to actions --------------*/

/*------------- 4.3 Padding space --------------*/

/*------------- 4.8 Img hover effect --------------*/

/*------------- 4.9 Icon --------------*/

/*------------- 4.10 Paginations --------------*/
.pagination {
    margin: 10px 0px;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #737778;
    border: 2px solid #515657;
    margin: 2px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 4px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #49a5bf;
    border-color: #2586a3;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #49a5bf;
    border-color: #2586a3;
}


/*-------------4.11 Table --------------*/
.table {
    background: #fff;
}


/*-------------------------------------------------------------------
5. Header / Navigations
-------------------------------------------------------------------*/

/*------------- Header Version -1 --------------*/
.header-wide {}
.header-top {
    background: #3a9ab5;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #b0edfe;
    font-weight: 500;
}
.header {
    background: #fff;
}
.logo {}
.logo img {}
.welcome-text {
    font-size: 12px;
}
.header-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-action {
    text-align: right;
}
.header-right {
    float: right;
}
.user-login {
    float: left;
        padding: 20px 0;
}
.user-login ul {}
.user-login ul li {
    display: inline-block;
    margin-right: 20px;
}
.user-login ul li a {
  /*  color: #b0edfe;*/
}
.user-login select{
text-transform:uppercase !important;
}

.nav.nav-tabs .nav-item .nav-link.active, .nav.nav-tabs .nav-item:hover {
  /*background-color: #EC6608; */
      color: #EC6608;
      border-radius: .25rem .25rem 0 0;
}

.tit_menu_perfil { padding: 20px 0px 8px 10px;
  padding: 6px 0px 8px 10px;
      background: #f8f9fa;
      border-radius: 6px 6px 0 0;
      display: flex;
      color: #fff;
      margin: 0px -10px 0 -10px;
}
/*------------- Navigations --------------*/
#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
  margin: 0 auto 0 auto;
      padding: 0;
      border: 0;
      list-style: none;
      line-height: 1;
      display: table;
      /* TEXT-ALIGN: CENTER; */
      align-items: center;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
#navigation:after,
#navigation ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navigation #menu-button {
    display: none;
}
#navigation {
    position: relative;
    z-index: 99;
}
#navigation ul li {
    float: left;
}
#navigation.align-center ul {
    font-size: 0;
    text-align: center;
}
#navigation.align-center ul li {
    display: inline-block;
    float: none;
}
#navigation.align-center ul ul {
    text-align: left;
}
#navigation.align-right ul li {
    float: right;
}
#navigation ul li a {
  padding: 17px 10px;
  font-size: 16px;
  text-decoration: none;
  color: #1a1a1a;
}
#navigation ul li:hover a {
    color: #333;
}
#navigation ul li.has-sub a {
    padding-right: 30px;
}


/*#navigation > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #646869;
  content: '';
}*/
#navigation ul li.has-sub>a:before {
    position: absolute;
    right: 14px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/*#navigation > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}*/
#navigation ul ul {
    position: absolute;
    left: -9999px;
}
#navigation.align-right ul ul {
    text-align: right;
}
#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navigation li:hover>ul {
    left: auto;
}
#navigation.align-right li:hover>ul {
    left: auto;
    right: 0;
}
#navigation li:hover>ul>li {
    height: 44px;
}
#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}
#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#navigation ul ul li a {
    border-bottom: 1px solid #eee;
    padding: 14px 15px;
    width: 220px;
    font-size: 15px;
    text-decoration: none;
    color: #646869;
    font-weight: 400;
    background: #fff;
}
#navigation ul ul li:last-child>a,
#navigation ul ul li.last-item>a {
    border-bottom: 0;
}
#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
    color: #333;
}
#navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 21px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #646869;
    content: '';
}
#navigation.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}
#navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 18px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #646869;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navigation.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}
#navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
  width: 100%;
      left: 0;
      background: #fff;
      border-radius: 10px;
      position: fixed;
      top: 0px;
}

#home #navigation.small-screen {
  width: 90%;
    margin: 10px 5%;
    background: #fff;
    border-radius: 10px;
}
#navigation.small-screen ul {
    width: 100%;
    display: none;
}
#navigation.small-screen.align-center>ul {
    text-align: left;
}
#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#navigation.small-screen ul ul li,
#navigation.small-screen li:hover>ul>li {
    height: auto;
}
#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 15px 0px;
}
#navigation.small-screen>ul>li {
    float: none;
}
#navigation.small-screen ul ul li a {
    padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}
#navigation.small-screen ul ul li a {
    color: #646869;
    background: none;
    padding: 15px 10px;
}
#navigation.small-screen ul ul li:hover>a,
#navigation.small-screen ul ul li.active>a {
    color: #333;
}
#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before,
#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before {
    display: none;
}
#navigation.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 16px;
    /* text-transform: uppercase; */

    font-weight: 700;
    background: #f1f3f3;
    border-radius: 4px;
}
#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 24px;
    right: 17px;
    display: block;
    height: 9px;
    width: 24px;
    border-top: 2px solid #f55837;
    border-bottom: 2px solid #f55837;
    content: '';
}
#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    height: 2px;
    width: 24px;
    background: #f55837;
    content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #f55838;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #f55838;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
    background: #eeeeee;
}
#navigation.small-screen ul ul .submenu-button {
    height: 45px;
    width: 34px;
}
#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #646869;
    content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
    top: 20px;
    right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #676a6b;
}
#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #646869;
    content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
    top: 17px;
    right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#navigation.small-screen.select-list {
    padding: 5px;
}













.bloque_busqueda .hostel-address {
  font-size: 12px;
      line-height: 17px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}




/*-------------------------------------------------------------------
Homepage-2
-------------------------------------------------------------------*/

/*------------- Header Version - 2 --------------*/
.header-black {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.logo-second {}
.logo-second img {}
.welcome-text {
    font-size: 12px;
}
.header-black-block {
    line-height: 5;
}
.header-black-action {
    text-align: right;
    margin-top: 5px;
}
.form-check-inline{
  float: left;
}
.header-black-right {
    float: right;
}
.user-login {
  float: left;
    width: max-content;
    z-index: 99;
    right: 0px;
    position: absolute;
    padding: 20px;
    font-size: 14px;
}
.user-login ul {}
.user-login ul li {
    display: inline-block;
    margin-right: 20px;
}
.user-login ul li a {
  /*  color: #b0edfe;*/
}


/*------------- Navigations-2 --------------*/
.navigation-second {}

.navigation-second #navigation {

}


.navigation-second #navigation>ul>li>a {
    padding: 20px 24px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
.navigation-second #navigation>ul>li.has-sub>a:before {
    right: 8px;
}


.thumbnail-carousel .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 34%;
    left: -51px;
    color: #484c4c;
    font-size: 18px;
    margin: 12px;
    padding: 11px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 34%;
    /* rig; */
    right: -47px;
    color: #484c4c;
    font-size: 18px;
    margin: 12px;
    padding: 11px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-prev:hover {
    background-color: #EC6608;
    text-decoration: none;
    color: #fff;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: #EC6608;
    text-decoration: none;
    color: #fff;
}
.thumbnail-carousel .owl-theme .owl-dots {
    display: none;
}
.thumbnail-carousel .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.thumbnail-carousel .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}



.hostel-book-block {
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 5px;
}
.hostel-book-img {
    height: 230px;
    width: 100%;
}




.story-section {
    color: #fff;
    text-align: center;
    padding-top: 80px;
}
.story-head {}
.story-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 35px;
}
.story-text {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
}
.story-section-img {}


/*-------Swiper Carrousel----*/

.swiper {
    width: 720px;
    height: 450px;
  }












/*-------------------------------------------------------------------
 Slider
-------------------------------------------------------------------*/
.hero-section-2 {
    background: url(../images/hero-image-second.jpg) no-repeat center;
    background-size: cover;
    min-height: 625px;
}
.search-transparent.search-block {
    padding-top: 170px;
}
.search-transparent.search-box {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 30px 40px;
}

.search-transparent .search-form .form-control,
.city-filter .form-control,
.widget-booking .form-control {
    border: 2px solid transparent;
}






/*-------------  5.4 Page Header -----------*/
.page-header {
    background: linear-gradient(rgba(26, 27, 28, 0.6), rgba(26, 27, 28, 0.6)), rgba(26, 27, 28, 0.6) url(../images/page_header.jpg) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 10px;
    height: 360px;
    margin: 0px;
    border-bottom: transparent;
}
.page-title {
  color: #fff;
      font-size: 6rem;
      letter-spacing: -1px;
      text-transform: capitalize;
      margin-bottom: 0px;
      font-family: 'Alegreya-light', sans-serif;
      text-shadow: 0 0 23px #1a1a1a;
}
.slogan{
  margin-bottom: 30px !important;
      padding-left: 30px;
      font-size: 18px;
      color: #fff;
      text-shadow: 0 0 6px #1a1a1a;
}
.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    margin-bottom: 10px;
}
.breadcrumb li {}
.breadcrumb li a {
    color: #b6bbbc;
}
.breadcrumb li a:hover {
    color: #EC6608;
}
.breadcrumb>.active {
    color: #fff;
}


/*-------------------------------------------------------------------
6. Slider
-------------------------------------------------------------------*/
.hero-section {
    background: url(../images/hero-image.jpg) no-repeat center;
    background-size: cover;
    min-height: 760px;
}

.logo-home{
  text-align: center;
}
.logo-home img{
  width: 150px;
  margin-bottom: 8px;
}
.search-block {
    padding-top: 104px;
}
.search-box {
  /*  background: #f8ecc9;*/
    border-radius: 4px;
    padding: 10px 30px;
}
.search-head {
    margin-bottom: 0px;
}
.search-head .display-1 {
    color: #fff;
    font-weight: 500;
    font-size: 52px;
}
.search-head p {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-Alegreya);
letter-spacing: var(--unnamed-character-spacing-3);
text-align: center;
font-family: "Alegreya";
font-size: 22px;
letter-spacing: 2px;
color: #1a1a1a;
opacity: 1;
}
.filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #433E3E;
    font-size: 20px;
    line-height: 23px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #433E3E;
    outline: 0;
}

.search-form {
  width: 471px;
text-align: center;
margin: 0 auto;
}

.search-form .form-control,
.city-filter .form-control,
.widget-booking .form-control, .countrypicker {
  border: none;
      border-radius: 25px;
      background: #ffffffbf;
      background: #ffffffad 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 7px #1a1a1a1A;
      opacity: 1;
width: 100% !important;
left: 0;
      background-position: 15px center;
}
#home-lugar .countrypicker{

   background-image: url(../iconos/lugar-rojo.svg);
}

#home-tratamiento .btn-group{
 background-image: url(../iconos/lupa-rojo.svg);

}

#home-tratamiento .btn-group, #home-lugar .countrypicker{
    padding: 0 0 0 40px;

    /*filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
    background-blend-mode: color;*/
}

.avatar{
  margin-bottom: 10px;
max-width: 100%;
}

.logo-texto{
font-family: "Alegreya";
text-align: center;
font-weight: 600;
font-size: 44px;
color: #1a1a1a;
opacity: 1;
}
#home-fecha, #buscar_fecha{
  padding: 0 4px 0 47px;
      background-image: url(../iconos/fecha-rojo.svg);
      background-position: 15px center;
          background-repeat: no-repeat;
          color: #433E3E;
}
#buscar_fecha{
  border: none;
}
.form-field {
  padding: 0px 4px;
      margin-bottom: 6px;
      float: inherit;
      text-align: center;
      display: inline;
}


/*-------------------------------------------------------------------
7. Content
-------------------------------------------------------------------*/
.content {
      margin-top: 50px;

}
.content-area {
    margin-top: 30px;
    margin-bottom: 30px;
}
#pagina_centro .content-area {
    margin-top: 0px !important;
    margin-bottom: 30px;
}


.search-filter-sidebar {
    background: #fff;
    padding-right: 60px;
    padding-top: 30px;
}
.filter-head {
    background: #fcfbf7;
    padding: 20px;
}
.filter-box {
    padding: 20px;
        border-bottom: 1px solid #eee;
}
.filter-title {
    margin-bottom: 0px;
}
.filter-star-rating,
.filter-price,
.filter-amenities,
.filter-facilities,
.filter-reviews {
    border-bottom: 1px solid #efede8;
    font-size: 15px;
}
.filter-lable-title,
.ads-title{
    font-size: 14px;
    color: #1a1a1a;
}
.filter-lable {}
#price-range {}
.filter-price {}
.filter-price .ui-slider-horizontal {
  height: 1px;
  margin-top: 31px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.filter-price .ui-slider .ui-slider-handle {
  border-radius: 100%;
    background: #e7b8a9;
    border: 2px solid #EC6608;
    margin-top: -4px;
}
.filter-price .ui-slider .ui-slider-range {
    background: #EC6608;
}
.filter-price .amount {
    border: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #2d3031;
}
.filter-amenities {}
.filter-facilities {}
.filter-reviews {}
.listing-views {
    text-align: right;
}
.list-sorting {
    margin-bottom: 30px;
}
.editor_html{
  height: auto;
min-height: 140px;
padding: 20px;
}
.label_tit{
  color: #b8b8b8;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 5px;
    left: 20px;
    z-index: 9999;
    display: contents;
}
/*-------------------------------------------------------------------
8. Footers
-------------------------------------------------------------------*/
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
    background-color: #212324;
    color: #737778;
    font-size: 15px;
}
.widget-footer {
  text-align: center;
}
.widget-footer .widget-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.widget-footer ul {}
.widget-footer ul li {line-height: 30px;}
.widget-footer ul li a {
    color: #737778;

}
.widget-footer ul li a:hover {
    color: #3a9ab5;
}
.tiny-footer {
    background: #212324;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #737778;
    font-size: 12px;
}
.footer-social {}
.footer-social ul {
    padding: 0px;
    margin: 0px;
}
.footer-social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 32px;
    line-height: 10px;
}
.footer-social ul li a {
    color: #737778;
}
.footer-social ul li a:hover {
    color: #3a9ab5;
}
.newsletter {}
.newsletter .btn-default {
    height: 54px;
}


/*-------------------------------------------------------------------
9. Template Pages
-------------------------------------------------------------------*/

/*------- 9.1  Thumbnail List -------*/
.listing-search-box {
    background: #f8ecc9;
    border-radius: 4px;
    padding: 20px 0px;
}
.listing-search-box .form-control {
    margin-bottom: 10px;
}
.hostel-thumbnail-list {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 30px;

border: 1px solid #CECECE;
border-radius: 8px;
}
.hostel-list-img {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
    height: 260px;
    max-height: 200px;
    margin-bottom:20px;
    text-align: center;
}

#home .hostel-meta{

border-top: 1px solid #eee;
    margin: 0 -20px;
    padding: 10px 15px 0 15px;

  }

.tiny-gal{
  width: 100%;
height: calc( 17vw );
background-size: cover;
background-position: center;
    border-radius: 4px;
}

.hostel-list-img img {
    border-radius: 4px 4px 0px 0px;
    height: 100%;
}
.hostel-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}
.wishlist-heart {
    color: #fff;
    /*background-image: url(../images/heart.png);*/
    width: 30px;
    height: 26px;
    display: block;
}
.wishlist-heart:hover {
    color: #fff;
    background-image: url(../images/heart-hover.png);
    width: 30px;
    height: 26px;
    display: block;
}
.hostel-content {
  /*  background: #fff;*/
    padding: 20px;
    padding: 0 20px 20px 20px;
    margin-top: -10px;
    border-radius: 0px 0px 4px 4px;
}
.hostel-head {
    margin-bottom: 20px;
    min-height: 140px;
}
.hostel-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: -5px;
  padding: 10px 0;
  /* font-family: 'Alegreya Medium'; */
  text-transform: uppercase;
}
.hostel-thumbnail-list-block .hostel-title {
  font-family: 'Alegreya';
  font-size: 18px !important;
}


.hostel-address {
    font-size: 12px;
    line-height: 21px;
}
.bloque-texto, .bloque-fecha{
  margin: 0 0 0 0;
}
.bloque-texto{
  margin: 0 0 0 0;
  font-size: 12px;
      line-height: 17px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}
.hostel-meta {
  /*  font-size: 14px;
    font-size: 14px;
border-top: 1px solid #CECECE;
margin: 0 -20px;
padding: 20px 20px 0px;*/
}
.hostel-comment{
  float: right;
}
.hostel-price {
  position: absolute;
  background: #EC6608;
  padding: 5px 10px;
  border-radius: 19px;
  margin-top: 85px;
}
.price-from {
    font-size: 12px;
}
.price {
  font-size: 14px;
      color: #ffffff;
      font-weight: 500;

}
.hostel-rating {
    float: right;
}
.rate {
    color: #EC6608;
}
.rate.empty {
    color: #d2d2d2 !important;
}

.reviews {}
.hostel-thumbnail-list-block {
      margin-bottom: 70px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.hostel-thumbnail-list-block p{
  margin: 0 0 0 0;
}
.datos_item_busqueda{
  color: #1a1a1a;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #EC6608;
    border: none;
}

.nav-pills>li>a {
    border-radius: 4px;
    text-transform: uppercase;
}

.mini-link {
  color: #f4f8f8 !important;
    padding: 9px 13px 9px 14px !important;
    /* border: 1px solid #eee !important; */
    border-radius: 4px;
    font-weight: 500;
    float: left;
    font-size: 14px !important;
    background: #EC6608 !important;
    margin-left:25px;
}
#idiomas_lugar{
  margin: 5px !important;
}
.lang_list{
  background: #f8f7f7;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 4px;
}

.especialista, .horario, .direccion{
  padding: 15px 0 7px 0;
      float: none;
      display: block;
}
.direccion{
  position: absolute;
    margin: 6px 9px;
    background: #333333bf;
    color: #eee;
    border-radius: 5px;
    padding: 0 7px;
}
#home_bot_menu img{
  width: 70px;
    /* opacity: .6; */
}
#home_bot_menu a{
padding: 0 20px !important;
}

.hostel-thumbnail-list-block .hostel-content {
    min-height: 177px;
    border-radius: 0px 4px 4px 0px;
}


.hostel-thumbnail-list-block .hostel-head {
    margin-bottom: 10px;
    min-height: unset;
}


.hostel-thumbnail-list-block .hostel-meta {
  /*  position: absolute;
    bottom: 20px;
    width: 90%;*/
}
.hostel-thumbnail-list-block .hostel-rating {
    float: none;
}
.hostel-thumbnail-list-block .hostel-price,
.hostel-thumbnail-list-block .hostel-rating {
  margin-right: 10px;
top: 100px;
}
.destination-grid-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}
.destination-img {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#70000000', GradientType=1);
    border-radius: 4px;
}
.destination-img img {
    display: block;
    position: relative;
    z-index: -1;
    border-radius: 4px;
    width: 100%;
}
.destination-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.destination-title {
    margin-bottom: 0px;
}
.destination-title a {
    color: #fff;
}
.testimonial-block {
    height: 46px;
    vertical-align: middle;
}
.testimonial-user {
    float: left;
    text-align: center;
    padding-top: 20px;
}
.testimonial-img {
    margin-bottom: 20px;
}
.testimonial-info {}
.testimonial-name {
    font-size: 14px;
}
.testimonial-content {
    padding-left: 160px;
}
.testimonial-text {
    font-style: italic;
}
.testimonial-block .rate {
    font-size: 12px;
}
.listing-wrap {
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.map-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px -15px;
}
.map-wrap #googleMap {
    width: 100%;
    height: 800px;
}


/*------- 9.2 Single Page -------*/
.single-page-header {
    background: linear-gradient(rgba(26, 27, 28, 0.6), rgba(26, 27, 28, 0.6)), rgba(26, 27, 28, 0.6) url(../images/single_page.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin: 0px;
    border-bottom: transparent;
    position: relative;
    padding-top: 270px;
    padding-bottom: 30px;
}
.single-page-title {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}
.single-page-head {
    position: absolute;
    bottom: 20px;
}
.tab-content {
    background: #fff;
    padding: 30px;
}
.tab-pane{
box-shadow: 0 0 61px rgb(146 136 133 / 7%);
}
#pagina_perfil .nav-link .fa{
  font-size: 20px;
}


/*listados perfil*/
.terapia-thumbnail-list-block{
  width: 100%;
  margin: 15px 0 20px 20px;
  border-bottom: 1px solid #eee;
  padding: 12px 0 40px 0;
}
.terapia-list-img img{
  max-height: 90px;
}



.terapia-meta a{
  border:0;
}

#pagina_perfil .dashboard-head .dashboard-head-title{
  width: 80%;
  float: left;
}
#pagina_perfil .dashboard-head button{
  /* width: 20%; */
}


/*fin*/


.nav-tabs {
 border: none;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    background: #dfe4e4;
    font-size: 16px;
    padding: 10px 20px;
    color: #737778;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.nav-tabs>li>a:hover {
    border: none;
    color: #EC6608;
    background-color: #fff;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #EC6608;
    cursor: default;
    background-color: #fff;
        width: 100%;
    border: none;
    border-bottom-color: transparent;
}
.review-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
.review-sidebar {
    padding: 10px;
}
.review-box {
    text-align: center;
}
.review-total {
    font-size: 42px;
    color: #EC6608;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 6px;
}
.review-text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.review-list {
    font-size: 14px;
    float: left;
    line-height: 24px;
}
.review-for {
    width: 90px;
}
.review-rating {}
.review-number {
    float: right;
    font-weight: 500;
    color: #272c2d;
}
.review-for,
.review-rating {
    float: left;
    margin-right: 10px;
}
.review-content {
  margin-bottom: 10px;
  border-top: 1px solid #e7fbfb;
  border-radius: 8px;
  padding-top: 10px;
}
.review-user {
    text-align: center;
}
/* .user-name {
    margin-bottom: 6px;
} */
.user-img {
    margin-bottom: 0px;
}
.user-reviews {
    font-size: 13px;
}
.review-descriptions {
    line-height: 1.7;
    font-size: 15px;
    overflow-wrap: anywhere;
}
.review-title {
    margin-bottom: 2px;
    font-size: 16px;
}
.given-review {
    font-size: 12px;
    line-height: 12px;
}
.leave-review {
    background: #fbfcfc;
    padding: 20px;
    border-radius: 4px;
}
.gallery-block {
    margin-top: 30px;
}

.gallery-block .popup-link{
  /*width: 33%;*/
}
.gallery-block .popup-link img{
  width: 100%;
}

#especialidades_lugar .tarjetita{
  margin: 0 auto 30px auto!important;
}
.popup-link {
  margin: 0 0 30px;
    display: inline-block;
}
.popup-link img {
    border-radius: 4px;
        width: 110px;
}
.price-box {
  padding: 18px 0 18px 0;
    text-align: right;
}

.hostel-rate {
    color: #EC6608;
    /*font-weight: 800;*/
  padding: 18px 22px 0 0px;
    margin-bottom: 0px;
}
#pagina_terapia .img-circle, #pagina_centro .img-circle{
      /* max-height: 60px;*/
      max-width: 100px; 
      width: auto;
}

#pagina_terapia .price-box, #pagina_centro .price-box {
    padding: 3px 0 0 0;
    text-align: right;
}

#pagina_terapia .expertos-listado>div {

    width: 100%;
}

.img-circle-tiny{
max-height: 30px !important;
max-width: 45px;
width: auto;
margin: 0 10px;
}



.desc_completa{
  margin: 20px 30px;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Alegreya' !important;
}

.experto-user{
padding: 0;
}
.experto-content{
padding: 10px 10px -1px 10px;
}
.expertos-listado>div{
  border: none;
      border-radius: 10px;
      padding: 12px 2px 0 8px;
      background: #fbfcfc;
      margin: 4px;
      width: calc(50% - 4px);
}

.radio_icon {
    color: #beb3b3;
    -webkit-font-smoothing: antialiased;
}


.expertos-listado .item{
  border: none;
    /*  width: 100% !important;*/
      border-bottom: 1px solid #eee;
      border-radius: 5px;
      padding: 10px 0 0px 10px;
}

.nav-item .vacio::after{
  display: inline-block;
  font-style: normal;
  /*position: absolute;*/
  left: -9px;
  top: 0;
  color: #EC6608;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  padding: 2px 0 0 3px !important;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "FontAwesome" !important;
  font-weight: 900;
  content: "\f0f3";
  -webkit-animation: ring 4s .7s ease-in-out infinite;
   -webkit-transform-origin: 50% 4px;
   -moz-animation: ring 4s .7s ease-in-out infinite;
   -moz-transform-origin: 50% 4px;
   animation: ring 4s .7s ease-in-out infinite;
   transform-origin: 50% 4px;
 }

 @-webkit-keyframes ring {
   0% { -webkit-transform: rotateZ(0); }
   1% { -webkit-transform: rotateZ(30deg); }
   3% { -webkit-transform: rotateZ(-28deg); }
   5% { -webkit-transform: rotateZ(34deg); }
   7% { -webkit-transform: rotateZ(-32deg); }
   9% { -webkit-transform: rotateZ(30deg); }
   11% { -webkit-transform: rotateZ(-28deg); }
   13% { -webkit-transform: rotateZ(26deg); }
   15% { -webkit-transform: rotateZ(-24deg); }
   17% { -webkit-transform: rotateZ(22deg); }
   19% { -webkit-transform: rotateZ(-20deg); }
   21% { -webkit-transform: rotateZ(18deg); }
   23% { -webkit-transform: rotateZ(-16deg); }
   25% { -webkit-transform: rotateZ(14deg); }
   27% { -webkit-transform: rotateZ(-12deg); }
   29% { -webkit-transform: rotateZ(10deg); }
   31% { -webkit-transform: rotateZ(-8deg); }
   33% { -webkit-transform: rotateZ(6deg); }
   35% { -webkit-transform: rotateZ(-4deg); }
   37% { -webkit-transform: rotateZ(2deg); }
   39% { -webkit-transform: rotateZ(-1deg); }
   41% { -webkit-transform: rotateZ(1deg); }

   43% { -webkit-transform: rotateZ(0); }
   100% { -webkit-transform: rotateZ(0); }
 }

 @-moz-keyframes ring {
   0% { -moz-transform: rotate(0); }
   1% { -moz-transform: rotate(30deg); }
   3% { -moz-transform: rotate(-28deg); }
   5% { -moz-transform: rotate(34deg); }
   7% { -moz-transform: rotate(-32deg); }
   9% { -moz-transform: rotate(30deg); }
   11% { -moz-transform: rotate(-28deg); }
   13% { -moz-transform: rotate(26deg); }
   15% { -moz-transform: rotate(-24deg); }
   17% { -moz-transform: rotate(22deg); }
   19% { -moz-transform: rotate(-20deg); }
   21% { -moz-transform: rotate(18deg); }
   23% { -moz-transform: rotate(-16deg); }
   25% { -moz-transform: rotate(14deg); }
   27% { -moz-transform: rotate(-12deg); }
   29% { -moz-transform: rotate(10deg); }
   31% { -moz-transform: rotate(-8deg); }
   33% { -moz-transform: rotate(6deg); }
   35% { -moz-transform: rotate(-4deg); }
   37% { -moz-transform: rotate(2deg); }
   39% { -moz-transform: rotate(-1deg); }
   41% { -moz-transform: rotate(1deg); }

   43% { -moz-transform: rotate(0); }
   100% { -moz-transform: rotate(0); }
 }

 @keyframes ring {
   0% { transform: rotate(0); }
   1% { transform: rotate(30deg); }
   3% { transform: rotate(-28deg); }
   5% { transform: rotate(34deg); }
   7% { transform: rotate(-32deg); }
   9% { transform: rotate(30deg); }
   11% { transform: rotate(-28deg); }
   13% { transform: rotate(26deg); }
   15% { transform: rotate(-24deg); }
   17% { transform: rotate(22deg); }
   19% { transform: rotate(-20deg); }
   21% { transform: rotate(18deg); }
   23% { transform: rotate(-16deg); }
   25% { transform: rotate(14deg); }
   27% { transform: rotate(-12deg); }
   29% { transform: rotate(10deg); }
   31% { transform: rotate(-8deg); }
   33% { transform: rotate(6deg); }
   35% { transform: rotate(-4deg); }
   37% { transform: rotate(2deg); }
   39% { transform: rotate(-1deg); }
   41% { transform: rotate(1deg); }

   43% { transform: rotate(0); }
   100% { transform: rotate(0); }
 }




.expertos-listado .item:hover{
  background: #fbfcfc;
}
.experto-link{
text-align: right;
}
.rate-from {
    font-size: 14px;
    color: #333;
}
#map {
    height: 100%;
    width: 100%;
}
.small-header-title {
    font-size: 18px;
    border-bottom: 1px solid #e5e8e8;
    padding-bottom: 16px;
}
.scroll-nav {
  margin-bottom: 50px;
  margin-top: -60px;
  background: #ffffffad;
  border-bottom: 1px solid #eee;
  height: max-content;
}
.scroll-nav ul {}
.scroll-nav ul li {
  list-style: none;
float: left;
/*width: 100%;*/
  /*  border-right: 1px solid #eee;*/
}
.scroll-nav ul li:first-child {
    border-left: 1px solid #eee;
}
.scroll-nav ul li a {
  padding: 18px 30px;
      font-size: 16px;
    /*  text-transform: capitalize;*/
      color: #1a1a1aad;
      display: block;
}
.scroll-nav ul li a:hover {
    background: #fbfcfc;
    color: #EC6608;
}
.scroll-nav ul li.active a {
    color: #EC6608;
    background: #fff;
}
.hostel-social {}
.hostel-social li {
    list-style: none;
    display: inline-block;
}
.hostel-social li a {
    background: #f1f3f3;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
    color: #737778;
    font-size: 16px;
}
.hostel-social li a:hover {
    background: #EC6608;
    color: #fff;
}


/*------- Single Page grid -------*/

.top-content{ margin-top: -30px; margin-bottom: 30px; }
.top-review{line-height: 20px; padding-top: 18px;}
.top-review .review-text{ color: #272c2d; padding-left: 10px;  }





































/*------- 9.3 Contact Page -------*/
.required {
    color: #EC6608;
}


/*------- 9.4 Login Page -------*/
.login-box {
    margin-bottom: 30px;
}
.login-header {
    margin-bottom: 20px;
}
.login-form {
    margin-bottom: 40px;
}
.login-bottom {}
.social-login-box {}
.social-login {}
.social-icon {
    padding-right: 10px;
}
.facebook-btn {
    background: #4469af;
    color: #fff;
    border-bottom: 2px solid #2d5091;
}
.facebook-btn:hover {
    background: #2d5091;
    color: #fff;
    border-bottom: 2px solid #2d5091;
}
.twitter-btn {
    background: #2aa2ef;
    color: #fff;
    border-bottom: 2px solid #1487d1;
}
.twitter-btn:hover {
    background: #1487d1;
    color: #fff;
    border-bottom: 2px solid #1487d1;
}
.google-btn {
    background: #df4a32;
    color: #fff;
    border-bottom: 2px solid #be3f2b;
}
.google-btn:hover {
    background: #be3f2b;
    color: #fff;
    border-bottom: 2px solid #be3f2b;
}
.facebook-btn,
.twitter-btn,
.google-btn {
    margin-bottom: 8px;
    display: inline-block;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 4px;
}


/*------- 9.5 Sing up Page -------*/
.singup-box {}
.singup-header {
    margin-bottom: 20px;
}
.singup-form {
    margin-bottom: 40px;
}
.singup-bottom {}


/*------- 9.6 Checkout Page -------*/
.checkout-form {}
.checkout-item-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
.checkout-item-header,
.checkout-item,
.checkout-price-info,
.checkout-booking-info {
    margin-bottom: 30px;
}
.checkout-title {
    margin-bottom: 10px;
    font-size: 16px;
}
.checkout-img {
    margin-bottom: 20px;
}
.checkout-img img {
    border-radius: 4px;
}
.checkout-item {}
.checkout-item-title {
    font-size: 26px;
    margin-bottom: 6px;
}
.checkout-item .hostel-rating {
    float: none;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.checkout-item .hostel-address {
    margin-bottom: 0px;
}
.checkout-price-info {}
.checkout-info-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.checkout-amount {
    font-size: 32px;
    color: #EC6608;
    font-weight: 600;
    letter-spacing: -2px;
}
.checkout-booking-info {}
.checkout-count {
    float: right;
    color: #181a1b;
}
.checkout-date {
    float: right;
}
.checkout-adult {}
.checkout-child {}
.checkout-total-info {}
.checkout-price {}
.checkout-vat {}
.checkout-total-text {}
.checkout-total,
.checkout-total-text {
    color: #EC6608;
    font-weight: 500;
}
.checkout-deposite,
.checkout-deposite-text {
    color: #3a9ab5;
}
.checkout-deposite-text {}
.checkout-payout-text {
    color: #181a1b;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.checkout-payout {
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.checkout-booking-info ul li,
.checkout-price-info ul li,
.checkout-total-info ul li {
    margin-bottom: 6px;
}


/*-----------9.7 Error Page ----------*/
.error-block {
    text-align: center;
}
.error-title {
    font-size: 62px;
    margin-bottom: 40px;
}
.error-img {}
.error-img img {
    margin-bottom: 30px;
}


/*-----------9.8 City Page ----------*/
.city-filter {
    background: #f8ecc9;
    padding: 10px 0px;
}
.city-heading {
    margin-bottom: 20px;
}
.city-box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.city-img {}
.city-img img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}
.city-content {
    border-bottom: 1px solid #eaeded;
    padding: 20px;
}
.city-name {
    font-size: 20px;
    margin-bottom: 10px;
}
.state-name {
    color: #646869;
    font-size: 12px;
    line-height: 12px;
}
.city-action {
    padding: 10px 20px;
}
.city-action .btn-link {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.city-navigation {}
.city-navigation li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}
.city-navigation li a {
    background: #dfe4e4;
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
}
.city-navigation li a:hover {
    background: #fff;
    color: #EC6608;
}
.city-navigation li.active a {
    background: #fff;
    color: #EC6608;
    font-weight: 500;
}
.place-block {}
.place-img {}
.place-img img {
    border-radius: 4px;
}
.place-content {
    padding: 16px 0px;
    text-align: center;
}
.place-name {
    font-size: 16px;
}


/*-------------------------------------------------------------------
10. Blog
-------------------------------------------------------------------*/
.post-sticky {

    position: absolute;
    right: 35px;
    top: 5px;
    font-size: 28px;

    color: #fff;
}
/*------post-gallery----*/
.post-gallery { margin-bottom: -24px; }
.post-gallery-img { position: relative; width: 100% }
.post-gallery-img img { position: relative; z-index: -1; }
.post-gallery .owl-theme .owl-dots { text-align: center !important; position: relative; bottom: 30px; }
.post-gallery .owl-theme .owl-nav { display: none;}
.post-gallery .owl-theme .owl-nav .owl-prev { }
.post-gallery .owl-theme .owl-nav .owl-next { }
.post-gallery .owl-theme .owl-nav .owl-prev:hover { }
.post-gallery .owl-theme .owl-nav .owl-next:hover { }
.post-gallery .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.post-gallery .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 4px 3px; background-color: #fff; border-radius:100px; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.post-gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #EC6608; }
.post-gallery .owl-theme .owl-carousel .owl-item img { width: 100%; }
.post-gallery i { font-size: 30px; }
.video-btn {position: absolute;
    color: #EC6608;
    left: 47%;
    top: 19%;
    font-size: 40px;}

.post-audio {}
.featured-post {}
.post-block {
    margin-bottom: 20px;
}
.post-img {}
.post-img img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}
.post-block .post-title {
    font-size: 20px;
    margin-bottom: 14px;
}
.post-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
}

.post-thumb {}
.post-thumb .post-content {
    background-color: transparent;
    padding: 0px;
}












.meta {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}
.meta-date,
.meta-comment,
.meta-user,
.meta-cat,
.meta-admin {
    margin-right: 10px;
}
.meta-date {}
.meta-comment {}
.meta-admin {
    color: #EC6608;
}
.meta-cat {}
.quote-post {
    padding: 40px;
}
.post-holder {
    margin-bottom: 20px;
}
.post-navigation {
    margin-top: 20px;
}
.nav-links {}
.nav-previous {}
.prev-link,
.next-link {
    margin-bottom: 10px;
    display: block;
    color: #646869;
    text-transform: capitalize;
}
.prev-post {}
.previous-title,
.next-title {
    font-size: 16px;
}
.nav-next {}
.next-link {}
.next-post {}
.next-title {}
.author-post {
    background: #f9fdfd;
}
.author-img {
    text-align: center;
    margin-bottom: 20px;
}
.author-bio {}
.author-header {}
.author-content {}
.related-post-block {}
.related-post-title {}
.related-post {
    margin-bottom: 20px;
}
.related-post-img {}
.related-post-img img {
    border-radius: 4px;
    margin-bottom: 20px;
}
.related-post-content {}
.related-title {
    font-size: 16px;
    margin-bottom: 6px;
}


/*----- Comments -----*/
.comments-area {}
.comments-title {
    margin-bottom: 30px;
}
.comment-list {
    list-style: none;
}
.comment {}
.comment-body {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 20px;
}
.comment-body:last-child {
    border: transparent;
    padding-bottom: 0px;
}
.comment-author {
    padding: 0px 20px;
    float: left;
}
.comment-author img {
    float: left;
}
.comment-info {
    padding-left: 140px;
}
.comment-header {
    margin-bottom: 10px;
}
.user-title {
    margin-bottom: 0px;
}
.comment-meta {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.comment-meta-date {}
.comment-content {
    margin-bottom: 20px;
}
.reply {}
.reply-title {
    margin-bottom: 30px;
}
.childern {
    padding-left: 140px;
    list-style: none;
}
.childern .comment-body {
    background: #f9fdfd;
    border-radius: 4px;
    padding: 24px 20px 24px 0px;
}


/*-------------------------------------------------------------------
11. Sidebar
-------------------------------------------------------------------*/
.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.widget li {
    margin-bottom: 6px;
}
.widget li:last-child {
    margin-bottom: 0px;
}
.widget-booking {
    background: #f8ecc9;
}
.widget-title {
    font-size: 20px;
}
.widget-contact {
    background: #fbfcfc;
}
.widget-recent-post {}
.recent-post-img {}
.recent-post-img img {
  border-radius: 4px;
    overflow: overlay;
    width: 100%;
    max-width: -webkit-fill-available;
}
.recent-post-content {}
.post-content ol, .post-content ul{
  margin: 30px 0 30px 50px;
    list-style: disc;
    font-weight: bold;
  }
.recent-post-content .meta {
    margin-bottom: 10px;
}
.recent-post-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.widget-tags {}
.widget-tags a {
    font-weight: 500;
    font-size: 14px;
    background: #ecf1f1;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 4px;
    color: #868a8a;
    border-radius: 4px;
}
.widget-tags a:hover {
    background: #EC6608;
    color: #fff;
}
.widget-contact {}


/*-------------------------------------------------------------------
12. Shortcodes
-------------------------------------------------------------------*/
.st-accordion {}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.panel-default {
    border-color: #e6e8e8;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e6e8e8;
}
.panel-heading {
    padding: 14px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-title a {
    color: #181a1b;
}
.panel-body {
    padding: 30px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}
.panel-heading.active {
    background-color: #3a9ab5;
    color: #fff;
}
.panel-heading.active a {
    color: #fff;
}


/*-------------------------------------------------------------------
13. Dashboard
-------------------------------------------------------------------*/

/*---------13.1 User dashboard -------*/
.db-user-img img {
width: 100%;
}

.dashboard-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}
.dashboard-sidebar {
    margin-bottom: 20px;
}
.db-user-profile {
    /*background: #e4e7e7;*/
    border-radius: 2px;
    padding: 0px;
    margin-bottom: 2px;
}
.db-user-name {
    margin-bottom: 0px;

}
.db-user-img {
margin: 10px auto 10px auto;
    padding: 0 2rem;
}

.db-user-info {
  padding: 0 0 3rem 0;
text-align: center;
}
.db-user-img,
.db-user-info {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
.dashboard-sidenav {}
.dashboard-sidenav ul {}
.dashboard-sidenav ul li {
    list-style: none;
    margin-bottom: 2px;
    width: -webkit-fill-available;
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 1.2rem .7rem;
  }


.dashboard-sidenav ul li a {
    background: transparent;
    padding: 14px 12px;
    display: block;
    width: 100%;
    line-height: 20px;
    border-radius: 2px;
    color: #646869;
}
.dashboard-sidenav ul li a:hover {
      width: 100%;
    color: #EC6608;

}
.dashboard-sidenav ul li.active a {

    color: #EC6608;
}
.dashboard-box {
    background: #fff;
    border: 1px solid #e6e8e8;
    border-radius: 2px;
}
.dashboard-head {
    padding: 12px 18px;
    border-bottom: 1px solid #e6e8e8;
}
.dashboard-head-title {
    margin-bottom: 0px;
    font-size: 20px;
}
.dashboard-data {
    padding: 20px;
}
.user-profile-img {
    margin-bottom: 10px;
}
.user-profile-info {}
.user-email {
    color: #44a5c1;
}
.user-profile-name {}
.db-user-profile-box {}


/*-------- user wishlist --------*/
.dashboard-wislist-box {}
.wishlist-list {
    list-style: none;
}
.wishlist-block {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 20px;
    padding-top: 20px;
}
.wishlist-block:first-child {
    padding-top: 0px;
}
.wishlist-img {
    margin-bottom: 20px;
}
.wishlist-img img {
    border-radius: 4px;
}
.wishlist-content {
    padding-top: 6px;
}
.wishlist-content .hostel-rating,
.remove-wishlist {
    float: left;
    font-size: 13px;
}
.remove-wishlist {
    margin-left: 10px;
}
.wishlist-action {}
.wishlist-action .price {
    font-size: 20px;
    margin-bottom: 15px;
}


/*-------- Edit profile --------*/
.dashboard-profile-edit {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 20px;
}
.user-profile-action {
    padding-top: 30px;
}
.user-profile-action .btn-link {
    padding-right: 20px;
}
.profile-edit-form {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--------- booking List --------*/
.dashboard-booking-block {}
.booking-filter {
    margin-bottom: 20px;
}
.booking-filter .form-control {
    margin-bottom: 6px;
}
.booking-list {}
.booking-id {}
.booking-service {}
.booking-status {}
.booking-total {}
.booking-id,
.booking-service,
.booking-status,
.booking-total {
    font-weight: 500;
    color: #181a1b;
}
.booking-list-head {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.booked-list-item {
    border-bottom: 1px solid #e6e8e8;
    padding-top: 16px;
    padding-bottom: 16px;
}
.booked-id {
    color: #181a1b;
}
.booked-status {}
.booked-service {}
.booked-total {
    font-size: 20px;
    color: #181a1b;
}
.booked-id,
.booked-status,
.booked-service {
    color: #646869;
}
.booked-total .price-small {
    font-size: 14px;
    color: #646869;
}


/*---------13.2 Partner dashboard -------*/
.dashboard-title {
    font-size: 18px;
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
}
.report-info {
    margin-bottom: 30px;
}
.report-item {
    background: #f2fcff;
    padding: 14px;
    border-radius: 4px;
}
.report-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #2d3031;
}
.report-item-price,
.report-total-item {
    font-size: 32px;
    margin-bottom: 0px;
}
.report-content {}
.report-content .report-item {
    background: #f8f1db;
    padding: 14px;
    border-radius: 4px;
}
.filter {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 20px;
}
.filter .form-control {
    margin-bottom: 6px;
}
.filter,
.filter-service {
    margin-bottom: 30px;
}
.filter-date-box {}
.report-total {}
.report-table {
    margin-top: 40px;
}
.report-th {
    background: #f1f3f3;
    color: #2d3031;
    font-weight: normal;
    text-align: center;
}
.report-count {
    text-align: center;
}
.report-count .number {
    font-size: 34px;
    display: block;
    color: #181a1b;
    font-weight: 500;
}


/*----------- Partner -> Manage Service --------*/
.manage-service-box {}
.service-list-head {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2d3031;
    font-weight: 400;
}
.service-list-noresult {}
.service-list-img {}
.service-list-type {}
.service-list-title {}
.service-list-price {}
.service-list-action {}
.service-item {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 18px;
    margin-top: 20px;
}
.service-item-img {}
.service-item-img img {
    border-radius: 4px;
}
.service-item-type {}
.service-item-title {}
.service-item-price {
    font-size: 16px;
    color: #2d3031;
    font-weight: 500;
}
.service-item-action {}
.service-item-action .trash {}
.service-item-action .edit {}
.service-item-action .trash,
.service-item-action .edit {
    font-size: 16px;
    margin-right: 10px;
}
.service-item-type,
.service-item-title,
.service-item-price,
.service-item-action {
    padding-top: 30px;
}


/*----------  Withdraw Form --------*/
.withdraw-form {
    margin-bottom: 30px;
}
.payment-list {}
.payment-list-head {
    font-weight: 500;
    color: #181a1b;
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.payment-id {}
.payment-status {}
.payment-amount {}
.payment {}
.payment-date {}
.payment-action {}
.payment-list-item {}
.payment-item-id {}
.payment-item-status {}
.payment-item-amount {}
.payment-message {}
.payment-item-date {}
.payment-item-action {}


/*-------------------------------------------------------------------
14. Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
15. Design Guideline
-------------------------------------------------------------------*/
.guideline_header {
    border-bottom: 1px solid #e2e5e5;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.guideline_title {}
.guideline_block {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e2e5e5;
    padding-bottom: 30px;
}
.guideline_color_box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
}
.guideline_color_primary {
    background: #44a5c1;
}
.guideline_color_default {
    background: #EC6608;
}
.guideline_color_secondary {
    background: #181a1b;
}
.guideline_color_base {
    background: #646869;
}


/*
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 0px 0 20px 30px;
    border-radius: 4px;
}
.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
    border-radius: 4px;
}
a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */

    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1440px) {}
@media only screen and (max-width:1200px) {
.scroll-nav{
  display: none;
}
#pagina_centro .content-area {
    margin-top: 40px !important;
  }


  .navigation-second #navigation>ul>li>a{padding: 17px 14px;}

.navigation-second #navigation>ul>li.has-sub>a:before {
    right: 0px;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-prev{left: 0%;}
.thumbnail-carousel .owl-theme .owl-nav .owl-next{right: 0%;}



}/*fin max-width:1200px */


/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
body{
  max-width: 100vw;
}
#pagina_registro .toggle_radio {
    position: relative;
    background: none;
    margin: 0 auto;
    width: 90%;
    border-radius: 0;
    overflow: hidden;
    padding: 0px !important;
  }
#pagina_registro .toggle_radio label {
  float: inherit;
      width: 90%;
      margin: 18px 5%;
      width: 90%;
}
#pagina_registro .toggle_option_slider{
  width: 90%;
  left:10px  !important;
}
/*slider registro*/
#first_toggle:checked ~ .toggle_option_slider {
    border: 5px solid #6ec3dc;
    top: 18px;

}

#second_toggle:checked ~ .toggle_option_slider {
    border: 5px solid #dca191;

    top: 78px;
}

#third_toggle:checked ~ .toggle_option_slider {
    border: 5px solid #dca191;

    top: 140px;
}

.d-xs-none{
  display: none;
}
/* #loginModal .modal-content {
    width: calc(100% - 40px) !important;
    margin: 11px 20px 0 20px;
} */
.user-login {
  width: 100%;
      background: #ffffff87;
      padding: 26px 10px 10px 30px;
      margin: 10px 0;
}

.search-filter-sidebar {
    background: #fff;
    padding-right: 0px;
}

  .search-form {
      width: 100%;
      text-align: center;
      margin: 0 auto;
  }



}

.menu_user_mobile{
  float: left;
    /*  margin: 10px;*/
  display: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
  /*cosas perfil celular*/
  .nav-tabs {
    display: table-row-group;
}
.form-inline{
  height: 100%;
    align-items: center;
    display: inline;
}
.form-inline select{
  height: 35px;
  width: 64px;
margin: 2px 8px;
/* padding: 6px; */
text-transform: uppercase;
border: 1px solid #1a1a1a;
text-align: center;
}
.tab-content {
    background: #fff;
    padding: 10px;
}
.db-user-info{
  display:none;
}
/* .header-wide {
    display: none;
} */
.db-user-img, .db-user-info {
    display: inline-grid;
    vertical-align: bottom;
    padding: 0;
    width: 100%;
}
.db-user-profile {
    margin: 0;
    padding: 0;
  }
  .db-user-name{
    display: none;
  }
  .menu_mobile{
    background: transparent;
    position: absolute;
  }
  .nav-tabs>li {
    height: 40px;
    padding: 0 0 0 20px;
  }
  .menu_user_mobile li{
    border: none !important;
    float: left !important;
        text-transform: uppercase;
        height: 40px !important;
        vertical-align: middle;
        width: 30% !important;
        display: none;
  }
  .open .menu_user_mobile{
    float: left;
  display: block !important;
  width: 100%;
  background: #eee;
  border-radius: 5px;
  padding: 10px;

  }
  .menu_user{
    display: none;
  }
  .dashboard-sidenav .fad {
    font-size: xx-large;
}
.nav.nav-tabs .nav-item .nav-link {
    padding: 0;
  }
  #pagina_perfil .col-sm-2, #pagina_perfil .col-sm-10{
    padding: 0;
  }
  /* .texto_menu_perfil{
    display: none;
  } */

 
    /*--- space class --*/

    .dropdown-menu{
    max-width: 100% !important;
    /* height: 90vh !important; */
    max-height: 351px !important;
    margin-left: -62px;
    padding: 5px;
    }
    .dropdown-item{
        padding: 15px;
        font-size: 14px;
    }
    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .search-block {
        padding-top: 80px;
    }
    /* header */

    .header {
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-block {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    /* hostel block */

    .hostel-rating {
        float: none;
        display: inline-block;
    }
    /*--- page header ---*/

    .page-header {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .page-title {
        color: #fff;
        font-size: 40px;
        letter-spacing: -1px;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .thumbnail-carousel .owl-theme .owl-nav{display: none;}
     .search-transparent.search-block{padding-top: 200px;}

/*--- panel admin --*/
#loginModal .tarjetita {
    margin: 0;
    padding: 0 0 15px 0;
    width: 260px !important;
    height: 120px;
    background: #fff;
    box-shadow: 0px 3px 14px 1px rgb(0 0 0 / 10%);
}



}


/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .welcome-text {
        display: none;
    }
    .card__image img {
        display: block;
        width:100% !important; 
        opacity: 0.3;
        transform:scale(.5);
        -ms-transform:scale(.5); /* IE 9 */
        -moz-transform:scale(.5); /* Firefox */
        -webkit-transform:scale(.5); /* Safari and Chrome */
        -o-transform:scale(.5); /* Opera */
        margin-top: -7em;
    }

    

    .search-head .display-1 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }

    .scroll-nav ul li:first-child {
        border-left: 0px;
    }

    .scroll-nav ul li {
        float: none;
    }

    .scroll-nav ul li a {
        padding: 12px 15px;
        font-size: 16px;
        text-transform: capitalize;
        color: #737778;
        display: block;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    .price-box {
        padding: 13px 0px;
        text-align: center;
    }


    .hostel-wishlist {
        top: 10px;
        right: 0px;
        font-size: 30px;
    }

    .listing-views {
        margin-bottom: 20px;
    }

    .social-login-box {
        margin-top: 30px;
    }

    .login-bottom {
        text-align: center;
    }

    .login-bottom .pull-right {
        float: none !important;
    }

    .service-item-type,
    .service-item-title,
    .service-item-price,
    .service-item-action {
        padding-top: 0px;
    }

    .childern {
        padding-left: 10px;
        list-style: none;
    }
    .search-transparent.search-block{padding-top: 180px;}

.thumbnail-carousel .owl-theme .owl-nav .owl-prev{left: 0%;}
.thumbnail-carousel .owl-theme .owl-nav .owl-next{right: 0%;}

}


/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .welcome-text {
        display: none;
    }

    .search-head .display-1 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }

    .service-item-type,
    .service-item-title,
    .service-item-price,
    .service-item-action {
        padding-top: 0px;
    }

    .childern {
        padding-left: 10px;
        list-style: none;
    }

.search-transparent.search-block{padding-top: 180px;}

.thumbnail-carousel .owl-theme .owl-nav .owl-prev{left: 0%;}
.thumbnail-carousel .owl-theme .owl-nav .owl-next{right: 0%;}

}



/*MAPA*/
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
       #map {
         /* height: 100%; */

           border-radius: 12px;
       }
       #map #firstHeading {
    color: #333;
    font-size: 1.2rem;
}

       .ir_a_item {
         background: aliceblue;
   padding: 7px 10px;
   border-radius: 3px;
   margin: 13px 0 5px 0;
   float: left;
       }
       #mapa_centro {
         height: 80%;
         height: 276px;
           border-radius: 12px;
       }

#pagina_perfil #map{
  height: 300px;
}
/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  /* font-family: Roboto; */
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  /*margin: 0 0 30px 0;*/
      border-radius: 12px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      outline: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      background-color: #fff;
      /* font-family: Roboto; */
      height: 180px;
      position: relative !important;
}

#pac-container {
  padding: 12px;
margin-right: 5px;
}

#pac-container .cerca{
  padding-top: 0px;

}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
  display: none;
}

.pac-controls label {
  /* font-family: Roboto; */
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: 'Alegreya';
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #eee;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
    /* color: #fff; */
    /* background-color: #4d90fe; */
    font-size: 25px;
    font-weight: 500;
    padding: 26px 12px;
}
.gm-style-iw p{
margin: 10px 0 20px 0;
}
#firstHeading{
  color: #EC6608;
  font-size: 1.2rem;
}
/*FIN MAPA*/



/*OTRAS MEDIDAS DE PANTALLA*/

@media (min-width: 1200px){
  .menu_fixed{
    position: fixed;
    z-index: 9999;
      top: 60px;
      left: 0;
      width: 100%;
      background: #ffffffdb;
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
  }
.container {
  /*  width: calc(100% - 90px);*/
}


}/*fin 1200 min*/

/*TARJETITAS*/

.card-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
  /* margin: 0px 5px 5px 5px;
  padding: 5px; */
}

.tarjetita {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 4px;
  -webkit-box-align: left;
          align-items: left;
  margin: 12px;
  padding: 0 0 15px 0;
  width: 120px;
  background: #fff;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.card__image {
  position: relative;
  width: 100%;
  display: block;
  max-width: 120px;
  height: 85px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.card__image:hover {
  cursor: pointer;
}
.card__image:hover:after {
  bottom: 0;
  color: white;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.card__image:hover .image-overlay {
  background-color: rgba(232, 77, 15, 0.3);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.card__image:after {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1em;
  text-align: center;
  content: "\f00c";
  color: rgba(255, 255, 255, 0);
  color: #fff;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.card__image .image-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba 255, 255, 255, 0;
  -webkit-transition: backgroundColor, 0.15s;
  transition: backgroundColor, 0.15s;
}
.card__image img {
  display: block;
  width: 100%;
  opacity: 0.3;
}

.opacity1{
    opacity: 1 !important;
}




.card__actions {
  /* font-family: serif; */
  font-size: 25px;
  line-height: 12px;
  color: #a3a3a3;
  text-align: right;
  padding: 0 8px 0 0;
  margin: 0;
}

.tarjetita.is-checked .card__image:after {
  font-size: 2.26em;
  bottom: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.tarjetita.is-checked .card__image .image-overlay {
  background-color: rgba(232, 77, 15, 0.8);
}

.tarjetita span {

}

.tarjetita .card__description{
  line-height: initial;
    /*  font-family: arial; */
      /* vertical-align: bottom; */
      display: inline-table;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      height: 40px;
          z-index: 9;
}
.tarjetita span._long {
      height: auto;
      width: 100%;
      /*  font-family: arial; */
      vertical-align: bottom;
      padding: 6px;
      display: block;
      bottom: 0;
      word-wrap: break-word;
      color: #1a1a1a;
}
.tarjetita span._short {
  height: 4px;
  width: 48px;
}




#muestra_im_edit img{
  width: 100%;
}


/*MAPA*/
#pac-buscar {
    width: calc(100% - 30px);
    font-size: 20px;
    border: 1px solid;
    border-radius: 6px;
    height: 50px;
}




/*ESTRELLAS*/
.estrella-valor{
    float: left;
    padding: 0 5px 0 0;
    line-height: 21px;
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 17px/1 'Font Awesome 5 Pro';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
  font-weight: 900;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #e6ccc4;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EC6608;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
.like,.unlike{
 border: 0;
 background: none;
 letter-spacing: 1px;
 color: lightseagreen;
}

.like,.unlike:hover{
 cursor: pointer;
}
/*fin ESTELLAS*/

/*modal dialog de registro, multi pantalla */

#loginModal .tarjetita {
margin:0;
    padding: 0 0 15px 0;
    width: 160px;
    background: #fff;
    box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.1);
}

#loginModal .card__image {
    position: relative;
    width: 100%;
    display: block;
    max-width: unset;
    height: 125px;
  }

  #loginModal .tarjetita .card__description {

      justify-content: flex-end;
      align-items: center;
      height: 40px;
      display: block;
      text-align: center;
      font-size: 15px;
      z-index: 9;
      color: #333;
  }

.jumbotron {
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 20px !important;
padding-left: 20px !important;
    background: #fff;
}

.card-columns {
    @include media-breakpoint-only(lg) {
      column-count: 4;
    }
    @include media-breakpoint-only(xl) {
      column-count: 5;
    }
  }
  

/*fin*/

/*POPUP mensajito flotante*/
@-webkit-keyframes popUpEntrada {
  0%{opacity: 0; margin-top: -20%;}
  75%{margin-top: 5%;}
  100%{opacity: 1;}
}
@keyframes popUpEntrada {
  0%{opacity: 0; margin-top: -20%;}
  75%{margin-top: 5%;}
  100%{opacity: 1;}
}
@-webkit-keyframes popUpSaida {
  0%{opacity: 1;}
  75%{opacity: 1; margin-top: -20%;}
  100%{opacity: 0;margin-top: 40%;}
}
@keyframes popUpSaida {
  0%{opacity: 1;}
  75%{opacity: 1; margin-top: -20%;}
  100%{opacity: 0;margin-top: 40%;}
}
body, html, root, document{
  display: block;
  position: relative;
  height: 500px;
}
 .popUpFundo{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color:#4879c3;
    opacity: 0.8;
    z-index: 50;
}
.popUp{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    padding: 0;
    font-size: 14px;

    color: #fff;
    border-style:none;
    z-index: 999;
    overflow: hidden;
}
.popUp button:focus{
    outline-style: none;
}
.popUp>h1{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 5px;
    min-height: 40px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border-style: none;
    border-width: 5px;
    border-color: black;
}
.vermelha>h1{
    border-color: #fa5032;
}
.verde>h1{
    border-color: #42ad4f;
}
.azul>h1{
    border-color: #659cff;
}

.popUp>div{
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 5%;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ccc;
    border-style: none none solid none;
    overflow: auto;
}
.popUp>div>span{
    display: table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.popUp>button{
  box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 6px;
      padding: 10px;
      width: 45%;
      border: 1px none #ccc;
      border-radius: 10px;
      color: #fff;
      font-family: inherit;
      cursor: pointer;
}
.alert{
    width: 100% !important;
}



.popUp .puCancelar{
    float: right;
}

.popUp .puEnviar{
    float: right;
}

.p{
  margin: 0;
  width: fit-content;
  max-width: 90%;
  border-radius: 10px;
  padding: 11px;
  /* height: 100%; */
  max-height: 200px;
  transform: translate(-50%, 40px);
}

.p>div{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border-style: none;

}
.p>div>div, .p span{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 300px;
    height: 108px;
    margin: 0;
    padding: 0;
    border-style: none;

}

.p>button{
  height: 40px;
  margin: 0 auto 0 auto;
  width: 100px;

}
.puEnviar{
    margin: 5px 0;
}
.puCancelar{
    margin: 5px 0;
}


.m{
    margin: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    transform: translate(-50%, -50%);
}
.m>div{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: calc(100% -108px);
    margin: 0;
    padding: 0;
    border-style: none;
    border-color:#ccc;
}
.m>div>div, .m>span, .m>div>span{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 400px;
    height: 208px;
    margin: 0;
    padding: 0;
    border-style: none;
}

.m>button{
    height: 50px;
}

.g{
    margin: 0;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 500px;
    transform: translate(-50%, -50%);
}
.g>div{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: calc(100% -108px);
    margin: 0;
    padding: 0;
    border-style: none;
    border-color: #ccc;
}
.g>div>div, .g span{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 600px;
    height: 408px;
    margin: 0;
    padding: 0;
    border-style: none;
}
.g>button{
   height: 60px;
}


.alert.puEnviar{
    display: none;
}

.popUpEntrada{
    display: block !important;
    animation: popUpEntrada 0.5s;
    -webkit-animation: popUpEntrada 0.5s;
}
.popUpSaida{
    display: block !important;
    animation: popUpSaida 0.5s;
    -webkit-animation: popUpSaida 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.blue{
    background-color:#51b2d6;
}
.blue>button{
    background-color:#38a7d0;
}
.blue>button:hover{
    background-color:#72c1de;
}
.popUpFundo.blue{
    background-color:#134152;
}
.green{
    background-color: #43b649;
}
.green>button{
    background-color:#3da743;
}
.green>button:hover{
    background-color:#4fbe55;
}
.popUpFundo.green{
    background-color:#173f19;
}
.red{
    background-color: #d55c4b;
}
.red-text{
    color: #d55c4b;
}

.red>button{
    background-color: #d04b38;
}
.red>button:hover{
    background-color: #d86959;
}
.popUpFundo.red{
    background-color:#4a1811;
}
.orange{
    background-color: #f9a025;
}
.orange>button{
    background-color: #f89710;
}
.orange>button:hover{
    background-color: #f9ac42;
}
.popUpFundo.orange{
    background-color: #8c5b02;
}
.purple{
    background-color: #ab4bd5;
}
.purple>button{
    background-color: #a238d0;
}
.purple>button:hover{
    background-color: #b159d8;
}
.popUpFundo.purple{
    background-color: #3f114a;
}
.white{
    background-color: #fff;
    color: #555;
}
.white>h1{
  color: #595959;
      font-size: 14px;
}
.white>button{
    background-color: #f3f3f3;
    color: #555;
}
.white>button:hover{
    background-color: #e3e3e3;
}

.popUpFundo.white{
    background-color:#555;
}


/*
That part is just for the form
*/
.colorfulForm{
  width: 350px;
  margin: 60px auto;
}
.colorfulForm input, .colorfulForm textarea, .colorfulForm select{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 350px;
  padding: 5px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.colorfulForm label{
  display: block;
  /*font-family: Verdana, Arial;*/
  margin: 10px 0 5px 0;
}
.colorfulForm button{
  width: 100px;
  margin: 3px 7px;
  padding: 5px;
  color: #fff;
  border-style: none;
}

.pills-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.pills{
    background-color: #e9e9e9;
    color: #1a1a1a;
    padding: 5px 7px 4px 7px;
    margin: 1px 5px 2px 0px;
    font-size: 11px;
    border-radius: 10px;
    line-height: 1;
}
.pills.lang{
    background-color: #e9e9e9;
    color: #EC6608;
}
/*fin mensajito float*/

/*CHOSEN SELECT multiple*/
.mr-20{
    margin-right: 20px;
}

/** RAFFLES **/
.ad {
  margin-bottom: 2rem;
  /* max-width: 30rem; */
}

.ads {
  padding: 2rem 0;
}

.aspect-ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.aspect-ratio > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.aspect-ratio--1-1::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.aspect-ratio--3-2::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.aspect-ratio--4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.aspect-ratio--8-5::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.aspect-ratio--16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
