.pu_horario {
	height: 64px;
	color: #771010;
	font-size: 13px;
	padding: 4px;
}




/**/
.modal-body .nav.nav-tabs li.nav-item {
    --bs-nav-link-padding-x: 0.8rem;
}

.new_panel {
    text-align: center;
    background-color: #fbfbfb;
    border-top: solid 2px #27a61c;
    color: #000;
    margin: 10px 0;
    padding: 10px 0;
}

.all_imag {
    margin: auto; 
    text-align: center;

}

.all_imag ul {
    margin: 0;
    padding: 0;
}

.all_imag ul li {
    display: inline-table;
    margin: 4px;
    width: 150px;
    height: 190px;
    background-color: #eee;
    border: solid 1px #c4c0c0;
}


.all_imag ul li .box_img_contenedor{
    display: inline-table;
    width: 150px;
    height: 150px;
}

.all_imag ul li.box_imagen_galeria .acciones_imagen{
    display: inline-table;
    width: 150px;
    }

.all_imag ul li.box_imagen_galeria img {
    display: block;
}

.all_imag ul li.box_imagen_galeria.img_box_portada {
    border-color: #2979ff;
}


.all_imag ul li.box_imagen_galeria .acciones_imagen .make_portada {
    display: inline-table;
    width: 90px;
    text-align: left;
    margin: 4px;
    cursor: pointer;
}

       .make_portada .def_portada {
                display: inline-table;
                font-size: 14px;
                width: 100%;
                background-color: #40ff29;
                padding: 2px;
                border-radius: 4px;
                color: #000000e0;
                font-weight: 800;
                text-align: center;
            }

           .acciones_imagen .make_portada .def_portada.es_portada {
                    background-color: #2979ff;
                    color: #FFF;
                }

.all_imag ul li.box_imagen_galeria .acciones_imagen .make_zoom {
    display: inline-table;
    margin: 4px;
    text-align: center;
    cursor: pointer;
}
.all_imag ul li.box_imagen_galeria .acciones_imagen .make_delete{
	display: inline-table;
    margin: 4px;
    text-align: center;
    cursor: pointer;
}


.all_imag ul li.box_imagen_galeria .acciones_imagen .make_portada .fas.fa-star {
    color: #4abd4e;
}


#imagenes .up_imagenes {
    margin: auto;
    text-align: center;
}

.up_imagenes .box_archivo {
    display: inline-table;
    margin-bottom: 6px;
    margin-right: 10px;
}

.box_archivo label {
    display: inline-table;
    margin-right: 4px;
    font-weight: 600;
    width: 42px;
}

.up_imagenes input.subir_input {
    display: inline-table;
    text-align: left;
    height: 30px;
    border: solid 1px #ccc;
    font-size: 14px;
    font-family: Arial;
    background-color: #eee;
    color: #333;
    width: 300px;
}

.up_imagenes .aviso_img {

    display: block;
    width: 100%;
    margin-top: 20px;
    color: #FFF;
    background-color: #ff2f2f;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-family: 'Roboto condensed', sans-serif;
    font-size: 14px;
    text-align: left;

}


.button.add_size {
    margin: auto;
    padding: 6px 20px;
    background-color: #ccc;
    border-radius: 4px;
    border: solid 1px #333;
    cursor: pointer;
    margin-top: 19px;
    display: inline-table;
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  display: inherit;
  margin: 20px auto;
  width: auto;
  position: relative;
  padding: 0;
}

/* Style the buttons that are used to open the tab content */
.tab li {
  background-color: inherit;
  display: inline-table;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: solid 2px #FFF;
  position: relative;
}

/* Change background color of buttons on hover */
.tab li:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab li.active {
  background-color: #ccc;
  border-bottom: solid 2px #27a61c;
}


.tab li .alert {
    position: absolute;
    top: 1px;
    right: 2px;
    background-color: #d64e07;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-family: Calibri;
    font-weight: bold;
    line-height: 20px;
}


.tab .tablinks .alert_pub {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #F00;
    width: 20px;
    height: 20px;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    line-height: 18px;
}

/* Style the tab content */
.tabs_block_panel {
  display: none;
  padding: 6px 12px;
  border-top: none;
  max-width: 800px;
  margin: auto;
  text-align: left; 
} 

.tabs_block_panel {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media screen  and (max-width: 586px) {
	.tablinks .menu_txt { display: none; }
	.tab li { padding: 14px 13px; }
}

@media screen  and (min-width: 586px) {
	.tablinks .menu_txt { display: inline-table; }
	.tab li { padding: 14px 18px; }
}


.est_editor .estado_item {
    display: inline-table;
    vertical-align: top;
    width: 306px;
    background-color: #fff;
    border-radius: 2px;
    padding: 2px;
    margin-right: 2px;
}

.est_editor .guardar_estado {
    margin: auto;
    background-color: #2979ff;
    width: 80%;
    padding: 3px;
    border-radius: 4px;
    color: #FFF;
    font-family: Verdana;
    font-size: 1em;
}

.bt_ac {
    display: inline-table;
    margin: 10px;
}


.bt_ac a {
    padding: 10px;
    background-color: #6ef952;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
}

.box_portada {
    display: inline-table;
}

.new_panel .box_campo{
	margin: 10px auto;
	text-align: center;
}

.wp-user-form .box_campo {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.wp-user-form .mensaje_error_login.error {
    display: block;
    background: #F00;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    max-width: 80%;
    color: #FFF;
    letter-spacing: 1px;
}

.new_panel .msg_estado,
.tab-pane .msg_estado {
  display: block;
  background: #B8D2EA59;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 6px #265cc180;
  border: solid 1px #013b9740;
}

.new_panel .msg_estado .msg-ok-icono,
.tab-pane .msg_estado .msg-ok-icono {
  display: inline-grid;
  align-content: center;
  height: 70px;
  vertical-align: top;
  color: #2B42BD;
  font-size: 50px;
}

.new_panel .msg_estado .msg-ok-texto,
.tab-pane .msg_estado .msg-ok-texto {
  display: inline-grid;
  text-align: left;
  padding: 0 10px;
  align-content: space-evenly;
  vertical-align: top;
  line-height: normal;
}

.new_panel .msg_estado .msg-ok-volver,
.tab-pane .msg_estado .msg-ok-volver {
  border: solid 1px #2979ff;
  border-radius: 4px;
  width: 80%;
  margin: 10px auto;
  display: inline-table;
  text-align: center;
  background-color: #2979ff;
  z-index: 1;
  position: relative;
}

.new_panel .msg_estado .msg-ok-volver .btn_volver_login,
.tab-pane .msg_estado .msg-ok-volver .btn_volver_login {
  display: block;
  text-decoration: none;
  background: no-repeat;
  border: none;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: Arial;
  line-height: 30px;
}

.box_campo .login-error .login-error {
    display: block;
    background: #b90707;
    padding: 2px;
    border-radius: 4px;
    border: solid 3px #ff000080;
    color: #Fff;
}

.tabs_block_panel .box_nombre {
    display: block;
    max-width: 800px;
    margin: auto;
    text-align: left;
}

.tabs_block_panel .box_nombre_pub {
  display: block;
  margin: 20px 0;
}

.tabs_block_panel .box_nombre_pub h1.nombre_pub {
    font-size: 30px;
}


.box_nombre .box_nombre_input {
    border: solid 1px #00000087;
    border-radius: 4px;
    width: 320px;
    margin: auto;
    display: inline-table;
    text-align: left;
    position: relative;
}

.box_nombre_input .box_n_i_ico {
    color: #00000087;
    float: left;
    margin: 4px;
    line-height: 25px;
}

.box_nombre_input .box_in_nombre {
    float: left;
}

.box_in_nombre input#title {
    font-size: 18px;
    border: 0;
    background-color: #0000;
    margin: 0;
    padding: 0;
    line-height: 2;
}


.box_nombre .alert_nombre {
    display: inline-table;
    width: 20px;
    height: 38px;
    vertical-align: top;
    text-align: center;
}

.box_nombre .alert_nombre i{
	line-height: 34px;
}

.box_nombre .alert_nombre i.fas.fa-times{
	color: #f00;
}
.box_nombre .alert_nombre i.fas.fa-check{
	color:#42d753;
}


.box_nombre .box_nombre_msj {
    display: inline-table;
    vertical-align: top;
    padding-left: 4px;
    height: 38px;
}

.box_nombre .box_nombre_msj span {
    display: block;
    font-size: 14px;
    padding-left: 10px;
}

.box_nombre .result_nombre {
    width: 100%;
    height: 20px;
    text-align: left;
    color: #f00;
    font-size: 12px;
}


.box_campo .box_input {
  border: solid 1px #00000087;
  border-radius: 4px;
  width: 80%;
  margin: auto;
  display: inline-table;
  text-align: left;
  position: relative;
  height: 46px;
  transition: all 400ms linear;
}


.box_input fieldset {
  position: absolute;
  border: none;
  background-color: #FFF;
  padding: 0px 6px;
  top: -12px;
  left: 2px;
  width: 39px;
  color: #1a8fb3c4;
  font-size: 14px;
}

.box_input fieldset legend {
    font-size: 14px;
}


.input_input_sub .msj_subm {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-family: Arial;
    line-height: 30px;
}

.box_campo .box_input .icon_input {
  display: inline-table;
  color: #00000087;
  width: 16px;
  vertical-align: top;
  height: 46px;
  padding: 10px;
}

.box_campo .box_input .icon_input i{
}

.box_campo .box_input .input_input {
  display: inline-table;
  width: calc(100% - 40px);
  margin: 0;
  padding: 0;
  vertical-align: top;
  padding-left: 4px;
}

.wp-user-form .box_campo.segunda_clave .box_input {
    border: solid 1px #E1E1E1;
    background: #E2E2E2;
    color: #E3E3E3;
    transition: all 400ms linear;
}

.box_campo .box_input .input_input input {
    border: none;
    background: none;
    color: #00000087;
    width: 100%;
    padding: 0;
    height: 46px;
    transition: all 400ms linear;
}

.wp-user-form .box_campo.segunda_clave .box_input .input_input input {
    color: #e1E1E1 !important;
    font-size: 10px;
    transition: all 400ms linear;
}

.new_panel .box_compart {
    display: inline-table;
    text-align: center;
    margin: 10px; 
}

.new_panel .box_compart span {}

.new_panel .box_compart span a {
    color: #00000087;
    text-decoration: none;
    font-size: 18px;
}


.new_panel .box_campo .box_input .input_input input#user_email {
    text-transform: lowercase;
}

