﻿@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');

.text-white {
    color: white !important;
}

/*Spacing*/
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}




body {

    font-family: 'Fira Sans', sans-serif !important;
    padding: 0;
    margin: 0;
    color: rgba(50, 51, 51, 0.8);
    line-height: 1.8em;
    font-weight: 300;
    font-size: 17px;


}

p,
li {
    font-family: 'Fira Sans', sans-serif !important;
    padding: 0;
    margin: 0;
    color: rgba(50, 51, 51, 0.8);
    line-height: 1.8em;
    font-weight: 300;
    font-size: 17px;
}


main {
    padding: 6rem 0;
    min-height: calc(100vh - 380px);
    display: flex;
    flex-direction: column;

}

li {
    margin-bottom: 10px;

}

.lgx-registration-form h4 {
    color: white;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d74b1;
    font-family: 'Fira Sans', sans-serif !important;
    line-height: 3.1rem;
}

h1,
h2,
.lgx-heading .heading {
    color: #1a3862 !important;

    font-style: italic !important;
    font-weight: 600 !important;
    line-height: 1.25em;
    text-transform: none;

}

h3,
h5,
h6 {
    color: #0069B2;
}

h4 {
    color: #1a3862;
    font-size: 2.2rem;
    font-weight: 700;
}


@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 21px;
        line-height: 2.8rem;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .lgx-banner .lgx-inner {
        padding: 5rem 0 0rem;
    }

    h2,
    .h2 {
        font-size: 42px;
        line-height: 63px;
        font-size: 3.2rem;
        line-height: 6.300000000000001rem;
        line-height: 4.8rem;
    }
}

.lgx-testimonial .lgx-inner {
    background: transparent;
}
.lgx-testimonial {
    background: none !important;
}

.my-profile label {
    color: #005ea1;

}

p {
    margin-bottom: 15px;
}

.text-left {
    text-align: left !important;
}

.fw-light {
    font-weight: 300;
}

.fw-bold {
    font-weight: 600;
}

.bg-white {
    background: white !important;
}

.color-primary {
    color: #0d74b1 !important;
}

.color-secondary {
    color: #d73b95;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.h-100 {
    height: 100%;
}

.flex-1 {
    flex: 1;
}

.bg-white {
    background: white !important
}

.bg-light-blue {
    background: #eefaff;
}

.fw-300 {
    font-weight: 300 !important;
}

/* slider  */

.lgx-banner14,
.lgx-banner-inner,

.bg-light-blue,
.index,
main {
    background: url(../img/base.png) center center no-repeat !important;
    background-size: cover !important;
    position: relative;
    background-attachment: fixed !important;


}

.lgx-banner14:before {
    content: '';
    width: 100%;

    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    /*background: rgb(63 140 212 / 50%);*/
}

.color-white {
    color: white !important
}

.mt-5 {
    margin-top: 25px;
}


#lgx-countdown .lgx-days,
#lgx-countdown .lgx-hr,
#lgx-countdown .lgx-min,
#lgx-countdown .lgx-sec,
.lgx-banner-info .title i b:nth-child(1),
.lgx-banner-info .title span b:nth-child(1),
.lgx-banner-info .title i b:nth-child(2),
.lgx-banner-info .title span b:nth-child(2),
.lgx-banner-info .title i b:nth-child(3),
.lgx-banner-info .title span b:nth-child(3),
.lgx-banner-info .subtitle,
#lgx-countdown i {
    color: #d12685;
}

.lgx-banner-info .date {
    background: white;
    color: #0079ba;
    font-weight: 600;
    padding: 10px 60px 10px 20px;
    display: inline;
    display: block;
    margin-top: 20px;
}

.lgx-btn {
    border: 4px solid #0068b1;
    color: #fff !important;
    border: 0;
    background: #65508e !important;
    border-radius: 60px;
}

.lgx-btn-red {
    background: #C1237D !important;
    color: #ffffff !important;
    font-weight: bold;
    border: 0px;
}

.lgx-header-position-white .lgx-navbar .lgx-nav li a {
    font-family: 'Fira Sans', sans-serif !important;
    color: #1a3862;
    opacity: 1;
    font-weight: 300;
}

.lgx-news {
    background: transparent;
}

