/* General */
body{
  color: #777;
  font-family: "Quicksand",Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65em;
  word-break: break-word;
}

.wp-media-buttons .sd-lable-shortcode-inserter{
    display: none;
}

ul{
  margin-bottom: 1.6rem; 
}

/* Columns */
.mb-0{
  margin-bottom: 0 !important;
}
.acf-fields>.acf-field.mt-50{
  margin-top: 50px !important
}
.acf-fields>.acf-field.col-md-3{
  width: 24.5%;
  display: inline-block;
}

@media (max-width: 768px){ 
  .col-12 {
    width: 100% !important;
    max-width: 100%;
    border-left: none !important;
  }
  .acf-fields>.acf-field.col-md-3{
    width: 100%;
  }
}

.elementor-social-icons-wrapper a[href=''] {
  display: none;
}

.geodir-i-taxonomy a {
    color: #fdc652;
}

.geodir-field-event_dates{
  display: block;
}

[type=button], [type=submit], button {
    color: #015c77;
    border: 2px solid #015c77;
}
  [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #015c77;
    color: #ffffff;
  }
  
.media-modal-content [type=button], 
.media-modal-content [type=submit], 
.media-modal-content button {
    color: #015c77;
    border: 2px solid #015c77;
    white-space: normal;
}
.attachments-browser .media-toolbar-secondary {
    max-width: 66%;
    width: 66%;
}
  
  .wp-picker-container [type=button], .wp-picker-container [type=submit], .wp-picker-container button {
      color: #f7f7f7 !important;
      border: 1px solid #cccccc !important;
  }
  

/* Menu */
.menu_informate .elementor-nav-menu--dropdown a{
  justify-content: flex-start;
}
  .menu_informate .elementor-nav-menu--dropdown a > i{
    margin-right: 10px;
  }
  
#menu-logueado .boton-menu a{
  padding: 5px 10px;
  margin: 6px 20px;
}  

/* Login */
.login > .elementor-widget-container{
    display: inline-block;
}
.login .rmcontent.rm-login-wrapper{
  display: flex;
  flex-direction: column;
}
  .login form{
    order: 1;
  }
  .login .rm-thirdp-login-button-wrap{
      order: 2;
      margin-top: 30px;
  }
  
  /* .login .rm-google-plus-login.rm-third-party-login,
  .login .rm-facebook-login.rm-third-party-login{
    width: auto;
    float: left;
    position: relative;
  }
  .login .rm-third-party-login-btn.g-signin2,
  .login .rm-third-party-login-btn{
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
  }
  
  .login .rm-thirdp-login-button-wrap .rm-google-plus-login .rm-third-party-login-btn .abcRioButtonLightBlue{
    width: 50px !important;
    height: 50px !important; 
  }
  .login .rm-thirdp-login-button-wrap .rm-google-plus-login .rm-third-party-login-btn .abcRioButtonIcon{
    padding: 10px 13px;
  }
  
  .login .rm-facebook-login .rm-third-party-login-btn{
    font-size: 0 !important;
    padding: 12px 25px 12px 25px !important;
  }

   .login .rm-thirdp-login-button-wrap span{
     left: 15px !important;
   } */
   
.login .rmfield{
    height: auto;
    min-height: auto;
    line-height: 28px;
    padding: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    color: #fdc652;
}
.login .rminput, .login .rminput input{
  width: 100%;
  text-align: center;
}

.ur-frontend-form{
  border: none;
}

.register .ur-frontend-form label{
  font-size: 14px;
  font-weight: 500;
}
.register .ur-frontend-form input{
  border-radius: 4px !important;
}

.register .field-privacy_policy,
.register .field-checkbox{
  margin-bottom: 5px !important;
  text-align: left;  
  display: inline-block;
  width: 100%;
}

  .register .field-checkbox ul{
    padding: 0;
  }
  .register .field-checkbox ul li{
    font-size: 14px;
  }

.register .field-privacy_policy label,
.register .field-privacy_policy span{
  display: inline-block !important;
  float: left;
}

.register .field-privacy_policy label{
  
}

.register .field-privacy_policy span{
  width: calc( 100% - 35px);
  margin-top: 8px;
}

.register .ur-button-container{
  margin-top: 30px;
}
.register .ur-frontend-form button, .register .ur-frontend-form button[type=submit], .register .ur-frontend-form input[type=submit]{
  border: 2px solid #015c77;
  margin: 0 auto;
}
  

/* Home */
.necesidades_home .cat-item{
  list-style: none;
}
  .necesidades_home .cat-item a{
    color: #ffffff;
  }
  .necesidades_home .cat-item a:hover{
    color: #fdc652;
  }