.sev-wizard.new_panel .sev-login-box #loginform input#user_login, input#user_pass {
    border: solid 1px #00000087;
    border-radius: 4px;
    width: 80%;
    margin: auto;
    display: inline-table;
    text-align: left;
    position: relative;
    height: 46px;
    transition: all 400ms linear;
}

.sev-wizard.new_panel .sev-login-box #loginform #wp-submit,
.sev-wizard.new_panel .sev-login-box #loginform #wp-submit-estado {
    background: #2979ff;
    border: none;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Arial;
    line-height: 30px;
}

.new_panel .alerta_clave {
    text-align: left;
    margin-top: 20px; 
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}


.box_campo #estado_mail_ok,
.box_campo #estado_pass_ok,
.box_campo #estado_pass_a_ok,
.box_campo #estado_pass_b_ok {
    display: inline-table;
    width: 24px;
    color: #42d753;
    height: 46px;
    padding: 10px 4px;
    vertical-align: top;
}

.box_campo #estado_mail_no,
.box_campo #estado_pass_no,
.box_campo #estado_pass_a_no,
.box_campo #estado_pass_b_no {
    display: inline-table;
    width: 24px;
    color: #F00;
    height: 46px;
    padding: 10px 4px;
    vertical-align: top;
}


.box_campo #ver_pass_no,
.box_campo #ver_pass_ok i,
.box_campo #ver_pass_a_no,
.box_campo #ver_pass_a_ok i,
.box_campo #ver_pass_b_no,
.box_campo #ver_pass_b_ok i,
.box_campo .box_input .toggle-pass {
    position: absolute;
    right: 0;
    line-height: 44px;
    top: 0;
    color: #00000087;
    margin-right: 6px;
    cursor: pointer;
}

.box_nombre_input fieldset {
    position: absolute;
    border: none;
    background-color: #FBFBFB;
    padding: 2px;
    margin: 2px;
    top: -20px;
	left: 14px;
	width: 49px;
	color: #1a8fb3c4;
	text-align: center;
}


.tabs_block_panel .box_dato {
    display: inline-table;
    max-width: 250px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 4px;
    margin-right: 4px;
}


.tabs_block_panel .box_dato.categoria {
  width: 100%;
  display: block;
  max-width: 100%;
}

.tabs_block_panel .box_dato.categoria .box_input .field-block {
  columns: 2;
  gap: 20px;
  display: flex;
  line-height: 30px;
}


.tabs_block_panel .box_dato i.fas.fa-phone {
    position: absolute;
    right: 32px;
    top: 23px;
    width: 20px;
    height: 30px;
    line-height: 30px;
    background-color: #fbfbfb;
    color: #00000080;
    padding-left: 2px;
    border-radius: 4px;
}

.box_dato .field-block {
    text-align: left;
    display: inline-table;
}

.box_dato .field-block label {
    padding-left: 4px;
    font-size: 14px;
    color: #00000080;
    font-family: 'Roboto Condensed', sans-serif;
}

.box_dato .field-block input#telefono,
.box_dato .field-block input#international-call,
.box_dato .field-block input#international-call-b,
.box_dato .field-block input#telegram {
    border: solid 1px #00000080;
    border-radius: 4px;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 31px;
}

input#international-call::placeholder,
input#international-call-b::placeholder,
input#telegram::placeholder {
    color: #ccc;
}

.box_dato .otro_tel {
    display: table;
    margin: 10px auto;
    background: #f3f5f6;
    padding: 6px;
    border-radius: 4px;
    border: solid 1px #7e8993;
    color: #32373c;
    font-family: Arial;
    box-shadow: 0px 0px 3px #31e1e1;
    font-size: 10px;
}

.desc_tel #ayuda_tel,
.desc_tel #ayuda_tel_b,
.desc_tel #ayuda_telegram {
    margin-left: 4px;
    color: #666;
    cursor: pointer;
}

.help_phone{
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #333;
    padding: 4px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    z-index: 99;
    font-family: Arial;
    line-height: 18px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 2px #a9a7a9;
}

.help_phone .fas.fa-caret-up {
    position: absolute;
    top: -13px;
    right: 10px;
    color: #333;
    font-size: 22px;
}

.help_phone .fas.fa-times {
    position: absolute;
    top: -28px;
    right: 6px;
    background: #F00;
    padding: 4px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    box-shadow: 0px 0px 5px 2px #767676;
    cursor: pointer;
}

