/*section backgrounds*/
section, section#philosophy .sectionExtra, section#residential .sectionExtra #residentialImgWrapper, section#contact-us {
    background-color: #fff;
}

section#main, section#fees {
    background-color: #E40427;
}

section#location, section#philosophy, section#facilities, section#staff, section#academics, section#competition {
    background-color: #fafafa;
}

/*section generic elements*/
section .sectionTitle {
    padding: 50px 0 15px;
}

section .sectionTitle * {
    z-index: 2;
}

section .sectionTitle .titleWrapper > div {
    padding-top: 40px;
}

section .sectionTitle .titleWrapper .title {
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #E40427;
    line-height: 1;
}

section .sectionTitle .titleWrapper .title .lightText {
    font-weight: 100;
    color: #666666;
}

section .sectionTitle .titleWrapper .title .lightColor {
    color: #fff;
}

section .sectionTitle .titleWrapper .title .line {
    position: relative;
    right: 8px;
    display: inline-block;
    border: 3px solid #E40427;
    width: 65px;
}

section .sectionTitle .titleWrapper .title .line.lightColor {
    border-color: #fff;
}

section .sectionTitle .titleWrapper .textContent {
    font-size: 17px;
}

section .sectionTitle .titleWrapper .textDescription {
    font-size: 14px;
}

section .sectionTitle .titleWrapper .linksWrapper {
    /*display: none;*/
}

section .sectionTitle .titleWrapper .linksWrapper a, section .sectionTitle .titleWrapper .linksWrapper button.video-btn {
    color: #E40427;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #E40427;
    background-color: transparent;
}

section .sectionTitle .titleWrapper .linksWrapper a i {
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

/*section00 (dashboard - video)*/
section#main {
    height: 100vh;
}

section#main .videoWrapper {
    position: absolute;
    width: 100%;
}

section#main .videoWrapper .video {
    width: 100%;
    height: 82vh;
    object-fit: fill;
    padding-bottom: 69px;
}

section#main .dreamsImg {
    position: absolute;
    top: 40px;
    z-index: 2;
    right: 25vw;
    width: 15%;
}

section#main .logos {
    z-index: 2;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

section#main .logos .culturalImg {
    width: 150px;
    position: relative;
    left: 100px;
}

section#main .logos .lineWrapper {
    width: 35%;
    border-top: 6px solid #fff;
    display: inline-block;
    position: relative;
    bottom: 38px;
}

section#main .logos .cliaImg {
    width: 278px;
}

/*section01 (club: history/location/philosophy)*/
section#history .sectionExtra .historicalImg {
    padding-right: 22px;
}

section#history .sectionExtra #leagueLogosWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

section#location .sectionExtra {
    color: #fff;
}

section#location .sectionExtra .imgWrapper {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

section#location .sectionExtra .imgWrapper#people {
    background-image: url('../resources/img/section012/Personas.jpg');
}

section#location .sectionExtra .imgWrapper#ave {
    background-image: url('../resources/img/section012/Ave.jpg');
}

section#location .sectionExtra .imgWrapper#cathedral {
    background-image: url('../resources/img/section012/catedral.jpg');
}

section#location .sectionExtra .imgWrapper#medulas {
    background-image: url('../resources/img/section012/medulas.jpg');
}

section#location .sectionExtra .imgWrapper > .textWrapper {
    position: absolute;
    bottom: 30%;
    left: 20px;
    word-break: break-all;
    line-height: 1;
}

section#location .sectionExtra .imgWrapper > .textWrapper .line {
    border-bottom: 1px solid #fff;
    width: 100px;
    margin: 10px 0;
}

section#location .sectionExtra .imgWrapper > .textWrapper .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 34px;
}

section#location .sectionExtra .imgWrapper > .textWrapper .subTitle {
    font-size: 24px;
}

section#philosophy .sectionExtra .globalTitle {
    color: #E40427;
    font-weight: bold;
    font-size: 32px;
    margin-top: 60px;
}

section#philosophy .sectionExtra .globalSubTitle {
    line-height: 2;
}

section#philosophy .sectionExtra .list {
    line-height: 1;
}

section#philosophy .sectionExtra #circleImgWrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}

section#philosophy .sectionExtra #saveItWrapper .saveItText {
    text-align: justify;
    line-height: 2;
}