/* Table */
.table{
  
}
  .table th {
    border: none;
  }
  .table thead tr, .table thead tr:nth-of-type(odd){
    background: none;
  }
  .table tr:nth-of-type(odd){
    background-color: rgba(0,0,0,.0);
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row:nth-child(2n+1) {
      background: #ffffff !important;
  }
  .table td, .post-list-interface .post-list-container .post-list-table .post-list-table-row>div{
    border: none;
    border: 2px solid #f7f7f7;
    background: none !important;
  }
  
  .post-list-interface .post-list-container .post-list-table .post-list-table-row>div {
      display: table-cell;
      padding: 15px 10px !important;
      border: 1px solid #f7f7f7;
  }
  
  .post-list-interface .post-list-container h2.post-list-tab-nav::before{
      display: none !important;
  }
  
  .post-list-interface .post-list-container h2.post-list-tab-nav{
    display: flex !important;
    margin-bottom: 0 !important;
  }
  
  .post-list-interface .post-list-container h2.post-list-tab-nav a.post-list-tab-nav-item{
    border: 1px solid #ffffff !important;
    flex-grow: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: #6b9aaa !important;
  }
  .post-list-interface .post-list-container h2.post-list-tab-nav a.post-list-tab-nav-item.post-list-tab-nav-item-active{
    color: #ffffff !important;
    background: #fcb74f !important;
  }
  
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell{
    vertical-align: middle;
    width: 40px !important;
    padding: 15px 0 !important;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell a{
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50%;
    color: #ffffff;
    margin: 0 auto;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell.post-list-link-cell{
    border-left: 0;
    border-right: 0;
    padding-left: 5px !important;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell.post-list-link-cell a{
      background-color: #015c77;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell.post-list-edit-cell{
    border-left: 0;
    border-right: 0;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell.post-list-edit-cell a{
      background-color: #fdc652;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell.post-list-delete-cell{
    border-left: 0;    
    padding-right: 5px !important;
  }
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell.post-list-delete-cell a{
      background-color: #ed023d;
  }
  
  .post-list-interface .post-list-container .post-list-table .post-list-table-row .post-list-action-cell a .fa{
    width: 1em;
    height: 1em;
    position: relative;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
  }
    
  .fa.fa-link:before{
    content: "\f0c1" !important;
    font: normal normal normal 14px/1 FontAwesome;
  }
  
  .fa.fa-pencil:before{
    content: "\f044" !important;
  }
  
  .fa.fa-trash:before{
    content: "\f2ed" !important;
  }

/* #### Geodirectory - Search #### */
body .geodir-search-container{
  padding: 5px 8px 0 8px;
}
  body .geodir-search-container .gd-search-input-wrapper.gd-search-field-cpt{
    display: none;
  }
  
  body .geodir-search-container .gd-search-input-wrapper.gd-search-field-cpt.gd-search-field-taxonomy,
  body .geodir-search-container .gd-search-input-wrapper.gd-search-field-cpt.gd-search-descuento
  {
    display: inline-block;
  }
  
  body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search select, 
  body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search input[type=text], 
  body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search input[type=text].ac_input{
    color: #2d2a31;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #f1f1f1;
    margin-bottom: 15px;
  }
  
  body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir_submit_search{
    border: 2px solid #015c77;
    background: #015c77;
    height: 37px;
  }
    body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir_submit_search i{
      color: #ffffff;
    }
    
    body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir_submit_search:hover{
      border: 2px solid #015c77;
      background: #ffffff;
      height: 37px;
    }
      body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir_submit_search:hover i{
        color: #015c77;
      }
      
  body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir-show-filters{
    border: 2px solid #fdc652;
    background: #fdc652;
    height: 37px;
  }
    body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir-show-filters i{
      color: #ffffff;
    }
    
    body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir-show-filters:hover{
      border: 2px solid #fdc652;
      background: #ffffff;
      height: 37px;
    }
      body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button.geodir-show-filters:hover i{
        color: #fdc652;
      }
      
        body .geodir-listing-search .geodir-filter-container .geodir-filter-cat.gd-field-lugar{
          width: 100%;
        }
        body .geodir-listing-search .geodir-filter-container .geodir-filter-cat.gd-field-lugar label{
          display: none;
        }
/* #### Geodirectory - Actions #### */
body .geodir-loop-actions-container{
  padding-right: 0;
}

.search_bar .geodir-pagination ul.page-numbers{
  padding: 0 !important;
  border: none;
}
body .geodir-loop-actions-container .geodir-list-view-select{
  display: none;
}

body .geodir-loop-actions-container .geodir-tax-sort{
  width: 49%;
  margin: 0 2% 0 0;
}
body .geodir-loop-actions-container .geodir-event-filter{
  width: 49%;
  margin: 0;
}
  body .geodir-loop-actions-container .geodir-tax-sort .select2, body .geodir-loop-actions-container .geodir-event-filter .select2{
    width: 100% !important;
  }

body .geodir-loop-actions-container .geodir-select,
body .geodir-loop-actions-container .select2-container.gd-select2-container .select2-selection--single {
  color: #2d2a31;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #f1f1f1;
  margin-bottom: 0;
  height: 38px;
  box-shadow: none;
  margin-top: 0;
  position: relative;
  line-height: 24px;
}

/* #### Geodirectory - List #### */

body ul.geodir-category-list-view{
  display: flex;
  flex-wrap: wrap; 
}

body ul.geodir-category-list-view article,
body ul.geodir-category-list-view .elementor-post__card
{
  height: 100%;
}

body ul.geodir-category-list-view .geodir-post-address-container,
body ul.geodir-category-list-view .elementor-post-date{
  display: inline-block;
  width: 100%;
}

body ul.geodir-category-list-view li h3{
  margin-bottom: 10px;
}

body ul.geodir-category-list-view.geodir-gridview.gridview_onehalf>li .elementor-image a, body ul.geodir-category-list-view.geodir-gridview.gridview_onehalf>li .elementor-image img{
  width: 100%;
}

body ul.geodir-category-list-view .elementor-post__meta-data {
  line-height: 1.35 !important;
}



@media only screen and (max-width: 1200px){
  /* body ul.geodir-category-list-view.geodir-gridview.gridview_onehalf>li{
    width: 100%;
    margin-left: 0 !important;
  } */
}



/* Geodirectory Map */
.list-map{
  overflow: hidden;
}
@media only screen and (min-width: 768px){
  .list-map{
    position: fixed;
    width: 50% !important;
    max-width: 50% !important;
    top: 70px;
  }
}

.archive .geodir-map-canvas{
    height: calc(100vh - 70px) !important;
}

/* Address */
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address{
	display: block !important;
	font-size: 12px !important;
}

.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address .geodir-i-address .geodir_post_meta_title{
  display: none;
}

.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address .geodir-i-location,  
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address span[itemprop=addressCountry], 
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address span[itemprop=postalCode], 
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address br, 
.geodir_advance_search:not(.single) .geodir_more_info.geodir_contact,
#franchises .geodir_post_meta.geodir-field-address .geodir-i-location,  
#franchises .geodir_post_meta.geodir-field-address span[itemprop=addressCountry], 
#franchises .geodir_post_meta.geodir-field-address span[itemprop=postalCode], 
#franchises .geodir_post_meta.geodir-field-address br, 
#gd_tab_franchisesTab .geodir_more_info.geodir_contact{
	display: none !important;
}

#franchises .geodir_post_meta.geodir-field-address {
    font-size: 12px;
    font-weight: 500;
    color: #adadad;
} 
#franchises.tab_event .geodir_post_meta.geodir-field-address {
    font-size: 12px;
}

#franchises .geodir_post_meta_icon.geodir-i-address i {
    color: #6b9aaa;
    font-size: 12px;
}

.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address span[itemprop=streetAddress]:after, 
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address span[itemprop=addressLocality]:after, 
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-address span[itemprop=addressRegion]:after,
#franchises .geodir_post_meta.geodir-field-address span[itemprop=streetAddress]:after, 
#franchises .geodir_post_meta.geodir-field-address span[itemprop=addressLocality]:after, 
#franchises .geodir_post_meta.geodir-field-address span[itemprop=addressRegion]:after
{
	content: ", ";
}

.geodir_advance_search:not(.single) .geodir_more_info.post_address,
#franchises .geodir_post_meta.geodir-field-address{
	display: block !important;
}

/* Técnicas */
.necesidades_tecnicas span{
  font-weight: bold;
  
}

.single-gd_event .geodir-tabs-content > li#shortcode,
.single-gd_event_online .geodir-tabs-content > li#shortcode{
   padding: 20px 30px 12px 30px !important;
}
  .single-gd_event .geodir-tabs-content > li#shortcode hr,
  .single-gd_event_online .geodir-tabs-content > li#shortcode hr{
      display: none;
  }

.necesidades_tecnicas.atr_necesidades, .necesidades_tecnicas.atr_necesidades a{
    color: #fcb74f;
}

.necesidades_tecnicas.atr_tecnicas, .necesidades_tecnicas.atr_tecnicas a{
    color: #005c76;
}

.geodir_advance_search:not(.single) .necesidades_tecnicas.atr_tecnicas .geodir_post_meta.geodir-field-post_category{
  margin-top: 0 !important;
}

/* Metas */
.geodir-category-list-view > li.gd_event  .geodir_post_meta,
.geodir-category-list-view > li.gd_event_online  .geodir_post_meta {
  display: block !important;
}

.geodir-category-list-view > li  .geodir_post_meta.geodir-field-post_content{
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
}

/* Filtros - Acciones */
.geodir-filter-container .geodir-filter-cat{
  width: 100%;
}
  .geodir-filter-container .customize_filter-in .geodir-filter-cat > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .geodir-filter-container .customize_filter-in .geodir-filter-cat.gd-field-tipo_evento > ul li.gd-search-li-0 {
    width: 100%;
  }
  
  .geodir-filter-container .customize_filter-in .geodir-filter-cat > ul li.gd-search-li-1 {
    width: 50%;
    border-bottom: none;
  }
    .geodir-filter-container .customize_filter-in .geodir-filter-cat > ul li.gd-search-li-1 li{
      border-bottom: none;
      padding: 0;
    }
    
  .geodir-filter-container .customize_filter-in .geodir-filter-cat > ul > li > label  {
    color: #015c77;
    font-weight: 600;
  }
  
.geodir-loc-bar {
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin: 0;
} 
	.geodir-loc-bar-in { 
		background: none;
		border: none; 
		padding: 5px;
	}