.dato_in p.desc_tel {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.intl-tel-input.allow-dropdown {
    border: solid 1px #00000080;
    border-radius: 4px;
    height: 31px;
	line-height: 31px;
}

.field-block .intl-tel-input.allow-dropdown input
 {
    border: 0;
    background-color: #0000;
    font-size: 15px;
    width: 226px;
}

.field-block p.description {
    margin-top: 2px;
    padding-left: 4px;
    font-size: 15px;
    color: #0000FF80;
}


.box_dato .in_dato_whats {
    display: inline-table;
    margin: 4px 8px 8px 0;
    color: #000000;
    font-size: 16px;
    background: #3AE257;
    padding: 4px;
    border-radius: 4px;
}

.box_dato .in_dato_telegram {
    display: inline-table;
    margin: 4px 8px 8px 0;
    color: #000000;
    font-size: 16px;
    background: #0396de;
    padding: 4px;
    border-radius: 4px;
}

.box_dato .in_dato_block {
    display: inline-table;
    margin: 4px 8px 8px 0;
    color: #000000;
    font-size: 16px;
    background: #e2513a;
    padding: 4px;
    border-radius: 4px;
}

.box_dato .dato_in {
    display: grid;
    margin: 20px 0;
}

.box_dato .dato_in h2 {}

.box_dato .dato_in h2 i {
  font-size: 14px;
  left: 6px;
  vertical-align: top;
  position: relative;
  top: 6px;
}

.dato_in .globe_phone {
    display: inline-table;
    vertical-align: bottom;
    color: #00000080;
    width: 26px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 34px;
}

.globe_phone i.fas.fa-globe-americas {
    font-size: 12px;
    padding: 0;
    color: #00000080;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 9px;
}


.box_dato .box_input .field-block select#pub_cat {
    border: solid 1px #00000080;
    background-color: #0000;
}

.tabs_block_panel .box_dato .dato_in .globe_phone i.fas.fa-phone {
    position: absolute;
    top: 5px !important;
    z-index: 5;
    background: none;
    font-size: 9px;
    right: -1px;
}

.tabs_block_panel .in_dato_s {
    display: inline-table;
    padding-left: 4px;
    width: 152px;
    vertical-align: top;
    color: #00000080;
}

.in_dato_s #altura, 
.in_dato_s #edad, 
.in_dato_s #cabello, 
.in_dato_s #ojos,
.in_dato_s #piel,
.in_dato_s #nacionalidad {
    border: solid 1px #00000080;
    font-size: 16px;
    width: 130px;
    margin-bottom: 30px;
    background-color: #0000;
}


.in_dato_s .field-block label {
	display: inherit;
	padding-left: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}



.field-block .medidas_medidas {
    border: solid 1px #00000080;
    background-color: #0000;
}

.box_dato.arr_medidas{
	width: 220px;
}

.box_dato.arr_medidas .field-block label,
.box_dato.arr_dotacion .field-block label {
	width: 100%;
	display: block;
}


.box_dato.arr_medidas .field-block #medidas_1,
.box_dato.arr_medidas .field-block #medidas_2,
.box_dato.arr_medidas .field-block #medidas_3 {
    border: solid 1px #00000080;
    background-color: #0000;
    padding: 4px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.box_dato.arr_dotacion{
	width: 190px;
    display: none;
}

.box_dato.arr_dotacion .field-block #dotacion_1,
.box_dato.arr_dotacion .field-block #dotacion_2 {
    border: solid 1px #00000080;
    background-color: #0000;
    padding: 4px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.box_dato.arr_tarifa-base{
	width: 200px;
}

.box_dato.arr_tarifa-base .ico_tarifa {
	position: absolute;
	color: #00000080;
	background-color: ##fbfbfb;
	top: 25px;
	left: 9px;
	font-size: 15px;
}
.box_dato.arr_tarifa-base .field-block #tarifa-base {
    border: solid 1px #00000080;
    font-size: 16px;
    margin-bottom: 30px;
    background-color: #0000;
    padding-left: 20px;
}


.box_dato.horarios {
	width: 100%;
    color: #00000080;
    max-width: 100%;
    display: block;
}


.box_dato.horarios label{
    display: block;
    padding-bottom: 4px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.box_dato.horarios .item_horario{
	display: inline-table;
    text-align: left;
    width: 150px;
    font-size: 18px;
    margin-left: 10px;
}

@media screen and (min-width: 780px){
    .box_dato.horarios .item_dias {
        gap: 10px;
        columns:3;
    }
}

@media screen and (min-width: 530px) and (max-width: 780px) {
    .box_dato.horarios .item_dias {
        gap: 10px;
        columns:2;
    }
}
@media screen and (max-width: 530px) {
    .box_dato.horarios .item_dias {
        gap: 10px;
        columns:1;
    }
}

.box_dato.horarios .item_dias {
    display: block;
    margin: 10px 10px 30px 10px;
}

.box_dato.horarios .item_dias .item_dia {
    margin-bottom: 10px;
    font-size: 18px;
}

.box_dato.horarios .item_dias .item_dia .sel_tiempo{
	border: solid 1px #00000080;
    background-color: #0000;
    padding: 4px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border-radius: 4px;
}

.tabs_block_panel .box_dato.box_sena {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #c5e4f0;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 4px;
  margin-bottom: 30px;
}

.tabs_block_panel .box_dato.box_sena label {
  font-weight: bold;
  font-size: 18px;
  margin-right: 6px;
}

.tabs_block_panel .box_dato.box_sena span {
  display: block;
  color: #444;
  margin: 10px;
}

.box_nombre.ubicacion {
    margin-bottom: 30px;
}

.box_nombre.ubicacion label {
    padding-left: 4px;
    color: #00000080;
}

.box_nombre.ubicacion .bycountry {
    display: none;
    font-size: 20px;
    background-color: #fbfbfb;
    border: solid 1px #00000080;
    border-radius: 4px;
    margin-right: 10px;
    color: #00000080;
    padding: 4px;
    margin-bottom: 10px;
}

.box_nombre.ubicacion .bystate, 
.box_nombre.ubicacion .bycity, 
.box_nombre.ubicacion .byzone {
    font-size: 16px;
    background-color: #fbfbfb;
    border: solid 1px #00000080;
    border-radius: 4px;
    margin-right: 10px;
    color: #00000080;
    padding: 4px;
    margin-bottom: 10px;
}

.box_dato.descripcion {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
}

.box_dato.descripcion label {
	padding-left: 4px;
    color: #00000080;
}
.box_dato.descripcion #descripcion {
    width: 90%;
    border: solid 1px #00000080;
    border-radius: 4px;
    background-color: #0000;
    padding: 10px;
}


.box_dato.descripcion .iconos_mensaje {
	display: block;
	margin-top: 10px;
}

.iconos_mensaje .emo_msj {
	display: inline-table;
	padding: 2px;
	margin: 4px;
    cursor: pointer;
}

.box_campo .box_input_subm {
	border: solid 1px #2979ff;
	border-radius: 4px;
	width: 80%;
	margin: auto;
	display: inline-table;
	text-align: left;
}

.box_campo .box_input_subm .submit_disabled {
  
}

.box_campo .box_input_subm .input_input_sub {
	background-color: #2979ff;
	z-index: 1;
	position: relative;
}

.box_campo .box_input_subm .input_input_sub button.btn_submit {
    background: no-repeat;
    border: none;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Arial;
    line-height: 30px;
}


.box_campo .box_input_subm .input_input_sub button.btn_submit i.fas.fa-sign-in-alt {
    margin-right: 6px;
}

.box_campo .box_to_photo{
	border-radius: 4px;
    width: 80%;
    margin: auto;
    display: inline-table;
    text-align: left;
    background-color: #40ff29;
    border-color: #6dd04c;
}


.box_campo .box_to_photo a.take_photo{

	display: block;
    text-align: center;
    color: #0c5612;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 1px 2px 2px #fffefed1;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.box_campo .box_to_photo a.take_photo i.fas.fa-camera {
	padding-left: 4px;
	}

.box_campo .aviso_tomar_fotos {
    display: block;
    margin: 10px auto;
    max-width: 400px;
    background-color: #b9eaef;
    border: solid 1px #eee;
    border-radius: 4px;
    padding: 4px;
    color: #00000094;
    font-family: Calibri;
    position: relative;
}


