/*  Document   : PUCMM
    Created on : 10/06/2019
    Author     : Hendry Martinez
    email      : hmartinez@mesplit.com
    Web        : www.mesplit.com
    Description: Purpose of the stylesheet follows.
*/

body {
    font-family: 'Roboto Condensed', sans-serif;
}
.mb-10 {
    margin-bottom: 5rem;
}
.mb-7 {
    margin-bottom: 3rem;
}
.navbar-main,
.nav-main-item .dropdown-item {
    text-align: center;
}
.navbar-logo {
    padding: 0;
}
.navbar-logo img {
    display: block;
    max-height: 47px;
}
.nav-opt {
    color: #231F20 !important;
}
.nav-search {
    margin: 0 .5rem;
    text-indent: -9999em;
    background: url(../img/icon-search.png) center no-repeat;
    background-size: 15px;
}
.nav-main-item .dropdown-menu {
    top: 72px;
    margin: 0;
    padding: 0;
    left: -9px;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0,0,0,.03);
    background-color: rgba(255,255,255,.95);
}
.nav-main-item .dropdown-item {
    color: #231F20;
    font-size: 14px;
    padding: 13px 20px;
    border-top: 1px solid #F3EFEF;
}
.nav-main-item .dropdown-item:first-child {
    border-top: none;
}
.carousel-info-wrapper {
    top: 0;
    left: 50%;
    height: 100%;
    display: flex;
    padding: 0 15px;
    max-width: 1140px;
    position: absolute;
    margin-left: -570px;
    align-items: center;
}
.carousel-title,
.carousel-subtitle {
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
}
.carousel-subtitle {
    font-size: 2vw;
}
.carousel-info {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.carousel-title span {
    color: #FFEA02;
}
.btn-action,
.btn-action:hover {
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    background-color: #005DAB;
}
/*-- BEGIN SEARCH MODAL --*/
.search-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 16;
    display: flex;
    position: fixed;
    background-color: rgba(35,31,32,.8);
}
.search-block {
    left: 0;
    top: 20%;
    right: 0;
    display: block;
    margin: 0 auto;
    position: fixed;
    text-align: center;
}
.search-block label {
    color: #fff;
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.search-block input {
    width: 100%;
    border: none;
    outline: none;
    max-width: 400px;
    padding: 15px 20px;
}
.btn-close {
    top: 20px;
    z-index: 5;
    width: 40px;
    right: 20px;
    height: 40px;
    display: block;
    position: fixed;
    cursor: pointer;
    background: url(../img/icon-close.png) center no-repeat;
    background-size: 15px;
}
/*-- BEGIN FOOTER --*/
.footer-wrapper {
    margin-top: 50px;
    padding: 50px 0 0;
    background-color: #ECECEC;
}
.footer-cell {
    width: 100%;
    position: relative;
}
.footer-title {
    color: #231F20;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase;
}
.footer-title:before {
    top: 0;
    left: 50%;
    width: 30px;
    height: 4px;
    content: '';
    margin-left: -15px;
    position: absolute;
    background-color: #231F20;
}
.footer-title small {
    font-size: 14px;
    font-weight: 100;
}
.footer-title span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.footer-cell ul {
    margin: 0;
    padding: 0;
}
.footer-cell ul li {
    display: block;
    color: #231F20;
    font-size: 16px;
}
.footer-logo {
    display: block;
    margin: 0 auto;
    max-height: 47px;
}
.footer-cell {
    margin-top: 30px;
    text-align: center;
}
.footer-social img {
    max-height: 27px;
}
.footer-cell strong {
    text-transform: uppercase;
}
.footer-social {
    margin-top: 10px;
}
.footer-social a {
    margin-right: 5px;
}
#copyright {
    font-size: 14px;
    padding: 20px 0;
    margin-top: 70px;
    text-align: center;
    border-top: 1px solid #DBDADA;
}
/*-- BEGIN MAIN COLUMN --*/
.sidebar-info {
    padding: 30px;
    color: #231F20;
    background-color: #FFEA02;
}
.sidebar-info-item {
    margin-top: 20px;
    padding-left: 46px;
}
.sidebar-calendar-item:first-child,
.sidebar-info-item:first-child {
    margin-top: 0;
}
.sidebar-info-item small {
    display: block;
    font-size: 14px;
    line-height: 13px;
}
.sidebar-info-item span {
    font-size: 18px;
}
.icon-clock {
    background: url('../img/icon-clock.png') left top no-repeat;
    background-size: 30px;
}
.icon-campus {
    background: url('../img/icon-campus.png') 2px top no-repeat;
    background-size: 28px;
}
.icon-calendar {
    background: url('../img/icon-calendar.png') 2px top no-repeat;
    background-size: 34px;
}
.sidebar-calendar,
.sidebar-menu {
    color: #fff;
    background-color: #231F20;
}
.sidebar-menu ul {
    margin: 0;
    padding: 0;
}
.sidebar-menu ul li {
    display: block;
}
.sidebar-menu a {
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #302E2F;
}
.sidebar-calendar {
    padding: 30px;
    text-transform: uppercase;
}
.sidebar-calendar small {
    display: block;
    font-size: 12px;
}
.sidebar-calendar-item {
    margin-top: 18px;
    padding-left: 50px;
}
.sidebar-title h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 22px;
    font-weight: 700;
    padding-top: 23px;
    position: relative;
    text-transform: uppercase;
}
.sidebar-title h3:before {
    top: 0;
    left: 0;
    height: 3px;
    width: 30px;
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
}
/*-- BEGIN MAIN CONTAIN --*/
.main-contain {
    padding: 20px;
    background-color: #F7F7F7;
}
.contain-title img {
    display: block;
    max-height: 85px;
    margin-bottom: 20px;
}
.contain-title h3 {
    margin: 0;
    color: #231F20;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.contain-text {
    color: #231F20;
    font-size: 24px;
    line-height: 37px;
}

