@charset "utf-8";

/** {
  -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;
}*/
.titulo_subpanel.division {
    height: auto;
    text-align: left;
    padding: 0px 20px 5px 20px;
}

.descPaq {
    margin-top: 15px;
    background: #FAFAFA;
    border: 1px solid #BDBDBD;
    padding: 15px;
    padding-top: 10px;
}

.tabpaquetes {
    border-collapse: separate;
    border-spacing: 2px;
}

.tabpaquetes th,
.tabpaquetes td {
    text-align: left;
    padding: 8px;
}

.tabpaquetes tr:nth-child(even) {
    background-color: #f2f2f2
}

.tabpaquetes th {
    /* background-color: #009ad1; */
    color: white;
}


.comunicado {
    display: block;
    padding: 9.5px !important;
    /* font-size: 13px; */
    line-height: 1.42857143;
    /* color: #333; */
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.intro {
    /* padding: 0px 12px 5px 12px; */
    /*0px 20px 15px  20px;*/
}

.icon_oblig {
    font-size: 0;
    line-height: 0;
    background: transparent;
    margin-right: 3px;
}

.icon_oblig::before {
    font-size: 18px;
    content: "•";
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#dialog-confirm,
#dialog-terminos,
#dialog-terminos-tratamiento {
    display: none;
}

input[type=submit] {
    color: #000000;
    height: 39px;

    border: 0px;
    font-family: 'open_sanslight';
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
}

/*
.actualizar {
     background: #b6b23e !important;
     background-image: -webkit-gradient(linear,left top,left bottom,from(#5dabd9),to(#86b63e)) !important;
     background-image: -webkit-linear-gradient(top,#5dd9a5,#3eb6a0) !important;
     background-image: -moz-linear-gradient(top,#5dd9a5,#3eb6a0) !important;
     background-image: -ms-linear-gradient(top,#5dd9a5,#3eb6a0) !important;
     background-image: -o-linear-gradient(top,#5dd9a5,#3eb6a0) !important;
     background-image: linear-gradient(top,#5dd9a5,#3eb6a0) !important;
}
.ingresarRegistro{

        background: #86b63e !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b8d95d),to(#86b63e)) !important;
    background-image: -webkit-linear-gradient(top,#b8d95d,#86b63e) !important;
    background-image: -moz-linear-gradient(top,#b8d95d,#86b63e) !important;
    background-image: -ms-linear-gradient(top,#b8d95d,#86b63e) !important;
    background-image: -o-linear-gradient(top,#b8d95d,#86b63e) !important;
    background-image: linear-gradient(top,#b8d95d,#86b63e) !important;
}
.segundario{
    color: white;
    background: #01a7d9;
     *border: 1px solid #01a7d9 !important;
}*/

.chequear,
input[type=BUTTON],
.qq-upload-button,
input[type=submit] {
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    background: #009ad0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00bdef), to(#009ad0));
    background-image: -webkit-linear-gradient(top, #00bdef, #009ad0);
    background-image: -moz-linear-gradient(top, #00bdef, #009ad0);
    background-image: -ms-linear-gradient(top, #00bdef, #009ad0);
    background-image: -o-linear-gradient(top, #00bdef, #009ad0);
    background-image: linear-gradient(top, #00bdef, #009ad0);
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    /* background: #866060; */
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1)); */
    /* background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); */
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    /* color: #444; */
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    outline: none;
    padding: 0 8px;
    text-align: center;
    transition: all .218s;
    -moz-border-radius: 2px;
    -moz-transition: all .218s;
    -moz-user-select: none;
    -o-transition: all .218s;
    -webkit-border-radius: 2px;
    -webkit-transition: all .218s;
    -webkit-user-select: none;
}

input[type=BUTTON]:hover,
.chequear:hover {
    background: #003d6f;
    color: white;
}

input[type=BUTTON].ingresarRegistro:hover {}

input[type=BUTTON].inactivo:hover {
    background: black !important;
    color: white;
}

.inactivo {
    background: #949494 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b8d95d), to(#151515)) !important;
    background-image: -webkit-linear-gradient(top, #949494, #151515) !important;
    background-image: -moz-linear-gradient(top, #949494, #151515) !important;
    background-image: -ms-linear-gradient(top, #949494, #151515) !important;
    background-image: -o-linear-gradient(top, #949494, #151515) !important;
    background-image: linear-gradient(top, #949494, #151515) !important;
    cursor: no-drop !important;
}



#loader-hab {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
}

.d-gris {
    background: white;
}

.d-rojo {
    background: #ff6767;
}

.d-amarillo {
    background: #fffec9;
}

.d-verde {
    background: #ccffcc;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

.sombreado {
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.42);
}

.alertBtn {
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
    display: none;
}

.triangulo_inf {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #cccccc;
    margin-right: 30px;
}

#contenedorBoton {
    /* overflow:hidden; */
    margin-bottom: 7px;
    *position: fixed;
    bottom: 80px;
    width: 100%;
    max-width: 980px;
}

.txt_error {
    background: #dae8f4 url(../imagenes/red_asterisk_3.png) no-repeat 98% center;
    border: 1px solid #F00;
    color: #545149;
    font-family: Verdana, Arial;
    font-size: 11px;
    letter-spacing: 1pt;
    padding-left: 2px;
    padding-right: 22px;
    text-align: left;
    vertical-align: middle;
    width: 108px;
    height: 17px;
    border-radius: 3px;
    margin-right: 10px;
    box-shadow: 0 0 5px #ff0000;
}

.error_select {
    background-color: #F1D5D3;
}

.txt_comentarios_error {
    background: #dae8f4 url(../imagenes/red_asterisk_3.png) no-repeat 98% center;
    border: 1px solid #F00;
    color: #545149;
    font-family: Verdana, Arial;
    font-size: 11px;
    letter-spacing: 1pt;
    padding-left: 2px;
    padding-right: 25px;
    text-align: left;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: 0 0 5px #ff0000;
}

.form_hint {
    background: #f1d5d3;
    border-radius: 10px 3px 3px 10px;
    color: #900;
    margin-left: 8px;
    padding: 1px 6px;
    position: relative;

    /*    display: inline;*/
    font-size: 13px;
    font-weight: bold;
    width: 230px;
    word-break: break-all;
    /* display: inline-flex; */
}

.form_hint::before {
    content: "\25C0";
    color: #f1d5d3;
    position: absolute;
    top: 1px;
    left: -6px;
}

#dialog-message {
    display: none;
}

#contenedorFormulario {
    margin-top: 20px;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.sub_panel {
    background: url(../imagenes/fondo_t_panel_n.png) repeat-x;
    height: 30px;
    color: #344d77;
    margin: 5px 0px;
    /*25px 0px;*/
    background-size: contain;
    overflow: hidden;
}

.campoFechas {
    margin-right: 5px;
}

.titulo_subpanel {
    font-size: 14px;
    float: left;
    padding-top: 4px;
    /* text-shadow: 0.1em 0.1em #333; */
    font-weight: bold;
}

.contenor_form table {
    /* padding: 20px 20px 20px 20px; */
    color: #324b75;
    font-size: 11px;
    font-family: Arial Helvetica, sans-serif;
}

.normal {
    border-bottom: 1px solid #e7e9ec;
    /* border-left: 1px solid #e7e9ec; */
    /* border-right: 1px solid #e7e9ec; */
    padding: 5px;
    text-align: center;
}

.contenor_form2 {
    padding: 0px 0px 20px 0px;
    color: #324b75;
    font-size: 11px;
    font-family: Arial Helvetica, sans-serif;
    border: #3b5277 solid 1px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.azul_1 {
    background: url(../imagenes/fondo_azul_panel.png) #063b69 repeat-x;
    text-align: center;
    /* height: 30px; */
    color: #FFF;
    margin: 10px;
}

.azul_1 td:first-child {
    border-left: none;
}

.normal td:first-child {
    border-left: none;
}

.normal td {
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding-left: 10px;
    height: 25px;
}

.contenedor {
    width: 980px;
}

.evento-elemento {
    display: inline-block;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    background-color: #fff;
    width: 24%;
    margin-bottom: 4px;
    margin-right: 0.5%;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    /* Safari */
    /* Safari */
}

.evento-elemento:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.evento-imagen {
    max-width: 100%;
    height: 200px;
    margin: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.evento-imagen:hover {
    background-position-x: 10%;
}

.evento-imagen {
    -webkit-transition-duration: 4s;
    /* Safari */
    transition-duration: 4s;
}

.evento-fecha {
    color: #CCC;
    padding: 5px;
    background: #f9f9f9;
    color: #333;
    white-space: nowrap;
    font-style: italic;
    font-size: 12px;
}

.evento-titulo {
    font-weight: bold;
    padding: 10px;
    border-top: 2px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    min-height: 40px;
}

.nombre {
    float: left;
    width: 45%;
    margin-right: 15px;
    color: #324b75;
    font-size: 13px;
    padding-top: 3px;
    font-family: "Myriad Pro";
}

/* CSS Document */
/* NUEVAS CLASES notificaciones */
::-webkit-input-placeholder {
    color: #000;
    ;
}

::-moz-placeholder {
    color: #000000;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #000000;
}

/* ie */
input:-moz-placeholder {
    color: #000000;
}

.nom_1 {
    width: 317px;
    font-size: 16px;
    height: 45px;
    padding-left: 10px;
    font-family: 'open_sanslight';
    border: solid 1px #919191;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fuentes/OpenSans-Light-webfont.eot');
    src: url('fuentes/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fuentes/OpenSans-Light-webfont.woff') format('woff'),
        url('fuentes/OpenSans-Light-webfont.ttf') format('truetype'),
        url('fuentes/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fuentes/OpenSans-Semibold-webfont.eot');
    src: url('fuentes/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fuentes/OpenSans-Semibold-webfont.woff') format('woff'),
        url('fuentes/OpenSans-Semibold-webfont.ttf') format('truetype'),
        url('fuentes/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CLASES CONTENIDO */
.fondo_contenido {
    background: url(../imagenes/campana_final_1.jpg) no-repeat;
    border-bottom: #f16a30 solid 3px;
    background-size: 100% 100%;
    height: 482px;
}

.fondo_menu {
    background: url(../imagenes/fondo_cabeza.png) repeat-x;
    height: 110px;
}

.menu_1 {
    width: 195px;
    float: left;
    height: 31px;
    background: #f16a30;
    margin-right: 4px;
    color: #FFF;
    font-size: 14px;
    font-style: italic
}

.menu_1:hover {
    background: #2e4f7e;
}

.menu_2 {
    width: 99px;
    float: left;
    height: 31px;
    background: #f16a30;
    margin-right: 4px;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
}

.menu_2:hover {
    background: #2e4f7e;
}

.menu_3 {
    width: 94px;
    float: left;
    height: 31px;
    background: #f16a30;
    margin-right: 4px;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
}

.menu_3:hover {
    background: #2e4f7e;
}

.menu_4 {
    width: 96px;
    float: left;
    height: 31px;
    background: #f16a30;
    margin-right: 4px;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
}

.menu_4:hover {
    background: #2e4f7e;
}

/* FIN CLASES CONTEN */
@font-face {
    font-family: 'Open Sans';
    src: url('fuentes/opensans-regular-webfont.eot');
    src: url('fuentes/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fuentes/opensans-regular-webfont.woff') format('woff'),
        url('fuentes/opensans-regular-webfont.ttf') format('truetype'),
        url('fuentes/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.btn_rojo {
    color: #FFF;
    height: 22px;
    background: #c21c22;
    border: 0px;
    font-family: 'open_sanslight';
    font-size: 13px;
    border-radius: 5px;
}

.txt_1 {
    background: #242424;
    border: #4f4f4f solid 1px;
    width: 218px;
    height: 22px;
    color: #999;
}

.txt_2 {
    background: #242424;
    border: #4f4f4f solid 1px;
    width: 102px;
    height: 22px;
    color: #999;
}

.txt_3 {
    background: #242424;
    border: #4f4f4f solid 1px;
    width: 218px;
    height: 74px;
    color: #999;
}

.borde_1 {
    width: 174px;
    float: left;
    margin-right: 43px;
    border: #CCC solid 1px;
    padding: 2px;
}

.btn_azul {
    font-family: 'open_sanslight';
    padding-top: 5px;
    color: #FFF;
    text-align: center;
}

.borrar {
    clear: both;
    height: 0px;
}

.texto_camp {
    font-family: 'Open Sans';
    font-size: 60px;
    color: #FFF;
    text-shadow: 2px 2px #000000;
}

.texto_camp2 {
    font-family: 'open_sanslight';
    font-size: 36px;
    color: #FFF;
}

.menu:hover {
    background: black;
    color: white;
}

.pestana_act {
    float: left;
    height: 50px;
    background: #f8f8f8;
    border-top: #9eaf15 solid 1px;
}

p {
    font-family: 'open_sanslight';
    color: #666;
    font-size: 13px;
    text-align: justify;
    /* line-height: 19px; */
    /* letter-spacing: 1px; */
}

h1 {
    font-family: 'open_sanssemibold';
    font-size: 40px;
    color: #000000;
    text-align: left;
}

.texto_grande {
    font-family: 'bebas_neueregular';
    font-size: 57px;
    color: #FFF;
    text-align: left;
    font-weight: 700;
}

h2 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 700;
}

h3 {
    font-family: 'open_sanslight';
    font-size: 22px;
    color: #0e4f7f;
    text-align: left;
    font-weight: 0;
    line-height: 26px;

}

.vineta {
    list-style: circle url(../imagenes/vineta_512.png);
    padding-left: 20px;
}

.vineta li {
    margin-right: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.vineta li:last-child {
    background: none;
}

.vineta a {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #008dcf;
}

.vineta22 {
    *list-style: url(../imagenes/vineta_naranja.png) outside;
    padding-left: 20px;
    color: #666;
    text-align: left;
    font-family: 'open_sanslight';
    color: #666;
    font-size: 14px;
}

.vineta22 li {
    padding-bottom: 10px;
}

.vineta22 li:last-child {}

.vineta22 a {
    font-family: 'Open Sans';
    font-size: 20px;
}

.vineta_23 {
    list-style: url(../imagenes/vineta_512.png);
    padding-left: 20px;
}

.vineta_23 li {
    margin-right: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.vineta_23 li:last-child {
    background: none;
}

.vineta_23 a {
    font-family: 'Open Sans';
    font-size: 20px;
}

label {
    cursor: pointer;
}

.label_arch {
    width: 200px;
    background: white;
    display: block;
    border: solid 1px #919191;
    height: 35px;
    padding-top: 15px;
    text-align: left;
}

.acordeon-content {
    display: none;
}

.acordeon-title {
    cursor: pointer;
    height: 35px;
    background: #e3e3e3;
    border-left: #f7e435 solid 3px;
}

.title_h2 {
    color: black;
    text-align: center;
}

.franja {
    background: #39C0FD;
    height: 36px;
    font-size: x-large;
    color: white;
    margin-top: 20px;
    margin-bottom: 30px;
}

.franja_amarilla {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #ffff00;
    text-align: left
}

.botones {
    display: block;
    color: #000000;
    background: #f7e435;
    border: 0px;
    font-family: 'open_sanslight';
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
}

.botones:hover {
    background: black;
    color: white;
}

.botones:hover {
    background: black;
    color: white;
}

::-webkit-input-placeholder {
    color: #969696;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #969696;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #969696;
}

:-ms-input-placeholder {
    color: #969696;
}

.btn_agrandar {
    margin-top: 3px;
    cursor: pointer;
    width: 18px !important;
    height: 18px;
    border: 2px solid;
    border-radius: inherit;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    font-size: 12px;
}

[type=button] {
    max-width: 100%;
}

select,
input,
textarea {
    max-width: 300px;
}



pre {
    display: block;
    padding: 9.5px !important;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

#descExten {
    background: #F5F5F5;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: 20px;
    height: 100%;
    display: block;
    padding: 9.5px !important;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    /*word-break: break-all;*/
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

input:disabled,
select:disabled,
textarea:disabled,
input[disabled] {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #666666;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}

tr.fila_tour>td {
    text-transform: uppercase;
    text-align: center !important;
}

tr.fila_tour>td>div,
#divVuelos_>tr.fila>td>div {
    float: none !important;
}

#divVuelos_>tr.fila>td {
    text-align: center;
}

#contenidoAcompanante h2 {
    text-align: left;

    font-size: 15pt;
}



div[campo_opcion_padre='s'] {
    display: none;
}

.nota {
    width: 50% !important;
    margin: 0 auto !important;
    background: white !important;
    padding: 20px !important;
    border: 2px solid black !important;
}

.nota p {
    font-size: 12pt;
}

.mfp-close {
    display: none !important;
}

.mfp-bg {
    background: none !important;
}


/* TOOLTIPS */
/* Tooltip container */
.tooltip-personalizado {
    position: relative;
}

/* Tooltip text */
.tooltip-personalizado .tooltiptext {
    visibility: hidden;
    min-width: 170px;
    max-width: 250px;
    background-color: #fff;
    color: black;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid black;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    /* Position the tooltip above the text */
    left: 50%;
    margin-left: -60px;
    /* Use half of the width (120px/2) to center the tooltip */
    opacity: 0;
    /* Hide the tooltip by default */
    transition: opacity 0.3s;
    margin-bottom: 2px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-personalizado:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext p {
    color: black;
}

/* BUTTON */
.tooltip-personalizado-button {
    position: relative;
}

/* Tooltip text */
.tooltip-personalizado-button .tooltiptext {
    visibility: hidden;
    min-width: 200px;
    max-width: 250px;
    background-color: #fff;
    color: black;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid black;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    /* bottom: 100%; */
    /* Position the tooltip above the text */
    left: 40%;
    top: -195%;
    margin-left: -60px;
    /* Use half of the width (120px/2) to center the tooltip */
    opacity: 0;
    /* Hide the tooltip by default */
    transition: opacity 0.3s;
    margin-bottom: 2px;
    min-height: 45px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-personalizado-button:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext p {
    color: black;
}

.tagify__dropdown__item {
    padding: 5px 10px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
/* background: white !important; */
    border-bottom: 1px solid #eee;
    font-weight: 600 !important;
}

.tagify__dropdown__item:hover {
    /* background: #f5f5f5 !important; */
}

.tagify__dropdown {
    border: 1px solid #ccc !important;
    margin-top: 5px;
}

/* LISTA */
.intro-header {
    margin-bottom: 25px;
}

.eventos_color_linea {
    width: 100%;
    height: 4px;
    background: #009ad0;
    margin-bottom: 25px;
}

.div-personal {
    display: none;
}
/* Error styles for required Tagify fields */
.tagify-error {
    border-color: #ff0000 !important;
    border-width: 2px !important;
}

.tagify-error .tagify__input {
    border-color: #ff0000 !important;
}