.box_campo .aviso_tomar_fotos:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 1.5rem solid #CCC;
    position: absolute;
    top: -7px;
    left: 4px;
    border-bottom: 10px solid #b9eaef;
}

.input_input_sub .msj_subm {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-family: Arial;
    line-height: 30px;
}

.box_campo .box_input_subm .input_input_sub input#wp-submit,
.box_campo .box_input_subm .input_input_sub input#wp-submit-estado{
	width: 100%;
	border: none;
	background-color: #2979ff12;
	color: #fff;
	cursor: pointer;
	z-index: 10;
	position: relative;

}

.new_panel .box_vacaciones {
    display: inline-table;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ace8bb;
    border-radius: 4px;
}

.box_vacaciones label {
    color: #00000080;
}

.box_vacaciones span {
    display: table;
    padding: 4px;
    color: #000000bf;
    border-radius: 4px;
}



.box_dato.descripcion .box_servicios {
    margin: auto;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    max-height: 60vh;
    width: 90%;
    border: solid 1px #00000080;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #00000040;
    margin-bottom: 20px;
    overflow: hidden;

}
.box_dato.descripcion h3 {
    text-align: left;
    padding-left: 6px;
    display: block;
}

.box_dato.descripcion h3 .cerrar_services {
    display: inline-table;
    margin-left: 6px;
    background-color: #2978ff;
    width: 20px;
    text-align: center;
    font-size: 16px;
    height: 20px;
    border-radius: 4px;
    color: #FFF;
}


.box_servicios .services_list{

 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.box_servicios .confirma_servicios {
    margin: 0;
    display: inline-table;
    padding: 0;
    width: 100%;
    vertical-align: top;
}

.box_servicios .confirma_servicios h3 {
    margin: 0;
    padding-left: 6px;
    float: left;
    padding-top: 2px;
    color: #00000080;
}

.confirma_servicios #cerrar_lista {
    float: right;
    padding-right: 6px;
    color: #5aa83e;
}

.box_servicios .todo_listado {
    width: 100%;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: visible;
    scrollbar-width: thin;
}

.box_servicios .todo_listado .item_servicio {
    display: inline-table;
    text-align: left;
    width: 150px;
    padding: 2px;
    margin: 2px;
    position: relative;
}

.item_servicio input[type="checkbox"] {
    display: none;
}


.item_servicio input[type="checkbox"] {
    display: none;
}

.item_servicio  input[type="checkbox"]:checked + label::before {
    background-color: #007bff;
    border-color: #007bff;
}


.item_servicio input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    font-family: "Fontawesome";
    content: "";
    font-size: 14px;
    color: #FFF;
    line-height: 16px;
}

.item_servicio label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0;
    margin-left: -1.25rem;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.item_servicio label::after {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -1.25rem;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #495057;
}


div#estado {
    text-align: center;
}

div#estado .field-block {
    margin: 30px auto;
    display: block;
    max-width: 304px;
    text-align: left;
}
div#estado .field-block label {
    display: inherit;
    padding-left: 4px;
    color: #00000080;
}

select#status-pub {
    border: solid 1px #00000080;
    margin-top: 6px;
    background-color: #0000;
}

div#estado .est_editor {
    margin-bottom: 30px;
}

div#estado .est_editor .estado_item {
    box-shadow: 3px 3px 8px #00000080;
}


.est_editor .estado_item .est_contenido {
	position: relative;
}


.est_contenido .editar_estado{
	position: absolute;
	right: 0;
	top: 7px;
	z-index: 99999;
	background-color: #2978ff;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	border-radius: 50%;
}

textarea.txta_estado {
    width: 200px;
    height: 60px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Calibri;
    border: solid 1px #00000030;
}


#pub_min_fotos{
	display: none;
	color: #F00;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 5001;
    box-shadow: 1px 1px 4px #000;
    padding: 5px 10px;
    text-align: center;
    height: 85px;
    max-width: 500px;
}

#pub_min_fotos .cerrar_min {
	color: #fff;
    background: #e21616;
    background-image: linear-gradient(to bottom,#e21616,#cc0031);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e21616',endColorstr='#cc0031');
    border: 1px solid #0074b8;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    cursor: pointer;
}

#pub_message_port {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 5001;
    box-shadow: 1px 1px 4px #000;
    padding: 5px 10px;
    text-align: center;
    height: 85px;
    max-width: 500px;
}

#pub_message_port .button {
    color: #fff;
    background: #16e28f;
    background-image: linear-gradient(to bottom,#16e28f,#05cc00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16e28f',endColorstr='#05cc00');
    border: 1px solid #099a05;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    cursor: pointer;
}

#pub_message_port .button:hover {
    background: #3CC4FF;
    text-decoration: none;
}


h1.aviso_estado {
    background-color: #00ff95;
    line-height: 50px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    max-width: 600px;
    margin: 10px auto;
    --T68779821: 0 1px 2px var(--shadow-2);
    box-shadow: 0 1px 2px var(--shadow-2);
    box-sizing: border-box;
}


#notificaciones .aviso_vencimiento {
    background-color: #d5eee3;
    border-radius: 4px;
    max-width: 600px;
    margin: 10px auto;
    margin-left: auto;
    --T68779821: 0 1px 2px var(--shadow-2);
    box-shadow: 0 1px 2px var(--shadow-2);
    box-sizing: border-box;
    margin-left: 0px;
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.aviso_vencimiento .ico_vencimiento{
	display: inline-table;
	position: relative;

}

.ico_vencimiento .far.fa-calendar{
	font-size: 40px;
	line-height: 50px;
	position: relative;
	text-align: center;
	color: #78888a;
}


.ico_vencimiento .far.fa-calendar span{
	position: absolute;
	left: 0;
	font-size: 20px;
	text-align: center;
	width: 35px;
	line-height: 58px;
	color: #106832;
	font-family: calibri;
}

.aviso_vencimiento .text_aviso{
	display: inline-table;
	vertical-align: top;
	padding-left: 4px;
	color: #000;
	width: calc(100% - 58px);
}

.aviso_vencimiento .text_aviso span {
    display: block;
    position: relative;
    top: 0px;
    font-size: 14px;
    color: #4e86a2;
    text-shadow: 1px 1px 1px #f0feff;
}


.ico_vencimiento .fas.fa-star {
    font-size: 40px;
    line-height: 50px;
    color: #FF0080;
}

.ico_vencimiento .fas.fa-heart {
    font-size: 40px;
    line-height: 50px;
    color: #F00;
}


.ico_vencimiento .fas.fa-crown {
    font-size: 40px;
    line-height: 50px;
    color: #FF0;
}


.ico_vencimiento .fas.fa-bolt {
    font-size: 40px;
    line-height: 50px;
    color: #0FF;
}

.aviso_vencimiento .text_aviso h2{
	margin: 0;
	padding:0;
	display: inline-table;
}

.aviso_vencimiento .vence_ok {
    position: absolute;
    top: 1px;
    right: 4px;
    color: #5cca34;
}

#notificaciones .sin_destacado {
    background-color: #acacac;
    border-radius: 4px;
    max-width: 600px;
    margin: 10px auto;
        margin-left: auto;
    margin-left: auto;
    margin-left: auto;
    --T68779821: 0 1px 2px var(--shadow-2);
    box-shadow: 0 1px 2px var(--shadow-2);
    box-sizing: border-box;
    margin-left: 0px;
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

 .sin_destacado .ico_sin_vencimiento{
 	display: inline-table;
 }
 .sin_destacado .ico_sin_vencimiento .fas.fa-star {
    font-size: 40px;
    line-height: 50px;
    color: #CCC;
}

 .sin_destacado .ico_sin_vencimiento .fas.fa-heart {
    font-size: 40px;
    line-height: 50px;
    color: #CCC;
}

 .sin_destacado .ico_sin_vencimiento .fas.fa-crown {
    font-size: 33px;
    line-height: 50px;
    color: #CCC;
}
 .sin_destacado .ico_sin_vencimiento .fas.fa-id-card-alt {
    font-size: 33px;
    line-height: 50px;
    color: #ccc;
}
.sin_destacado .text_aviso {
    display: inline-table;
    vertical-align: top;
    padding-left: 4px;
    color: #000;
    width: calc(100% - 58px);
}

