@import url('../../admin/icon-fonts/style.css');

* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

button {
    cursor: pointer
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    position: relative;
}

#abrir {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none
}

#cta {
    display: none;
}

@media(min-width:992px) {
    #nosotros_main {
        position: absolute;
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        background-image: url("../recursos/fondo_nosotros2.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

}

.help {
    font-size: 18px;
    display: block;
    margin-top: 50px;
    font-weight: 600
}

header {
    width: 100%;
}

#navegador {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

header .active {
    position: relative;
}

@media(max-width:992px) {
    header .active::after {
        content: "";
        width: calc(100% - 15px);
        left: 0;
        bottom: 8px;
        position: absolute;
        border-bottom: 3px solid white;

    }
}

@media(min-width:992px) {
    header .active::after {
        content: "";
        width: 100%;
        left: 0;
        bottom: -12px;
        position: absolute;
        border-bottom: 4px solid white;

    }
}

#menu_movile {
    width: 100%;
    position: relative;
}

#menu_movile #abrir {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid white;
    position: absolute;
    right: 15px;
    top: 10px;
}

#menu_movile #abrir .cont {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.curso {
    cursor: pointer;
}

#desplegable {
    width: 100%;
    overflow: hidden;
    transition: height .6s;

}

.desplegable_abierto {
    height: 300px;

}

.desplegable_cerrado {
    height: 0px;
}

.ver {
    margin-top: 50px;
}

a:link {
    text-decoration: none;
}

#menu_movile ul {
    list-style-type: none;
    padding-left: 15px;
}

#menu_movile ul li {
    padding-bottom: 20px;
}

#menu_movile ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}


@media (min-width:992px) {
    #navegador {
        position: absolute;
    }

    #abrir {
        display: none;
    }

    .ver {
        margin-top: 35px;
    }

    #desplegable {
        height: 100px;
        background-color: transparent;
    }

    #menu_movile ul {
        width: 100%;
        text-align: right;
        padding-right: 35px;
    }

    #menu_movile ul li {
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
        display: inline-block;
        text-align: right;
        border-right: 3px solid white;
        padding-bottom: 0px;
    }

    #menu_movile ul li:last-child {
        border: 0px;
        padding-right: 0px;

    }

}






.contenedor {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

}


a:link,
a:visited,
a:active,
a:hover {
    color: white;
    text-decoration: none;
    text-transform: none;
}

/* First Section */

.contenedor .first-section {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.contenedor .first-section .logo,
.contenedor .first-section .text-logo {
    width: 100%;
    text-align: center;
}

.contenedor .first-section .logo {
    margin-bottom: 20px;
}

.contenedor .first-section .logo img {
    width: 120px;
}

.contenedor .first-section .text-logo img {
    width: 100%;
}

.contenedor .first-section .text-logo p {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.contenedor .contenedor-main {
    width: 100%;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.contenedor .contenedor-main h1 {
    font-size: 16px;
    font-weight: normal;
}

#botonera {
    margin-top: 35px;
}

#botonera .cont-botonera {
    width: 100%;
    font-size: 0;
    text-align: left;
}

#botonera .cont-botonera .cont-link {
    /* width:calc(50% - 10px); */
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;

}

#botonera .cont-botonera .cont-link div,
#about-home .cont-link div {
    /* height:50px;  */
    border: 3px solid white;
    transition: background-color .3s;
}

#botonera .cont-botonera .cont-link div:hover,
#about-home .cont-link div:hover {
    background-color: #8fc4e9;

}

/* @media (max-width:768px){
    #botonera .cont-botonera .cont-link:nth-child(1), #botonera .cont-botonera .cont-link:nth-child(3) {
        margin-right:10px;
    }
    #botonera .cont-botonera .cont-link:nth-child(2), #botonera .cont-botonera .cont-link:nth-child(4) {
        margin-left:10px;
    }
} */

#botonera .cont-botonera div a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
    transition: color .3s;
}

#botonera .cont-botonera .cont-link div:hover>a {
    color: #003a63;
}

