/*<editor-fold desc="DESKTOP">*/
.breadcrumb_azul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
    padding-top: 12px;
}

.call_action {
    margin-top: 0px!important;
}


.cor_fundo{
    background-color: #e9eaea82;
}


.sectionSlide .image::after {
    border: 2px solid rgb(58, 180, 227);
}

.sectionSlide .link:hover {
    color: rgb(43, 120, 208);
}

.sectionSlide .image::after{
    content: '';
    position: absolute;
    top:5%;
    left: -5%;
    right: 5%;
    bottom: -5%;
    border: 2px solid rgb(58, 180, 227);
}

.sectionSlide .link{
    font-family: "Montserrat SemiBold";
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
    color: rgb(58, 180, 227);
}




.pagebanner h1 {
    text-align: center;
    font-family: "Montserrat Bold";
    font-size: 60px;
    color: #3f4244;
    padding-top: 160px;
    text-transform: uppercase;
    padding-bottom: 75px;
}



.call_alumni h2 {
    color: white;
    font-family: "Montserrat Bold";
    font-size: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 180px;
    padding-left: 180px;
}

.submeter_alumni {
    font-family: 'Montserrat Bold';
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 1.2px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 30px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.rowadmissions{
    margin-bottom: 50px;
    margin-left: 15%;
    margin-right: 15%;
}

.rowadmissions:nth-child(even){
    margin-right: 20%;
}

.rowadmissions:nth-child(odd){
    margin-left: 20%;
}

/*novo css*/
.pageSection {
    margin-right: 18%;
    margin-left: 18%;
    padding-top: 70px;
}

.pageSection .columns {
    padding-left: 0;
    padding-right: 0;
}

.pageSection .row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 90px;
}

.pageSection .sectionSlide:nth-child(odd){
    margin-left: 5%;
}

.pageSection .sectionSlide:nth-child(even){
    margin-right: 5%;
    flex-direction: row-reverse;
}

.pageSection .sectionSlide:nth-child(odd) .textcolumn{
    margin-left: -51.5%;
    left: 45.4%;
}

.pageSection .sectionSlide:nth-child(even) .textcolumn{
    margin-right: -51.5%;
    right: 45.4%;
}


.sectionSlide .textcolumn{
    position: relative;
    background-color: white;
    font-family: 'PT Sans';
    color: #333333;
    line-height: 1.97;
    padding: 80px 80px 80px 80px;
    margin-top: 8.57%;
    margin-bottom: 8.57%;
}

.sectionSlide .textcolumn .text{
    color: rgb(88, 87, 87);
    font-family: Montserrat Light;
    font-size: 16.8px;
    letter-spacing: 0.1px;
    line-height: 28px;
}

.sectionSlide .image{
    flex: 0 0 42.5%;
    max-width: 42.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}



.titulo {
    color: rgb(63, 66, 68);
    display: block;
    margin-bottom: 30px;
    font-family:"Montserrat SemiBold";
    font-size: 23px;
    letter-spacing: 0.05px;
    line-height: 32.2px;
}



.sectionSlide .link::after{
    content: '\f054';
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 10px;
}

.breadcrumbs li a {
    color: #a7a5a5;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    white-space: nowrap;
}

.pagebanner h1 {
    display: none;
}

.pageSection {
    padding-top: 120px;
    padding-bottom: 100px;
}

.image {
    height: 600px;
}




/*
!*Media query a ser aplicada em 13"*!
@media (min-width : 1025px) and (max-width : 1280px){

    .pageSection {
        margin-right: 5.7%;
        margin-left: 7%;
        padding-top: 70px;
    }

}*/

/*Media query a ser aplicada em 13"*/

@media only screen and (max-width: 1439px) {

    .pageSection {
        margin-right: 11%;
        margin-left: 11%;
    }

    .image {
        height: 500px;
    }

    .pageSection .row {
        padding-bottom: 20px;
    }

    .sectionSlide .textcolumn {
        margin-top: 5%;
    }

    .titulo {
        font-size: 21px;
        line-height: 1.30;
        margin-bottom: 15px;
    }

    .sectionSlide .link {
        font-size: 18px;
    }

    .sectionSlide .link::after {
        font-size: 13px;
    }

    .call_alumni h2 {
        font-size: 25px;
        padding-bottom: 50px;
    }

    .pageSection {
        padding-top: 100px;
    }

}




/*Media query a ser aplicada em "IPAD"*/
@media (min-width : 768px) and (max-width : 1024px){

    .breadcrumbs li {
        font-size: 14px;
    }

    .sectionSlide .textcolumn {
        margin-top: -3%;
    }

    .pageSection {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 40px;
        padding-top: 180px;
    }

    .pageSection .sectionSlide:nth-child(odd) .textcolumn {
        left: 47%;
        top: 51px;
    }

    .sectionSlide .image::after {
        z-index: 300;
    }

{
    margin-top: -3px;
}

    .pageSection .row {
        padding-bottom: 20px;
    }

    .pageSection .sectionSlide:nth-child(even) {
        margin-bottom: -48px;
    }



    .image {
        height: 400px;
        z-index: 100;
    }

    .titulo {
        font-size: 18px;
    }

    .sectionSlide .textcolumn .text {
        font-size: 15.5px;
    }

    .sectionSlide .link {
        font-size: 16px;
        line-height: 22px;
    }

    .sectionSlide .link::after {
        font-size: 12px;
    }

    .sectionSlide .textcolumn {
        padding: 70px 85px 80px 75px;
    }

    .pageSection .sectionSlide:nth-child(odd) {
        margin-bottom: 25px;
    }

    .pageSection {
        padding-top: 110px;
    }

    .call_alumni h2 {
        font-size: 19px;
        padding-right: 10%;
        padding-left: 10%;
    }




}


/*Media query a ser aplicada em "IPHONE"*/
@media (max-width : 767px){

    .breadcrumbs {
        display: none;
    }


    .sectionSlide .image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .image {
        height: 240px;
    }

    .pageSection {
        padding-top: 45px;
        padding-bottom: 10px;
    }

    .pageSection .sectionSlide:nth-child(odd) .textcolumn {
        margin-left: 0;
        left: 0;
    }

    .pageSection .sectionSlide:nth-child(even) .textcolumn {
        margin-right: 0;
        right: 0;
    }

    .sectionSlide .textcolumn {
        padding: 50px 30px 30px 30px;
    }

    .sectionSlide .textcolumn .text {
        display: none;
    }

    .pageSection .sectionSlide:nth-child(even) {
        margin-right: 0px;
    }

    .pageSection .sectionSlide:nth-child(odd) {
        margin-left: 0px;
    }

    .sectionSlide .image::after {
        content: '';
        position: absolute;
        top: 6%;
        left: 4%;
        right: 4%;
        bottom: 15%;
        z-index: 300;
    }

    .sectionSlide .textcolumn {
        margin-top: -60px;
    }

    .titulo {
        font-size: 16px;
        line-height: 1.40;
        margin-bottom: 15px;
    }

    .sectionSlide .link {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 13px;
    }

    .pageSection {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 35px;
    }

    .sectionSlide .textcolumn {
        margin-bottom: 3%;
    }

    .call_alumni h2 {
        font-size: 14px;
        letter-spacing: 1.2px;
        padding-top: 45px;
        padding-bottom: 25px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .submeter_alumni {
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        letter-spacing: 0px;
        display: block;
    }

    .sectionSlide .link::after {
        font-size: 11px;
        margin-left: 5px;
    }

    .pageSection .row {
        padding-bottom: 10px;
    }


}