.sin_destacado .text_aviso h2 {
    margin: 0;
    padding: 0;
    display: inline-table;
}

.sin_destacado .vence_ok {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 4px;
    color: #ff000094;
}



#notificaciones .aviso_destacado {
    background-color: #96f0c8;
    border-radius: 4px;
    max-width: 600px;
    margin: 10px auto;
        margin-left: auto;
    margin-left: auto;
    margin-left: auto;
    --T68779821: 0 1px 2px var(--shadow-2);
    box-shadow: 0 1px 2px var(--shadow-2);
    box-sizing: border-box;
    margin-left: 0px;
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.aviso_destacado .destacado_24 {
    display: inline-table;
    font-size: 31px;
    color: #207b32;
}

.aviso_destacado .text_destacado {
    display: inline-table;
    width: calc(100% - 58px);
    vertical-align: top;
}

.aviso_destacado .text_destacado h2 {
    margin: 0;
    padding: 0;
    display: inline-table;
}

.destacado_24 .fas.fa-redo-alt {
    position: relative;
    width: 30px;
}

.destacado_24 .fas.fa-rocket{
	color: #5656ea;
}

.destacado_24 .fas.fa-redo-alt span {
	font-size: 12px;
	position: absolute;
	left: 8px;
	top: 9px;
	color: #207B32A6;

}

#notificaciones .aviso_extra {
	background-color: #aafdbb;
	border-radius: 4px;
    max-width: 600px;
    margin: 10px auto;
    margin-left: auto;
    --T68779821: 0 1px 2px var(--shadow-2);
    box-shadow: 0 1px 2px var(--shadow-2);
    box-sizing: border-box;
    margin-left: 0px;
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aviso_extra .ico_extra {

	display: inline-table;
	position: relative;
	width: 33px;
	height: 50px;

}


.aviso_extra .text_aviso {
    display: inline-table;
    vertical-align: top;
    padding-left: 4px;
    color: #000;
    width: calc(100% - 58px);
}

.aviso_extra .vence_ok {
    position: absolute;
    top: 1px;
    right: 4px;
    color: #5cca34;
}

.aviso_extra .ico_extra .areavip {

    right: 0;
    top: 0;
    line-height: .8em;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0,0,0,.15);
    display: block;
    width: 28px;
    height: 24px;
    background: linear-gradient(to bottom,#999999 0%,#cccccc 100%);
    color: #fff;
    margin: 0;
    float: left;
    padding-top: 4px;
    position: absolute;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0,0,0,0.5));
    transform: translate3d(0,0,0);
    background: linear-gradient(to bottom,#d3362d 0%,#e57368 100%);
    z-index: 10;

}


.aviso_extra .ico_extra .areavip .triangle::after {

    content: "";
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 1.5rem solid #ccc;
    position: absolute;
    top: 28px;
    left: 0;
    border-top: 10px solid #e57368;

}
.aviso_extra .ico_extra .fas.fa-medal{
	font-size: 33px;
    line-height: 50px;
	color: #ffaf17;
}

.aviso_extra .text_aviso h2 {
    margin: 0;
    padding: 0;
    display: inline-table;
}

.aviso_destacado .text_destacado .send_destaque {
    display: block;
}

.aviso_destacado .text_destacado .send_destaque a {
    display: inline-table;
    background-color: #ccc;
    padding: 3px;
    text-decoration: none;
    border-radius: 4px;
    border: solid 1px #00000080;
    font-size: 15px;
    color: #f00;
    font-weight: bold;
}

    #the_content .alert {
    margin: 20px auto;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
}

.alert.green {
    background-color: #5cff00a8;
}

.alert.blue{
    background-color: #94bbfd;
}

.alert.red{
    background-color: #F00;
}

.new_panel .cont_avisos {
    background-color: #9a1f40;
    margin: 4px 1px;
    width: 175px;
    height: 384px;
    display: inline-table;
    border-radius: 4px;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
}

.cont_avisos .av_nombre {
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 6px;
}

.cont_avisos .av_imagen img{
    width: 175px;
    height: 287px;
}

.cont_avisos .av_tel {
    height: 24px;
    border-bottom: solid 1px #ccc;
    line-height: 24px;
    font-size: 14px;
}

.cont_avisos .av_zona{
    height: 24px;
    border-bottom: solid 1px #ccc;
    line-height: 24px;
    font-size: 14px;
}

.cont_avisos .av_accion{
    padding:2px 0; 
    border-bottom: solid 1px #ccc;
}

.cont_avisos .av_accion .ac_edit,
.cont_avisos .av_accion .ac_ver{
    display: inline-table;
    text-align: center;
    width: 80px;
    padding: 4px 0;
    border-radius: 4px;
}

.cont_avisos .av_accion .ac_edit{
     background-color: #68ff00; 
 }

.cont_avisos .av_accion .ac_ver{
     background-color: #00b7ff;
}

.cont_avisos .av_accion .ac_ver a, 
.cont_avisos .av_accion .ac_edit a {
    color: #000;
    text-decoration: none;
    display: block;
}

.cont_avisos .av_estado{
    height: 24px;
    line-height: 24px;
    font-size: 14px;

}

.cont_avisos .av_estado.publish{
    background-color: #79ff75;
    width: 90%;
    margin: 2px auto;
    border-radius: 4px;
    color: #000;
}

.cont_avisos .av_estado.future,
.cont_avisos .av_estado.pending,
.cont_avisos .av_estado.private,
.cont_avisos .av_estado.trash
{
    background-color: #ff2c4a;
    width: 90%;
    margin: 2px auto;
    border-radius: 4px;
    color: #f2c9c9;
}

.cont_avisos .av_estado.draft{
    background-color: #ffe82c;
    width: 90%;
    margin: 2px auto;
    border-radius: 4px;
    color: #000;
} 

.cont_avisos .av_estado.new{
    background-color: #2cffc4;
    width: 90%;
    margin: 2px auto;
    border-radius: 4px;
    color: #000;
}  

span.country-name {
    color: #000;
}

#comentarios ul.comentarios_usuario {
    margin: 20px auto;
    padding: 0;
}

ul.comentarios_usuario li.depth-1 {
    display: block;
    margin: auto;
    max-width: 600px;
    border: solid 10px #0000002e;
    margin-bottom: 30px;
    padding: 6px;
    border-radius: 4px;
    text-align: left;
}

.co_caja .co_ca_imagen .comment-awaiting-moderation {
    position: absolute;
    background-color: #bd1111;
    padding: 4px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    color: #ff8686;
    border-radius: 4px;
}


ul.comentarios_usuario li.no_hay_comentarios {
    display: block;
    text-align: center;
    background-color: #ffdd9b;
    line-height: 50px;
    font-size: 20px;
    color: #00000080;
    border: solid 4px #dfa072;
    margin: 10px;
}


