﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');





body {
    color: #50626f;

    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;

}

.check-error {
    color:#ff0000;
}

h1,
h2,
h3 {
    font-family: "Montserrat", serif;
    font-weight: 900 !important;
}

h4 {
    font-family: "Montserrat", serif;
    font-weight: 650;
    font-size: 17px;
}

h1 {
    background: linear-gradient(90deg, #1d4d8c, #0087cc) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

h2,
h3 {
    background: linear-gradient(90deg, #3bae33, #0087cc) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

h5,
h6 {
    font-family: "Montserrat", serif;
    font-weight: 300;
    color: #0a272c
}

p,
li {
    color: #50626f;
    font-size: 17px;
    line-height: 1.5em;
}

ul {
    padding-left: 20px;
    margin: 0;
}

b,
strong {
    font-weight: bolder;
    font-weight: 600;
}



li {
    margin-bottom: 20px;
}

h2 {
    color: #980053;
}



.preloader {
    background-color: #f0f0f0;
}

.wpo-contact-pg-section {}



.wpo-contact-pg-section form>div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px;
}

.wpo-contact-pg-section input,
.wpo-contact-pg-section select,
.wpo-contact-pg-section textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
}

.wpo-contact-pg-section .submit-area .theme-btn,
.wpo-contact-pg-section .submit-area .view-cart-btn {
    border-radius: 0px;

    font-size: 16px;
}

.static-hero-s3 {
    text-align: center;
    height: 540px;
    background: radial-gradient(at 79% 82%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 33% 78%, rgba(5, 192, 199, 0.7) 0px, transparent 50%), radial-gradient(at 24% 16%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 99% 99%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 6% 6%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 56% 17%, rgba(5, 95, 199, 0.7) 0px, transparent 50%), radial-gradient(at 99% 4%, rgba(5, 95, 199, 0.7) 0px, transparent 50%), radial-gradient(at 98% 45%, rgba(5, 95, 199, 0.7) 0px, transparent 50%), radial-gradient(at 3% 94%, rgba(5, 192, 199, 0.7) 0px, transparent 50%);
    padding-top: 60px;
}

.pagRegistro {
    background: url("../images/Fondo-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pagRegistro {
    min-height: 70vh;
}

.sp-three {
    background: url(../images/Fondo-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: calc(70vh);
}

#temario {
    background: url(../images/Fondo-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    margin-top: -110px;
    padding-top: 180px;
}

#metodologia {
    background: url(../images/Fondo-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    margin-top: -110px;
    padding-top: 180px;
}

#temario .card {
    border-radius: 30px;
    background: white;
    background: linear-gradient(45deg, #ffffff75, #bbaeae00);
    backdrop-filter: blur(11px);
    box-shadow: 0px 0px 35px 0px rgba(20, 33, 43, 0.1);
    border-radius: 10px;
    border: 0px;
    bord
}

#temario h2,
#temario .card h2,
#temario p,
#temario li,
#metodologia>h2 {
    color: white !important;
}

#temario .card h2 {
    height: 110px;
    display: flex
}

#temario li {
    border-bottom: 1px solid #ffffff59;
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
    color: #ffffff !important;
}

#temario h5 {
    color: #ffffff !important;
}

#autores {
    box-shadow: 0 0 17px 5px #0000005e;
    backdrop-filter: blur(11px);
}

.static-hero-s3:after {
    display: none;
}


.wpo-team-section-s3 {
    background: white;
    position: relative;
    z-index: 1;
}


#autores {
    background: url(../images/adorno-1.png) top right no-repeat white;
    background-size: 300px;
}

.wpo-hero-slider .slide-title,
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.static-hero-s3 .slide-title,
.wpo-hero-slider-s2 .slide-title {
    max-width: 900px;
}