@media(max-width:768px) {
    #banner {
        background-image: url("../recursos/LW_back_mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor .first-section .logo img {
        display: none;
    }

    .contenedor .first-section {
        margin-top: 55px;
        margin-bottom: 25px;
    }

    .contenedor .first-section .text-logo img {
        width: 50%;
    }

    #cta {
        display: block;
        margin-top: 270px;
    }

    #cta h2 {
        font-weight: 100;
        text-transform: none;
        margin-bottom: 3px;
    }

    #cta img.scroll {
        width: 20px;
        display: block;
        margin: auto;
        filter: invert();
        animation: pulse 4s infinite;
    }

    @keyframes pulse {
        0% {
            opacity: 0.2;
        }

        50% {
            opacity: 0.9;
        }

        100% {
            opacity: 0.2;
        }
    }

    #botonera {
        padding-top: 60px;
        margin-top: 0;
    }
}

@media(min-width:768px) {
    #banner {
        background-image: url("../recursos/banner_7.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -360px;
    }

    #home.home1 #banner {
        background-image: url("../recursos/banner_1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home.home2 #banner {
        background-image: url("../recursos/banner_2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home.home3 #banner {
        background-image: url("../recursos/banner_3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home.home4 #banner {
        background-image: url("../recursos/banner_4.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home.home5 #banner {
        background-image: url("../recursos/banner_5.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home.home6 #banner {
        background-image: url("../recursos/banner_6.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home.home7 #banner {
        background-image: url("../recursos/banner.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .contenedor .first-section .logo img {
        width: 180px;
    }

    .contenedor .first-section .text-logo img {
        width: 550px;
    }

    .contenedor .first-section .text-logo p {
        font-size: 28px;
    }

    .contenedor .contenedor-main h1 {
        font-size: 20px;
    }

    #botonera .cont-botonera .cont-link {
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }



}



/* Redes Home */

#redes_sociales {
    margin-top: 35px;
    margin-bottom: 35px;
}


#redes_sociales #cont-gral-redes {
    font-size: 0;
    text-align: center;
}

#redes_sociales #cont-gral-redes .cont-icon-redes {
    width: 60px;
    display: inline-block;
    text-align: center;
}

#redes_sociales #cont-gral-redes .cont-icon-redes a img {
    width: 45px;
}

@media (min-width: 768px) {
    #home #banner {
        overflow: visible !important;
        margin-bottom: 20px;
        position: relative
    }

    #home #banner:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
        background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
        background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    }
}

@media (min-width:992px) {
    #banner.contenedor {
        max-width: none;
    }

    #banner {
        width: 100%;
        display: inline-block;
        text-align: right;
        background-position-x: 40%;
        /* background-size: contain; */
        height: 100vh;
    }

    #banner #contenedor-banner {
        width: 50%;
        text-align: right;
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }

    .contenedor .first-section .logo,
    .contenedor .first-section .text-logo {
        width: 100%;
        text-align: left;
    }

    .contenedor .first-section .logo {
        display: none;
    }

    .contenedor .first-section .text-logo img {
        width: 350px;
    }

    .contenedor .first-section .text-logo p {
        font-size: 20px;
    }

    .contenedor .first-section {
        margin-bottom: 15px;
    }

    .contenedor .contenedor-main h1 {
        font-size: 16px;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 8px;
        max-width: 60%;
    }

    #botonera {
        margin-top: 15px;
    }

    #botonera .cont-botonera .cont-link {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #botonera .cont-botonera div a {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #botonera .cont-botonera .cont-link:first-child {
        padding-left: 0px;
    }

    #botonera .cont-botonera .cont-link:last-child {
        padding-right: 0px;
    }

    #redes_sociales {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #redes_sociales #cont-gral-redes {
        text-align: left;
    }

    #redes_sociales #cont-gral-redes .cont-icon-redes {
        text-align: left;
    }

}

.titulo {
    border-bottom: 3px solid white;
}


@media (min-width:768px) {
    .titulo {
        width: 70%;
        margin: 0 auto;
    }

}