.menu_box {
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu_box .item_menu_usuario, .menu_box .item_menu_usuario_btn {
    display: inline-table;
    margin: 2px 6px;
}

.item_menu_usuario_btn {
    background-color: #e1e1e1;
    padding: 4px;
    border: solid 1px #ccc;
    border-radius: 2px;
    border-bottom: solid 2px #ccc;
}

.item_menu_usuario_btn a {
    text-decoration: none;
    color: #000;
    text-shadow: #fff 1px 1px 1px;
}

.new_panel .item_editar {
    display: inline-table;
    width: 120px;
    text-align: center;
    margin: 4px;
    border: solid 1px #e7eaec;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: 0 0 3px 0 #919191;
    -moz-box-shadow: 0 0 3px 0 #919191;
    box-shadow: 3px 3px 4px -2px #919191;
    height: 402px;
}

.item_editar .aviso_nombre {
    background-color: #f5f5f5;
    border-bottom: solid 1px #e7eaec;
    font-weight: 700;
    padding: 2px;
}

.item_editar .aviso_estado {
    text-align: right;
    font-size: 10px;
    margin: 4px;
    font-family: Segoe UI;
}

.aviso_estado span{
    display: inline-table;
    padding: 0 2px;
    color: #fff;
    border-radius: 2px;
}

.aviso_estado .publish {
    background-color: #1ab394;
}


.aviso_estado .trash {
    background-color: #ed5565;
}

.aviso_estado .draft, .aviso_estado .pending, .aviso_estado .private {
    background-color: #f8ac59;
}


.aviso_estado .future, .aviso_estado .new {
    background-color: #1c84c6;
}

.item_editar .aviso_imagen {
    width: 120px;
    height: 165px;
}

.aviso_imagen a {
    display: block;
}

.item_editar .aviso_info {
    display: block;
    text-align: left;
    font-size: 14px;
}

.aviso_info .fas.fa-phone {
    font-size: 10px;
    margin: 4px;
    vertical-align: top;
    line-height: 12px;
    color: #00abff;
}

.aviso_info .fas.fa-map-marker-alt {
    font-size: 10px;
    margin: 4px;
    vertical-align: top;
    line-height: 12px;
    color: #f00;
}

.item_editar .aviso_accion{

    margin: auto;
    border-radius: 2px;
    color: inherit;
    font-size: 14px;
    margin-top: 5px;
    width: 90%;
    display: inline-block;
}

.item_editar .aviso_accion.editar {
    background-color: #d1d1f4;
    border: 1px solid #a8a8d5;
}

.item_editar .aviso_accion.editar:hover {
    background-color: #b6b6d5;
}

.item_editar .aviso_accion.portada {
    background-color: #d4f0d9;
    border: 1px solid #a9ccaf;
    padding: 5px 0;
    cursor: pointer;
}

.item_editar .aviso_accion.portada:hover {
    background-color: #9ad0a4;
}

.item_editar .aviso_accion.mensaje {
    background-color: #ffbda3;
    border: 1px solid #cc937c;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
}

.item_editar .aviso_accion.mensaje .alert_pub {
    position: absolute;
    right: -4px;
    top: -4px;
    background-color: #f00;
    width: 14px;
    height: 14px;
    color: #FFF;
    font-family: Calibri;
    font-size: 10px;
    border-radius: 50%;
}

.item_editar .aviso_accion.mensaje:hover {
    background-color: #f99c78;

}

.item_editar .aviso_accion.previo {
    background-color: #e0b6e3;
    border: 1px solid #be8cc1;
}

.item_editar .aviso_accion.previo:hover {
    background-color: #e58aec;
}

.item_editar .aviso_accion.editar a,
.item_editar .aviso_accion.previo a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px 0;
}

.new_panel .edicion_aviso {
    background-color: #9a1f40;
    margin: 4px 1px;
    width: 300px;
    display: inline-table;
    border-radius: 4px;
    color: #fff;
    font-family: roboto condensed,sans-serif;
    text-align: left;
    padding: 2px;
}

.edicion_aviso .b_aviso{
        display: inline-table;
        vertical-align: top;
    }

.mod_portada .est_editor {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 340px;
    height: 400px;
    border: solid 1px #ccc;
    border-radius: 4px;
}





.est_editor .dd_dispon {
    margin: 6px auto;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2),0 4px 4px -2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2),0 4px 4px -2px rgba(0,0,0,.2);
    box-sizing: border-box;
    width: 240px;
    border-radius: 4px;
    position: relative;
}

.dd_dispon .ac_dd_estado {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    color: #212121;
    background-color: #fff;
    border-color: #fff;
    width: 190px;
    padding-left: 10px;
    line-height: 40px;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    height: 38px;
}


.dd_dispon .ac_dd_arr {
    display: inline-flex;
    width: 35px;
    background-color: #f9f9f9;
    text-align: center;
    cursor: pointer;
    border-left: solid 1px #ddd;
    height: 38px;
    vertical-align: middle;
}

    .ac_dd_arr .fas.fa-sort-down {
        margin: auto;
        color: #5e9ad0;
        margin-top: 8px;
    }

.dd_dispon .lista_estados {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2),0 4px 4px -2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2),0 4px 4px -2px rgba(0,0,0,.2);
    box-sizing: border-box;
    background-color: #FFF;
    width: 203px;
    z-index: 1;
}

.lista_estados .item_dis {
    display: block;
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.lista_estados .item_dis.d_i_fin {
    border-top: solid 1px #e1e1e1;
    background-color: #eee;
}

.est_editor em {
    margin: 30px 4px 6px 4px;
    display: block;
    font-size: 10px;
    font-family: sans-serif;
}





.mascara_panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF85;
    z-index: 999;
}

#portada_accion {
    display: none;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000070;
}



@media screen and (min-width: 600px ){

   #portada_accion .mod_portada {     height: 80%; }
}

@media screen and (max-width: 599px ){

   #portada_accion .mod_portada {     height: 98%; }
}

#portada_accion .mod_portada {
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    background-color: #fff;
    z-index: 100000000;
    overflow-x: hidden;
    overflow-y: visible;
    scrollbar-width: thin;
    box-shadow: 0 5px 15px rgba(0,0,0,.7);

}

.mod_portada .cerrar_w, 
.mod_portada .cerrar_e {
    right:1px;
    color: #ccc;
    padding: 14px;
    cursor: pointer;
    position: absolute;
}

.mod_portada .galleria_portadas {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.galleria_portadas .def_portada {
    margin-top: 10px;
    padding: 0;
}

.galleria_portadas .def_portada .portada_simple {
    display: inline-table;
    border: solid 1px #ccc;
    background-color: #e1e1e1;
    margin-bottom: 4px;
}

.galleria_portadas .def_portada .portada_simple img{
    width: 140px;
}


.portada_simple .definir_portada {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: Calibri;
    cursor: pointer;
}


#message_cambiar_portada {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 5001;
    box-shadow: 1px 1px 4px #000;
    padding: 5px 10px;
    text-align: center;
    height: 85px;
    max-width: 500px;
}

#message_cambiar_portada h2 {
    color: #000;
}


#message_cambiar_portada .button {
    color: #fff;
    background: #16e28f;
        background-image: none;
    background-image: linear-gradient(to bottom,#16e28f,#05cc00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16e28f',endColorstr='#05cc00');
    border: 1px solid #099a05;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    cursor: pointer;
}

#message_cambiar_portada .button:hover {
    background: #3CC4FF;
    text-decoration: none;
}

#portada_accion .fallo_galeria {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    height: 100px;
    margin: auto;
    background-color: #F00;
    line-height: 70px;
    border-radius: 10px;
    border: solid 2px #840E0E;
    -webkit-box-shadow: 0 0 3px 0 #919191;
    -moz-box-shadow: 0 0 3px 0 #919191;
    box-shadow: 3px 3px 4px -2px #919191;
    color: #FFF;
}

#portada_accion .fallo_galeria .cerrar_fail {
    width: 20px;
    height: 20px;
    background-color: #ed5565;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px 0 #919191;
    -moz-box-shadow: 0 0 3px 0 #919191;
    box-shadow: 3px 3px 4px -2px;
    border: #c13241 solid 1px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

