/*
    Theme Name: System Plus Popayán
    Theme URI:
    Author: Wilmer Narváez
    Author URI: wilnarvaez@gmail.com
    Description: Tema personalizado creado para Sstem Plus de Colombia, sede Popayán.
    Version: 1.0
    License: Todos los derechos reservados
*/

/* @import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
 */
:root {
    --fuentePrincipal: 'Noto Sans JP', sans-serif;
    --fuenteTexto: 'Noto Sans JP', sans-serif;

    --titleSize: 2.6rem;

    --colorMenu: #333333;
    --colorMenuHover: #C44E1D;
    --colorTitulos: #C44E1D;
}

html {
    box-sizing: border-box;
    font-size: 62.5%; /* now 10px = 1rem! */
}
body {
    font-size: 16px; /* px fallback */
    font-size: 1.6rem; /* default font-size for document */
    line-height: 1.5; /* a nice line-height */
    font-family: var(--fuenteTexto);
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Encabezados */
h1,h2,h3,h4 {
    font-family: var(--fuentePrincipal);
    margin: 1rem 0;
    line-height: 1.2;
}

h1 {
    font-size: 6rem;
}
h2 {
    font-size: 4.8rem;
}
h3 {
    font-size: 3.6rem;
}
h4 {
    font-size: 2.4rem;
}

/* Global */
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}

.contenedor {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

/* Barra navegación */
/* .sysp-header {
    padding: 0.5rem 0;
} */

.logo {
    width: 13rem;
    display: flex;
    justify-content: flex-start;
}

.sysp-header a .logo {
    width: 16rem;
    display: flex;
    justify-content: flex-start;
    margin-left: 2rem;
}

@media (min-width: 768px) {
    .barra-navegacion {
        display: flex;
        justify-content: space-between;
        height: 6.5rem;
    }
}

@media (max-width: 768px) {
    /* .logo {
        display: none;
    } */
    .barra-navegacion {
        display: none;
    }
}


/* Menú */
.menu-principal {
    display: none;
}
.menu-principal a {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--colorMenu);
}
.menu-principal a:hover {
    color: var(--colorMenuHover);
}
.menu-principal .current_page_item a {
    font-weight: 600;
    color: var(--colorMenuHover);
}

@media (min-width: 768px) {
    .menu-principal {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: auto;
    }
    .menu-principal .menu {
        display: flex;
        justify-content: space-around;
    }
    .menu-principal li {
        margin-right: 2rem;
        text-align: center;
    }
    .menu-principal li:last-of-type{
        margin-right: 0;
    }

    .logo {
        width: 20rem;
    }
}

.redes img {
    margin-right: 0.7rem;
}
.redes #instagram {
    width: 1.3rem;
}
.redes #youtube {
    width: 1.9rem;
}
.redes #twitter {
    width: 1.6rem;
}
.redes #facebook {
    width: 0.8rem;
}

/* utilitarios */
.text-center {
    text-align: center;
}
.texto-primario {
    color: var(--colorTitulos);
}
.seccion {
    padding: 0.5rem 0;
}
.titulo {
    font-size: var(--titleSize);
}

/* Páginas */
.pagina h1 {
    margin-bottom: 2.3rem;
}

.imagen-destacada {
    margin-bottom:0.8rem;
}


/* HOME */
.redes-top {
    display: none;
}

.botones-superiores {
    position: relative;
    top: 0.7rem;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .botones-superiores {
        top: -1.2rem;
    }
}

.btnsSup {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    padding: 0 1rem;
}
@media (min-width: 768px) {
    .redes-top {
        display: block;
        padding: 0.1rem 2rem 0.1rem 0;
        background-color: #336699;
    }
    .redes-top .redes {
        text-align: right;
    }

    .btnsSup {
        width: 90%;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
        column-gap: 2rem;
        margin: 0 auto;
    }
}

.enlace_btnSup {
    display: table-cell;
    width: 1%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
}

@media (min-width: 768px) {
    .enlace_btnSup {
        border-radius: 0 0 1rem 1rem;
        height: 4.5rem;
        font-size: 1.2rem;
        vertical-align: middle;
    }
}

.container-middle-slider {
    padding-bottom: 2.3rem;
}


/* top slider */
.bx-wrapper-top {
    margin: 0!important;
    border: 0!important;
}
.bx-wrapper-top img {
    width: 100%!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: var(--colorMenuHover)!important;
}

.slicknav_menu {
    margin-bottom: 1rem;
}