.lgx-header .menu-onscroll {
    background: white !important;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
    color: #005ea1 !important;
}

.lgx-header-position-fixed {
    position: fixed;
    z-index: 19;
    margin-top: 0;
    background: white;
}

.lgx-header .lgx-navbar .lgx-logo {
    padding-top: 7px;
}

.lgx-header .lgx-navbar .lgx-logo a img {
    width: 240px;
}

.lgx-header .menu-onscroll {
    background: rgb(2 119 186 / 88%);
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    max-width: 240px;
}

.lgx-about-registration-box {
    margin-top: -58px;
    background: linear-gradient(45deg, #764496, #d12685);
    background: linear-gradient(45deg, #764496, #2061a7);
}

.lgx-registration-form-box .title {

    margin-bottom: 0;
}

.lgx-about-content-area .lgx-heading .heading {

    color: white;
    text-align: center;

}



.lgx-banner .lgx-inner {
    padding: 11rem 0 6rem;
}




.lgx-inner {
    padding: 8rem 0;
}



.lgx-single-news {
    margin-bottom: 2.6rem;
    background: #ffffff;
    padding: 30px 15px;


}


.lgx-single-news .title {
    font-size: 2.5rem;
}

.otrosRecursos .lgx-single-news {
    min-height: 510px;
}

.otrosRecursos .lgx-single-news .title {
    font-size: 1.3em;
    margin-top: 20px;
    color: #1a3862;
    font-weight: 500;
}

/*Botones */
.wpcf7-submit:hover,
.lgx-submit:hover,
button:hover,
.lgx-btn:hover {
    color: #063558;
    border-radius: 0;
}

.wpcf7-submit:hover:after,
.lgx-submit:hover:after,
button:hover:after,
.lgx-btn:hover:after {
    border-radius: 0;
}


/* Tipografías */



/* Adolfo */


.check-error {
    color: #f00;
}


.swal2-popup {
    font-size: 1.6rem !important;
}


/* AGENDA */

.panel-default>.panel-heading {
    border-radius: 0px !important;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 0px !important;
}

.lgx-panel .lgx-single-schedule .schedule-info .time {
    background: rgb(2 119 186);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: .2rem 1rem;
    margin-bottom: .5rem;
    border-radius: 0;
    color: #fff;
}

.author-info strong {
    color: rgb(2 119 186);
    font-weight: 400;
    line-height: 2em;
    font-size: 18px;
}

/* REGISTRO */
/*#lgx-registro {
    background: url(/Assets/img/slider-1.jpg) left no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 4.2rem 3rem;
    text-align: center;
    box-shadow: 0 0 15px #5b6373;
}*/

#lgx .lgx-about {
    background: #f1f1f1;
}

.checkbox a {
    color: black !important
}

/* Footer */

.lgx-footer .lgx-inner-footer {
    background: #173864
}

.enlaces-legal a {
    color: white !important;

}

label {
    text-align: left;
    color: #fff;
    float: left;
    font-weight: 300;
}



.lgx-registration-form-box .wpcf7-form-control.wpcf7-submit,
.lgx-registration-form-box .wpcf7-form-control.lgx-submit,
.lgx-registration-form-box .wpcf7-submit,
.lgx-registration-form-box .lgx-submit {
    display: block;
    width: 100%;
    background: #efa506;
    margin-top: 2rem;
    color: #ffffff !important;
    font-weight: bold;
}

.lgx-registration-form-box .wpcf7-form-control.wpcf7-submit:hover,
.lgx-registration-form-box .wpcf7-form-control.lgx-submit:hover,
.lgx-registration-form-box .wpcf7-submit:hover,
.lgx-registration-form-box .lgx-submit:hover {
    background: #f1f1f1;
    color: #0072a9 !important;
    font-weight: bold;
}


#lgx-registro a {
    min-width: 100%;
    color: #0173b9;
}

#interior_ucRegistroAcceso_bRecordar {
    float: right;
    text-align: right;
    color: white;
}

.lgx-about-content {
    text-align: left;
    display: block;
    min-height: 220px;
}



#interior_ucRegistroAcceso_bRecordar {
    float: right;
    color: #fff !important;
}

/* Mobiles */