section#philosophy .sectionExtra #saveItWrapper .saveItLink {
    line-height: 2;
}

section#philosophy .sectionExtra #reunionImgWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

section#philosophy .sectionExtra #logosWrapper {
    margin-bottom: 40px;
}

section#philosophy .sectionExtra #logosWrapper .imgWrapper {
    display: inline-block;
    text-align: center;
}

section#philosophy .sectionExtra #logosWrapper .imgWrapper img {
    max-width: 150px;
}

section#philosophy .sectionExtra #logosWrapper .imgWrapper span {
    display: block;
    text-align: center;
    font-size: 12px;
    max-width: 150px;
    margin: 0 5px;
}

/*section02 (facilities: sport/residential)*/
section#facilities .sectionTitle .titleWrapper .title .line {
    right: 6px;
    border: 2px solid #E40427;
}

section#facilities .sectionTitle .textDescription .stadiumText {
    border-left: 1px solid #666666;
    padding-left: 10px;
}

section#residential .sectionTitle .titleWrapper .title .line {
    right: 6px;
    border: 2px solid #E40427;
}

section#residential .sectionExtra {
    background-color: #fafafa;
}

section#residential .sectionExtra #facilityListWrapper .facilityList {
    line-height: 2;
    padding: 40px 0 20px;
    max-height: 300px;
    columns: 2;
    -webkit-columns: 2;
}

section#residential .sectionExtra #residentialImgWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

section#residential .sectionExtra #residentialImgWrapper img {
    max-width: 49%;
}

section#residential .sectionExtra #residentialImgWrapper img:first-child {
    text-align: right;
}

/*section03 (staff: staff/magna)*/
section#staff .sectionTitle .titleWrapper .title .line {
    right: 6px;
    border: 2px solid #E40427;
}

section#staff .sectionExtra {
    padding: 40px 0;
    background-image: url('../resources/img/section031/STAFF_fondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

/*section04 (academics)*/
section#academics .sectionExtra .info {
    padding: 10px;
    color: #fff;
}

section#academics .sectionExtra .info .first {
    font-size: 20px;
    background-color: #E40427;
    margin-bottom: 0;
    line-height: 1;
    padding: 10px;
}

section#academics .sectionExtra .info .second {
    background-color: #666666;
    padding: 10px 24px;
    font-size: 13px;
}

section#academics .sectionExtra #academicsImgWrapper {
    margin-top: 20px;
    margin-bottom: 80px;
}

/*section05 (program: structure/competition)*/
section#structure {
    background-image: url('../resources/img/section051/fondo_program.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

section#structure .sectionExtra#programImgWrapper {
    padding-bottom: 40px;
}

section#competition {
    min-height: 600px;
    background-image: url('../resources/img/section052/map_competition.png');
    background-position: 14%;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 80px;
}

section#competition .sectionExtra {
    min-height: 200px;
}

section#competition .sectionExtra .leftTextWrapper {
    position: absolute;
    right: 0;
    top: 35%;
}

section#competition .sectionExtra .leftTextWrapper div.title {
    display: inline-block;
}

section#competition .sectionExtra .leftTextWrapper div.title p {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0;
}

section#competition .sectionExtra .leftTextWrapper span.square {
    font-weight: bold;
    display: inline-block;
    border: 10px solid #E40427;
    padding: 2px 24px;
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
    position: relative;
    bottom: 8px;
}

section#competition .sectionExtra .leftTextWrapper span.icon {
    color: #E40427;
    font-size: 24px;
    position: relative;
    left: 10px;
    bottom: 22px;
}

section#competition .sectionExtra .rightTextWrapper .borderWrapper {
    padding-left: 20px;
    border-left: 1px solid #666666;
}

section#competition .sectionExtra .rightTextWrapper .borderWrapper .square {
    border: 1px solid #E40427;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    margin-bottom: 30px;
    width: 90%;
    max-width: 400px;
}

section#competition .sectionExtra .rightTextWrapper .borderWrapper .square p {
    margin-bottom: 0;
}

section#competition .sectionExtra .rightTextWrapper > p {
    padding-left: 20px;
    text-transform: uppercase;
}

/*section06 (fees)*/
section#fees .sectionExtra table.info {
    margin-bottom: 24px;
    width: 100%;
}

section#fees .sectionExtra table.info td {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    vertical-align: middle;
}