.theme-btn,
.view-cart-btn {
    border-radius: 50px;
    background: linear-gradient(90deg, #003a8d, #00aeec);
    border: 3px solid white;
    padding-right: 65px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: -2px 5px 10px #4444446b;
    text-transform: uppercase;
}

.theme-btn:after,
.view-cart-btn:after {
    border-radius: 50px;
    background: linear-gradient(45deg, #003a8d, #00aeec);
}

.static-hero-s2 .hero-content .slide-title-sub h5,
.static-hero-s3 .hero-content .slide-title-sub h5 {
    text-transform: inherit;
}

.static-hero .hero-content .slide-title-sub h5,
.static-hero-s2 .hero-content .slide-title-sub h5,
.static-hero-s3 .hero-content .slide-title-sub h5 {
    color: #443e40;
    font-size: 25px;
    font-weight: 100;
}

.wpo-site-header #navbar>ul>li>a {
    color: #00aeee;
    font-weight: 800;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
    color: #980053;
}

.btn-outline-primary {
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    color: #50626f;
    background: #fbfbfb;
    font-weight: 700 !important;
    box-shadow: 0px 4px 6px #453a3a29;
}

/*.wpo-site-header #navbar>ul>li>a:before {
    background: #980053;
}*/

.logo-navbar {
    display: none;
}

.sticky-on .logo-navbar {
    display: block;
}

.wpo-site-header #navbar {
    justify-content: left;
}

.men-acceso ul li {
    position: relative;
    margin-left: 10px;
    padding-right: 15px;
    display: inline-block;
}

.wpo-about-section-s3 .wpo-about-inner,
.wpo-about-section-s4 .wpo-about-inner {
    padding: 50px 90px;
    overflow: hidden;
    background: #ffffffcc;
    backdrop-filter: blur(11px);
}

.wpo-about-section-s3 .wpo-about-inner .shape-ab,
.wpo-about-section-s4 .wpo-about-inner .shape-ab {
    border-radius: 180px;
}

.wpo-about-section-s3 .wpo-about-inner .shape-ab:before,
.wpo-about-section-s4 .wpo-about-inner .shape-ab:before {
    border-radius: 180px;
    border: 1px solid #1471b0;
}

