html,
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: arial !important;
    background-color: #ecf0f7;
}

p {
    margin: 0!important;
}

.campus-wrapper {
    display: flex;
    justify-content: center;
}

header {
    width: 100%;
    height: 90px;
    background-color: #005294;
    padding: .5rem 1rem;
}

.header-max-width {
    max-width: 1140px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 993px) {
    .header-max-width {
        max-width: 1140px;
    }

}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .header-max-width {
        max-width: 720px;
    }

}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    .header-max-width {
        max-width: 540px;
    }

}

@media only screen and (max-width: 576px) {
    .header-max-width {
        max-width: 540px;
    }

}

.logo-aprender {
    height: 55px;
    width: auto;
    object-fit: contain;
    margin-top: 14px;
}

.header-right {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.rrhh-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 34.5%;
}

.rrhh-wrapper img {
    width: 160px;
    height: auto;

}



.queremos-wrapper {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Caveat', cursive;
    opacity: 0.8;
}

.mailto-header {
    margin-left: 0.7%;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #023e6f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mailto-header:hover {
    cursor: pointer
}

.fa-envelope {
    color: #d0cece !important;
    opacity: 0.5;
}

.fa-envelope:hover {
    opacity: 1;
}

.btn-login {
    margin-left: 6.8%;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 24px;
    border-radius: 25px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    transition: .1s all ease;
}

.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: #005294 !important;
    text-decoration: none !important;
}


/*Banner video*/

.content-video {
    position: relative;
    width: 100%;
}

