/* SECCIÓN DESPLEGABLES :: Unidades formativas */
.sec-desplegables-01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #edefeb;
}

.sec-desplegables-01 .mbr-iconfont {
    font-size: 1.2rem !important;
    font-family: 'Moririse2' !important;
    color: white;
    transition: all 0.3s;
    transform: rotate(180deg);
    padding-left: 0.5rem;
}

.sec-desplegables-01 .panel-group {
    border: none;
}

.sec-desplegables-01 .card-header {
    padding: 0rem;
}

@media (max-width: 767px) {
    .sec-desplegables-01 .card-header {
        padding: 0rem;
    }
}

.sec-desplegables-01 .panel-body {
    padding: 0rem;
    padding-bottom: 0.5rem;
    margin-top: 1rem;
}

.sec-desplegables-01 .img-col {
    padding: 0;
}

.sec-desplegables-01 .img-item {
    height: 100%;
}

.sec-desplegables-01 img {
    height: 100%;
    object-fit: cover;
}

.sec-desplegables-01 .collapsed span {
    transform: rotate(0deg);
}

.sec-desplegables-01 .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-desplegables-01 p {
    margin-bottom: 0.3rem;
}

.sec-desplegables-01 .panel-title-edit {
    color: #000000;
}

.sec-desplegables-01 .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
    border-radius: 2rem;
}

.sec-desplegables-01 .card {
    background: #3a75b0;
    padding: 2.25rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .sec-desplegables-01 .card {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sec-desplegables-01 .card {
        margin-bottom: 1rem;
        padding: 2rem 1.5rem;
    }
}

.sec-desplegables-01 .panel-text {
    color: #ffffff;
}

.sec-desplegables-01 .mbr-section-title {
    text-align: center;
    color: #3a75b0;
}

.sec-desplegables-01 .mbr-section-subtitle {
    color: #000000;
    text-align: center;
}

.sec-desplegables-01 .panel-title-edit,
.sec-desplegables-01 .mbr-iconfont {
    color: #ffffff;
}




/* SENCCIÓN POST-IT:: Documentos oficiales */
.sec-post-it {
    padding: 20px;
    z-index:-2;
    background-color: #edefeb;
} 

.sec-post-it .post-it .box {
    display: flex;
    /*justify-content: center;  Centra horizontalmente */
    align-items: center; /* Centra verticalmente */

    width: 50%;
    min-width: 250px;
    min-height: 120px;
    position: relative;
    border-radius: 5px;
    background: linear-gradient(to right, #edefeb 35%, #fff 100%);
    margin: 0 auto 40px auto;
    padding: 15px 25px 10px 40px;
    color: rgb(76, 76, 76);
    /* box-shadow: 1px 2px 1px -1px #777; */
    transition: background 350ms ease-in-out;

}

.sec-post-it .post-it .sombra {
    position: relative;
}

.sec-post-it .post-it .sombra:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    right: 7px;
    width: 25%;
    top: 0;
    box-shadow: 0 15px 4px 1px #777;
    transform: rotate(4deg);
    transition: all 350ms ease-in-out;
}

.sec-post-it .post-it .box:hover {
    background: linear-gradient(to right, #edefeb 0%, #edefeb 100%);
}

.sec-post-it .post-it .sombra:hover::before {
    transform: rotate(0deg);
    bottom: 20px;
    z-index: -10;
}

.sec-post-it .post-it .contenedor-icono,
.sec-tarjetas-01 .contenedor-icono,
.sec-tarjetas-iconos-01 .contenedor-icono{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #3a75b0; */
}

.sec-post-it .fi,
.sec-tarjetas-01 .fi,
.sec-tarjetas-iconos-01 .fi {
    font-size: 40px;
}

.sec-post-it .fi.color-1,
.sec-tarjetas-01 .fi.color-1,
.sec-tarjetas-iconos-01 .fi.color-1  {
    color: #3a75b0;
}

.sec-post-it .fi.color-2,
.sec-tarjetas-01 .fi.color-2 {
    color: white;
    background-color: #3a75b0;
}

.sec-tarjetas-iconos-01 .fi.color-3 {
    color: white;
    background-color: #80abd7;
}

.sec-post-it .post-it .circle,
.sec-tarjetas-01 .circle,
.sec-tarjetas-iconos-01 .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-right:40px;
    border-radius: 50%;
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0 0 0 0 white;
    background-color: #edefeb;
}

.sec-tarjetas-01 .circle.color-2 {
    background-color: #3a75b0;
}

.sec-tarjetas-iconos-01 .circle.color-3 {
    background-color: #80abd7;
}



/* SECCIÓN TARJETAS ICONOS :: Técnicas modernas avanzadas */

.sec-tarjetas-iconos-01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #80abd7;
}

.sec-tarjetas-iconos-01 .mbr-fallback-image.disabled {
    display: none;
}

.sec-tarjetas-iconos-01 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sec-tarjetas-iconos-01 .item-mb {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sec-tarjetas-iconos-01 .item-mb {
        margin-bottom: 1rem;
    }
}

