@import "icomoon.css";
/* Fonts */
@font-face {
    font-family: 'BebasNeue Regular';
    src:  url('../fonts/BebasNeue-Regular/BebasNeue-Regular.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue-Regular/BebasNeue-Regular.ttf?fb7tjq') format('truetype'),
    url('../fonts/BebasNeue-Regular/BebasNeue-Regular.woff?fb7tjq') format('woff'),
    url('../fonts/BebasNeue-Regular/BebasNeue-Regular.woff2?fb7tjq') format('woff2'),
    url('../fonts/BebasNeue-Regular/BebasNeue-Regular.svg?fb7tjq#icomoon') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'Poppins';
    src:  url('../fonts/Poppins-Light/Poppins-Light.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Light/Poppins-Light.ttf?fb7tjq') format('truetype'),
    url('../fonts/Poppins-Light/Poppins-Light.woff?fb7tjq') format('woff'),
    url('../fonts/Poppins-Light/Poppins-Light.woff2?fb7tjq') format('woff2'),
    url('../fonts/Poppins-Light/Poppins-Light.svg?fb7tjq#icomoon') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'Poppins';
    src:  url('../fonts/Poppins-Bold/Poppins-Bold.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold/Poppins-Bold.ttf?fb7tjq') format('truetype'),
    url('../fonts/Poppins-Bold/Poppins-Bold.woff?fb7tjq') format('woff'),
    url('../fonts/Poppins-Bold/Poppins-Bold.woff2?fb7tjq') format('woff2'),
    url('../fonts/Poppins-Bold/Poppins-Bold.svg?fb7tjq#icomoon') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'Anek';
src:url('../fonts/anek/anek-kannada-v4-kannada-700.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/anek/anek-kannada-v4-kannada-700.ttf?fb7tjq') format('truetype'),
    url('../fonts/anek/anek-kannada-v4-kannada-700.woff?fb7tjq') format('woff'),
    url('../fonts/anek/anek-kannada-v4-kannada-700.woff2?fb7tjq') format('woff2'),
    url('../fonts/anek/anek-kannada-v4-kannada-700.svg?fb7tjq#icomoon') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'Anek';
src:url('../fonts/anek/anek-kannada-v4-kannada-500.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/anek/anek-kannada-v4-kannada-500.ttf?fb7tjq') format('truetype'),
    url('../fonts/anek/anek-kannada-v4-kannada-500.woff?fb7tjq') format('woff'),
    url('../fonts/anek/anek-kannada-v4-kannada-500.woff2?fb7tjq') format('woff2'),
    url('../fonts/anek/anek-kannada-v4-kannada-500.svg?fb7tjq#icomoon') format('svg');
    font-weight:500;
}
@font-face {
    font-family: 'Anek';
src:url('../fonts/anek/anek-kannada-v4-kannada-600.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/anek/anek-kannada-v4-kannada-600.ttf?fb7tjq') format('truetype'),
    url('../fonts/anek/anek-kannada-v4-kannada-600.woff?fb7tjq') format('woff'),
    url('../fonts/anek/anek-kannada-v4-kannada-600.woff2?fb7tjq') format('woff2'),
    url('../fonts/anek/anek-kannada-v4-kannada-600.svg?fb7tjq#icomoon') format('svg');
    font-weight:600;
}
@font-face {
    font-family: 'Anek';
src:url('../fonts/anek/anek-kannada-v4-kannada-regular.eot?fb7tjq#iefix') format('embedded-opentype'),
    url('../fonts/anek/anek-kannada-v4-kannada-regular.ttf?fb7tjq') format('truetype'),
    url('../fonts/anek/anek-kannada-v4-kannada-regular.woff?fb7tjq') format('woff'),
    url('../fonts/anek/anek-kannada-v4-kannada-regular.woff2?fb7tjq') format('woff2'),
    url('../fonts/anek/anek-kannada-v4-kannada-regular.svg?fb7tjq#icomoon') format('svg');
    font-weight:regular;
}
/* General */
* {
    box-sizing: border-box;
}
html {
    font-size: 15px;
}
body, html {
    color: #000000;
    font-family: 'Anek', serif;
    font-weight: 500;
    margin: 0;
}
img, iframe {
    max-width: 100%;
}
a {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease all;
}
a:hover {
    text-decoration: none;
}
p {
    font-size: 1.06rem;
    line-height: 1.8rem;
}
.fw-600 {
    font-weight: 600;
}
/* Header */
header .logo {
    left: 3.5%;
    position: absolute;
    top: 5%;
}
header .logo img {
    width: 18rem;
}
/* General */
.title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.9rem;
    text-align: center;
}
.title::after {
    background: #196d93;
    content: '';
    display: block;
    height: 0.6rem;
    margin: 1.2rem auto 0;
    width: 6.5rem;
}
.title-divider {
    border-bottom: 1px solid #ebebeb;
    height: 5px;
    display: block;
    margin: 0.8rem 0 2rem;
}
.title-divider::before {
    background: #c5273e;
    content: "";
    height: 5px;
    position: absolute;
    width: 2.35rem;
}
.title-divider.blue::before {
    background: #1e73be;
}
.subtitle {
    font-size: 2rem;
}
.section-divider {
    background: #196d93;
    display: block;
    height: 0.2rem;
    margin: 3.2rem auto 0;
    width: 45%;
}
.table-bordered td, .table-bordered th {
    border-left: 0;
    border-right: 0;
    color: #444444;
}
.card-shadow {
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0,0,0,0.3);
    margin: -8.5% 13.5% 5%;
    padding: 6% 3.5% 4%;
    position: relative;
    text-align: center;
    z-index: 1;
}
.card-shadow p {
    font-size: 1.8rem;
    line-height: 2.9rem;
}
/* Secciones */
.banner-top {
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    padding: 30% 0 9%;
}
.banner-top .page-title {
    align-items: flex-end;
    color: #ffffff;
    display: flex;
    font-size: 3.5rem;
    font-weight: 600;
    text-align: left;
}
.banner-top .page-title::after {
    background: #ffffff;
    content: '';
    display: block;
    height: 0.25rem;
    margin: 0 0 1.8rem 0.5rem;
    width: 6.6rem;
}
.white-section {
    padding: 4.5% 0;
}
.white-section .principal-text {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 3.8rem;
}
.white-section .title {
    margin: 0 6.5% 3rem;
}
.white-section .subtitle {
    margin: 0 0 2rem;
}
.white-section .student-img {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 9rem;
    margin: 0 auto 1.8rem;
    overflow: hidden;
    position: relative;
    width: 9rem;
}
.white-section .student-img img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    width: 100%;
}
.gray-section {
    background: #f7f7f7;
    padding: 2.2rem 4%;
}
.red-box {
    background: #c5273e;
    padding: 15% 10%;
}
.red-box * {
    color: #ffffff!important;
}
.red-box .title-divider::before {
    background: #ffffff;
}
.prom-container {
    background: #196d93;
    color: #ffffff;
    padding: 7.5% 7%;
}
.prom-container ul {
    list-style: none;
    margin: 1rem 0 2rem;
    padding-left: 0;
}
.prom-container ul li {
    display: flex;
    font-size: 1.15rem;
}
.prom-container ul span {
    display: block;
    min-width: 7rem;
}
.prom-container img {
    margin: 2.4rem 0;
}
.prom-container .title {
    font-size: 3.1rem;
    line-height: 3.6rem;
}
.prom-container .toggle-btn {
    cursor: pointer;
    margin: 1rem auto 0;
    transition: 0.5s ease all;
    width: 5.5rem;
}
.prom-container .toggle-btn.clicked {
    transform: rotate(180deg);
}
.prom-container .toggle-content .career-title {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    justify-content: space-between;
}
.prom-container .toggle-content .career-title svg {
    margin-top: 0.7rem;
    max-width: 1rem;
    min-width: 1rem;
    transition: 0.5s ease all;
}
.prom-container .toggle-content .career-title.clicked svg {
    transform: rotate(180deg);
}
/* Footer */
footer {
    background: #202020;
    color: #ffffff;
    font-family: 'Poppins', san-serif;
}
footer .ucsp-info {
    line-height: 2rem;
    margin-top: 0.3rem;
}
footer a {
    color: #ffffff;
    line-height: 1.8rem;
}
footer a:hover {
    color: #c5273e;
}
footer ul {
    font-family: 'BebasNeue Regular', san-serif;
    font-size: 1.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
footer p {
    font-size: 1rem;
}
footer .container {
    padding: 8% 0;
}
footer .social a {
    margin: 0 0.3rem;
}
footer .social a i {
    font-size: 1.8rem;
}
footer .copyright {
    background: #000000;
    color: #b6b6b6;
    font-size: 1.05rem;
    padding: 1.45rem;
    text-align: center;
}
footer .go-top {
    align-items: center;
    background: #196d93;
    bottom: 1.8rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    height: 2.8rem;
    justify-content: center;
    position: fixed;
    right: 1.8rem;
    width: 2.8rem;
}
footer .go-top:hover {
    color: #ffffff;
}
footer .go-top i {
    font-size: 0.7rem;
    margin-top: -0.2rem;
}
/* Breakpoints */
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1350px;
    }
    html {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1200px) {
    header .logo {
        top: 4%;
    }
    header .logo img {
        width: 11rem;
    }
    .banner-top .page-title {
        font-size: 2.4rem;
    }
    .banner-top .page-title::after {
        margin: 0 0 1.2rem 0.5rem;
    }
    .white-section .principal-text {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 3rem;
    }
    .title {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }
    .title::after {
        height: 0.45rem;
        margin-top: 1rem;
    }
    .subtitle {
        font-size: 1.8rem;
    }
    .card-shadow p {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
    .white-section {
        padding: 6.5% 0 0;
    }
    .white-section .title {
        margin: 0 4.5% 2.5rem;
    }
    .white-section .student-img {
        height: 8rem;
        width: 8rem;
    }
    .prom-container .toggle-btn {
        width: 4.5rem;
    }
    .prom-container .title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .prom-container .toggle-content .career-title {
        font-size: 1.3rem;
        line-height: 2.1rem;
    }
}
@media only screen and (max-width: 991px) {
    .red-box {
        margin-bottom: 2rem;
        padding: 2rem 1.5rem;
    }
    .section-divider {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 13.5px;
    }
    iframe {
        height: 18rem;
    }
    .table td, .table th {
        padding: 0.6rem 0.5rem;
    }
    header .logo img {
        width: 10rem;
    }
    header .logo {
        left: 2rem;
    }
    .banner-top {
        padding: 11rem 0 2.5rem 2rem;
    }
    .banner-top .page-title {
        font-size: 2rem;
    }
    .gray-section {
        padding: 2.2rem 1.5rem;
    }
    .white-section {
        padding: 3rem 0 0;
    }
    .title {
        font-size: 1.8rem;
    }
    .subtitle {
        font-size: 1.5rem;
    }
    .card-shadow {
        margin: -8.5% 2rem 3.5rem;
        padding: 2.5rem 2rem;
    }
    .card-shadow p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .prom-container {
        padding: 3.5rem 2rem;
    }
    .prom-container .title {
        font-size: 2.1rem;
        line-height: 2.6rem;
    }
    .prom-container .toggle-btn {
        margin-top: 0;
        width: 4rem;
    }
    .prom-container ul span {
        min-width: 5.8rem;
    }
    footer {
        padding: 2rem 1.5rem 0;
        text-align: center;
    }
    footer .social {
        margin-bottom: 3rem;
    }
    footer ul {
        text-align: center;
    }
    footer img {
        margin-bottom: 2rem;
        max-width: 85%;
    }
    footer .go-top {
        bottom: 1rem;
        right: 1rem;
    }
    footer .copyright {
        margin: 0 -1.5rem;
    }
}
@media only screen and (max-width: 325px) {
    html {
        font-size: 13px;
    }
}