header {
    background-color: white;
    z-index: 1000;
    min-height: 100px;
    margin-top: -150px;
}

footer {
    min-height: 250px;

    background-color: rgba(98, 98, 98, 0.08);
    background-image: url("../imgs/backgrounds/footer.png");
    background-size: 175px;
    background-repeat: no-repeat;
    background-position: right;
}

.sectionA {
    display: block;
    min-height: 400px;
    padding-top: 24px;

    background-color: white;
    background-image: url("../imgs/backgrounds/a.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left top;
}

.sectionB {
    min-height: 400px;
    padding-top: 24px;

    background-color: rgba(98, 98, 98, 0.08);
    background-image: url("../imgs/backgrounds/b.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right top;
}

.sectionC {
    min-height: 150px;
    background-color: white;
    background-image: url("../imgs/backgrounds/c.png");
    background-repeat: repeat-x;
}

.sectionMain {
    margin-top: 150px;
    min-height: 150px;
    background-color: white;
    background-image: url("../imgs/backgrounds/c.png");
    background-repeat: repeat-x;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    color: #00009B;
}

h2 {
    padding-top: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #43B8AF;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #43B8AF;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #8E8F95;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    color: #8E8F95;
}

.menuLogo {
    height: 75px;
    width: 100%;
    object-fit: scale-down;
}

ul.menu {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
}

ul.menu li {
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
}

.menu a:link {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menu a:active {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

.menu a:after {
    content: url("../imgs/backgrounds/blank-indicator.png");
}

.menu a.active:after {
    display: block;
    width: 100%;
    text-align: center;
    content: url("../imgs/backgrounds/indicator.png");
}

.menu a:visited {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menu a:visited.active {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

ul.socialNetworks {
    justify-content: center;
    list-style-type: none;
    display: flex;
    width: 100%;
    text-align: right;
    margin: 8px 0 8px 0px;
}

ul.socialNetworks li {
    margin: 0 10px 0 0;
}

.searchInput {
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 8px;
    background-color: white;
    border: 1px solid black;
}

.inputSearch {
    border-width: 0px;
    background-color: white;
}

.inputSearch:focus {
    outline: none;
    border-width: 0px;
    background-color: white;
}

hr {
    margin: 0;
    padding: 0;
}

.copyright {
    padding-top: 8px;
}

ul.footerList {
    list-style-type: none;
}

ul.footerList li {
    margin: 30px 0 0 -40px;
}

ul.footerList li a {
    font-size: 16px;
    font-weight: bold;
    color: #8E8F95;
}

ul.footerList li a:visited {
    color: #8E8F95;
    font-weight: bold;
    text-decoration: none;
}

ul.footerList li a:hover {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

.footerElement {
    font-size: 12px;
}

.paragraph {
    font-size: 32px;
    display: block;
    text-align: justify;
}

h1.section {
    text-align: center;
    padding-bottom: 16px;
}

h1.alternative {
    color: #E88000;
}

h2.section {
    text-align: center;
    padding-bottom: 16px;
}

article {
    padding-bottom: 32px;
}

.logos {

}

.btnPrimary {
    margin-top: 16px;
    background-color: #43B8AF;
    border-color: lightgrey;
    border-radius: 10px;
    font-size: 20px;
    padding: 16px;
    width: 10rem;
    color: white;
}

.btnPrimary:hover {
    background-color: white;
    border-color: lightgrey;
    color: gray;
}

.btnSecondary {
    margin-top: 16px;
    background-color: white;
    border-color: lightgrey;
    border-radius: 10px;
    font-size: 20px;
    padding: 16px;
    width: 10rem;
    color: gray;
}

.btnSecondary:hover {
    background-color: #43B8AF;
    border-color: lightgrey;
    color: white;
}


.btnPrimarySubscribe {
    background-color: #43B8AF;
    border-color: lightgrey;
    border-radius: 10px;
    font-size: 20px;
    margin: 16px 0px 16px 0px;
    padding: 8px;
    color: white;
    width: 100%;
}

.btnPrimarySubscribe:hover {
    background-color: white;
    border-color: lightgrey;
    color: gray;
}

.btnSecondarySubscribe {
    background-color: white;
    border-color: lightgrey;
    border-radius: 10px;
    font-size: 20px;
    padding: 16px;
    width: 100%;
    color: gray;
    margin-top: 0px;
}

.btnSecondarySubscribe:hover {
    background-color: #43B8AF;
    border-color: lightgrey;
    color: white;
}

.selectCurso {
    margin-left: -5px;
    color: #E88000;
    font-weight: bold;
    border-color: transparent;
    font-size: 24px;
}

.buscadorCursos {
    margin-top: 0px;
}

@media only screen and (min-width: 1200px) {
    .banner-section {
        height: 650px;
        padding: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .sectionMain {
        padding-top: 35px;
    }
}
.banner-course {
    background-color: white;
    height: 100%;
    width: 100%;
    margin: 50px 0 100px 0;
    border-radius: 10px
}

.banner-course-information {
    width: 70%;
    min-height: 100%;
    float: left;
}

.banner-course-decription {
    padding: 0 30px 0 50px;
    text-align: justify;
}

.banner-course-actions {
    margin-top: 25px;
    margin-right: 30px;
    float: right;
}

.banner-course-action {
    margin-left: 50px;
    width: 15rem;
}

.banner-course-fyler {
    width: 30%;
    min-height: 100%;
    float: right;
    display: flex;
    justify-content: center;
}

.banner-course-fyler-img {
    margin: auto;
    object-fit: scale-down;
    width: 100%;
    min-height: 100%;
    padding: 20px 10px 10px 10px;
}

.profesor-card {
    display: inline-block;
    width: 300px;
    min-height: 450px;
    border-color: gray;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    margin: 25px;
}

.profesor-card-photo {
    display: inline-flex;
    justify-content: center;

    width: 200px;
    min-height: 200px;
    margin: 25px 50px 25px 50px;
}

.profesor-card-photo-img {
    margin: auto;
    object-fit: scale-down;
    width: 100%;
    min-height: 100%;
}

.profesor-card-name {
    margin-left: 25px;

    font-size: 16px;
}

.profesor-card-degree {
    margin-left: 25px;
    margin-bottom: 4px;
    font-size: 12px;
}

.profesor-card-institution {
    margin-left: 25px;
    margin-bottom: 4px;
    font-size: 12px;
}

.profesor-card-social-netwokrs {
    margin-right: 25px;
}

.img-rounded {
    border-color: transparent;
    border-radius: 50%;
}

.social-network {
    float: right;
    display: inline-block;
    margin-left: 10px;
}

.profesor-detail-card-photo {
    display: inline-flex;
    justify-content: center;

    width: 30%;
    min-height: 300px;
    padding: 25px;
    float: left;
    border-color: green;
}

.profesor-detail-card-photo-img {
    margin: auto;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.profesor-detail-card-information {
    display: inline-block;
    width: 70%;
    min-height: 300px;
    float: right;
    border-color: red;
    padding: 25px;
}

.profesor-detail-card-description {
    font-size: 12px;

    width: 100%;
    min-height: 70%;
    display: block;
    text-align: justify;
    font-size: 12px;
}

.profesor-detail-card-social-netwokrs {
    margin-right: 25px;
    display: block;

    width: 100%;
    min-height: 30%;
}

.resource-card {
    display: inline-block;
    width: 300px;
    min-height: 350px;
    border-color: gray;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    margin: 25px;
}

.resource-card-file {
    display: inline-flex;
    justify-content: center;

    width: 100px;
    min-height: 100px;
    margin: 50px 100px 50px 100px;
}

.resource-card-file-img {
    margin: auto;
    object-fit: scale-down;
    width: 100%;
    min-height: 100%;
}

.resource-card-name {
    margin-left: 25px;

    font-size: 16px;
}

.resource-card-date {
    margin-left: 25px;
    margin-bottom: 4px;
    font-size: 12px;
}

.resource-card-institution {
    margin-left: 25px;
    margin-bottom: 4px;
    font-size: 12px;
}

.resource-card-actions {
    margin-right: 25px;
}


.course-card {
    display: inline-block;
    width: 300px;
    min-height: 450px;
    border-color: gray;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
    margin: 25px;
    padding-right: 10px;
    padding-left: 10px;
}


.course-card-flyer {
    display: inline-flex;
    justify-content: center;

    width: 200px;
    min-height: 200px;
    margin: 25px 50px 25px 50px;
}

.course-card-flyer-img {
    margin: auto;
    object-fit: scale-down;
    width: 100%;
    min-height: 100%;
}

.course-card-name {
    font-size: 16px;
    font-weight: bold;
}

.course-card-teacher {
    font-size: 12px;
    color: grey;
}

.course-card-raiting {
    padding-top: 10px;
}

.course-card-raiting-stars {
    border-width: 0px;

    min-width: 152px;
    min-height: 23px;
    background-image: url("../imgs/raiting-0.png");
}

.course-card-raiting-stars.raiting-1 {
    background-image: url("../imgs/raiting-1.png");
}

.course-card-raiting-stars.raiting-2 {
    background-image: url("../imgs/raiting-2.png");
}

.course-card-raiting-stars.raiting-3 {
    background-image: url("../imgs/raiting-3.png");
}

.course-card-raiting-stars.raiting-4 {
    background-image: url("../imgs/raiting-4.png");
}

.course-card-raiting-stars.raiting-5 {
    background-image: url("../imgs/raiting-5.png");
}

.course-card-raiting-value {
    font-size: 10px;
}

.course-card-cost {
    text-align: right;

    padding-top: 10px;
}

.course-card-cost-title {
    font-size: 16px;
    font-weight: bold;
}

.course-card-cost-discount {
    margin-left: 5px;

    font-size: 10px;

}

.course-card-cost-value {
    margin-left: 5px;

    font-size: 24px;
    font-weight: bold;

}

.course-temary {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
}

.course-requirements {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
}

.inst-logos {
    display: flex;
    justify-content: center
}