.sec-tarjetas-iconos-01 .item-wrapper {
    background: #ffffff;
    padding: 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sec-tarjetas-iconos-01 .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 767px) {
    .sec-tarjetas-iconos-01 .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

.sec-tarjetas-iconos-01 .mbr-iconfont {
    display: inline-flex;
    font-size: 3rem;
    color: #2e481a;
    margin-bottom: 1rem;
    width: 80px;
    justify-content: center;
    align-items: center;
    background: #568ec7;
    height: 80px;
    border-radius: 50%;
}

.sec-tarjetas-iconos-01 .mbr-section-title {
    color: #ffffff;
}

.sec-tarjetas-iconos-01 .mbr-section-subtitle {
    color: #ffffff;
}

.sec-tarjetas-iconos-01 .card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec-tarjetas-iconos-01 .card-box .item-footer {
    margin-top: auto;
}

.sec-tarjetas-iconos-01 .content-head {
    max-width: 800px;
}

/* SECCION TEXTO CON DESTACADOS: Aprende Desarrollo Web de forma práctica */

.sec-txt-dest {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #3a75b0;
}

.sec-txt-dest .mbr-fallback-image.disabled {
    display: none;
}

.sec-txt-dest .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sec-txt-dest .mbr-text {
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sec-txt-dest .mbr-text {
        margin-bottom: 1rem;
    }
}

.sec-txt-dest .mbr-section-subtitle {
    color: #000000;
}

.sec-txt-dest .item-wrapper {
    background: #ffffff;
    margin-bottom: 2rem;
    padding: 2.25rem;
}

@media (max-width: 767px) {
    .sec-txt-dest .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sec-txt-dest .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

.sec-txt-dest .mbr-number {
    color: #d70081;
}

.sec-txt-dest .mbr-section-title {
    text-align: center;
    color: #ffffff;
}

.sec-txt-dest .mbr-subtitle {
    text-align: center;
    color: #edefeb;
}

.sec-txt-dest .card-text,
.sec-txt-dest .item .mbr-section-btn {
    text-align: left;
}



/* SENCCIÓN TARJETAS :: Contenidos extracurriculares */
.sec-tarjetas-01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #edefeb;
}

.sec-tarjetas-01 img,
.sec-tarjetas-01 .item-img {
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}

.sec-tarjetas-01 .item:focus,
.sec-tarjetas-01 span:focus {
    outline: none;
}

.sec-tarjetas-01 .item {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sec-tarjetas-01 .item {
        margin-bottom: 1rem;
    }
}

.sec-tarjetas-01 .item-wrapper {
    position: relative;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.sec-tarjetas-01 .item-wrapper .item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec-tarjetas-01 .item-wrapper .item-footer {
    margin-top: auto;
}

.sec-tarjetas-01 .item-wrapper .item-content {
    padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sec-tarjetas-01 .item-wrapper .item-content {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .sec-tarjetas-01 .item-wrapper .item-content {
        padding: 1.5rem;
    }
}

.sec-tarjetas-01 .mbr-section-title {
    color: #232323;
}

.sec-tarjetas-01 .mbr-text,
.sec-tarjetas-01 .mbr-section-btn {
    text-align: center;
}

.sec-tarjetas-01 .item-title {
    text-align: left;
}

.sec-tarjetas-01 .content-head {
    max-width: 800px;
}

.sec-tarjetas-01 .mbr-text,
.sec-tarjetas-01 .item-wrapper .mbr-section-btn {
    text-align: left;
}



/* SENCCIÓN TARJETAS :: Ventajas */


.sec-tarjetas-01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #3a75b0;
}

.sec-tarjetas-01 .mbr-fallback-image.disabled {
    display: none;
}

.sec-tarjetas-01 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sec-tarjetas-01 .item-mb {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sec-tarjetas-01 .item-mb {
        margin-bottom: 1rem;
    }
}

.sec-tarjetas-01 .item-wrapper {
    background: #ffffff;
    padding: 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sec-tarjetas-01 .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 767px) {
    .sec-tarjetas-01 .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

.sec-tarjetas-01 .mbr-iconfont {
    display: inline-flex;
    font-size: 3rem;
    color: #2e481a;
    margin-bottom: 1rem;
    width: 80px;
    justify-content: center;
    align-items: center;
    background: #80abd7;
    height: 80px;
    border-radius: 50%;
}

.sec-tarjetas-01 .mbr-section-title {
    color: #d70081;
}

.sec-tarjetas-01 .mbr-section-subtitle {
    color: #ffffff;
}

.sec-tarjetas-01 .card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec-tarjetas-01 .card-box .item-footer {
    margin-top: auto;
}

.sec-tarjetas-01 .content-head {
    max-width: 800px;
}

/* SECCION FORMULARIO */

.sec-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #fba869;
}

.sec-form .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.sec-form form .mbr-section-btn {
    text-align: center;
    width: 100%;
}

.sec-form form .mbr-section-btn .btn {
    display: inline-flex;
}

@media (max-width: 991px) {
    .sec-form form .mbr-section-btn .btn {
        width: 100%;
    }
}

.sec-form .content-head {
    max-width: 800px;
}

/* SECCION TARJETAS IMAGENES GRANDES: Siguientes módulos formativos */


.sec-tarjetas-img {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.sec-tarjetas-img .item-subtitle {
    line-height: 1.2;
    color: #232323;
    text-align: center;
}

.sec-tarjetas-img img,
.sec-tarjetas-img .item-img {
    width: 100%;
    height: 100%;
    height: 400px;
    object-fit: cover;
}

.sec-tarjetas-img .item:focus,
.sec-tarjetas-img span:focus {
    outline: none;
}

.sec-tarjetas-img .item {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sec-tarjetas-img .item {
        margin-bottom: 1rem;
    }
}

.sec-tarjetas-img .item-wrapper {
    position: relative;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.sec-tarjetas-img .mbr-section-title {
    color: #232323;
}

.sec-tarjetas-img .mbr-text,
.sec-tarjetas-img .mbr-section-btn {
    color: #232323;
    text-align: center;
}

.sec-tarjetas-img .item-title {
    color: #232323;
    text-align: center;
}

.sec-tarjetas-img .content-head {
    max-width: 800px;
}