@charset "UTF-8";

body {
    background: #fff !important;
}

p {
    color: #4C4C4C;
    margin: 0 !important;
}

button {
    outline: none;
}

.header-ppal {
    padding-top: 8px;
    padding-bottom: 5px;
    width: auto;
    height: 50px;
}

.header-licmed {
    /* background-image: url('../imgs/jpg/bigstock-Male-Doctor-In-The-Hospital-190586731.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: aliceblue;
    height: 10rem;
    padding: 3rem 4rem;
}

/*contenedores*/
.lm-item-box {
    padding: 3rem 2rem;
    border-radius: 10px;
}

.lm-definicion {
    border: 2px solid #FFB320;
    border-radius: 8px;
    width: 100%;
    padding: 0.7rem 1rem;
}

.tlm-box {
    border-radius: 8px;
    width: 100%;
    padding: 0.7rem 1rem;
    background-color: #FFF;
    /* background-color: #F0F8FF; */
}

    .tlm-box p {
        color: #00a599;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0.8rem !important;
    }

    .tlm-box img {
        width: 5rem;
    }

    .tlm-box button {
        background: #fff;
        color: #FFB320;
        border: 1px solid #FFB320;
        border-radius: 20px;
        font-size: 14px;
    }

.banner-covid {
    background: #FFF4E0;
    padding: 1.5rem;
}

    .banner-covid div p span img {
        width: 0.8rem;
        margin-right: 0.7rem;
    }

#covid-arrow, .arrow{
    cursor: pointer;
    transition:0.5s ease-out;
}

.covid-arrow-trsn, .arrow-trsn{
    transition:0.5s ease-out;
    transform: rotate(180deg);
}


.banner-covid-info {
    max-height: 0;
    transition: max-height 0.25s ease-in;
}

    .banner-covid-info p {
        font-size: 13px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-covid-info-trns {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

    .banner-covid-info-trns p {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-covid-info p a {
    text-decoration: underline;
}

.banner-tipo-trab {
    padding: 1.5rem;
}


/*Banner trab dependiente*/

.banner-t_dependiente {
    background: #FFF4E0;
    padding: 1.5rem;
}

    .banner-t_dependiente div p span img {
        width: 0.8rem;
        margin-right: 0.7rem;
    }

#t_dependiente-arrow {
    cursor: pointer;
    transition: 0.5s ease-out;
}

.t_dependiente-arrow-trsn {
    transition: 0.5s ease-out;
    transform: rotate(180deg);
}


.banner-t_dependiente-info {
    max-height: 0;
    transition: max-height 0.25s ease-in;
}

    .banner-t_dependiente-info p {
        font-size: 13px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-t_dependiente-info-trns {
    max-height: fit-content;
    transition: max-height 0.25s ease-in;
}


    .banner-t_dependiente-info-trns p {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-t_dependiente-info p a {
    text-decoration: underline;
}

/*Banner trab independiente_v*/

.banner-t_independiente_v {
    background: #FFF4E0;
    padding: 1.5rem;
}

    .banner-t_independiente_v div p span img {
        width: 0.8rem;
        margin-right: 0.7rem;
    }

#t_independiente_v-arrow {
    cursor: pointer;
    transition: 0.5s ease-out;
}

.t_independiente_v-arrow-trsn {
    transition: 0.5s ease-out;
    transform: rotate(180deg);
}


.banner-t_independiente_v-info {
    max-height: 0;
    transition: max-height 0.25s ease-in;
}

    .banner-t_independiente_v-info p {
        font-size: 13px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-t_independiente_v-info-trns {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

    .banner-t_independiente_v-info-trns p {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-t_independiente_v-info p a {
    text-decoration: underline;
}

/*Banner trab independiente_o*/

.banner-t_independiente_o {
    background: #FFF4E0;
    padding: 1.5rem;
}

    .banner-t_independiente_o div p span img {
        width: 0.8rem;
        margin-right: 0.7rem;
    }

#t_independiente_o-arrow {
    cursor: pointer;
    transition: 0.5s ease-out;
}

.t_independiente_o-arrow-trsn {
    transition: 0.5s ease-out;
    transform: rotate(180deg);
}


.banner-t_independiente_o-info {
    max-height: 0;
    transition: max-height 0.25s ease-in;
}

    .banner-t_independiente_o-info p {
        font-size: 13px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-t_independiente_o-info-trns {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

    .banner-t_independiente_o-info-trns p {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.25s linear,opacity 0.3s linear;
    }

.banner-t_independiente_o-info p a {
    text-decoration: underline;
}

/*etapas licencia*/
.etapa-box {
    padding: 2rem 2rem;
}

    .etapa-box p, .etapa-box ul li {
        font-size: 14px;
    }

.req-lm p {
    font-weight: 600;
    color: #00A599;
    font-size: 15px;
    margin-bottom: 1rem !important;
}

.faq-box{
    padding: 1rem;
    background: #fff;
    border-left: 3px solid #00a599;
}

.faq-answer{
    margin-top: 2rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.faq-answer-trsn{
    visibility: visible;
    opacity: 1;
}

/*modales tipo LM*/

.tipo-modal-header {
    background-repeat: no-repeat;
    background-position: center;
    height: 9rem;
    padding-top: 40%;
    background-position-y: 13px;
}

.tipo1 {
    background-image: url(ca-icons8-illness-100.png);
}

.tipo2 {
    background-image: url(ca-icons8-pills-100.png);
}

.tipo3 {
    background-image: url(ca-icons8-woman-with-baby-100);
}

.tipo4 {
    background-image: url(ca-icons8-bebé-100.png);
}

.tipo7 {
    background-image: url(ca-icons8-embryo-100.png);
}

.tipo8 {
    background-image: url(ca-icons8-father-100.png);
}

.SANNA {
    background-image: url(ca-icons8-children-100.png);
}

.tipo5 {
    background-image: url(ca-icons8-venda-triangular-100);
}

.tipo6 {
    background-image: url(ca-icons8-depression-100.png);
}

.LMPP {
    background-image: url(ca-icons8-bebé-100.png);
}

.tipo-desc {
    margin-top: 20px;
    margin-bottom: 25px;
}

.tipo-desc p {
	font-size: 1rem;
}

/*reset swal2*/
.swal2-modal {
    border-radius: 1rem !important;
    width: 40% !important;
}

.swal2-close:focus {
    box-shadow: none !important;
}
/** media queries **/

@media only screen and (max-width: 768px) {

    .header-licmed {
        height: 13rem;
    }

    #deficion-lm-section {
        margin-top: -65px !important;
    }

    .lm-definicion {
        margin: 0 auto;
        margin-bottom: 0.8rem;
    }

    .swal2-modal {
        width: 90% !important;
    }

    .divMenu {
        display: none;
    }

    .divTituloHeader {
        margin-left: -50px !important;
        margin-top: -30px !important;
    }
}

/*@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}*/

/*# sourceMappingURL=main.css.map */