/*-- BEGIN MOSAIC BLOCK --*/
.mosaic {
    color: #fff;
    width: 100%;
    min-height: 315px;
    background-size: cover;
    padding: 40px !important;
    background-color: #005DAB;
    border-top: 1px solid #f7f7f7;
}
.mosaic img {
    display: block;
    max-height: 75px;
    margin-bottom: 20px;
}
.mosaic p {
    font-size: 20px;
}

/*-- BEGIN SLIDE --*/
.slide-wrapper {
    padding-top: 0;
    margin-top: 20px;
}
.slide-wrapper .slick-track .slide-item:first-child {
    margin-left: 0;
}
.slide-wrapper .slick-track .slide-item:last-child {
    margin-right: 0;
}

.slide-item {
    margin: 0 5px 5px;
    position: relative;
    background-color: #E2E3E5;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
}
.slick-current:before {
    display: none;
}
.slide-block {
    padding: 20px 15px 0;
}
.slide-wrapper .slick-arrow {
    top: -48px;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    position: absolute;
    text-indent: -9999em;
}
.slide-wrapper .slick-prev {
    right: 30px;
    background: url('../img/arrow-left.png') center no-repeat;
    background-size: contain;
}
.slide-wrapper .slick-next {
    right: 0;
    background: url('../img/arrow-right.png') center no-repeat;
    background-size: contain;
}
.section-title h3 {
    margin: 0;
    color: #231F20;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 17px;
    position: relative;
    text-transform: uppercase;
}
.section-title h4 {
    font-size: 1.5rem;
}
.section-title h3:before {
    top: 0;
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #231F20;
}
.slide-block-info h4 {
    color: #231F20;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
}
.slide-block-info small {
    display: block;
    line-height: 18px;
}
.slide-block-date {
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto 20px;
    text-transform: uppercase;
    border: 3px solid #231F20;
}
.slide-block-date > i {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.slide-block-date > span {
    margin: 3px 0;
    display: block;
    font-size: 72px;
    font-weight: 700;
    line-height: 60px;
}
.slide-block-date > small {
    font-size: 22px;
    font-weight: 700;
}
.slide-campus {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    background-color: #EEF0F3;
}
.slide-block-wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.slide-wrapper .slick-slide img {
    display: block;
}
.slide-block-info {
    margin-bottom: 70px;
}

/*-- BEGIN PAGE --*/
.page-title-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title-block {
    padding: 5vw 0;
}
.page-title-block h1,
.page-title-block h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.input {
    width: 100%;
    outline: none;
    margin-top: 30px;
    padding: 10px 15px;
    background: transparent;
    border: 4px solid #C9CACC;
}
select.input {
    border-radius: 0;
    appearance: none;
    padding: 10px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon-angle.png') 95% 18px no-repeat;
    background-size: 18px;
}
.input:focus {
    border-color: #231F20;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C9CACC;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #C9CACC;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #C9CACC;
}
:-moz-placeholder { /* Firefox 18- */
    color: #C9CACC;
}
.checkbox-block {
    margin-bottom: 15px;
}
.checkbox-block span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 35px;
}
.checkbox-block span:before {
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border: 4px solid #C9CACC;
    background-color: transparent;
}
.checkbox-block input {
    display: none;
}
.checkbox-block label {
    margin: 0;
}
input[type="checkbox"]:checked + span:before {
    border-color: #FFEA02;
    background: url('../img/icon-check.png') center no-repeat #FFEA02;
    background-size: 10px;
}
.single-wrapper ul {
    margin: 0;
    padding: 0;
}
.single-wrapper ul li {
    display: block;
    padding-left: 23px;
    margin-bottom: 1rem;
    background: url(../img/icon-check.png) 0 5px no-repeat;
    background-size: 12px;
}
.single-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
}
/*-- BEGIN CYCLE --*/
.cycle-number {
    padding: 10px;
    display: flex;
    color: #231F20;
    font-size: 2rem;
    max-width: 65px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
    background-color: #FFEA02;
}
.cycle-wrapper h5 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.cycle-wrapper h6 {
    font-size: 1.2rem;
}
.cycle-row {
    position: relative;
    margin-bottom: 3rem;
}