.tick {
    font-size: 18px;
    color: #2CA01C;
}

.tick.text {
    color: black
}

.not-tick {
    font-size: 18px;
    color: #c43030;
}


footer {
    width: 100%;

}

.special_button_wrapper {
    margin: 40px 0
}

.special_button {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 12px 18px;
    background: #8fc4e9;
    color: black !important;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.special_button.secondary {
    display: none;
    top: initial;
    bottom: 30px
}

.special_button:hover {
    background: white;
    border-color: #8fc4e9
}

@media(min-width: 992px) {
    .special_button.secondary {
        display: block
    }
}

#wibson-privacy-footer {
    display: none;
}


/*WHATSAPP*/

#whatsapp-chat a:link,
#whatsapp-chat a:visited {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    max-height: 42px;
}

a.blantershow-chat:hover {
    box-shadow: 0 1px 15px rgb(76, 175, 80, 0.7);
    ;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 42px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 5rem;
    z-index: 1;
    margin-right: 6px;
}

a#send-it {
    width: 42px;
    font-weight: 700;
    padding: 8px 10px 0;
    background: #095e54;
    border-radius: 50%;
    z-index: 1;
}

a#send-it:hover {
    background: rgb(76, 175, 80);
}

a#send-it svg {
    fill: #d4d4d4;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

.blanter-msg {
    z-index: 1;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 10px 10px 10px;
    background-color: #e6ddd4;
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("../recursos/ws_background.png");
}


.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: white;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

/*WS MOBILE*/
@media (max-width: 992px) {
    a.blantershow-chat {
        padding: 10px;
    }

    a.blantershow-chat svg {
        transform: scale(2);
        margin: auto;
    }

    a.blantershow-chat span {
        display: none;
    }
}

.tbg_app {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.button,
ul.menu_options_list a {
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;
    border: none;
    background-color: #49b4ff;
    color: white;
    font-size: 18px;
    width: 40px;
    height: 40px;
    position: relative;
    transition: background 0.1s linear
}

.button:disabled {
    opacity: 0.6;
    background-color: #49b4ff !important;
    cursor: not-allowed
}

.button span {
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.button .icon-check_2 {
    font-size: 14px
}

.button:hover,
ul.menu_options_list a:hover {
    background-color: #2a89cc;
    transition: background 0.1s linear
}

.button.confirm,
.button.add {
    background-color: #2452a4
}

.button.confirm:hover,
.button.add:hover {
    background-color: #0e367d
}

.button.export {
    background-color: #217346;
    font-size: 21px
}

.button.export:hover {
    background-color: #154d2e
}

.tools.fixed {
    position: fixed;
    top: 5%;
    right: 30px;
    margin-bottom: 30px;
    z-index: 1;
    animation: anim_tools 0.6s ease-out
}

@media(max-width:992px) {
    .tools.fixed {
        top: inherit;
        bottom: 20px;
    }
}

.tools.fixed .button {
    box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.6);
    width: 50px;
    height: 50px
}


.messages {
    padding-top: 0;
    position: absolute;
    width: 100%;
    max-width: 500px;
    z-index: 1
}

.messages.fixed {
    position: fixed;
    top: 20px;
    right: 30px
}

.messages p {
    width: 100%;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    padding: 7px 10px;
    padding-right: 30px;
    padding-left: 40px;
    border-radius: 5px;
    background-color: #0096ff;
    color: white;
    opacity: 0.7
}

.messages p:first-child {
    margin: 0
}

.messages p:hover {
    opacity: 1
}

.messages p:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-family: 'Icomoon';
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.messages p span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px
}