@media (max-width: 767px) {
    .lgx-inner {
        padding: 3rem 0;
    }



    .navbar {
        position: relative;
        min-height: 72px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }



    .navbar-default .navbar-toggle span {
        background-color: #1976d2 !important;
        width: 26px;
        height: 3px;
    }

    .lgx-header .lgx-navbar .lgx-logo a img,
    .lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
        max-width: 180px;
    }

    .lgx-banner .lgx-inner {
        padding: 0 0 0;
    }

    .lgx-btn {
        padding: 2rem 2.6rem;
        display: block;
        font-size: 16px;
    }

    .lgx-about-content .section-btn-area .lgx-btn {
        margin: 10px .3rem;
    }

}



/* Página gestión preguntas*/

.pagina-gestion-preguntas {
    min-height: 100vh;
    background: url(../img/slider-1.jpg) top center no-repeat;
    background-size: cover;
}

.pagina-gestion-preguntas .h1,
.pagina-gestion-preguntas h1 {
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.pagina-gestion-preguntas .card {
    padding: 32px 20px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 5px;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 6px -6px rgb(50 51 51 / 10%);
    -moz-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.1);
    box-shadow: 0 8px 6px -6px rgb(50 51 51 / 10%);
}

.lgx-heading {
    text-align: center;

    overflow: hidden;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.pagina-gestion-preguntas h5 {
    font-weight: bold;
    font-size: 1.6em;
}



.about-date-area .date span {
    position: relative;
    right: 0;
}


.about-date-area .date {

    width: 240px;
    height: 110px;
    text-align: center;
    margin-right: 0;
    border-radius: 16px;
}

.about-date-area p {
    margin-left: 10px;
}

.lgx-about-img-sp {
    padding: 0;
}

.lgx-single-speaker2 .speaker-info {
    background: #fff;
    padding: 3.5rem 1rem;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*  border: 1px solid #e8e8e8;*/
    border-radius: 14px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    /*    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);*/
    justify-content: center;
}

.lgx-tab-content {
    background: none;
}

.lgx-panel .lgx-single-schedule .schedule-info .time {
    background: #A82473;
}


.lgx-schedule .lgx-inner {
    background: none
}

.miniTitle {
    font-size: 3.5rem;

}

.header-interior:before {
    content: '';
    position: absolute;
    left: 0;
    background: rgb(255 255 255 / 78%);
    top: 0;
    width: 100%;
    height: 100%;
}

.circle-icon {
    color: #cdaec0;
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 50px;
}

.lgx-heading .subheading {
    font-size: 3rem;
    line-height: 1.3em;
    color: rgb(25 106 188);
    font-weight: 400;
    margin: 0;
}

/* Recursos */
.otrosRecursos .lgx-single-news .title {
    min-height: 90px;
    font-weight: 300;
    text-align: center;
    font-size: 16px !important;;
    margin-top: 20px;
    color: #1a3862;
    font-weight: 500 !important;
    line-height: 1.4;
}

.otrosRecursos .lgx-single-news .lgx-btn {
    margin-top: 1rem;
    margin: 1rem auto;
    display: block;
    width: 150px;
}

/* Examen  */
.radio-group label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(50, 51, 51, 0.8);

    margin-top: 6px;
    font-weight: 300;
    width: 100%;
}

.radio-group label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-group label:hover input~.checkmark {
    background-color: #ccc;
}

.radio-group label input:checked~.checkmark {
    background-color: #196abc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-group label input:checked~.checkmark:after {
    display: block;
}

.radio-group label .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.caja-acreditacion {
    background: #b0e8b0;
    border-radius: 10px;
}

.caja-acreditacion>p {
    color: green;
    font-size: 17px;
}


.lgx-single-speaker2 .speaker-info .subtitle {
    text-transform: none !important;
}

.speaker-info h5 {
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.5;
}

.speaker-info h6 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.5;

}

.lgx-single-speaker2:hover .speaker-info {
    background: #eefaff;
}

.lgx-single-speaker2:hover .speaker-info .title {
    color: #0069b2;
}

.lgx-single-speaker2 .speaker-info .title {
    font-size: 26px;
    line-height: 39px;
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: 300;
    margin: 0;
    color: #d12685;
}