/* Card */
.elementor-post__card{
	
}

  .elementor-post__card:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
  }
	.elementor-post__card .elementor-post__text{
		padding: 0 30px;
    margin-bottom: 0;
    margin-top: 20px;
	}
	.elementor-post__card .elementor-post__meta-data {
    padding: 15px 30px 8px !important;
    margin-bottom: 0;
    border-top: 1px solid #f2f2f2;
		display: inline-block;
		width: 100%;
    line-height: 1.35 !important;
	}
  
  .gd_event .elementor-post__card .elementor-post__meta-data,
  .gd_event_online .elementor-post__card .elementor-post__meta-data {
    padding: 20px 30px 0px !important;
  }
  
  body ul.geodir-category-list-view.geodir-gridview > li.gd_event .no-price,
  body ul.geodir-category-list-view.geodir-gridview > li.gd_event_online .no-price {
    text-align: right;
    font-size: 20px;
    line-height: 18px;
    color: #fdc652;
    line-height: 33px;
  }
  
  /* #### Geodirectory - Single #### */
  
  /* Tabs */
  .tabs_navegacion .geodir-single-tabs-container,
  .tabs_navegacion .elementor-shortcode{
    display: inline-block;
  }
  .geodir-tabs #tab-{
    padding: 18px 30px 8px 30px !important;
  }
    .geodir-tabs #tab- hr{
      display: none;
    }
    .geodir-tabs #tab- > span#tab-{
      display: none;
    }
      
  .geodir-tabs dl.geodir-tab-head {
    border-bottom: none;
  }
  .geodir-tabs dl.geodir-tab-head dd a[data-tab="#post_images"]{
    display: none;
  }
  .geodir-tabs dl.geodir-tab-head dd a {
    padding: 14px 11px 13px 11px; 
    color: #015c77;
    -webkit-filter: none;
    filter: none;
    font-weight: 600;   
  }
  .geodir-tabs dl.geodir-tab-head dd a:empty {
     display: none;
  }
  .geodir-tabs dl.geodir-tab-head i, .geodir-tabs dl.geodir-tab-head svg{
    color: #a1aeb7;
  }
  
  .geodir-tabs dl.geodir-tab-head dd a:hover {
    color: #777777;
  }
    .geodir-tabs dl.geodir-tab-head dd.geodir-tab-active a{
      border-bottom: none;
    }
  
  .geodir-tabs-content > li{
    background: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 4px;
    padding: 18px 30px 45px 30px !important;
    margin-bottom: 20px !important;
  }
    .geodir-tabs ul.geodir-tabs-content.geodir-tabs-as-list>li .gd-tab-list-title i, .geodir-tabs ul.geodir-tabs-content.geodir-tabs-as-list>li .gd-tab-list-title svg {
      margin-right: 6px;
      color: #a1aeb7; 
    }
    .geodir-tabs-content li .gd-tab-list-title a{
        color: #015c77;
        font-size: 20px;
        font-weight: 600;
    }
    .geodir-tabs-content li hr{
      height: 2px;
      background: #f2f2f2;
      border: none;
      margin: 15px 0 25px 0;
    }
    
    .base-card .geodir_post_meta.geodir-field-price{ 
      color: #fcb74f;
      font-size: 48px;
      margin-top: 15px;
    }
    
    .geodir-comments-area .commentlist>li .comment-meta .avatar{
      display: none;
    }
    
    .geodir-image-container ul.geodir-images li:after{
      content: none;
    }

/* ### GeoDirectory - Ficha ### */
.datos_flotante .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}



.datos_flotante .elementor-grid .elementor-grid-item{
    flex-grow: 1;
}

  .datos_flotante .elementor-share-btn{
    color: #ffffff;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
  }
  
  .datos_flotante .elementor-share-btn a{
    color: #ffffff;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_fijo{
    background-color: #8BC34A;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_phone{
    background-color: #8BC34A;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_web{
    background-color: #fdc652;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_facebook{
    background-color: #3b5998;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_twitter{
    background-color: #1da1f2;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_whatsapp{
    background-color: #25d366;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_telegram{
    background-color: #25A3E2;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_google{
    background-color: #dd4b39;
  }

  .datos_flotante .elementor-share-btn.elementor-share-btn_instagram{
    background-color: #FFD266;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_pinterest{
    background-color: #BD071D;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_linkedin{
    background-color: #0274B3;
  }
  
  .datos_flotante .elementor-share-btn.elementor-share-btn_youtube{
    background-color: #FF0000;
  }
  
  @media (max-width: 767px) {
    .popup_datos .dialog-widget-content{
      height: auto;
    }
    .datos_flotante .elementor-grid {
        flex-wrap: nowrap;
        width: 100%;
    }
    .datos_flotante .elementor-share-btn{
      width: 40px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      font-size: 20px;
    }
      .datos_flotante .elementor-share-btn .elementor-share-btn__icon i{
        font-size: 20px;
      }
  }
  
/* ### GeoDirectory - Editar ### */
.gd-notification.has-revision{
  display: none;
}
.geodir-page .editar_ficha .geodir-author-actions{
  padding: 30px;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
}
.geodir-page .editar_ficha .geodir-author-actions .gd-author-actions{
  min-height: 54px;
  line-height: 54px;
  text-align: center;
}
  .geodir-page .editar_ficha .geodir-author-actions .gd_user_action {
    font-size: 16px;
    padding: 15px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2d758d;
    font-weight: 500;
    fill: #2d758d;
    color: #2d758d;
    background-color: #ffffff;
    width: 48%;
    margin: 15px 1%;
  }
    .geodir-page .editar_ficha .geodir-author-actions .gd_user_action a{
      color: #2d758d;
    }
      .geodir-page .editar_ficha .geodir-author-actions .gd_user_action:hover {
        background-color: #2d758d;
        color: #ffffff;
      }
      .geodir-page .editar_ficha .geodir-author-actions .gd_user_action:hover a{
        color: #ffffff;
      }  
      
  
  h5#geodir_fieldset_details, .geodir-note {
      display: none;
  }
  
  #geodirectory-add-post h5 {
      font-size: 16px;
      border-bottom: 1px #fdc652 solid;
      margin-bottom: 15px;
      background: none;
      color: #fdc652;
      padding: 10px 0px;
      border-radius: 5px 5px 0 0;
      margin-top: 30px;
  }
  
  #geodir-add-listing-submit{
    margin-top: 75px;
  }
  
  .geodir_form_row .geodir_message_note{
      background: rgba(107,154,170,0.2);
      border-radius: 4px;
      margin-left: 30%;
      padding: 10px 20px;
      margin-top: 5px;
  }
  
  .geodir_form_row .editor + .geodir_message_note{
    margin-left: 0;
    width: 100%;
  }
  
  .geodir_form_row .geodir_message_note:empty{
    display: none;
  }
  
  #geodir-add-listing-submit .geodir_message_note{
    background: none;
  }
  
  
  .geodir_form_row label{
    color: #015c77;
    padding-top: 10px;
    font-weight: bold;
  }
  
  .mce-tinymce.mce-container.mce-panel{
    box-shadow: none;
    color: #2d2a31;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #f1f1f1;
    border-radius: 3px;    
  }
    .mce-tinymce .mce-top-part::before{
      display: none !important;
    }
    .mce-tinymce .mce-panel{
        border-color: #f1f1f1 !important;
    }
    
  .geodir-page .quicktags-toolbar{
    height: 24px;
  }
  .geodir-page .wp-editor-tools, .geodir-page .quicktags-toolbar input{
    display: none;
  }
  
  .geodir_form_row .geodir_textfield, .geodir_textarea, .geodir_form_row select,
  .select2-container.gd-select2-container .select2-selection{
    box-shadow: none;
    color: #2d2a31;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
  }
    .geodir_form_row .geodir_textfield:hover, .geodir_textarea:hover, .geodir_form_row select:hover,
    .select2-container.gd-select2-container .select2-selection:hover{
      background-color: #f1f1f1;
      border: solid 1px #f1f1f1;
    }
    .geodir_form_row .geodir_textfield:focus, .geodir_textarea:focus, .geodir_form_row select:focus,
    .select2-container.gd-select2-container .select2-selection:focus{
      background-color: #ffe9c0;
      border: solid 1px #ffe9c0;
      outline: 0;
    }
    
    .select2-container.gd-select2-container .select2-selection--multiple .select2-search--inline .select2-search__field{
      margin-bottom: 0;
    }
    .select2-container.gd-select2-container.select2-container--focus .select2-selection, .select2-container.gd-select2-container.select2-container--open .select2-selection{
      box-shadow: none;
      background-color: #f1f1f1;
      border: solid 1px #f1f1f1;
    }
    
    .acciones_ficha .gd_place{
      display: none !important;
    }
    