#content .cortina_edad {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF0000;
  position: absolute;
  z-index: 10000001;
  display: flex;
}
#content .aviso_edad {
    z-index: 10000002;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    position: absolute;
    background-color: #FFF;
    height: 80%;
    text-align: center;
    color: #000;
}

.aviso_edad .box_aviso {
    margin: auto;
    max-width: 500px;
}


.aviso_edad .box_aviso p {
    font-size: 18px;
    padding: 4px;
}

.aviso_edad .box_aviso .uno {
    font-weight: bold;
    width: 90%;
    margin: 10px auto;
    text-align: left;
}


.aviso_edad .box_aviso .dos {
    width: 90%;
    margin: 10px auto;
    text-align: left;
}


.aviso_edad .box_aviso .denegar {
    display: inline-table;
    margin: 10px 30px;
    background-color: #e1e1e14d;
    padding: 4px 10px;
    border-radius: 4px;
    border: solid 2px #cccccc42;
    width: 100px;
}

.aviso_edad .box_aviso .denegar a {
    color: #474e51;
    text-decoration: none;
    display: block;
}

.aviso_edad .box_aviso .acepto_mayor {
    display: inline-table;
    margin: 10px 30px;
    background-color: #0000ff91;
    padding: 4px 10px;
    border-radius: 4px;
    border: #0000ff54 solid 2px;
    width: 100px;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
}
span.required{
    color: #F00;
    font-size: 14px;
  }

h1 .av_estado{
    display: inline-table;
    margin-left: 4px;
    font-size: 12px;
    line-height: 25px;
    vertical-align: top;
    padding: 0 4px;
    border-radius: 4px;
}

.aviso_imagen a .requiere_revision {
    position: absolute;
    margin: 10px 20px;
    background-color: #ff0000ad;
    padding: 4px;
    width: 80px;
    color: #FFF;
    font-family: Verdana;
    font-size: 12px;
}


.requiere_revision_pub {
    position: fixed;
    margin: -160px 10%;
    background-color: #ff0000ad;
    padding: 10px;
    width: 80%;
    color: #FFF;
    font-family: Verdana;
    font-size: 1em;
    border: solid 2px #F00;
    border-radius: 4px;
    z-index: 99;
}

#content .requiere_revision_pub .aprobar {
    background-color: #2979ff;
    width: 90px;
    margin: 4px !important;
    display: inline-table;
    border: solid 2px #fff;
    color: #FFF;
    font-size: 14px;
    font-family: 'Segoe UI';
    cursor: pointer;
}

#sepm-plan-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px auto;
  background: #A62266;
  box-shadow: 0px 4px 1px #0000002b;
  border-radius: 4px;
  max-width: 500px;
  color: #FFF;
}

#sepm-plan-banner .banner_contenido {
    padding: 10px;
}

#sepm-plan-banner .banner_contenido .info {
  display: inline-table;
  left: 0;
}

#sepm-plan-banner .banner_contenido .action {
  display: inline-table;
  right: 0;
  background: #792c5b;
  border-radius: 4px;
}

#sepm-plan-banner .banner_contenido .action a {
  text-decoration: none;
  color: #FFF;
  font-size: 0.9em;
  display: block;
  padding: 4px 6px;
  transition: all 500ms ease;
}

#sepm-plan-banner .banner_contenido .action a:hover {
  background: #751523;
  border-radius: 4px;
}


/* INICIO Nuevo formulario de carga */

.se-pub-form.se-test .new_panel {
  background-color: #F6F6F6;
  border-top: solid 2px #27a61c;
  color: #000;
  margin: 20px 0 30px;
  padding: 20px 0 30px;
  text-align: center;
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar {
  display: inline-block;
  background: #eef5ff;
  width: 80%;
  border: solid 1px #75ecd0;
  border-radius: 10px;
  padding: 10px 4px;
  margin: 10px auto;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
  max-width: 900px;
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar .plan_msj .plan_tit {
  display: inline-table;
  font-size: 16px;
  font-weight: bold;
  margin: 2px;
  font-family: 'Carlito';
  text-align: left;
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar .plan_msj {
  display: inline-table;
  font-size: 14px;
  margin: 2px;
  font-family: 'Carlito';
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar .plan_act {
  margin: 10px auto;
  display: inherit;
  background: #549ab5;
  padding: 4px 10px;
  border-radius: 4px;
  border: solid 1px #445aca;
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar .plan_act .se-stats-cta {
  color: #FFF;
  font-family: 'Carlito';
  text-decoration: none;
  text-shadow: 0px 1px 1px #333;
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar .plan_con_vencimiento.alert.alert-danger {
  margin: 20px auto;
  max-width: 80%;
  font-family:'Carlito'
}

.se-pub-form.se-test .new_panel .box_cont .se-plan-bar .plan_con_vencimiento.alert.alert-danger a.alert-link {}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion {
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
  background: #FFF;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 20px 18px 25px;
  display: block;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
  font-family: 'Calibri', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left; /* muy importante para labels/campos */
}

#post_publicacion h2 {
  font-size: 22px;
  margin: 0 0 16px;
  font-weight: 600;
}

#post_publicacion h2 .fm_nombre {
  display: inline-table;
  background: #E7F4F6;
  margin: 4px;
  padding: 4px 10px;
  border-radius: 4px;
  border-bottom: solid 2px;
}

#post_publicacion .box_nombre {
  margin-bottom: 16px;
}

#post_publicacion .box_nombre label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}

#post_publicacion .box_nombre_input .box_in_nombre input[type="text"] {
  width: 100%;
  border: solid 1px #b0b0b0;
  border-radius: 4px;
  font-size: 18px;
  color: #000;
  padding: 6px 10px;
  background: #fff;
}

#post_publicacion .item_formulario,
#post_publicacion .in_dato_s,
#post_publicacion .box_dato {
  margin-bottom: 12px;
}

#post_publicacion .completa_datos_basicos {
  font-weight: 500;
  margin: 18px 0 10px;
  background: #FFD6B2;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #FB975B;
  text-align: center;
}

#post_publicacion .item_formulario.i_f_col3.tel_adicional_trigger .btn-link.btn-add-tel-b,
#post_publicacion .item_formulario.i_f_col3.telegram_trigger .btn-link.btn-add-telegram,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.servicios #btnServiciosModal {
  display: inline-table;
  border: solid 1px #cbd6e3;
  border-radius: 4px;
  padding: 5px 4px;
  font-size: 14px;
  background: #eef2f7;
  color: #313a46;
  text-decoration: none;
  width: 100%;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.servicios #btnServiciosModal {
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* Por defecto, 2 columnas */
  #post_publicacion .item_formulario,
  #post_publicacion .in_dato_s,
  #post_publicacion .box_dato {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin-right: 12px;
  }

  /* Bloques que siempre van a ancho completo */
  #post_publicacion .box_nombre,
  #post_publicacion .completa_datos_basicos,
  #post_publicacion .item_formulario.horarios,
  #post_publicacion .item_formulario.sena,
  #post_publicacion .box_nombre.ubicacion,
  #post_publicacion .box_dato.descripcion,
  #post_publicacion .box_dato.box_servicios,
  #post_publicacion .box_vacaciones,
  #post_publicacion .box_campo {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.horarios,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.sena,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.ubicacion,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.descripcion,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.servicios,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.vacaciones,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.galeria {
  padding: 10px 8px 12px;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fafafa;
  text-align: left;
  max-width: 100%;
  display: block;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.galeria .box_galeria_contenedor {
  text-align: center;
}