.wpo-about-section-s3 .wpo-about-inner .shape-ab,
.wpo-about-section-s4 .wpo-about-inner .shape-ab {
    background: linear-gradient(135deg, #b8d712 0%, #009a43 100%);
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active {
    background: #1471b0;
}

.btn-acceder-menu {
    border-radius: 50px;
    background: linear-gradient(45deg, #ffee00, #089d40);
    color: #ffffff;

    font-weight: 700 !important;
    box-shadow: 0px 4px 6px #453a3a1a;
}

.btn-acceder-menu:hover {
    background: #1471b0;
    color: #ffffff;
    border: 1px solid #1471b0;
}

.btn-acceder-menu {
    border-radius: 50px;
    background: linear-gradient(45deg, #ffee00, #089d40);
    color: #ffffff;
    font-weight: 700 !important;
    box-shadow: 0px 4px 6px #453a3a1a;
    height: 50px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-registrarse-menu:hover {
    background: #980053;
    color: #ffffff;
    border: 1px solid #980053;
}

nav li {
    margin-bottom: 0;
}

/* temario*/



.wpo-testimonial-section-s3 .wpo-testimonial-wrap .wpo-testimonial-items .owl-nav button {
    border: 1px solid #1471b0;
    color: #1471b0;
}

.wpo-testimonial-section-s3 .wpo-testimonial-wrap .wpo-testimonial-items .owl-nav button:hover {
    background: #1471b0;
}

.listado-temario {
    list-style-type: none;
}

.detalle-heart {
    width: 30px !important;
    margin-right: 10px;
}

.sub-listado-temario {
    margin-left: 30px;
}

.wpo-testimonial-section-s3 .wpo-testimonial-wrap .wpo-testimonial-items .owl-dots button.active {
    background: #1471b0;
}

.wpo-service-section-s4 .wpo-service-item.active .wpo-service-text .service-content a,
.wpo-service-section-s4 .wpo-service-item:hover .wpo-service-text .service-content a {
    background: #1471b0;
    border: 1px solid #1471b0;
}

.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content a:hover {
    background: #1471b0;
    border: 1px solid #1471b0;
}

.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content a {
    padding: 5px 25px;
    font-size: 15px;
    text-transform: inherit;
    border-radius: 25px;
}

/* autores*/
.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item:hover,
.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item.active {
    border: rgb(164 208 23 / 79%);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text,
.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text {
    background: rgb(164 208 23 / 79%);
    padding: 15px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text span,
.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h2,
.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
    font-size: 23px;
    color: white !important;
}

.wpo-team-text h4 {
    color: #0a272c;
    /* font-family: 'Roboto Slab', serif; */
    font-weight: 400;
    font-size: 17px;
}



/* metodologia*/
.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-icon {
    float: none;
    margin-right: auto;

}

.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content h2 {
    text-align: center;
}

.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content p {
    text-align: center;
}

.wpo-service-section-s4 .wpo-service-item.active,
.wpo-service-section-s4 .wpo-service-item:hover {
    background: #980053;
}

.wpo-service-section-s4 .wpo-service-item.active .wpo-service-text .service-content p,
.wpo-service-section-s4 .wpo-service-item:hover .wpo-service-text .service-content p {
    color: #ffffff;
}

.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content h2 {
    color: #980053;
    font-size: 20px;
}

/* acceso*/


#caja-login .wpo-subscribe-section-s2 {
    background: radial-gradient(at 79% 82%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 33% 78%, rgba(5, 192, 199, 0.7) 0px, transparent 50%), radial-gradient(at 24% 16%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 99% 99%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 6% 6%, rgba(151, 214, 216, 0.7) 0px, transparent 50%), radial-gradient(at 56% 17%, rgba(5, 95, 199, 0.7) 0px, transparent 50%), radial-gradient(at 99% 4%, rgba(5, 95, 199, 0.7) 0px, transparent 50%), radial-gradient(at 98% 45%, rgba(5, 95, 199, 0.7) 0px, transparent 50%), radial-gradient(at 3% 94%, rgba(5, 192, 199, 0.7) 0px, transparent 50%);
}

.wpo-subscribe-section-s2 .wpo-subscribe-wrap {
    padding: 50px 90px;
    overflow: hidden;
    background: #ffffffcc;
    backdrop-filter: blur(11px);
    box-shadow: 0px 0px 35px 0px rgba(20, 33, 43, 0.1);
    border-radius: 10px;
}


.wpo-subscribe-section .wpo-subscribe-wrap:before,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap:before {
    display: none;
}

.btn-acceder {
    border-radius: 50px;
    background: linear-gradient(45deg, #ffee00, #089d40);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 13px 35px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 1.0666666667rem;

    font-weight: 700 !important;
    box-shadow: 0px 4px 6px #453a3a1a;
}

.btn-acceder:hover {
    background: #1471b0;
    color: #ffffff;
    border: 1px solid #1471b0;

}

.btn-registrarse {
    border-radius: 50px;
    border: 0;
    display: inline-block;
    padding: 13px 35px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 1.0666666667rem;
    color: #50626f;
    border-color: #50626f;
    background: #fbfbfb;
    font-weight: 700 !important;
    box-shadow: 0px 4px 6px #453a3a29;

}

.btn-registrarse:hover {
    background: #980053;
    color: #ffffff;
    border: 1px solid #980053;

}

/* footer*/
.wpo-site-footer,
.wpo-site-footer-s2 {
    background: transparent !important;
}

.wpo-site-footer p,
.wpo-site-footer-s2 p {
    color: #50626f !important;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer {
    background: linear-gradient(45deg, #0088d1, #00afee);
}



.wpo-site-footer li,
.wpo-site-footer-s2 li {
    margin-bottom: 0;
}

.back-to-top {
    border: transparent;
    background-color: transparent;
}

.box-politicas {
    padding: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #ffffff;
}

.btn-dark {
    background: #980053;
    color: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    border: 0;
    font-size: 16px;
}

.wpo-blog-area-s2 .wpo-blog-wrap {
    position: inherit;
    bottom: 0px;
    margin-top: 0px;
}

/* interiores*/
.page-title {
    height: 260px;
    background: url(../images/Fondo-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.btn-outline-dark {
    color: #1471b0;
    border-color: #1471b0;
    margin-left: 20px;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1471b0;
    border-color: #1471b0;
}

.section-bg {
    background: #ffffff;
}

.border-box {
    padding: 30px 25px;
    border: 1px solid #efefef;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #980053;
    border-color: #980053 #980053 #980053;
    font-size: 18px;
}

.nav-tabs .nav-link {
    border: transparent;
}

.nav-link {
    color: #980053;

}

.wpo-blog-area .wpo-blog-wrap .blog-right-side .blog-item .blog-content h2 a,
.wpo-blog-area-s2 .wpo-blog-wrap .blog-right-side .blog-item .blog-content h2 a {
    color: #1471b0 !important;
}

.wpo-blog-area .wpo-blog-wrap .blog-right-side .blog-item .blog-content ul li,
.wpo-blog-area-s2 .wpo-blog-wrap .blog-right-side .blog-item .blog-content ul li {
    font-size: 16px;
    text-transform: inherit;
}

.wpo-blog-area-s2 .wpo-blog-wrap .blog-item .blog-content .arrow-btn {
    background: #1471b0;
}

.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-img .video-holder a,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .testimonial-img .video-holder a {
    color: #1471b0;
}

.box-1 {
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    margin: 15px 0;
    border-bottom: 1px solid #f3f3f3;
    /* min-height: 60px; */
    padding-bottom: 15px;
    background: #fff;
    min-height: 1px;
}

.link-list li a,
.link-list-2 li a {
    border-left: 8px solid #abcf39;
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/chevron-right.svg) 100% 50% no-repeat;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    color: #495057;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 0;
}

.link-list.indice li a,
.link-list.no-hover-effect li a {
    border-left: 0px;
    padding-left: 0;
    padding-right: 20px;
    background-size: 7px;
}

.page-title:before {
    /* background: #0657da; */
    background: transparent;
}

.page-title {
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 30px 0px 30px;
    top: 0;
    margin-bottom: 0;
}

.pull-left {
    float: left;
}


.page-title .title h2 {
    font-size: 40px;
    text-transform: none;
    position: relative;
    line-height: 60px;
    color: white !important;
    margin-top: 0;
    margin: 0;

}

.pull-right {
    float: right;
}

.page-title .title-manu li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 0px;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
    padding-left: 5px;
    margin-left: 0;
    border-radius: 30px;
    margin-top: 6px;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.page-title .container {
    height: auto;
    display: flex;
    flex-direction: column;
}

.page-title .title-manu li a {
    color: #ffffff;
    transition: all 500ms ease;
}



.pie-foto {
    color: #1471b0;
    text-align: center;
    font-style: italic;
}

.course-content .boton-navegacion {
    border-radius: 10px;
    padding: 1rem;
    margin: 15px 0;
    background: #980053;
    font-size: 14px;
    position: relative;
}

.flecha-continuar {
    width: 10px;
    position: absolute;
    font-size: 22px;
    top: 50%;
    margin-top: -11px;
    color: #f3f3f3;
    left: inherit;
    right: 15px;
}

.color-btn-enlaces:hover {
    color: #ffffff;
}

.flecha-continuar2 {
    width: 10px;
    position: absolute;
    font-size: 22px;
    top: 50%;
    margin-top: -11px;
    color: #f3f3f3;
    right: inherit;
    left: 15px;
}

.btn-anterior-menu {
    padding-left: 50px !important;
}

.simple-list {
    margin: 25px 0;
    padding-left: 30px;
}

.simple-list li {
    margin: 5px 0;
    border-bottom: 1px solid #eae7e7;
    padding-bottom: 15px;
    font-weight: 300;
    list-style-type: none;
    color: #50626f;
}

.course-content .panel-referencias {
    /*background: #f3f3f3;*/
    padding: 2rem;
    color: #000;
    border-radius: 13px;
    margin-top: 20px;
    border: 1px solid #dddddd;
}

.course-content .panel-referencias li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 13px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/assets/images/chevron-left-white.svg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: auto;
}

.accordion-button:not(.collapsed) {
    background-color: #69bf37;
    color: #ffffff;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(20 113 176 / 9%);
}

.list-normal {
    margin-left: 30px;
    font-size: 16px;
    line-height: 27px;
    color: #50626f;
}

.right-side-bar {
    padding: 30px 25px;
    border: 1px solid #efefef;
}

.sec-title-one {
    position: relative;
    bottom: 0px;
}

.side-bar-menu {
    padding-left: 0;
}

.side-bar-menu li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0;
    margin-bottom: 0;
}




.side-bar-menu li a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    line-height: 50px;
    color: #0a272c;
}

.border-box {
    padding: 30px 25px;
    border: 1px solid #efefef;
}

.row.mb {
    margin-bottom: 1.25em;
}

.row.mt {
    margin-top: 1.25em;
}

.rounded {
    border-radius: 0 !important;
    overflow: hidden;
}

.forum-category {
    background: white;
    color: hsl(199.44deg 100% 41.76%);
    font-weight: 600;
    font-size: 16px;
    border: 1px solid hsl(0deg 0% 86.77%);
}

.column {
    float: left;
}

.lpad {
    padding: 15px;
}

a.btn-dark {
    color: #fff;
    background-color: #980053;
    border-color: #980053;
    background: linear-gradient(45deg, #ffee00, #089d40);
    color: #ffffff;

    font-weight: 700 !important;
    box-shadow: 0px 4px 6px #453a3a1a;
}

.btn-dark:hover {
    background: linear-gradient(180deg, #009BDE, #005bac);
    color: #fff;
    border-radius: 50px;
}

a.btn {
    width: 100%;
    padding: 9px 30px;
    border: 1px solid;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.forum-head>.column {
    background-color: #fbfbfc;
    border: 1px solid hsl(0deg 0% 86.77%);
    color: hsl(108.18deg 55.92% 48.04%);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}



.bckg-grey {
    padding: 50px 20px;
}

a {
    color: #35ac34;
}

.APE_validar {
    color: red;
    border-top: 1px solid red;
    width: 100%;
    display: block;
    margin-top: 10px;
}


.APE_Enunciado {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #606060;
    margin-top: 40px;
    margin-bottom: 40px;
}

.APE_Respuestas table {
    width: 100%;
}

.APE_Respuestas tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.APE_Respuestas tbody tr {
    display: flex;
    flex: 0 0 20%;
    align-items: center;
}

.APE_Respuestas td {
    display: flex;
    align-items: center;
}

.APE_Respuestas label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 0;
    cursor: pointer;
}

.back-to-top:hover {
    color: #980053;
    background: #ffffff;
}

.back-to-top i:hover {
    color: #1471b0;
}

/*casos */
.caso-progreso li a.item-active,
.caso-progreso li a:hover {
    background: #1471b0 !important;
}

.navbar-caso .btn-outline-info {
    background-color: #1471b0 !important;
    border-color: #1471b0 !important;
}

.enunciado-pregunta {
    background: #1471b0 !important;
}

#contenedorCaso h4 {
    border-bottom: 1px solid #980053 !important;
    font-size: 20px !important;
}

#contenedorCaso .box-elemento-2 .box-header {
    background-color: #1471b0 !important;
}

.wrapper-caso #contenedorCaso {
    /*margin-bottom:97px;*/
    margin-bottom: 0px !important;
}

.pop-comentario-respuesta .fancybox-content {
    max-width: 50%;
}

.owl-dot {
    color: #980053 !important;
}

.owl-dot.active {
    background: #980053 !important;
    color: #ffffff !important;
}

.listado-casos {
    list-style-type: disclosure-closed;
    padding-left: 50px;
}

.theme-btn-continuar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.icon-box-body {
    margin: auto;
    transform: rotate(17deg);
    width: 100px !important;
}

.color-red {
    color: red;
}

.color-verde {
    color: #a4e64b !important;
}

.cookie-policy-box .content .btn {
    color: #980053;
}

.mercury-modulos {
    font-size: 12px;
}

.fa-book:before {
    color: #ffffff !important;
}

.scroll-to-top {
    background: #1471b0;
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    cursor: pointer;
    /*display: none;*/
    font-size: 30px;
    font-weight: normal;
    height: 55px;
    line-height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgb(27 27 27);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgb(27 27 27);
}

.caja {
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 9px 48.6px 5.4px rgb(133 133 133 / 31%); */
    color: #868d95;
    /* padding: 42px 47px 80px 42px; */
    border-radius: 3px;
    box-shadow: -1px 1px 6px 0px rgb(133 133 133 / 31%);
    padding: 2em 1.9em;
}

.btn-azul-intenso {
    background: #980053;
    color: #ffffff;
    margin: 20px auto;
    font-weight: 100;
    display: block;
    box-shadow: 0px 1px 0 rgb(162 162 162 / 48%);
    border-radius: 50px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.listado-cv {
    margin-left: 40px;
}

.ml-40 {
    margin-left: 40px;
}

p.patologia {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    color: #006da8;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.header-visor .fecha {
    color: #056fa7;
}

.d-md-block {
    display: block !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.wpo-site-header #navbar>ul>li>a:before {
    background: #980053;
}

/*.page-wrapper {
    background:rgb(71 71 71 / 4%);
}*/
.owl-nav {
    display: none;
}

.navbar-light .navbar-toggler {
    border-color: transparent;

}

.login-box {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin: 20px 0;
}

.btn-encuesta-curso {
    font-size: 15px !important;
    padding: 12px !important;
}

.APE_Respuestas {
    margin-left: 20px;
}

.APE_Respuestas tbody {
    display: block;
}

.APE_Respuestas tbody tr {
    margin-bottom: 10px;
}

.botonEnviarEncuesta {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 991px) {
    .page-title h2 {
        margin-top: 170px;
    }




    /*.title-manu {
    margin-top: -20px;
}*/
}




.open-btn .icon-bar {
    display: block;
    background: #980053;
    width: 33px;
    height: 6px;
    margin-bottom: 5px;
    border-radius: 50px;
    margin-left: 5px;
}


.navigation .header-right a {
    display: flex;
    padding: 2px 20px;
    line-height: 30px;
    align-items: center;
}

.navigation .header-right a i {
    margin-right: 3px;
}

.botonera-accesos {
    height: 50px;
}


.wpo-service-section-s4 .wpo-service-item {
    padding: 10px 10px;

}



.has-error input {
    background-color: #ef5f5f;
}


.wpo-header-style-6,
.wpo-header-style-7 {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 999;
}

.card {
    border-radius: 30px;
    background: white;
    background: #ffffffcc;
    backdrop-filter: blur(11px);
    box-shadow: 0px 0px 35px 0px rgba(20, 33, 43, 0.1);
    border-radius: 10px;
    border: 0px;
}

.card-body {
    padding: 40px;
}


.form-control {
    min-height: 54px;
    border-radius: 8px;
    padding: 10px 30px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    color: #50626f;
}



#metodologia .service-icon {
    width: 90px;
    height: 90px;
    margin: -80px auto 30px auto;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px #0e5179a3;
}

#metodologia .service-icon img {
    max-width: 45px;
}

.color-white {
    color: white !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    overflow: hidden;
    background: #ffffffcc;
    backdrop-filter: blur(11px);
    box-shadow: 0px 0px 35px 0px rgba(20, 33, 43, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.contenido-curso {
    background: #f6f6f6;

}

.table-responsive thead td {
    background: #f7f7f7;
}

.table-responsive td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.nav-unidad {
    gap: 16px;
}

/*
iframe {
    width: 100%;
    min-height: 660px;
}*/


.autoIframe {
    width: 100%;
    min-height: 404px;
}

@media (min-width: 768px) {

    .autoIframe {
        width: 100%;
        min-height: 650px;
    }
}



.nav-unidad a {
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    padding: 20px;
    flex: 0 0 50%;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.4s ease-in;
    padding-left: 38px;
    border-radius: 60px;
    position: relative;

}

.nav-unidad a:hover {
    background: linear-gradient(0deg, #f3f3f3, transparent);
    color: #00afee;
}

.nav-unidad a span.small {
    font-weight: 300;
}

.nav-unidad .nav-unidad-btn span.fa {
    font-size: 60px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #e9e9e9;
    text-shadow: 0px 1px 0px #ffffff;

}

.nav-unidad .nav-capitulo-anterior {
    text-align: right;
}

.nav-unidad .nav-capitulo-anterior span.fa {
    left: 40px;
    right: auto;


}

/*.course-item {
    color: #50626f;
    margin: 20px 0;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
    border-radius: 60px;
    padding-left: 29px;
}*/
.course-item a {
    color: #50626f;
    width: 100%;
    display: block;
    border-radius: 60px;
    margin: 20px 0;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
    padding-left: 29px;
    font-weight: 500;

}

.course-item a.visto {
    font-weight: 700;
    color: #3bae33;
    position: relative;

}

.course-item a.visto:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.section-padding {
    padding: 20px 0;
}



@media (max-width: 414px) {


    #temario .card h2 {
        height: auto;

    }

    .box-politicas {
        padding: 10px;
    }

    .login-info {
        float: none !important;
        text-align: center;
        width: 100%;
    }

    .wpo-site-header #navbar>ul>li>a {
        color: #ffffff;
    }

    .wpo-site-header #navbar {
        background: #1471b0;
    }

    .btn-encuesta-curso {
        font-size: 12px !important;
        padding: 12px !important;
    }

    .btn-encuesta-curso-realizar {
        font-size: 12px !important;
        padding: 12px !important;
    }

    /*  .title-manu {
      margin-top: -25px;
  }*/

    .page-title .title h2 {
        font-size: 17px;
        line-height: 22px;
    }

    .xs-mt52 {
        margin-top: 50px;
    }

    .wpo-site-header .header-right {
        right: -190px;
    }

    .static-hero-s3 {
        height: auto;
    }

    .xs-mb-20 {
        margin-bottom: 20px;
    }

    .wpo-about-section-s3 .wpo-about-inner,
    .wpo-about-section-s4 .wpo-about-inner {
        padding: 80px 30px;
    }

    .page-title .title-manu li {
        position: relative;
        font-size: 12px;
        line-height: 17px;
    }

    .APE_Respuestas {
        margin-left: 0;
    }

    .APE_Respuestas tbody tr {
        margin-bottom: 23px;
    }

    .APE_Enunciado {
        margin-top: 0;
    }

    .page-title {
        height: 170px;
    }

    .card-body {
        padding: 40px 10px;
    }

    .nav-unidad a {
        border-radius: 10px;
        font-size: 14px;
    }

    .nav-unidad .nav-unidad-btn span.fa {
        font-size: 38px;
        right: 10px;
    }

    .nav-unidad .nav-capitulo-anterior span.fa {
        left: 9px;
        right: auto;
    }

    .course-item a {
        border-radius: 16px;

    }

    .wpo-site-footer-s2 .wpo-lower-footer .link ul li a {
        color: #fff;
        font-size: 11px;
    }

}