/* Eventos MINI */
.evento_mini .dia_semana{
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.evento_mini .dia{
  font-size: 30px;
  font-weight: bold;
}
.evento_mini .mes{
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Eventos */
.geodir-schedule-meta{
  display: block !important;
}
  body ul.geodir-category-list-view > li.gd_event .elementor-post__card .elementor-post__text,
  body ul.geodir-category-list-view > li.gd_event_online .elementor-post__card .elementor-post__text {
    padding-bottom: 45px;
  }
  
  body ul.geodir-category-list-view > li.gd_event .geodir-output-location-listing,
  body ul.geodir-category-list-view > li.gd_event_online .geodir-output-location-listing {
      display: flex;
      flex-direction: column;
  }
    
    body ul.geodir-category-list-view .geodir-field-descuento{
      display: inline-block;
      order: 4;
      text-align: right; 
      font-size: 22px;
      color: #6b9aaa;
      padding: 5px 15px;
      border-radius: 4px;
      margin: 15px auto !important;
      width: 100%;
    }
      body ul.geodir-category-list-view .geodir-field-descuento:before{
        content: "Descuento: ";
      }
      body ul.geodir-category-list-view .geodir-field-descuento:after{
        content: "%";
      }
      
      body ul.geodir-category-list-view .gd_colaborador .geodir-field-post_category span.geodir_post_meta_title{
        display: none;
      }
    
    body ul.geodir-category-list-view > li.gd_event .geodir-field-price,
    body ul.geodir-category-list-view > li.gd_event_online .geodir-field-price {
      order: 4;
      text-align: right; 
      font-size: 25px;
      color: #fdc652;
    }
        
        body ul.geodir-category-list-view > li.gd_event .geodir-field-event_dates,
        body ul.geodir-category-list-view > li.gd_event_online .geodir-field-event_dates {
          margin: 10px 0 25px 0px !important;
        }
        body ul.geodir-category-list-view > li.gd_event .geodir-schedules .geodir-schedule a,
        body ul.geodir-category-list-view > li.gd_event_online .geodir-schedules .geodir-schedule a {
          padding: 0;
          margin: 0;
          border: none;
          text-align: left;
          color: #777;
        }
          body ul.geodir-category-list-view > li.gd_event .geodir-schedules .geodir-schedule a:hover,
          body ul.geodir-category-list-view > li.gd_event_online .geodir-schedules .geodir-schedule a:hover {
            background: none;
            color: #777;
          }
        body ul.geodir-category-list-view > li.gd_event .geodir-schedules .geodir-schedule .geodir-schedule-start:before,
        body ul.geodir-category-list-view > li.gd_event_online .geodir-schedules .geodir-schedule .geodir-schedule-start:before {
          margin-right: 10px;
          content: "\f073";
          font-family: "Font Awesome 5 Free";
        }
        
        body ul.geodir-category-list-view > li.gd_event .geodir-output-location-listing .geodir-field-price .geodir-i-text,
        body ul.geodir-category-list-view > li.gd_event_online .geodir-output-location-listing .geodir-field-price .geodir-i-text {
          display: none;
        }
        
    body ul.geodir-category-list-view > li.gd_event .geodir-output-location-listing .geodir-schedule-meta,
    body ul.geodir-category-list-view > li.gd_event_online .geodir-output-location-listing .geodir-schedule-meta {
      order: 1;
    }
    body ul.geodir-category-list-view > li.gd_event .geodir-output-location-listing .geodir-field-post_tags,
    body ul.geodir-category-list-view > li.gd_event_online .geodir-output-location-listing .geodir-field-post_tags {
      order: 2;
    }
    body ul.geodir-category-list-view > li.gd_event .geodir-output-location-listing .geodir-field-post_category,
    body ul.geodir-category-list-view > li.gd_event_online .geodir-output-location-listing .geodir-field-post_category {
      order: 3;
    }
  
  .geodir-schedule .geodir-schedule-start, .geodir-schedule .geodir-schedule-end, .geodir-schedule .geodir-schedule-sep{
    display: inline-block;
  }
  
.geodir-category-list-view .geodir_post_meta.geodir-field-address br{
  display: none;
}
  .geodir-category-list-view .geodir_post_meta.geodir-field-address > span:not(.geodir_post_meta_icon)::after{
    content: ",";
  }
  
  .geodir-category-list-view .geodir_post_meta.geodir-field-address span[itemprop=postalCode],
  .geodir-category-list-view .geodir_post_meta.geodir-field-address span[itemprop=addressCountry]{
    display: none !important;
  }

/* Reservas */

/* Info Evento */
.info_evento .geodir-field-price{
    color: #fdc652;
    font-size: 56px;
    margin-bottom: 15px;
}

.info_evento .no-price{
    color: #fdc652; 
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.info_evento .geodir-schedule-start, .info_evento .geodir-schedule-sep, .info_evento .geodir-schedule-end{
    display: inline-block;
}

.info_evento .geodir-schedule-sep{
  display: none;
}

.evento-gratuito{
  border: 2px solid #fdc652;
  border-radius: 4px;
  background: #fdc652;
  color: #ffffff;
  padding: 15px 30px;
}

.acf-button.button.button-primary.button-large{
  border: 2px solid #015c77;
  background: #015c77;
  color: #ffffff;
}

#texto-pedido-correcto.orange{
  color: #015c77;
  background: #fdc652;
}

/* Widget - Reservas */
.reserva{
  padding-top: 0 !important;
}
.reserva .rm-formcard-expired{
    background: #6b9aaa;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    text-transform: none !important;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}
  .reserva .rm-formcard-expired > div{
    padding: 15px 30px;
  }
    .reserva .rm-formcard-expired > div.bloque_plazas{
      background: #6b9aaa;
      display: none;
    }
    .reserva .rm-formcard-expired > div.bloque_dias{
      background: #2d758d;
    }
    .reserva .rm-formcard-expired span{
      font-weight: bold;
      color: #fdc652;
      font-size: 22px;
    }
    
    .reserva .rm_pricefield_row > .rminput > input, .reserva .rm_pricefield_row > .rminput > .rmrow > .rmfield{
       display: none;
    }
    
    .reserva .rm_pricefield_row > .rminput > .rmrow{
        min-height: auto;
    }
    
    .reserva .rm_pricefield_row > .rminput > .rmrow > .rminput{
      max-width: 100%;
      width: 100%;
    }
    
    .reserva .rm_pricefield_row > .rminput > .rmrow > .rminput > input{
      text-align: center;
      margin: 0;
    }
    
  .rmagic .buttonarea input[type='button'], .rmagic .buttonarea input[type='submit']{
    min-width: 45%;
    margin: 5px !important;
  }
  .rmagic .buttonarea input[type='button']{
    color: #005c76;
    border-color: #005c76;
  } 
  .rmagic .buttonarea input[type='button']:hover{
    background: #005c76;
    color: #ffffff;
    border-color: #005c76;
  }
  .rmagic .buttonarea input[type='submit']{
    background: #005c76;
    color: #ffffff;
    border-color: #005c76;
  }
  
  
  .reserva .rmagic .rm_expiry_stat_container{
    padding: 0;
    margin-bottom: 10px;
  }
  .reserva .rmagic-form{
    background: #fed279;
    border-radius: 4px;
    padding: 10px;
    color: #015c77;
    position: relative;
    overflow: hidden;
  }
  .reserva .rmfieldset{
    padding-top: 60px !important;
  }
  .reserva legend{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    background: #fdc652;
    padding: 16px 10px;
    color: #fff;
  }
  .reserva .rm_form_page .rmfield{
    min-height: auto;
  }
  .reserva .rminput{
    min-height: auto;
  }
  .reserva .rm_form_page .rminput{
    width: 100%;
    min-height: auto;
  }
    .reserva .rm_form_page .rminput input{
      margin: 0;
    }
    
    .reserva .rm_field_type_repeatable_container .appendable_options{
      margin-bottom: 5px;
    }
    
  .reserva .rm_payment_options{
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .reserva .rm_total_price{
    background-color: transparent;
    margin: 10px 0;
    color: #015c77;
    font-size: 36px;
    font-weight: 500;
  }
  .reserva .rmagic .rmagic-form.rmagic-form-btn-center .buttonarea{
    margin: 0px 0 10px 0;
  }
  
  .reserva .rmagic .alert {
    margin-top: 55px;
    margin-bottom: -55px;
    border-radius: 4px;
    border: none;
    background: #ffe9c0;
    color: #777777;
  }
    .resrva .rmagic .alert-error ul{
      padding: none;
    }
  
  /* Personas */  
  .reserva .rm_field_type_repeatable_container .rm_actions{ 
    display: none !important;
  }
  

/* Pagination */
nav.elementor-pagination{
  margin-top: 20px;
}

.elementor-widget-theme-post-content p, .elementor-widget-theme-post-content  span, .elementor-widget-theme-post-content  h2{
  
  font-family: "Quicksand",Sans-serif !important;  
}


/* Screenshots */
.screenshots{
	display: flex;
  flex-wrap: wrap; 
}
.screenshot{
  flex-basis: 31%;
	text-align: center;	
	margin: 15px 1%;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
}
  .screenshot:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
  }
  
  @media only screen and (max-width: 992px){
    .screenshot{
        flex-basis: 48%;
    }
  }
  
  @media only screen and (max-width: 640px){
    .screenshot{
        flex-basis: 98%;
    }
  }

.screenshot .web-container{
	border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.screenshot .head-screenshot-img{
  height: 0;
  padding-top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #f7f7f7;
} 

.screenshot .head-screenshot{ 
	background: none;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #015c77;
  word-break: break-word;
}

.screenshot .web-container a{
	margin: 10px 5px;
}

.screenshot .head-screenshot-links{
  display: flex;
}
  .screenshot .head-screenshot-links a{
    flex-grow: 1;
    background: #6b9aaa;
    margin: 0;
    padding: 10px;
    color: #ffffff;    
    border-right: 1px solid #fff;
  }
    .screenshot .head-screenshot-links a:last-child{
      border: none;
    }
    .screenshot .head-screenshot-links a:hover{
      background: #fdc652;
      color: #ffffff;
    }

.screenshot img{
	width: 100%;
    border: 1px solid #eee;
	border-top: none;
    margin-bottom: 10px;
}


    
    
/* ### Forms ### */
.acf-fields>.acf-field{
  margin: 0 0 0px 0 !important;
  padding: 30px 30px 30px 30px !important;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
}
    .acf-fields>.acf-field .acf-field{
      margin: 0 !important;
      padding: 15px 12px !important;
      background: none;
      border-radius: 0;
    }
    .acf-fields>.acf-field.acf-field-message.mensaje_link{
      margin-bottom: 0 !important;
      padding: 5px 30px 1px 30px !important;
      background: rgba(107,154,170,0.2);
      color: rgba(1,92,119,1);
      border-radius: 4px;
      display: inline-block;
      margin: 0 0 30px 60px !important;
    }
    .acf-fields>.acf-field.acf-field-message{
      margin-bottom: 0 !important;
      padding: 5px 30px 1px 30px !important;
      background: rgba(1,92,119,1);
      color: #fff;
      border-radius: 0px;
      border-top: 35px solid #f7f7f7;
    }
      .acf-fields>.acf-field.acf-field-message h3{
        font-size: 16px;
        border-radius: 0px;
      }
      .acf-fields>.acf-field.acf-field-message.nostyle{
        margin: 0 0 0px 0 !important;
        padding: 30px 30px 30px 30px !important;
        background: none !important;
        border-radius: 4px 4px 4px 4px;
        border-top: none;
        color: inherit;
      }
      
      .acf-fields>.acf-field.ocultar{
          display: none;
      }
      .acf-fields>.acf-field.no_editable{
          pointer-events: none;
      }
      
.acf-fields.-left>.acf-tab-wrap .acf-tab-group {
    padding: 0 !important;
    border: 0;
    margin: 0;
}  
  .acf-tab-group li {
    margin: 0 !important;
    width: 100%;
    border: none;
  }
  .acf-fields>.acf-tab-wrap .acf-tab-group li a {
    background: #6b9aaa !important;
    color: #ffffff !important;
    margin: 0;
    border: none;
  }


.selector-small .acf-button-group.-vertical label{
  line-height: 16px;
  font-size: 12px;
}


.single-prospecto .title_section,
.single-inscripcion .title_section{
  padding: 15px 0 5px 0 !important;
}
.single-prospecto .title_section label,
.single-inscripcion .title_section label{
    margin-top: 5px !important;
}

.single-gd_event .hidden,
.single-gd_event_online .hidden{
  display: none;
}

.single-prospecto .readonly,
.single-inscripcion .readonly{
    background: rgba(107, 154, 170, 0.1);
    margin-bottom: 0 !important;
    border-radius: 0;
}

.single-prospecto .readonly span,
.single-inscripcion .readonly span,
.single-prospecto .readonly label,
.single-inscripcion .readonly label,
.single-prospecto .readonly input,
.single-inscripcion .readonly input,
.single-prospecto .readonly textarea,
.single-inscripcion .readonly textarea {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          
  pointer-events: none;
}
.acf-form-submit{
  padding: 15px 12px;
  text-align: center;
}
  .acf-input-wrap input, .acf-field-select select, .acf-field-textarea textarea{
    height: auto !important;
    padding: .5rem 1rem !important;
    line-height: 1.5 !important;
  }
  
  .acf-button-group label{
    line-height: 27px;
  }
  .acf-button-group label.selected{
    border-color: #2d758d !important;
    background: #2d758d !important;
  }
  
  
  #message{
    background: #fdc652;
    color: #ffffff;
    padding: 25px 30px 10px 30px;
    border-radius: 4px;
    margin: 10px;
  }
  
  .text-center{
    text-align: center;
  }
  .button-yellow{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fdc652;
    background: #fdc652;
  }
  
    .button-yellow:hover{
      border-style: solid;
      border-width: 2px 2px 2px 2px;
      border-color: #fdc652;
      background: #ffffff; 
      color: #fdc652;
    }
    
    .form-directorio .wpcf7-form label{
        color: #ffffff;
    }
    
    .form-directorio .wpcf7-form textarea{
        height: 105px;
    }
    
    .form-directorio .wpcf7-submit{
      border-color: #ffffff !important;
      color: #ffffff !important;
      display: block;
      margin: 35px auto 10px auto;
    }
      .form-directorio .wpcf7-submit:hover{
          border-color: #015c77 !important;
      }
      
    .form-directorio div.wpcf7 .ajax-loader{
      display: block;
      margin: 10px auto;
    }
    
    div.wpcf7-response-output{
      background: #fdc652;
      border-color: #fdc652;
      border-radius: 4px;
      color: #ffffff;
      text-align: center;
      padding: 25px;
      margin: 2em auto;
    }
    
.form-directorio .wpcf7-form label, .form-directorio .wpcf7-form .wpcf7-form-control{
  margin-bottom: 0;
}    



/* Grid-item */
.elementor-grid-item > .elementor,
.elementor-grid-item > .elementor > .elementor-inner,
.elementor-grid-item > .elementor > .elementor-inner > .elementor-section-wrap,
.elementor-grid-item > .elementor > .elementor-inner > .elementor-section-wrap > section
{
  height: 100%;
}

  
.post-33247 .elementor-widget-wrap > .elementor-element,
.post-33247 .elementor-widget-wrap > .elementor-element > .elementor-widget-container{
  /* height: 100%; */
}


/* Editor */
.wp-editor-wrap [type=button], .wp-editor-wrap [type=submit], .wp-editor-wrap button {
    color: #595959 !important;
    border: none !important;
}
  .wp-editor-wrap [type=button]:hover, .wp-editor-wrap [type=submit]:hover, .wp-editor-wrap button:hover {
      background-color: #f2f2f2 !important;
  }


/* Tutorial */
iframe, object, embed, video {
    max-width: 100%;
    border: none;
}

.elementor-location-header section.elementor-sticky{
    width: 100% !important;
    -webkit-transition: width 1s;
    transition: width 1s;
}

#pageslide{
  display: block;
  opacity: 0;
	width: 40%;
	background: #005c76;
	overflow: auto;
	-webkit-box-shadow: inset 10px 0px 5px -5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: inset 10px 0px 5px -5px rgba(50, 50, 50, 0.2);
	box-shadow: inset 10px 0px 5px -5px rgba(50, 50, 50, 0.2);
	padding: 0;
  right: -40%; 
  transition: 600ms;
}



.elementor-location-header,
.elementor-location-header section.elementor-sticky,
.elementor-location-single[data-elementor-type="single"],
.elementor-location-footer{
		width: 100%;
		-webkit-transition: width 1s; /* Safari */
	 	transition: width 1s;
}

.pageslide_enabled .elementor-location-header,
.pageslide_enabled .elementor-location-header section.elementor-sticky,
.pageslide_enabled .elementor-location-single[data-elementor-type="single"],
.pageslide_enabled .elementor-location-footer{
    width: 60% !important;
    -webkit-transition: width 1s;
    transition: width 1s;
}

@media (max-width: 767px){
	#pageslide{
				width: 100%;
        right: -100%; 
	} 
  .pageslide_enabled .elementor-location-header,
  .pageslide_enabled .elementor-location-header section.elementor-sticky,
  .pageslide_enabled .elementor-location-single[data-elementor-type="single"],
  .pageslide_enabled .elementor-location-footer{
			width: 100%;
			-webkit-transition: width 1s; /* Safari */
		 	transition: width 1s;
	}
}

.tutorial{
	padding: 30px 40px !important;
	font-family: "Quicksand",Sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
  height: 100%;
}

#pageslide.active{
    opacity: 1;
    left: auto;
    right: 0px;
    display: block;
    transition: 600ms;
}