.content-video button {
    background-image: url(../img/video-play.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: none;
    position: absolute;
    z-index: 3000;
    top: calc(90% - 45px);
    left: 0;
    overflow: hidden;
    text-indent: -1000px;
    display: none;
    right: 0;
    margin: 0 auto 0 auto;
}

.video {
    width: 100%
}

.course-wrapper {
    margin: 110px 0 163px 0;
}

.curso-section-bottom {
    max-width: 1300px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
}

.header-curso {
    width: 100%;
    height: 27px;
    background-image: linear-gradient(to right, #f6b63e, #fedfa1);
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #373737;
    padding-left: 67px;
    border-radius: 15px 15px 0 0;
}

.curso-content {
    display: flex;
}

.curso-col-izq {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-left: 67px;
}

.curso-col-der {
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-mod {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}

.featured-course {
    height: 44px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7700;
    text-transform: uppercase;
    width: 100%;
    margin-left: 40px!important;
}

.btn-conocer {
    width: 174px;
    height: 40px;
    border: none;
    background-color: #5F5F60;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    bottom: -37px;
    z-index: 1;
    border: none;
    border-radius: 25px;
    font-family: 'Rubik';
    font-weight: 500;
    align-items: center;
    padding: 0 25px;
}

.btn-conocer:hover {
    background-color: #373a3c;
}

.arrow-right {}

.curso-img-bottom {
    position: relative;
    bottom: 0;
    border-radius: 0 0 15px 15px;
}

.cards-wrapper {
    margin-bottom: 214px;
    max-width: 1124px;
}

.title-header-cards {
    font-family: Rubik;
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #373737;
    margin: 10px 0 60px 0;
}

.fw-500 {
    font-weight: 500;
}

.card {
    width: 490.2px;
    height: 324px;
    border-radius: 15px;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
}


.row {
    margin: 0 !important
}

.card-body {
    text-align: center;
    padding-top: 6px;
}

.logo-card {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 50px 0 10px 0;
}

.card:nth-of-type(1) .logo-card {
    background-color: rgba(255, 214, 241, 0.5);
}

.card:nth-of-type(2) .logo-card {
    background-color: rgba(208, 247, 195, 0.5);
}

.card:nth-of-type(3) .logo-card {
    background-color: rgba(255, 225, 189, 0.5);
}

.img-logo {
    align-self: center;
}

.card-title {
    font-family: Quickbrush;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: normal;
    text-align: center;
    color: #373737;
    margin-bottom: 4px;
}

.card-text {
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #717171;
}

.modal-img-lideres {
    width: 450px;
    height: auto;
    position: absolute;
    right: 86px;
}

.close-btn {
    background-color: initial;
    border: none;
    color: #ffffff;
    font-family: "Quickbrush";
    font-size: 60px;
    position: absolute;
    right: 30px;
    font-weight: 200;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.modal-content {
    border: none;
    border-radius: 10px;
    margin-left: 16px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
}

.modal {
    background-color: rgba(231, 237, 241, 0.6);
}

.modal-dialog {
    max-width: 1096px;
}

.modal-course-destacado {
    height: 44px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7700;
    text-transform: uppercase;
    width: 100%;
    padding-top: 14px;
    visibility: hidden;
}

.modal-course-title,
.course-title {
    font-family: 'Quickbrush';
    font-size: 61px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 57px;
    letter-spacing: normal;
    text-align: left;
    color: #373737;
}

.modal-course-subtitle,
.course-subtitle {
    font-family: 'Rubik';
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: left;
    color: #4cb1e9;
    text-transform: uppercase;
    padding: 8px 0 60px 0;
}

.modal-course-description {
    background-color: #faf9f5;
    padding: 80px 41px 25px 41px;
    margin: 23px 15px 15px 15px !important;
}

.description-d-generales h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #4cb1e9;
    max-width: 300px;
}

.description-d-generales ul {
    max-width: 420px;
}

.description-d-adicionales .datos-adicionales {
    margin: 0 0 35px 0;
}

.description-d-adicionales .datos-adicionales i {
    color: #4cb1e9;
    margin-right: 8px;
}

.modal-course-description,
.course-description {
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
}

.course-description {
    margin: 48px 0 0 0;
    max-width: 1024px;
}

.modal-course-title,
.modal-course-subtitle {
    padding-left: 52px;
}

.modal-course-description ul {
    padding-left: 16px;
    margin: 13px 0 35px 0;
}

.modal-backdrop {
    background-color: #fff;
}

footer {
    width: 100%;
    height: 130px;
    background-color: #0157A2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vl-footer {
    width: 1px;
    height: 45px;
    background-color: #80b4da;
    margin: 0 25px;
}

.logo-galeno-footer {
    width: 190px;
    height: auto;
    object-fit: contain;
}

.rrhh-img-footer {
    width: 200px;
    height: auto;
    object-fit: contain;
}


.datos-adicionales {
    padding: 0;
    display: block;
}

.datos-adicionales li {
    display: block;
    margin-bottom: 20px;
}

.datos-adicionales li span {
    height: 55px;
    display: block;
    float: left;
    margin-right: 10px;
}



@media only screen and (min-width: 1400px) {}

@media only screen and (min-width: 1001px) {}

@media only screen and (max-width: 1153px) {
    .rrhh-wrapper {
        display: none;
    }

    .btn-login {
        margin-left: 15px;
    }

    .curso-content {
        /* flex-flow: row-reverse; */
    }

    .curso-col-izq {
        /* padding-left: 0; */
    }

    .curso-col-der {
        max-width: 75%;
        left: 0;
    }

    .img-mod {
        /* width: 100%; */
        /* right: 130px; */
    }

    .curso-btn-wrapper {}

}

/*-----------Tablet---------------------*/

@media only screen and (max-width: 1250px) {
    .title-header-cards {
        line-height: 41px;
    }

    .card-body {}

    .card-text {
        line-height: 22px;
    }

    .course-description {
        width: 478px;
    }
}

/*-------------Mobile-----------*/

@media only screen and (max-width: 1000px) {
    header {
        height: 70px;
    }

    .logo-aprender {
        margin-left: 0;
        width: 160px;
    }

    .header-right {
        padding-right: 0;
    }

    .btn-login {
        padding: 5px 20px;
        margin: 0 0 0 15px;
    }

    .course-wrapper {
        margin-bottom: 90px;
    }

    .curso-section-bottom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .curso-content {
        padding: 0 35px 15px 35px;
        flex-flow: column-reverse;
    }

    .curso-col-izq {
        padding: 0;
    }

    .course-title,
    .modal-course-title {
        font-size: 33px;
        line-height: 44px;
    }

    .course-subtitle,
    .modal-course-subtitle {
        font-size: 48px;
    }

    .course-description,
    .modal-course-description {
        width: auto;
        margin-top: 0;
    }

    .curso-col-der {
        position: initial;
    }

    .curso-btn-wrapper {}

    .btn-conocer {
        /* position: initial; */
    }

    .img-mod {
        position: initial;
        max-width: 100%;
    }

    .curso-img-bottom {
        max-width: 100%;
    }

    .modal-img-lideres {
        display: none;
    }

    .modal-course-destacado {}

    .modal-course-title {
        /* font-size: 42px; */
    }

    .modal-course-subtitle {
        /* font-size: 48px; */
    }

    .modal-course-description {
        width: auto;
        margin-top: 0;
    }

    .title-header-cards {
        margin: 10px 10px 60px 10px;
        font-size: 29px;
        line-height: 35px;
    }

    .cards-wrapper {
        margin-bottom: 50px;
    }

    .card {
        width: auto;
        height: auto;
        margin-bottom: 35px !important;
        background-size: 102% 41px;
        background-position: top center;
    }

    .card-title {
        font-size: 28px;
    }

    .card-text {
        font-size: 15px;
        line-height: 20px;
    }

    footer {
        height: 70px;
    }

    .vl-footer {
        margin: 0 3%;
    }
}

@media only screen and (max-width: 768px) {

    .featured-course {
        margin-left: 22px;
    }

    .curso-content {
        padding: 0 25px 15px 25px;
    }

    .course-title {
        line-height: 30px;
        margin-left: 3px;
    }

    .modal-content {
        padding: 0;
    }

    .modal-course-title,
    .modal-course-subtitle,
    .modal-course-destacado {
        padding-left: 22px !important;
    }

    .modal-course-description {
        padding: 36px 15px 0 15px;
    }

    .course-subtitle,
    .modal-course-subtitle {
        padding: 0px 0 25px 0;
        font-size: 40px;
    }

    .description-d-adicionales .datos-adicionales {
        margin: 25px 0 45px 0;
        padding: 0;
    }

    .btn-conocer {
        bottom: -48px;
    }

    .card-deck {
        flex-flow: column;
    }
}

@media only screen and (max-width: 510px) {
    header {
        padding: 0 10px;
    }

    .logo-aprender {
        width: 132px;
    }

    .mailto-header {
        display: none;
    }

    .btn-login {
        font-size: 15px;
    }

    .btn-conocer {
        font-size: 15px;
        height: 35px;
        width: 183px;
        margin-top: 0;
    }

    .course-wrapper {
        margin-bottom: 110px;
    }

    .curso-col-der {
        margin-bottom: 15px;
    }

    .curso-img-bottom {
        height: 70px;
        object-fit: cover;
        border-radius: 0 0 15px 15px;
    }

    .title-header-cards {
        font-size: 25px;
        line-height: 31px;
    }

    .logo-galeno-footer {
        width: 126px;
        height: auto;
        object-fit: contain;
    }

}

@media only screen and (max-width: 320px) {
    .logo-aprender {
        margin-left: 0;
        width: 130px;
    }

    .header-right {
        padding-right: 0;
    }

    .btn-login {
        padding: 5px;
        margin: 0 0 0 10px;
        font-size: 15px;
    }

}

@media only screen and (max-device-width: 1000px) {}

/*-------------IOS-------------------*/

@supports(-webkit-overflow-scrolling: touch) {}

@font-face {
    font-family: "Quickbrush";
    src: url("../fonts/Quickbrush.ttf") format("truetype")
}


.courses-additional {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1140px;
    margin: auto;
}

@media screen and (max-width: 900px) {
    .courses-additional {
        display: block !important;
    }

    .course-additional {
        margin: 20px;
    }
}

.course-additional {
    background: #fff;
    padding: 30px 30px 80px 30px;
    border-radius: 15px;
    webkit-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 80, 150, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 8, 150, 0.1);
    position: relative;
}

.course-additional h5 {

    font-family: 'Rubik';
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4cb1e9;
    text-transform: uppercase;
    padding: 0;
}

.course-additional p {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #373737;
    margin: 0 0 20px 0;
}


.online {

    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;

    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7700;
    text-transform: uppercase;

    margin-top: 10px;
    display: inline-block;
    border: 2px solid #ff7700;
    border-radius: 5px;
}

.soon {

    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;

    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(200, 194, 221, 1);
    text-transform: uppercase;

    margin-top: 10px;
    display: inline-block;
    border: 2px solid rgba(200, 194, 221, 1);
    border-radius: 5px;
}


.courses-additional .soon,
.courses-additional .online {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
