/*<editor-fold desc="GERAL">*/

.breadcrumb_azul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
    padding-top: 12px;
}

.cor_fundo{
    background-color: #e9eaea82;
}

.breadcrumb_azul li a {
    color: #6eb7ec;
}

.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 {
    background-color: rgba(0,167,247,0.5);
}

.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;
}

.botao_call {
    display: table;
    margin: 0 auto;
}

.botao_call a:hover, .botao_call a:focus{
    background-color: white;
    color: rgba(0,167,247,0.5);;
}

.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;
}

.sobrerow{
    margin-bottom: 70px;
    position: relative;
    margin-left: 15%;
    margin-right: 15%;
    background: indianred;
}

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

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

/*</editor-fold>*/

/*<editor-fold desc="HISTORIA SLIDE">*/

.sobresection {
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 120px;
    padding-bottom: 10px;
}

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

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


.sobresection .row.historiaSlide{
    margin-left: 6.5%;
}

.sobresection .row.historiaSlide.odd{
    margin-right: 6.5%;
    margin-left: 2.1%;
}

.historiaSlide .textcolumn{
    position: relative;
    background-color: white;
    font-family: 'PT Sans';
    color: #333333;
    line-height: 1.97;
    padding: 67px 30px 0 67px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -54.9%;
    left: 48%;
}

.historiaSlide .image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: /*502px*/470px;
}

.historiaSlide.odd .textcolumn{
    margin-left: 0;
    padding: 55px 0 0 70px;
    z-index: 2;
    left: 0;
}

.historiaSlide.odd .image{
    position: relative;
    font-family: 'PT Sans';
    color: #333333;
    line-height: 1.97;
    margin-left: -50%;
    left: 42%;
}

.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;
    padding-right: 60px;
}

.historiaSlide .link{
    font-family: "Montserrat SemiBold";
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
    color: #6eb7ec;
}

.historiaSlide .link::after{
    content: '\f054';
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 13px;
    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;
}

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

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






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

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

    .sobresection {
        margin-right: 7.5%;
        margin-left: 7.5%;
    }

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

    .historiaSlide .link {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .sobresection {
        padding-top: 100px;
    }

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



}





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

@media (min-width : 768px) and (max-width : 1024px){


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

    .sobresection{
        margin-right: 7.5%;
        margin-left: 7.5%;
    }

    .sobresection .row.historiaSlide {
        margin-left: 0;
        justify-content: center;
    }

    .historiaSlide .columns{
        max-width: 100%;
        flex: 1 100%;
    }

    .historiaSlide .textcolumn,
    .historiaSlide.odd .textcolumn{
        position: static;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: -40px;
        padding-bottom: 55px;
        padding-left: 7.5%;
        padding-right: 7.5%;
    }

    .historiaSlide .textcolumn .titulo{
        padding-right: 0;
    }

    .historiaSlide .textcolumn {
        padding: 35px 40px 35px 40px;
    }

    .historiaSlide.odd{
        flex-direction: column-reverse;
    }

    .historiaSlide.odd .image{
        margin-left: 0;
        left: 0;
        min-height: 320px;
    }

    .sobresection .row.historiaSlide.odd{
        margin-right: 0;
        margin-left: 0;
    }

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

    .sobresection {
        margin-right: 12%;
        margin-left: 12%;
        padding-top: 80px;
        padding-bottom: 0px;
    }


    .historiaSlide .image {
        height: 320px;
    }

    .titulo {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .historiaSlide .link {
        font-size: 16px;
    }

    .historiaSlide.link::after {
        font-size: 14px;
    }


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

    .sobresection .row {
        padding-bottom: 25px;
    }

    .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;
    }

    .sobresection {
        margin-right: 5%;
        margin-left: 5%;
        padding-top: 40px;
    }


    .sobresection .row.historiaSlide {
        margin-left: 0;
        justify-content: center;
    }

    .historiaSlide .columns{
        max-width: 100%;
        flex: 1 100%;
    }

    .historiaSlide .textcolumn,
    .historiaSlide.odd .textcolumn{
        position: static;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: -50px;
        padding-bottom: 55px;
        padding-left: 7.5%;
        padding-right: 7.5%;
    }

    .historiaSlide .textcolumn .titulo{
        padding-right: 0;
    }

    .historiaSlide.odd{
        flex-direction: column-reverse;
    }

    .historiaSlide.odd .image{
        margin-left: 0;
        left: 0;
    }

    .sobresection .row.historiaSlide.odd{
        margin-right: 0;
        margin-left: 0;
    }

    .call_alumni h2{
        font-size: 18px;
    }

    .historiaSlide .image {
        height: 240px;
        min-height: 240px;
    }

    .titulo {
        display: none;
    }

    .historiaSlide .textcolumn {
        padding: 25px 25px 25px 25px;
    }

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

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

    .historiaSlide.odd .textcolumn {
        padding: 25px 25px 25px 25px;
    }

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


    .historiaSlide .textcolumn,
    .historiaSlide.odd .textcolumn {
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 20px;
    }

    .sobresection {
        padding-bottom: 20px;
        padding-top: 100px;
    }

    .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;
    }


    .historiaSlide .textcolumn, .historiaSlide.odd .textcolumn {
        margin-left: 0;
        margin-right: 0;
        margin-top: -90px;
    }

    .sobresection {
        padding-top: 45px;
        padding-bottom: 5px;
    }





}