.tutorial_scroll{
	position: relative;
	height: 500px; 
	overflow: auto;
}

.tutorial_container{
	display: inline-block;
}

.tutorial_close{
		position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    opacity: 0.7;
}

.tutorial .tutorial_ayuda, .tutorial .tutorial_mentor, .tutorial .tutorial_mejorar, .tutorial .tutorial_paso{
	padding: 40px;
}

.tutorial .tutorial_paso{
	background: #FCC64F;
	-webkit-box-shadow: inset 10px 0px 5px -5px rgba(50, 50, 50, 0.2);;
  -moz-box-shadow: inset 10px 0px 5px -5px rgba(50, 50, 50, 0.2);;
  box-shadow: inset 10px 0px 5px -5px rgba(50, 50, 50, 0.2);;
}
  .tutorial .tutorial_paso a{
    color: #015c77;
    font-weight: 500;
  }

.tutorial .tutorial_mentor{
	position: relative;	
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.25);	
}

.mentor_pasos{
	background: var(--e-global-color-secondary);
  padding: 40px 30px 30px 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 630px; 
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.20);
  border: 3px solid var(--e-global-color-secondary);
  color: #fff;
	z-index: 9999;
}

.mentor_pasos a{
	color: #015c77;
}

.mentor_pasos i{
  display: block;
  margin-bottom: 15px;
}
.mentor_pasos .close{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff !important;
  background: none;
	opacity: 1;
	font-size: 26px;
  padding: 0;
  border: none !important;
}
  .mentor_pasos .close:hover{
    background: none;
  }