/* middle slider */
.bx-wrapper {
    box-shadow: none!important;
    border: none!important;
    background: none!important;
}
.middle-slider li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.middle-slider li img{
    width: 38rem;
}
.middle-slider-body {
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
}
.middle-slider-body h1 {
    font-size: 2.3rem;
    color: var(--colorMenu);
    margin: 0 0 0.5rem 0;
}
.middle-slider-body p {
    color: #666666;
    margin: 0;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .middle-slider li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .middle-slider-body h1 {
        font-size: 3rem;
    }
    .middle-slider-body p {
        font-size: 1.5rem;
    }
}


/* Información Importante */
.informacion-destacada-imagen img {
    width: 100%!important;
}

.idb {
    width: 100%;
    padding: 6rem 7rem;
}
.idb-tag {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    color: #4D4D4D;
    padding-bottom: 1rem;
}
.idb-tag span {
    width: 6rem;
    border-bottom: 0.3rem solid #336699;
    margin-top: 0.5rem;
}
.idb-title {
    font-size: 3rem;
    font-weight: bold;
    color: #0A2E45;
    margin-bottom: 1.5rem;
}
.idb-texto {
    font-size: 1.25rem;
    font-weight: 300;
    color: #666666;
    margin-bottom: 3rem;
}
.idb-enlace a {
    font-size: 1.2rem;
    font-weight: 300;
    color: #ffffff;
    padding: 0.5rem 3rem;
    border-radius: 10rem;
    background-color: #006699;
}

@media (min-width: 768px) {
    .informacion-destacada-imagen {
        max-width: 100rem;
        overflow: hidden;
    }

    .informacion-destacada {
        display: flex;
    }

    .idb {
        width: 76%;
        padding: 2% 4.5%;
    }
}


/* boletín de correo */
.boletin-correo {
    background: rgba(203,52,29,1);
    background: -moz-linear-gradient(left, rgba(203,52,29,1) 0%, rgba(203,52,29,1) 32%, rgba(153,54,39,1) 64%, rgba(106,44,37,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,52,29,1)), color-stop(32%, rgba(203,52,29,1)), color-stop(64%, rgba(153,54,39,1)), color-stop(100%, rgba(106,44,37,1)));
    background: -webkit-linear-gradient(left, rgba(203,52,29,1) 0%, rgba(203,52,29,1) 32%, rgba(153,54,39,1) 64%, rgba(106,44,37,1) 100%);
    background: -o-linear-gradient(left, rgba(203,52,29,1) 0%, rgba(203,52,29,1) 32%, rgba(153,54,39,1) 64%, rgba(106,44,37,1) 100%);
    background: -ms-linear-gradient(left, rgba(203,52,29,1) 0%, rgba(203,52,29,1) 32%, rgba(153,54,39,1) 64%, rgba(106,44,37,1) 100%);
    background: linear-gradient(to right, rgba(203,52,29,1) 0%, rgba(203,52,29,1) 32%, rgba(153,54,39,1) 64%, rgba(106,44,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb341d', endColorstr='#6a2c25', GradientType=1 );
}

.boletin-correo {
    text-align: center;
    padding: 9rem 0;
}
.boletin-correo h1 {
    font-size: 2.7rem;
    color: #ffffff;
    padding-bottom: 1.8rem;
}
.boletin-correo input {
    width: 90%;
    max-width: 70rem;
    height: 4rem;
    font-size: 1.5rem;
    text-align: center;
    border: solid #ffffff;
    border-radius: 2rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.boletin-correo input:focus{
    outline: none;
}

.boletin-correo [type="submit"] {
    width: 90%;
    height: 4rem;
    color: #ffffff;
    border: solid 0.1rem #ffffff;
    border-radius: 2rem;
    padding: 0.5rem;
    background: transparent;
}

@media (min-width: 768px) {
    .boletin-correo input {
        width: 60%;
        max-width: 70rem;
        height: 4rem;
        font-size: 1.5rem;
        text-align: center;
        border: solid #ffffff;
        border-radius: 2rem;
        padding: 0.5rem;
        margin-bottom: 0;
    }
    .boletin-correo [type="submit"] {
        width: 15rem;
        height: 4rem;
        color: #ffffff;
        border: solid 0.1rem #ffffff;
        border-radius: 2rem;
        margin-left: 1rem;
        padding: 0.5rem;
        background: transparent;
    }
}

/* Footer */
.contenido-footer {
    padding: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    row-gap: 2rem;
    column-gap: 2rem;
    margin: 0 auto;
}
.contenido-footer .logo {
    width: 14rem;
    margin-bottom: 1rem;
}

.contenido-footer a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #8a8a8a;
}
.contenido-footer a:hover {
    color: var(--colorMenuHover);
}

@media (min-width: 768px) {
    .contenido-footer {
        display: flex;
        justify-content: space-around;
    }
    .contenido-footer li {
        margin-bottom: 1.3rem;
    }
    .contenido-footer a {
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--colorMenu);
    }
}