.messages p .close {
    cursor: pointer;
    color: white;
    opacity: 0.7;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.messages p .close:before {
    font-family: 'Icomoon';
    content: '\e91a'
}

.messages p .close:hover {
    opacity: 1
}

.messages p.success {
    background-color: #0096ff
}

.messages p.success:before {
    content: '\e91f'
}

.messages p.error {
    background-color: #ff3737
}

.messages p.error:before {
    content: '\e91e'
}

.messages p.warning {
    background-color: #ffb239
}

.messages p.warning:before {
    content: '\e926'
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.button span {
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.menu_options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.menu_options_list {
    list-style-type: none;
    padding: 0;
}

ul.menu_options_list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul.menu_options_list a {
    border-radius: 10px;
    min-width: 280px;
    margin-top: 1rem;
    text-align: center;
    height: auto;
    padding: 1rem;
    font-size: 16px;
}

ul.menu_options_list a,
.logout_button {
    box-shadow: 2px 2px 4px rgb(51 51 51 / 60%);
}

.img-circle {
    border-radius: 100%;
}

.img-thumbnail {
    max-width: 40px;
    margin-right: 1rem;
}

.logged_user_data {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    min-width: 280px;
}

.login_button img {
    max-width: 200px;
}

.logout_button {
    margin: 3rem 0rem;
    width: 50px;
    height: 50px;
}

h4 {
    font-weight: 200;
}

h2 {
    font-weight: 500;
    color: rgb(92, 92, 92);
    font-size: 20px;
    text-align: center;
}

.seccion_title1 {
    margin-top: 4rem;
}

#google_login {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TITULO de SECCION*/
main {
    margin: auto;
    padding: 0px 20px;
}

main h1 {
    color: #2d2d2d;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-bottom: 3px;
}

main h1:before,
.title.separate_title:before,
.title.separate_title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 54px;
    height: 2px;
    background-color: #49b4ff
}

/* CAMPOS DE FORMULARIOS*/

input.small_field,
label select,
.multiple-input {
    border-radius: 10px;
    min-width: 280px;
    margin-bottom: 0.5rem;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid gray;
}

.multiple-input,
.multiple-input input.small_field {
    max-width: 280px;
    min-width: 250px;
    margin: 0 auto 0.5rem auto;
}

form.form {
    margin: 2rem 0;
    text-align: center;
}

label span.title {
    font-size: 10px;
    display: block;
}

td.status_pendiente {
    background-color: rgb(175, 40, 40);
    color: white;
}

td.status_aprobado {
    background-color: rgb(137, 202, 137);
}

#scoring,
#disponibilidad {
    overflow: none;
}




/* TABLAS */
.table_content{
    margin: 1.5rem auto;
    overflow: auto;
    width: 100%;
    position: relative;
    max-height: 70vh;
}



table {
    border: none;
    border-collapse: collapse;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%
}

table thead {
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    vertical-align: top
}

table thead th {
    padding: 9px 8px;
    color: #777777;
    font-weight: 300;
    font-size: 14px;
}

table thead th a {
    color: #777777
}

table thead th a span[class*="icon-"] {
    font-size: 10px;
    margin-left: 5px
}

table thead th a:hover {
    color: #505050
}

table tbody {
    vertical-align: top
}

table tbody .checbox_tab {
    padding: 13px 10px;
    text-align: center
}

table thead .checbox_tab {
    padding: 9px 10px;
    text-align: center
}

table tbody tr.selected,
table tbody tr:hover {
    background-color: #eff8ff
}

table tbody tr {
    border-bottom: 1px solid #ebebeb
}

table tbody td {
    padding: 3px;
    min-height: 60px;
    max-width: 310px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

table tbody td.no-items {
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    color: #969696;
    font-size: 18px
}

table tbody td a {
    padding: 15px 8px
}

table tbody td a {
    color: #2d2d2d;
    font-size: 15px;
    line-height: 16px;
    display: block
}

table tbody td a>.icon-sub_line {
    color: #989898;
    display: inline-block;
    margin-right: 5px
}

table tbody .bit_tab {
    padding: 12px 8px
}

table tbody .bit_tab a {
    padding: 0;
    display: inline-block;
    font-size: 20px
}

table tbody .bit_tab .icon-check {
    color: #94cb59
}

table tbody .bit_tab .icon-cross {
    color: #fd8182
}

table tbody .bit_tab.admin {
    text-align: right
}

table tbody .bit_tab .icon-key,
table tbody .bit_tab .icon-key_2 {
    color: #FFCF00
}

table tbody .action_tab {
    padding: 7px 15px
}

table tbody .action_tab>.link_button,
table tbody .action_tab>a {
    background-color: transparent;
    border: none;
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
    padding: 3px
}

table tbody .action_tab a:first-child,
table tbody .action_tab .link_button:first-child {
    margin: 0
}

table tbody .action_tab .edit {
    color: #ffb400
}

table tbody .action_tab .look {
    font-size: 15px;
    color: #49b4ff
}

table tbody .action_tab .delete {
    color: #fd8182
}

table tbody .action_tab .tooltip {
    min-width: 50px;
    padding: 5px 10px
}

table tbody .action_tab .tooltip:before {
    margin-top: -5px
}

table label.checkbox span {
    width: 15px;
    height: 15px;
    display: inline-block
}

table thead label.checkbox span {
    margin-top: 1px
}

table tbody label.checkbox span {
    margin-top: 2px
}


div.logo_container {
    margin: 2rem 0 1rem 0;
}

img.logo {
    max-width: 150px;
}


.form .popup,
.popup {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3
}

.popup .content {
    margin: 0;
    border: 2px solid #49b4ff;
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    width: calc(100% - 40px);
    padding: 20px 20px;
    padding-top: 30px;
    max-width: 500px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 10px
}

.popup .content .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    color: black;
    opacity: 0.3
}

.popup .content .close:hover {
    opacity: 1
}

.popup .controls {
    margin-top: 30px;
    text-align: center
}

.popup .controls>a,
.popup .controls>button {
    margin: 10px 20px;
    width: 48px;
    height: 48px
}

.popup .text {
    font-size: 20px;
    text-align: center
}

.popup .title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px
}