.btn_pasos_mentor, .btn_pasos_mentor:focus{ 
cursor: pointer;
z-index: 999;
position: fixed;
bottom: 10%;
right: -127px;
width: 185px;
height: 55px;
text-align: center;
border-radius: 0;
font-size: 12px;
font-weight: 600; 
margin: 20px 0;
line-height: 55px;
border: 2px solid #00E676;
background: #fff;
color: #00E676;
box-shadow: 0px 0px 20px 0px rgba(150,150,150,0.4);
font-family: 'Roboto';
text-transform: uppercase;
opacity: 0.6;
-webkit-transition: all 2s ease-out;
-moz-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
transition: all 0.5s ease-out;
text-align: left;
padding-left: 15px;
}

.btn_pasos_mentor:hover{ 
right: 0; 
border: 2px solid #00E676;
background: #00E676;
color: #ffffff;
opacity: 1;
width: 185px;
font-size: 12px;
animation: none;
}

.btn_pasos_mentor .fa{
font-size: 24px;
vertical-align: middle;
margin-left: 10px;
margin-right: 22px;
}

.blinking{
    animation:blinkingText 1.8s infinite; 
}
.blinking_green{
    animation:blinkingText_green 1.8s infinite; 
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    51%{    color:transparent;  }
    100%{   color: #fff;    }
}

@keyframes blinkingText_green{
    0%{     color: #00E676;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    51%{    color:transparent;  }
    100%{   color: #00E676;    }
}

.tutorial .btn{
		background-color: rgb(47, 116, 141);
    border-color: rgb(47, 116, 141); 
}

.tutorial ul{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.tutorial ul li{
	position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0); 
}

.tutorial ul li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.tutorial ul li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tutorial ul li:hover{
		background: rgba(0, 0, 0, 0.4);
}


.tutorial .wpcf7-form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}

.tutorial .wpcf7-form textarea{
	height: 130px;
}

.tutorial .wpcf7-submit{
  border-color: #ffffff !important;
  color: #ffffff !important;
  margin: 0 auto;
  display: block;
}


.tutorial h1, .tutorial h2, .tutorial h3, .tutorial h4,.tutorial h5{
	color: #ffffff;
	font-weight: 600;
	
	text-align: left; 
}
.tutorial h2{
	font-size: 26px;	
}
.tutorial a{
	color: #fff;
}

.tutorial .disponibilidad{
	position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  font-size: 0;  
  border-radius: 50%;
}

.tutorial .disponibilidad.disponible{
	background: rgba(0, 241, 0, 0.75); 
}

.tutorial .disponibilidad.no_disponible{
	background: rgba(204, 0, 0, 0.75);
}

.video_responsive {
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; 
}
.video_responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.tutorial .iconos_mentor{
	margin-bottom: 30px; 
}

div[id^="___hangout"]{ 
	width: 45px !important;
  height: 45px !important;
  background: #53A93F !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  padding: 8px 7px !important; 
	vertical-align: top !important;
	margin: 5px 10px !important;
	cursor: pointer !important;
}

.iconos_mentor.botones_cta.big .btn_cta{
	display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
	margin: 5px 10px;
}


.tutorial #mostrar_horarios{
	display: block;
	margin: 0 auto;
}

.tutorial .tabla_horarios{
	margin-top: 25px;
}

.tutorial .mensaje_espera{
	padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.grecaptcha-badge{
  z-index: 1;
  opacity: 0;
}

/* Botón tutorial */
.btn_tutorial, .btn_tutorial:focus{ 
z-index: 999;
position: fixed;
bottom: 65px;
right: -102px;
width: 160px;
height: 55px;
text-align: center;
border-radius: 0;
font-size: 12px;
font-weight: 600; 
margin: 20px 0;
line-height: 55px;
border: 2px solid #fcc64f;
border-radius: 4px;
background: #fff;
color: #fcc64f;
box-shadow: 0px 0px 20px 0px rgba(150,150,150,0.4);
font-family: 'Roboto';
text-transform: uppercase;
opacity: 1; 
-webkit-transition: all 2s ease-out;
-moz-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
transition: all 0.5s ease-out;
text-align: left;
padding-left: 15px;
}

.btn_tutorial:hover{ 
right: 0; 
border: 2px solid #fcc64f;
background: #fcc64f;
color: #ffffff;
opacity: 1;
width: 160px;
font-size: 12px;
}

.btn_tutorial .fa{
font-size: 24px;
vertical-align: middle;
margin-right: 10px;
}




/* Loading */

.loader1 {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-animation: rotation 1s infinite;
          animation: rotation 1s infinite;
	margin: 50px auto;					
}
.loader1 .shape {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.loader1 .shape.shape-1 {
  left: 0;
  background-color: #4285F4;
}
.loader1 .shape.shape-2 {
  right: 0;
  background-color: #34A853;
}
.loader1 .shape.shape-3 {
  bottom: 0;
  background-color: #FBBC05;
}
.loader1 .shape.shape-4 {
  bottom: 0;
  right: 0;
  background-color: #EA4335;
}
.loader1 .shape-1 {
  -webkit-animation: shape1 0.5s infinite alternate;
          animation: shape1 0.5s infinite alternate;
}
.loader1 .shape-2 {
  -webkit-animation: shape2 0.5s infinite alternate;
          animation: shape2 0.5s infinite alternate;
}
.loader1 .shape-3 {
  -webkit-animation: shape3 0.5s infinite alternate;
          animation: shape3 0.5s infinite alternate;
}
.loader1 .shape-4 {
  -webkit-animation: shape4 0.5s infinite alternate;
          animation: shape4 0.5s infinite alternate;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shape1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
@keyframes shape1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
@-webkit-keyframes shape2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
@keyframes shape2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes shape3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}
@keyframes shape3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}
@-webkit-keyframes shape4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}
@keyframes shape4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}