/*
 * CURSO DESCRIPTION
 */
.curso-header {
    display: flex;
    flex-direction: column;
    padding: 4rem 8rem 6rem 8rem;
    color: #ffffff;
    background-color: #911616;
}
.curso-header h1 {
    text-transform: capitalize;
    font-size: 3.5rem;
    margin: 0;
}
.curso-header h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 0.5rem;
}
.curso-header span {
    font-weight: 500;
}
.curso-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.curso-content {
    display: grid;
    margin: 1rem 2rem;
}
.curso-content .col1 {
    max-width: 92vw;
}
.curso-content .col1 p{
    color: #666666;
    text-align: justify;
}
.col1 img {
    width: 100%;
}

.curso-content-contenido {
    max-width: 92vw;
    overflow: scroll;
}

@media(min-width: 768px){
    .curso-content {
        grid-gap: 10px;
        margin: 2rem 5rem;
        grid-template-columns: auto auto auto;
    }
    .col2 {
        padding-left: 4rem;
    }

    .curso-content-info {
        margin: 0;
        padding: 4rem 2rem;
        background-color: #E6E6E6;
    }
}
@media(min-width: 1024px){
    .curso-content {
        grid-gap: 50px;
        margin: 3.2rem 7.8rem;
    }
}
@media(min-width: 1600px){
    .curso-content {
        grid-gap: 100px;
    }
}

@media(max-width: 768px){
    .curso-header {
        padding: 2rem 3rem 3rem 2rem;
    }
    .curso-header h1 {
        font-size: 2rem;
        padding-right: 1em;
        padding-top: 0.7em;
    }

    .curso-content {
        grid-template-columns: auto;
    }

    .curso-content-info {
        display: grid!important;
        margin: 0!important;
        grid-template-columns: auto auto;
    }
    
    .curso-content-info-detail {
        margin: 0.5em 0;
    }
}


.curso-content-info {
    display: flex;
    margin: 4rem 0;
    justify-content: space-around;
}
.curso-content-info-detail {
    display: flex;
}
.curso-content-info-detail-txt {
    display: flex;
    flex-direction: column;
    margin-left: 0.3rem;
}
.curso-content-info-detail-txt h4 {
    margin: 0;
    font-size: 1.3rem;
    color: #808080;
}
.curso-content-info-detail-txt span {
    font-size: 1.3rem;
    font-weight: 100;
    color: #808080;
}
.curso-content-info-detail img {
    width: 2.1rem;
}

.col2 {
    margin-top: 5rem;
    text-align: right;
}
.col2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col2 h2 {
    font-size: 3rem;
    color: #808080;
}
.col2-btn {
    width: 18rem;
    text-align: center;
    padding: 1.2rem 0;
    border-radius: 5rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 100;
    color: #ffffff;
    background-color: #B3B3B3;
}
.col2-btn:first-of-type {
    background-color: #911616;
}

.col2-other-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1rem;
    margin-top: 4rem;
}
.col2-other-links a {
    text-decoration: none;
    color: #B3B3B3;
}


/*
 * NOSOTROS (system Plus)
 */
.nosotros-header {
    margin: 2rem 16rem;
    text-align: center;
}
.nosotros-header h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #4D4D4D;
    text-transform: uppercase;
}
.nosotros-header h1 span {
    color: #C31B1C;
}
.nosotros-header p {
    font-size: 1.7rem;
    color: #666666;
    margin: 4rem 8rem 6rem 8rem;
}

.nosotros-middle {
    display: grid;
    grid-gap: 10rem;
    grid-template-columns: auto auto auto;
    padding: 10rem 14rem;
    background-color: #911616;
}
.nosotros-middle-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nosotros-middle-detail img {
    width: 12rem;
}
.nosotros-middle-detail h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
}

.nosotros-nuestra-historia {
    padding: 10rem 14rem;
    text-align: center;
}
.nosotros-nuestra-historia h1 {
    font-size: 4.2rem;
    text-transform: uppercase;
    color: #C31B1C;
    margin-bottom: 3rem;
}
.nosotros-nuestra-historia p, .nosotros-mision-vision p {
    line-height: 3.2rem;
    color: #666666;
}