.popup label {
    font-size: 15px;
    text-align: left
}

.popup label i {
    color: #fd8182;
    font-style: normal
}

.popup .required {
    font-size: 12px
}

.popup.delete {
    text-align: center
}

.popup.delete p {
    font-size: 20px
}

.popup.delete ul {
    display: block;
    text-align: left;
    margin-left: 10px
}

.popup.delete ul li {
    list-style: disc;
    font-size: 10px;
    margin: 3px 0
}

.popup.delete ul li strong {
    font-size: 17px
}



.popup.popup_change_password .title {
    margin-bottom: 20px
}

.popup.popup_change_password label {
    margin-top: 15px;
    display: block
}

.popup.popup_change_password label span {
    margin-bottom: 3px;
    display: block
}

.search_box {
    max-width: 195px;
    margin-bottom: 1rem;
}

.input_group {
    position: relative;
    overflow: hidden
}

.input_group .submit_block,
.input_group .block_text,
.input_group .trigger,
.input_group button[type=submit],
.input_group button[type=button] {
    color: black;
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.input_group .submit_block {
    font-size: 12px
}

.input_group.left .submit_block,
.input_group.left .block_text,
.input_group.left .trigger,
.input_group.left button[type=submit],
.input_group.left button[type=button] {
    right: initial;
    left: 0
}

.input_group .submit_block:hover,
.input_group .trigger:hover,
.input_group button[type=button]:hover,
.input_group button[type=submit]:hover {
    color: #49b4ff
}

.input_group .block_text {
    color: #818181;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 11px 13px;
    line-height: 10px;
    border-radius: 3px 0 0 3px;
    height: calc(100% - 3px);
    left: 1px !important
}

.input_group.right .block_text {
    left: initial;
    right: 1px
}

.input_group.left .block_text+input {
    padding-left: 40px
}

.input_group.left input {
    padding-left: 35px
}

.form>label>.value .input_group+.input_group,
.form>div>.value .input_group+.input_group {
    margin-left: 20px
}

span.required {
    display: block;
    margin-bottom: 0.5rem;
}

.tools.tools-row {
    display: flex;
    flex-direction: row;
}

.tools.tools-row>* {
    margin-right: 0.5rem;
}