/*** ESTADISTICAS ***/
.page-template-page-17320-php .analytify_status_box_wraper{
	background: none !important;
}

.page-template-page-17320-php .analytify_status_box_wraper .inside{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 40px !important;
}

.page-template-page-17320-php .postbox.normal{
	display: none;
}

.page-template-page-17320-php .postbox.resumen{
	display: inline-block;
	width: 100%;
	background: none;
}

.page-template-page-17320-php .postbox.resumen .inside p{
		-ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
	}

.analytify_status_box_wraper{
	background: #f9f9f9 !important;
	margin-bottom: 20px;
	border-radius: 5px !important;
	border: none !important;
}
.analytify_status_header{		
		color: #fff !important;
    padding: 2px 15px 2px 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px;
    background: #005c76 !important;
		border-bottom: none !important;
		padding-right: 45px;
    position: relative;
		cursor: pointer;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}

.analytify_status_header.collapsed{
	border-radius: 5px;
	
}

.analytify_form_date{
    display: flex;
    height: 44px;
}

.analytify_select_date_fields{
  padding: 6px 50px 6px 10px !important;
  margin-right: 15px;
}

.analytify_data_tables th, .analytify_txt_center {
  word-break: normal;
}

#analytify_start, #analytify_end{
  border: solid 1px #f1f1f1;
}

.analytics_statics .analytify_status_header:after{
	display: none;
}

.analytify_status_header h3{		
		color: #fff !important;
		margin: 0;
		font-family: "Quicksand",Sans-serif !important;
		font-size: 14px;
		font-weight: 700;
}

@media screen and (max-width: 639px) {
	.analytify_status_header:after {
    content: "\f056" !important;
  }
	.analytify_status_header.collapsed:after {
    content: "\f055" !important;
	}
}

@media screen and (max-width: 400px) {
	.analytify_wraper h3, .analytify_h3{
			float: none !important;
			width: 100% !important;
			font-size: 14px !important;
	}
}

.analytify_main_title .fa{
	color: #005c76;
	margin-right: 15px;
}

[id*=slim_p].postbox{
	margin-bottom: 0 !important;
}

[id*=slim_p].postbox .inside{
	height:auto !important;
	padding: 10px;
	text-align: center;
}

.map .postbox .inside{
	height:30em !important;
	padding: 0px;
}

#slim_p1_03.postbox p {
	padding: 15px 10px 10px 10px !important;
	margin: 10px !important;
	width: 10%;
	display: inline-block;
	text-align: center;
	height: auto;
	line-height: 1.5;	
	font-family: "Montserrat";
  font-weight: 700;
  color: #848484 !important;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  background: #f9f9f9;
  border-radius: 0;
}

a.slimstat-filter-link[title="Filtrar por un elemento en un grupo"] { 
	display: none;
}

.bloques_secciones #slim_p1_03.postbox p {
	cursor: pointer;
}

.analytify_status_box_wraper.bloques_estadisticas [id*=slim_p].postbox .inside{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.analytify_status_box_wraper.bloques_estadisticas #slim_p1_03.postbox p{
		align-items: flex-end;
    display: flex;
		-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
		flex-wrap: wrap;
    text-align: center;
		-ms-flex-pack: center!important;
    justify-content: center!important;
		font-family: "Montserrat";
		font-weight: 700;
    color: #848484 !important;
    font-size: 12px;
    text-transform: uppercase;
		border: 1px solid #e2e5e8;
    background: #fff;
		border-radius: 0;
}

.analytify_status_box_wraper.tabla_estadisticas [id*=slim_p].postbox .inside{
		text-align: left;
}

	@media (max-width: 1439px){
		#slim_p1_03.postbox p {
			width: 10%;
		}
	}
	
	
	@media (max-width: 991px){
		#slim_p1_03.postbox p {
			width: 30.3%;
		}
	}
	
	
	@media (max-width: 728px){
		#slim_p1_03.postbox p {
			width: 45%;
		}
	}
	
	@media (max-width: 468px){
		#slim_p1_03.postbox p {
			width: 95%;
		}
	}


#slim_p1_03.postbox p span{
		font-size: 26px;
		font-weight: 100;
    color: #444444;
    float: none !important;
    margin: 0 !important;
    display: block;
    padding-top: 5px;
		width: 100%;		
}

#slim_p1_03.postbox.resumen  p span{
	font-size: 24px;
	color: #fcb74f;
	font-weight: 300;
}

#slim_p1_03.postbox p span:before{
		display: block;
    max-width: 100px;
    height: 1px;
    background: #e2e5e8;
    content: "";
    margin: 2px auto 10px;
	}

#slim_p1_08 .slimstat-tooltip-content{
	color: #005c76;
	display: block;
}

#slim_p1_08.postbox p span{
		font-size: 40px;
    font-weight: 100;
    padding-top: 10px;
}

.table .postbox .inside{
	padding: 0px;
}

.tabla_estadisticas.grafica .chart{
	margin: 0;
	height: auto;
}

.tabla_estadisticas.grafica .chart .inside .chart-placeholder{
	background: #fff;
}

.bloques_estadisticas .cabecera_meses{
	margin: 15px 20px 0 20px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

.bloques_estadisticas .vc_grid-filter.vc_grid-filter-size-md{
	padding: 0 20px;
	margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.bloques_estadisticas .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item{
	display: inline-block;
	margin: 0 5px 5px 0;
  border-radius: 30px;
	width: auto;
	text-align: center;
	background: #fcb74f;
  color: #fff;
	cursor: pointer;
  padding: 5px 10px;
  font-weight: 600;
}

.bloques_estadisticas .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item.collapsed{
	border: 2px solid #fcb74f;
  color: #fcb74f;
	background: none;
}

.listado_tabla [id*=slim_p].postbox .inside{
	padding: 0;
}
.listado_tabla [id*=slim_p].postbox p{
	border-bottom: 1px solid #e2e5e8;
  padding: 15px 20px;
	font-size: 0;
	display: flex;
}

.listado_tabla.tabla_busquedas [id*=slim_p].postbox p{
	font-size: 14px;
}

.listado_tabla [id*=slim_p].postbox p:nth-child(odd){ 
	background: #f9f9f9; 
}

.listado_tabla [id*=slim_p].postbox p:nth-child(even){
	background: #f9f9f9; 
}

.listado_tabla [id*=slim_p].postbox p span{ 
	color: #CA923F;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 0 0 0 15px!important;
  margin-left: auto;
  align-self: center;
  word-break: normal;
}

.listado_tabla [id*=slim_p].postbox a{
	font-size: 14px;
  vertical-align: middle;
  pointer-events: none;
	align-items: center;
	color: #444444;
  font-size: 15px;
  font-weight: 400;
}

.listado_tabla [id*=slim_p].postbox a.slimstat-tooltip-trigger{
	font-family: "Font Awesome 5 Free";
  margin-right: 15px;
  color: #fcb74f;
  font-weight: 600;
	pointer-events: all;
	align-self: center;
}

.listado_tabla [id*=slim_p].postbox a.slimstat-tooltip-trigger:before{
	content: "\f0ac";
}

.listado_tabla [id*=slim_p].postbox p a.slimstat-filter-link[title^="Filter"], .listado_tabla [id*=slim_p].postbox p br  {
	display: none;
}

.analytics_statics .analytify_status_header{
	cursor: auto;
}

.analytics_statics .analytify_status_header_value {
    top: 12px;
    color: #FCB74F;
    font-size: 24px;
}

.analytics_statics .analytify_medium_f {
    font-size: 12px;
}

.analytics_statics .dashicons-external, .analytics_statics .analytify-export-data{
	display: none;
}

.page-template-template-estadisticas .btn.col-md-offset-6, .page-template-template-estadisticas_clientes .btn.col-md-offset-6, 
.page-template-template-estadisticas_analytics .btn.col-md-offset-6, .page-template-template-estadisticas_analytics_clientes .btn.col-md-offset-6{
		float: right; 
}


.analytify_status_header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    position: absolute;
    top: 20px;
    right: 20px;
}

.analytify_status_header.collapsed:after {
    content: "\f067";
}

/* Woocommerce */



/* Autor Pop UP */
.text-right{
  text-align: right;
}
  #autor-popup .text-right{
    margin: 10px 0;
  }
  #autor-popup .botones_cta.mini{
    display: flex;
    justify-content: flex-end;
  }
    #autor-popup .botones_cta.mini .btn_cta{
      order: 10;
      margin: 2px;
    }
    #autor-popup .botones_cta.mini .orange{
      border-radius: 4px;
      order: 1;
      width: auto;
      padding: 0 5px;     
    }
      #autor-popup .botones_cta.mini .orange:after{
        margin-left: 5px;
        content: "Contacto";
      }
    #autor-popup .botones_cta.mini .red{
      border-radius: 4px;
      order: 2;
      width: auto;
      padding: 0 5px;
    }
      #autor-popup .botones_cta.mini .red:after{
        margin-left: 5px;
        content: "Newsletter"
      }
    