.nosotros-mision-vision {
    display: grid;
    grid-gap: 10rem;
    grid-template-columns: auto auto auto;
    padding: 10rem 14rem;
    text-align: justify;
}
.nosotros-mision-vision h1 {
    font-size: 4.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 3rem;
}

.nosotros-objetivos {
    display: flex;
    align-items: center;
    padding: 5rem 14rem 10rem 14rem;
    flex-direction: column;
    color: #ffffff;
    background-color: #0A2E45;
}
.nosotros-objetivos h1 {
    font-size: 4.1rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    
}
.nosotros-objetivos span {
    width: 20rem;
    border-bottom: solid 1rem #C44E1D;
    border-width: 10px 1px;
}
.nosotros-objetivos-items {
    display: grid;
    grid-gap: 10rem;
    grid-template-columns: auto auto auto;
    margin-top: 9rem;
}
.nosotros-objetivos-items li {
    display: flex;
    margin-bottom: 7rem;
}
.nosotros-objetivos-items h4, .nosotros-objetivos-items p {
    margin: 0;
}
.nosotros-objetivos-items h4 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.nosotros-objetivos-items p {
    font-weight: 200;
    text-align: justify;
}
.nosotros-objetivos-items img {
    width: 5.2rem;
    margin-right: 1rem;
}


.nosotros-experiencia {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 14rem 10rem 14rem;
}
.nosotros-experiencia h1 {
    font-size: 4.1rem;
    text-transform: uppercase;
    color: #4D4D4D;
    margin: 0;
}
.nosotros-experiencia p {
    font-size: 2rem;
    color: #666666;
    margin-bottom: 2.8rem;
}
.nosotros-experiencia span {
    width: 19.7rem;
    border-bottom: solid 1rem #C31B1C;
    border-width: 10px 1px;
}
.experience li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.experience li img {
    width: 150px;
    max-width: 150px;
}
.nosotros-experiencia-slider .bx-viewport {
    height: 200px!important;
    margin-top: 5.5rem;
}

@media(max-width: 768px){
    .nosotros-header {
        margin: auto;
    }
    .nosotros-header h1 {
        font-size: 1.7rem;
    }
    .nosotros-header p {
        font-size: 1.6rem;
        margin: 2rem 8rem 3rem 8rem;
    }

    .nosotros-middle {
        display: block;
        padding: 3rem 5rem;
    }
    .nosotros-middle-detail {
        margin: 1.3rem 0;
    }
    .nosotros-middle-detail h4 {
        font-size: 1.6rem;
    }

    .nosotros-nuestra-historia {
        padding: 3rem 4rem;
    }
    
    .nosotros-mision-vision {
        display: block;
        padding: 3rem 4rem;
    }
    .nosotros-mision {
        margin-bottom: 5rem;
    }

    .nosotros-objetivos {
        padding: 1rem 4rem;
    }
    .nosotros-objetivos h1 {
        margin-top: 3rem;
        font-size: 3rem;
        text-align: center;
    }
    .nosotros-objetivos-items {
        display: block;
        margin-top: 6rem;
    }

}


/* LISTA DE CURSOS */
.cursos-header{
    display: flex;
    flex-direction: column;
    padding: 2rem 8rem;
    color: #ffffff;
    background-color: #911616;
}
.cursos-header h1 {
    font-size: 2.3rem;
    text-transform: uppercase;
}

.category_courses{ 
    text-align: center;
}
.category_courses h1{
    font-size: 1.8rem;
    color: #0A2E45;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 2.3rem;
}
.category_courses ul{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px; */
    align-items: center;
    border-bottom:solid 1px #e0e0e0;
    padding-bottom: 3rem;
}
.category_courses ul li{
    width: 200px;
    height: 80px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #C44E1D;
}

@media(max-width: 768px){
    .category_courses ul{
        display: flex;
        gap: 10px;
        justify-content: center;
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        align-items: center;
        border-bottom:solid 1px #e0e0e0;
    }
}

.courses-list-body{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 2.4rem; */
}
.courses-list-body h3 {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #ffffff;
    padding: 2rem 1.4rem;
    /* background-color: #C44E1D; */
}

/* Directivos y Docentes */

.directivos{
    margin: 0 5rem;
}
.directivos h1 {
    font-size: 3.7rem;
    color: #666666;
}