#post_publicacion .item_formulario.horarios > label,
#post_publicacion .item_formulario.sena > label,
#post_publicacion .item_formulario.ubicacion > label,
#post_publicacion .item_formulario.descripcion > label,
#post_publicacion .item_formulario.servicios .box_servicios_header > label,
#post_publicacion .item_formulario.vacaciones > label,
#post_publicacion .item_formulario.galeria > label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}

#post_publicacion .item_formulario .field-block label,
#post_publicacion .in_dato_s .field-block label,
#post_publicacion .box_dato .field-block label,
#post_publicacion .box_dato label {
  display: block;
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 14px;
}

#post_publicacion .item_formulario.sena #sena,
#post_publicacion .item_formulario.vacaciones #vacaciones {
  margin-left: 10px;
}

#post_publicacion .item_formulario.sena > span,
#post_publicacion .item_formulario.vacaciones > span {
  display: block;
  color: #444;
  margin: 10px;
  font-size: 12px;
}

/* Fulltime / Feriados */
#post_publicacion .item_formulario.horarios .item_horario {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 4px;
  font-size: 14px;
}

#post_publicacion .item_formulario.horarios .item_horario input {
  margin-left: 6px;
}

/* Días y rangos */
#post_publicacion .item_formulario.horarios .item_dias {
  margin-top: 10px;
}

#post_publicacion .item_formulario.horarios .item_dia {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}

/* Selects de hora */
#post_publicacion .item_formulario.horarios .item_dia .sel_tiempo {
  width: 50px;
  margin: 0 4px;
  text-align: center;
}

@media (min-width: 768px) {
  #post_publicacion .item_formulario.horarios .item_dia {
    display: flex;
    align-items: center;
  }

  #post_publicacion .item_formulario.horarios .item_dia .sel_tiempo {
    width: 90px;
  }
}


@media screen and (max-width: 550px) {
    .se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario,
    #post_publicacion .item_formulario.i_f_col2,
    #post_publicacion .item_formulario.i_f_col1 {
        width: 90%;
        text-align: center;
        margin: 10px auto;
    }

    #post_publicacion .item_formulario.i_f_col3{
      width: calc(50% - 4%);
    }
}

@media screen and (min-width: 550px) {
    .se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario {
      margin: 10px 1%;
      display: inline-table;
    }
    #post_publicacion .item_formulario.i_f_col2{
      width: calc(50% - 4%);
    }
    #post_publicacion .item_formulario.i_f_col1 {
      width: 90%;
      text-align: center;
    }

    #post_publicacion .item_formulario.i_f_col3{
      width: calc(30% - 4%);
    }
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.nombre {
  width: 90%;
  margin: 10px auto;
}

.se-pub-form.se-test .aviso_nuevo {
  display: none;
}

.se-pub-form.se-test #wp-submit.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#post_publicacion .item_formulario .field-block,
#post_publicacion .in_dato_s .field-block,
#post_publicacion .box_dato .field-block {
  display: block;
  text-align: left;
}


#post_publicacion .item_formulario .field-block input,
#post_publicacion .item_formulario .field-block select,
#post_publicacion .item_formulario .field-block textarea,
#post_publicacion .in_dato_s .field-block input,
#post_publicacion .in_dato_s .field-block select,
#post_publicacion .box_dato .field-block select,
#post_publicacion .box_dato .field-block textarea {
  font-family: 'Carlito', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  border: solid 1px #b0b0b0;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  padding: 4px 6px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}


#post_publicacion .item_formulario .field-block input,
#post_publicacion .item_formulario .field-block select,
#post_publicacion .item_formulario.i_f_col1 select,
#post_publicacion .item_formulario .field-block textarea {
  font-family: 'Carlito';
  border: solid 1px #b0b0b0;
  border-radius: 4px;
  font-size: 18px;
  color: #000;
  padding: 2px 4px;
  width: 100%;
  background: transparent;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario .tel_b_warning,
.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario .nombre_warning {
  color: #F00;
  font-size: 12px;
  margin-top: 6px;
  background: #FF000010;
  border-radius: 4px;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario .telegram_preview {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
  background: #B4FF99;
  border-radius: 4px;
  padding: 2px 0;
}

#post_publicacion .item_formulario.i_f_col2 .field-block #medidas_1,
#post_publicacion .item_formulario.i_f_col2 .field-block #medidas_2,
#post_publicacion .item_formulario.i_f_col2 .field-block #medidas_3,
#post_publicacion .item_formulario.i_f_col1 select.bystate,
#post_publicacion .item_formulario.i_f_col1 select.bycity,
#post_publicacion .item_formulario.i_f_col1 select.byzone {
  display: inline-table;
  width: 30%;
}

#post_publicacion .item_formulario.i_f_col1 select.bystate, 
#post_publicacion .item_formulario.i_f_col1 select.bycity, 
#post_publicacion .item_formulario.i_f_col1 select.byzone {
  font-size: 14px;
  min-width: 110px;
  margin: 4px;
}

#post_publicacion .item_formulario.i_f_col2 .field-block #dotacion_1,
#post_publicacion .item_formulario.i_f_col2 .field-block #dotacion_2 {
  display: inline-table;
  width: 40%;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion .item_formulario.i_f_col1.ubicacion > div {
  max-width: 500px;
  margin: auto;
}

#post_publicacion .item_formulario.i_f_col1 textarea#descripcion {
  font-size: 14px;
  height: 70px;
}

.item_formulario.i_f_col1.servicios .servicios-resumen > span {
  display: inline-table;
  margin: 4px;
  padding: 2px 4px;
  font-size: 12px;
  background: #7b70ef;
  color: #FFF;
  border-radius: 4px;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion #serviciosModal .todo_listado.servicios-lista {
  flex-wrap: wrap;
  display: inline-flex;
  gap: 2%;
}

@media screen and (max-width: 400px) {
  .se-pub-form.se-test .new_panel .box_cont #post_publicacion #serviciosModal .todo_listado.servicios-lista .item_servicio {
    width: calc(50% - 1%);
  }
}

@media screen and (min-width: 400px) {
  .se-pub-form.se-test .new_panel .box_cont #post_publicacion #serviciosModal .todo_listado.servicios-lista .item_servicio {
    width: calc(33% - 1%);
  }
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion #serviciosModal .todo_listado.servicios-lista .item_servicio {
  margin: 1% 0;
  background: #EDF5F6;
  border-radius: 4px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion #serviciosModal .todo_listado.servicios-lista .item_servicio .servicio-check {
  display: inline-table;
  width: 20px;
}

.se-pub-form.se-test .new_panel .box_cont #post_publicacion #serviciosModal .todo_listado.servicios-lista .item_servicio > label {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item_formulario.i_f_col1.galeria .warning_contenido {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #FFF;
  background-color: #ff2f2f;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-family: 'Roboto condensed', sans-serif;
  font-size: 14px;
  text-align: left;
}

.alert.alert-success.edicion {
  width: 300px;
  max-width: 80%;
  margin: 20px auto;
  font-family: 'Carlito';
}

.alert.alert-info.pago {
  font-family: 'Carlito';
  margin: 6px;
  font-size: 14px;
  padding: 4px;
}

.alert.alert-info.pago .btn.btn-warning.whatsapp {
  margin: 4px;
  font-size: 12px;
  letter-spacing: normal;
  text-decoration: underline;
}

.se-dashboard-wrap .panel_usuario .btn.btn-outline-primary {
  margin-left: 10px;
  display: block;
  width: 90px;
}

.mi_panel .list_avisos .btn.btn-primary {
  margin-right: 2px;
  font-family: 'Carlito';
}

.mi_panel .list_avisos .btn.btn-success {
  margin-left: 2px;
  font-family: 'Carlito';
}

.mi_panel .list_avisos .btn.btn-success .fab.fa-whatsapp {
  margin-left: 4px;
  font-size: 20px;
}

/* FIN Nuevo formulario de carga */