/* Newsletter Pop up */
.blue-popup{
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.blue-popup.showing {
    opacity: 1;
    visibility: visible;
    max-height: none;
}
  
  .blue-popup .content-popup{
    width: 100%;
    max-width: 600px;
    z-index: 300;
    background-color: #fff;
    padding: 45px 30px 60px 30px;
    overflow: hidden;
    box-shadow: 1px 0px 10px 0px rgba(0,0,0, 0.15);
    transition: all ease .3s;
    position: relative;
    border-radius: 4px;
  }
  .blue-popup .content-popup h2{
      color: #015c77;
  }
  .blue-popup .content-popup #popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    opacity: 0.5;
    transition: all ease .3s;
  }

.elementor-button.elementor-size-md{
  min-width: 250px;
}
.btn_fecha{
  text-align: center;
  margin-bottom: 10px;
}

#input-export{
  display: none;
}
#input-export input{
  width: auto;
  min-width: 250px;
  margin: 10px 0;
}
  .btn-yellow{
    border: 2px solid #fdc652;
    background: #fdc652;
    color: #ffffff;
  }
    .btn-yellow:hover{
      border: 2px solid #fdc652;
      background: #ffffff;
      color: #fdc652;
    }

  .btn-blue{
    border: 2px solid #015c77;
    background: #015c77;
    color: #ffffff;
  }
    .btn-blue:hover{
      border: 2px solid #015c77;
      background: #ffffff;
      color: #015c77;
    }

/* Forms Zona exclusiva */
.edit-admin .admin-hide{
  display: none;
}

.edit-cliente .cliente-hide{
  display: none;
}

.edit-cliente .no-border{
  border: none !important; 
}

.single-gd_event .hidden,
.single-gd_event_online .hidden{
  display: none;
}

.edit-terapeuta .acf-field.readonly_terapeuta{
    background: rgba(107, 154, 170, 0.1);
    margin-bottom: 0 !important;
    border-radius: 0;
}

.edit-admin .readonly .acf-input-prepend,
.edit-admin .readonly .acf-input-append{
  display: none;
}

.edit-terapeuta .acf-field.readonly_terapeuta span,
.edit-terapeuta .acf-field.readonly_terapeuta span,
.edit-terapeuta .acf-field.readonly_terapeuta label,
.edit-terapeuta .acf-field.readonly_terapeuta label,
.edit-terapeuta .acf-field.readonly_terapeuta input,
.acf-field.readonly_terapeuta textarea,
.edit-terapeuta .edit-terapeuta .acf-field.readonly_terapeuta input,
.edit-terapeuta .acf-field.readonly_terapeuta textarea {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          
  pointer-events: none;
}

.simple-default-form .checks .acf-button-group label:nth-child(1).selected{
    background: #e57373 !important;
    border-color: #e57373 !important;
    color: #ffffff;
}

.simple-default-form .checks .acf-button-group label:nth-child(2).selected{
    background: #4caf50 !important;
    border-color: #4caf50 !important;
    color: #ffffff;
}

.acf-form.new .acf-field-5d9a33859a411{
  display: none;
}


/* Retos */
.reto-individual > div > div > div > .elementor-element-populated{
  padding: 0 !important;
}


/* Notificaciones */
.listado_notificaciones h4{
  margin-top: 35px;
  color: #015c77;  
}
  .listado_notificaciones ul{
    list-style: circle;
    padding: 0 0 0 25px;
  }
  .listado_notificaciones ul li strong{
    color: #fdc652;
  }
  .listado_notificaciones ul li a{
    color: #777777;
  }
    .listado_notificaciones ul li a:hover{
      color: #fdc652;
    }
    
@media (max-width: 1024px){
  .acciones_sidebar > .elementor-column-wrap > .elementor-widget-wrap{
      display: flex;
      justify-content: space-around !important;
  }
    .acciones_sidebar > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element{
      flex-grow: 1;
      width: auto;
      margin: 0;
      padding: 5px;
    }
    .acciones_sidebar > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container{
      margin-bottom: 0;
    }
      .acciones_sidebar > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element .elementor-size-md{
        min-width: 0;       
        width: 100%;
      }
      .acciones_sidebar .selector_fechas label{
        display: none;
      }
}

.elementor-social-icon,
table .fa-calendar-check,
table .fa-user:hover,
table .fa-pencil-alt:hover,
table .fa-envelope:hover, 
table .fa-circle:hover,
.popup:hover{
  position: relative;
}
.elementor-social-icon:after,
.tabla .fa-calendar-check:after,
.tabla .fa-pencil-alt:after,
.tabla .fa-user:after,
.tabla .fa-envelope:after,
.tabla .fa-circle:after, 
.popup:after{
    font-family: "Quicksand",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    display:none;
    position: absolute;
    top: -35px;
    left: 50%;
    width: max-content;
    text-align: center;
    background-color: #5894a5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    transform: translateX(-50%);
}
.elementor-social-icon-link:after,
.elementor-social-icon-file-alt:after
{
  content: "Ver";
}
.inscripcion .elementor-social-icon-file-alt:after
{
  content: "Inscripción";
}
.elementor-social-icon-globe:after{
  content: "Origen";
}
.elementor-social-icon-edit:after{
  content: "Editar";
}
.elementor-social-icon-copy:after{
  content: "Duplicar";
}
.elementor-social-icon-users:after{
  content: "Inscripciones";
}
.elementor-social-icon-envelope:after{
  content: "Notificaciones";
}
.elementor-social-icon-trash-alt:after{
  content: "Borrar";
}
.elementor-social-icon-calendar-day:after{
  content: "Evento";
}
.tabla .fa-calendar-check:after{
  content: "Inscripción" !important;
}
.tabla .fa-pencil-alt:after{
  content: "Manual" !important;
}
.tabla .fa-user:after{
  content: "Seguidor" !important;
}
.tabla .fa-envelope:after{
  content: "Contacto" !important;
}

.tabla .fa-circle.pr_no_indicado:after{
  content: "No indicado" !important;
  background: var(--e-global-color-primary) !important;
}
.tabla .fa-circle.pr_frio:after{
  content: "Prospecto frío" !important;
  background: var(--e-global-color-primary) !important;
}
.tabla .fa-circle.pr_caliente:after{
  content: "Prospecto caliente" !important;
  background: var(--e-global-color-primary) !important;
}
.tabla .fa-circle.pr_cliente:after{
  content: "Cliente" !important;
  background: var(--e-global-color-primary) !important;
}
.tabla .fa-circle.pr_abandonado:after{
  content: "Abandonar" !important;
  background: var(--e-global-color-primary) !important;
}

.elementor-social-icon:hover:after,
.tabla .fa-calendar-check:hover:after,
.tabla .fa-pencil-alt:hover:after,
.tabla .fa-user:hover:after,
.tabla .fa-envelope:hover:after,
.tabla .fa-circle:hover:after,
.popup:hover:after{
    display: block;
}

.popup.fa-calendar-check:after{
  content: "Evento" !important;
}
.popup.fa-calendar-alt:after{
  content: "Agenda" !important;
}
.popup.fa-calendar-day:after{
  content: "Recordatorio de evento" !important;
}
.popup.fa-bell:after{
  content: "Manual" !important;
}