section#fees .sectionExtra table.info td:nth-child(1) {
    width: 45%;
    text-align: left;
}

section#fees .sectionExtra table.info td:nth-child(2) {
    width: 55%;
    text-align: right;
}

section#fees .sectionExtra table.info.info01 td {
    border-width: 12px;
}

section#fees .sectionExtra table.info.info04 td {
    border-width: 10px;
}

section#fees .sectionExtra table.info.info02 td {
    border-width: 6px;
}

section#fees .sectionExtra table.info.info03 td {
    border-width: 2px;
}

section#fees .sectionExtra table.info td.title span {
    text-transform: uppercase;
}

section#fees .sectionExtra table.info td.amount {
    font-size: 32px;
}

section#fees .sectionExtra #feesTableImgWrapper #feesTableImg {
    /*position: relative;*/
    /*bottom: 85px;*/
    z-index: 1;
}

section#fees .sectionExtra .fees_information {
    color: #fff;
    font-size: 20px;
}

/*section07 (how to apply)*/
section#how-to-apply {
    margin-top: 40px;
    margin-bottom: 80px;
}

section#how-to-apply .sectionExtra {
    color: #E40427;
    min-height: 400px;
}

section#how-to-apply .sectionExtra .stepWrapper {
    background-color: #efefef;
    border-right: 10px solid #fff;
    padding-left: 10px;
}

section#how-to-apply .sectionExtra .stepWrapper.noBorder {
    border-width: 0;
}

section#how-to-apply .sectionExtra .stepWrapper > div.text {
    max-width: 80%;
    position: absolute;
    bottom: 50px;
    font-weight: 600;
}

section#how-to-apply .sectionExtra .stepWrapper > p {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

/*section form*/
section#contactForm {
    background-color: #E40427;
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

section#contactForm .sectionExtra .field {
    margin-bottom: 60px;
}

section#contactForm .sectionExtra .field.firstField {
    margin-bottom: 45px;
}

section#contactForm .sectionExtra .field label {
    display: block;
    font-weight: 600;
}

section#contactForm .sectionExtra .field input {
    border: solid #fff;
    border-width: 0 0 1px 0;
    background-color: transparent;
    color: #fff;
    width: 100%;
}

section#contactForm .sectionExtra .field .sub {
    display: block;
    margin-top: 5px;
    font-size: 10px;
}

section#contactForm .sectionExtra .field #requestFor #requestFor_1 + span {
    margin-right: 20px;
}

section#contactForm .sectionExtra .field#countryField,
section#contactForm .sectionExtra .field#emailField {
    position: relative;
    top: 8px;
}

section#contactForm .sectionExtra .field#commentsField {
    position: relative;
    bottom: 10px;
}

section#contactForm .sectionExtra .field input[type = 'radio'],
section#contactForm .sectionExtra .field input[type = 'checkbox'] {
    width: auto;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

section#contactForm .sectionExtra .field input[type = 'radio']:hover,
section#contactForm .sectionExtra .field input[type = 'checkbox']:hover {
    cursor: pointer;
}

section#contactForm .sectionExtra .field input[type = 'radio']:nth-child(2) {
    margin-left: 20px;
}

section#contactForm .sectionExtra .field textarea {
    width: 100%;
}

section#contactForm .sectionExtra input#submitButton {
    background-color: #fff;
    border-radius: 0;
    border-color: #fff;
    color: #E40427;
    font-weight: 600;
}

#ui-datepicker-div {
    z-index: 2 !important;
}

/*section08 (contact us)*/
section#contact-us .sectionTitle {
    background-image: url('../resources/img/section08/fondo_footer.jpg');
    background-position: right;
    background-repeat: no-repeat;
    min-height: 350px;
}

section#contact-us .sectionExtra .infoWrapper {
    position: relative;
    bottom: 102px;
}

section#contact-us .sectionExtra .infoWrapper > div:nth-child(2) > img {
    position: relative;
    bottom: 104px;
}

section#contact-us .sectionExtra .contactWrapper {
    margin-bottom: 10px;
}

section#contact-us .sectionExtra .contactWrapper img {
    max-width: 30px;
    margin-right: 5px;
}

section#contact-us .footer {
    background-color: #E40427;
    color: #fff;
    padding: 25px 0;
}
