* {
    list-style: none;
}

.modal-backdrop {
    z-index: 9999 !important;
}

.modal {
	z-index: 99999 !important;
}

@media only screen and (min-width: 320px) {

    header {
        background-color: #262626;
        padding: 40px 0;
		background-size: cover !important;
        background-position: center !important;
    }
    
    header img {
        width: 100%;
        position: absolute;
    }

    header .text {
        position: relative;
    }

    header .text h1 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text h1 span{
        color: #0052ff;
    }

    header .text p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 15px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 5px 0;
        color: #FCFCFC;
        text-decoration: none;
        margin: 0 auto;
        width: 200px;
        display: block;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 14px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    header .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
    }
	
	header .faixa {
		position: relative;
    	z-index: 9999;	
	}
	
	header .faixa i {
        float: left;
        width: 65px;
        height: 62px;
        margin-right: 10px;
    }
	
	header .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }
	
	header .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }
	
	header .faixa .around_the_globe {
        background: url(../img/Around-the-Globe.png) no-repeat;
    }
	
	header .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        margin: 0;
		clear: both;
    }

	main {
		margin-top: 55px;
	}
	
	main .filter-buttons {
		float: left;
        width: 100%;
        margin-bottom: 20px;
	}
	
	main .filter-buttons a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 15px;
        border-radius: 35px;
        border: 1px solid #383737;
        padding: 5px 0;
        color: #6e6767;
        text-decoration: none;
        margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
        margin-right: 20px;
    }
      
    main .filter-buttons a:hover,
	main .filter-buttons a.active{
        background-color: rgb(15 69 183);
        border-color: #0f45b7;
		color: #FCFCFC;
    }
	
    main section .box{
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    main section .box img{
        width: 100%;
    }

    main section .box .text {
        padding: 20px;
        float: left;
    }

    main section .box .text h3{
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24.2px;
    }

    main section .box .text ul {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        float: left;
		min-height: 40px;
    }

    main section .box .text ul li {
        float: left;
        margin: 0 8px 8px 0;
        list-style: none;
    }

    main section .box .text ul li a {
        background-color: #CACACA;
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 10px;
        padding: 6px;
        text-decoration: none;
		float: left;
    }

    main section .box .text ul li a.SP {
        background-color: #AA0000;
        color: #ffffff;
    }

    main section .box .text ul li a.DF {
        background-color: #0F45B7;
        color: #ffffff;
    }

    main section .box .text p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.36px;
    }

    main section .box .text a.tbn {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.94px;
        padding: 10px;
        text-decoration: none;
        float: left;
        margin-top: 10px;
    }

    main section .box .text a.SP {
        background-color: #AA0000;
        color: #FFFFFF;
    }

    main section .box .text a.DF {
        background-color: #0F45B7;
        color: #FFFFFF;
    }

    main section .faixa {
        background-color: #0F45B7;
        border-radius: 20px;
        padding: 20px;
    }

    main section .faixa i{
        float: left;
        width: 65px;
        height: 62px;
        margin-right: 10px;
    }

    main section .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }

    main section .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }

    main section .faixa .around_the_globe {
        background: url(../img/Around\ the\ Globe.png) no-repeat;
    }

    main section .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 17px;
        line-height: 17px;
        margin: 0;
    }

    main .conteudo {
        background: linear-gradient(to bottom, #cacaca, #ffffff);
    }

    main .conteudo .docentes {
        margin-top: 100px;
        padding-top: 70px;
        position: relative;
        margin-bottom: 100px;
    }

    main .conteudo .docentes h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 35px;
        text-align: center;
    }

    main .conteudo .docentes p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
    }

    
    main .conteudo .docentes .box_docente {
        position: relative;
        margin-bottom: 22px;
    }

    main .conteudo .docentes .box_docente .text{
        position: relative;
        height: 389px;
        z-index: 999;
    }

    main .conteudo .docentes .box_docente img {
        position: absolute;
        width: 100%;
    }

    main .conteudo .docentes .box_docente p {
        color: #FFFFFF;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 25px;
        position: absolute;
        margin: 0;
        bottom: 55px;
        left: 21px;
    }

    main .conteudo .docentes .box_docente a {
        background: url(../img/down-left-arrow.png) no-repeat;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    main .conteudo .docentes a.btn_padrao {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 15px 0;
        color: #414141;
        text-decoration: none;
        margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    main .conteudo .docentes a.btn_padrao:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .sobre {
        margin-bottom: 100px;
		padding-top: 140px;
    }

    main .sobre h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 35px;
        text-align: center;
    }

    main .sobre h3 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 32px;
    }

    main .sobre p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .sobre .carousel {
        width: 100%;
        margin: 0 auto;
    }

    main .sobre .slick-slide img{
        width: 100%;
        float: left;
    }

    main .sobre .slick-slide {
        position: relative;
        height: 415px;
        padding: 15px;
    }

    main .sobre .slick-slide .text {
        position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px;
		width: 263px;
    }

    main .sobre .slick-slide .text a {
        background: url(../img/play.png) no-repeat;
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
    }

    main .sobre .slick-slide .text h5 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 13px;
        text-align: center;
    }

    main .dupla_titulacao {
        margin-bottom: 100px;
    }

    main .dupla_titulacao .box img.foto_dupla_titulacao {
        width: 100%;
    }

    main .dupla_titulacao .box {
        position: relative;
    }

    main .dupla_titulacao .box .text {
        background-color: #0c0c0c8a;
        width: 100%;
        float: left;
        padding: 10px 25px;

    }

    main .dupla_titulacao .box .text img {
        width: 130px;
    }

    main .dupla_titulacao .box .text h2 {
        color: #eeeeee;
        font-size: 32px;
        margin-top: 0;
    }

    main .dupla_titulacao .box .text p {
        color: #eeeeee;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .dupla_titulacao .box .text a {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 8px 40px;
        color: #FCFCFC;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
    }

    main .dupla_titulacao .box .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .convenios_internacionais {
        margin-bottom: 100px;
    }

    main .convenios_internacionais h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 35px;
        text-align: center;
    }

    main .convenios_internacionais p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        padding: 0;
    }

    main .convenios_internacionais .align-items-start {
        margin-top: 100px;
    }

    main .convenios_internacionais .box_convenios {
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 25px;
    }

    main .convenios_internacionais .box_convenios h3 {
        background: url(../img/linhaTitulo.png) no-repeat;
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
    }

    main .convenios_internacionais .box_convenios h3 i.globe{
        background: url(../img/globe.png) no-repeat;
        width: 23px;
        height: 22px;
        float: right;
    }

    main .convenios_internacionais .box_convenios ul.tag {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
    }

    main .convenios_internacionais .box_convenios ul.tag li {
        background-color: #D9D9D9;
        float: left;
        margin: 0 5px 5px 0;
    }

    main .convenios_internacionais .box_convenios ul.tag li p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 0 3px;
        margin: 0;
    }
    
    main .convenios_internacionais .box_convenios img {
        width: 100%;
    }

    main .convenios_internacionais a.btn {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 8px 40px;
        color: #414141;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        margin: 0 auto;
        width: 200px;
        display: block;
    }

    main .convenios_internacionais a.btn:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .por_dentro_conteudo{
        margin-bottom: 100px;
    }

    main .por_dentro_conteudo h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 35px;
        text-align: center;
    }
	
	main .por_dentro_conteudo p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 576px) {

    header img {
        width: 100%;
        position: absolute;
    }

    header .text {
        position: relative;
    }

    header .text h1 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text h1 span{
        color: #0052ff;
    }

    header .text p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 15px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 5px 0;
        color: #FCFCFC;
        text-decoration: none;
        margin: 0 auto;
        width: 200px;
        display: block;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 14px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    header .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
    }
	
    header .faixa i{
        float: none;
        width: 65px;
        height: 62px;
        margin: 0 auto;
        display: block;
    }

    header .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }

    header .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }

    header .faixa .around_the_globe {
        background: url(../img/Around-the-Globe.png) no-repeat;
    }

    header .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 15px;
        margin: 0;
        clear: both;
        text-align: center;
    }
	
	main .filter-buttons {
		float: left;
        width: 100%;
        margin-bottom: 20px;
	}
	
	main .filter-buttons a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 15px;
        border-radius: 35px;
        border: 1px solid #383737;
        padding: 5px 0;
        color: #6e6767;
        text-decoration: none;
        margin: 0 auto;
        width: 140px;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
        margin-right: 20px;
    }
      
    main .filter-buttons a:hover,
	main .filter-buttons a.active{
        background-color: rgb(15 69 183);
        border-color: #0f45b7;
		color: #FCFCFC;
    }

    main section .box{
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
		min-height: 520px;
    }

    main section .box img{
        width: 100%;
    }

    main section .box .text {
        padding: 20px;
        float: left;
		min-height: 500px;
		position: relative;
    }

    main section .box .text h3{
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24.2px;
    }

    main section .box .text ul {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        float: left;
		min-height: 40px;
    }

    main section .box .text ul li {
        float: left;
        margin: 0 8px 8px 0;
        list-style: none;
    }

    main section .box .text ul li a {
        background-color: #CACACA;
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 10px;
        padding: 6px;
        text-decoration: none;
		float: left;
    }

    main section .box .text ul li a.SP {
        background-color: #AA0000;
        color: #ffffff;
    }

    main section .box .text ul li a.DF {
        background-color: #0F45B7;
        color: #ffffff;
    }

    main section .box .text p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.36px;
    }

    main section .box .text a.tbn {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.94px;
        padding: 10px;
        text-decoration: none;
        float: left;
        margin-top: 60px;
		position: absolute;
		bottom: 20px;
    }

    main section .box .text a.SP {
        background-color: #AA0000;
        color: #FFFFFF;
    }

    main section .box .text a.DF {
        background-color: #0F45B7;
        color: #FFFFFF;
    }

    main .conteudo {
        background: linear-gradient(to bottom, #cacaca, #ffffff);
    }

    main .conteudo .docentes {
        margin-top: 100px;
        padding-top: 70px;
        position: relative;
        margin-bottom: 100px;
    }

    main .conteudo .docentes h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 35px;
        text-align: center;
    }

    main .conteudo .docentes p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
    }

    
    main .conteudo .docentes .box_docente {
        position: relative;
        margin-bottom: 22px;
    }

    main .conteudo .docentes .box_docente .text{
        position: relative;
        height: 275px;
        z-index: 999;
    }

    main .conteudo .docentes .box_docente img {
        position: absolute;
        width: 100%;
    }

    main .conteudo .docentes .box_docente p {
        color: #FFFFFF;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 25px;
        position: absolute;
        margin: 0;
        bottom: 55px;
        left: 21px;
    }

    main .conteudo .docentes .box_docente a {
        background: url(../img/down-left-arrow.png) no-repeat;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    main .conteudo .docentes a.btn_padrao {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 15px 0;
        color: #414141;
        text-decoration: none;
        margin: 0 auto;
        width: 305px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    main .conteudo .docentes a.btn_padrao:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .sobre {
        margin-bottom: 100px;
		padding-top: 140px;
    }

    main .sobre h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 35px;
        text-align: center;
    }

    main .sobre h3 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 32px;
    }

    main .sobre p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .sobre .carousel {
        width: 100%;
        margin: 0 auto;
    }

    main .sobre .slick-slide img{
        width: 100%;
        float: left;
    }

    main .sobre .slick-slide {
        position: relative;
        height: 240px;
        padding: 15px;
    }

    main .sobre .slick-slide .text {
        bottom: 15px;
        position: absolute;
        padding: 10px;
        width: 141px;
        float: left;
    }

    main .sobre .slick-slide .text a {
        background: url(../img/play.png) no-repeat;
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
    }

    main .sobre .slick-slide .text h5 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 13px;
    }

    main .dupla_titulacao {
        margin-bottom: 100px;
    }

    main .dupla_titulacao .box img.foto_dupla_titulacao {
        width: 100%;
    }

    main .dupla_titulacao .box {
        position: relative;
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
		min-height: 615px;
    }

    main .dupla_titulacao .box .text {
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        padding: 15px;
        z-index: 999;
        top: 250px;
    }

    main .dupla_titulacao .box .text img {
        width: 130px;
    }

    main .dupla_titulacao .box .text h2 {
        color: #eeeeee;
        font-size: 32px;
        margin-top: 0;
    }

    main .dupla_titulacao .box .text p {
        color: #eeeeee;
        font-size: 16px;
        margin-top: 13px;
        line-height: normal;
    }

    main .dupla_titulacao .box .text a {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 8px 40px;
        color: #FCFCFC;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
    }

    main .dupla_titulacao .box .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .convenios_internacionais {
        margin-bottom: 100px;
    }

    main .convenios_internacionais h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 35px;
        text-align: center;
    }

    main .convenios_internacionais p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        padding: 0;
    }

    main .convenios_internacionais .align-items-start {
        margin-top: 100px;
    }

    main .convenios_internacionais .box_convenios {
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 25px;
    }

    main .convenios_internacionais .box_convenios h3 {
        background: url(../img/linhaTitulo.png) no-repeat;
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
    }

    main .convenios_internacionais .box_convenios h3 i.globe{
        background: url(../img/globe.png) no-repeat;
        width: 23px;
        height: 22px;
        float: right;
    }

    main .convenios_internacionais .box_convenios ul.tag {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
    }

    main .convenios_internacionais .box_convenios ul.tag li {
        background-color: #D9D9D9;
        float: left;
        margin: 0 5px 5px 0;
    }

    main .convenios_internacionais .box_convenios ul.tag li p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 0 3px;
        margin: 0;
    }
    
    main .convenios_internacionais .box_convenios img {
        width: 100%;
    }

    main .convenios_internacionais a.btn {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 8px 40px;
        color: #414141;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        margin: 0 auto;
        width: 200px;
        display: block;
    }

    main .convenios_internacionais a.btn:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .por_dentro_conteudo{
        margin-bottom: 100px;
    }

    main .por_dentro_conteudo h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 35px;
        text-align: center;
    }
	
	main .por_dentro_conteudo p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    main .por_dentro_conteudo .boxCarousel {
        margin-top: 50px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo {
        /* width: 1700px; */
        margin: 0 auto;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .slick-slide {
        display: block;
        /* padding: 15px; */
        position: relative;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo img {
        width: 100%;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text {
        position: absolute;
        bottom: 32px;
        /* padding: 0 97px; */
        left: 25px;
        width: 125px;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text .tag {
        color: #414141;
        font-size: 11px;
        font-weight: 700;
        background-color: #CACACA;
        padding: 4px 25px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text strong {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 14px;
        display: block;
        margin-top: 12px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text a {
        background: url(../img/down-left-arrow.png) no-repeat;
        float: right;
        width: 39px;
        height: 36px;
        text-indent: -999em;
        overflow: hidden;
    }
}

@media (min-width: 768px) {

    header img {
        width: 100%;
        height: 600px;
        position: absolute;
    }

    header .text {
        position: relative;
        padding: 50px;
    }

    header .text h1 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 50px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text h1 span{
        color: #0052ff;
    }

    header .text p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 15px 0;
        color: #FCFCFC;
        text-decoration: none;
        margin: 0 auto;
        width: 245px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    header .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
    }
	
    header .faixa i{
        float: none;
        width: 65px;
        height: 62px;
        margin: 0 auto;
        display: block;
    }

    header .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }

    header .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }

    header .faixa .around_the_globe {
        background: url(../img/Around-the-Globe.png) no-repeat;
    }

    header .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 15px;
        margin: 0;
        clear: both;
        text-align: center;
    }
	
	main .filter-buttons {
		float: left;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
	}
	
	main .filter-buttons a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 15px;
        border-radius: 35px;
        border: 1px solid #383737;
        padding: 5px 0;
        color: #6e6767;
        text-decoration: none;
        margin: 0 auto;
        width: 140px;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
        margin-right: 20px;
    }
      
    main .filter-buttons a:hover,
	main .filter-buttons a.active{
        background-color: rgb(15 69 183);
        border-color: #0f45b7;
		color: #FCFCFC;
    }

    main section .box{
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
		min-height: 520px;
    }

    main section .box img{
        width: 100%;
    }

    main section .box .text {
        padding: 20px;
        float: left;
		min-height: 460px;
        position: relative;
    }

    main section .box .text h3{
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24.2px;
    }

    main section .box .text ul {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        float: left;
		min-height: 40px;
    }

    main section .box .text ul li {
        float: left;
        margin: 0 8px 8px 0;
        list-style: none;
    }

    main section .box .text ul li a {
        background-color: #CACACA;
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 10px;
        padding: 6px;
        text-decoration: none;
		float: left;
    }

    main section .box .text ul li a.SP {
        background-color: #AA0000;
        color: #ffffff;
    }

    main section .box .text ul li a.DF {
        background-color: #0F45B7;
        color: #ffffff;
    }

    main section .box .text p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.36px;
    }

    main section .box .text a.tbn {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.94px;
        padding: 10px;
        text-decoration: none;
        float: left;
        margin-top: 60px;
    }

    main section .box .text a.SP {
        background-color: #AA0000;
        color: #FFFFFF;
    }

    main section .box .text a.DF {
        background-color: #0F45B7;
        color: #FFFFFF;
    }

    main .conteudo {
        background: linear-gradient(to bottom, #cacaca, #ffffff);
    }

    main .conteudo .docentes {
        margin-top: 100px;
        padding-top: 70px;
        position: relative;
        margin-bottom: 100px;
    }

    main .conteudo .docentes h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .conteudo .docentes p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
    }

    
    main .conteudo .docentes .box_docente {
        position: relative;
        margin-bottom: 22px;
    }

    main .conteudo .docentes .box_docente .text{
        position: relative;
        height: 375px;
        z-index: 999;
    }

    main .conteudo .docentes .box_docente img {
        position: absolute;
        width: 100%;
    }

    main .conteudo .docentes .box_docente p {
        color: #FFFFFF;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 31px;
        position: absolute;
        margin: 0;
        bottom: 55px;
        left: 21px;
    }

    main .conteudo .docentes .box_docente a {
        background: url(../img/down-left-arrow.png) no-repeat;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 40px;
        right: 20px;
    }

    main .conteudo .docentes a.btn_padrao {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 15px 0;
        color: #414141;
        text-decoration: none;
        margin: 0 auto;
        width: 305px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    main .conteudo .docentes a.btn_padrao:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .sobre {
        margin-bottom: 100px;
		padding-top: 140px;
    }

    main .sobre h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .sobre h3 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 45px;
    }

    main .sobre p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .sobre .carousel {
        width: 100%;
        margin: 0 auto;
    }

    main .sobre .slick-slide img{
        width: 100%;
        float: left;
    }

    main .sobre .slick-slide {
        position: relative;
        height: 284px;
        padding: 15px;
        width: 200px !important;
    }

    main .sobre .slick-slide .text {
        bottom: 25px;
        position: absolute;
        padding: 17px;
        width: 199px;
        float: left;
    }

    main .sobre .slick-slide .text a {
        background: url(../img/play.png) no-repeat;
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
    }

    main .sobre .slick-slide .text h5 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 55px;
    }

    main .dupla_titulacao {
        margin-bottom: 100px;
    }

    main .dupla_titulacao .box img.foto_dupla_titulacao {
        width: 100%;
    }

    main .dupla_titulacao .box {
        position: relative;
    }

    main .dupla_titulacao .box .text {
        background-color: unset;
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        padding: 100px;
        z-index: 999;
        top: 52px;
    }

    main .dupla_titulacao .box .text img {
        width: 130px;
    }

    main .dupla_titulacao .box .text h2 {
        color: #eeeeee;
        font-size: 53px;
        margin-top: 13px;
    }

    main .dupla_titulacao .box .text p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .dupla_titulacao .box .text a {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #000000;
        padding: 8px 40px;
        color: #000000;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
    }

    main .dupla_titulacao .box .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .convenios_internacionais {
        margin-bottom: 100px;
    }

    main .convenios_internacionais h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }

    main .convenios_internacionais p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        padding: 0;
    }

    main .convenios_internacionais .align-items-start {
        margin-top: 100px;
    }

    main .convenios_internacionais .box_convenios {
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 25px;
    }

    main .convenios_internacionais .box_convenios h3 {
        background: url(../img/linhaTitulo.png) no-repeat;
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
    }

    main .convenios_internacionais .box_convenios h3 i.globe{
        background: url(../img/globe.png) no-repeat;
        width: 23px;
        height: 22px;
        float: right;
    }

    main .convenios_internacionais .box_convenios ul.tag {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
    }

    main .convenios_internacionais .box_convenios ul.tag li {
        background-color: #D9D9D9;
        float: left;
        margin: 0 5px 5px 0;
    }

    main .convenios_internacionais .box_convenios ul.tag li p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 0 3px;
        margin: 0;
    }
    
    main .convenios_internacionais .box_convenios img {
        width: 100%;
    }

    main .convenios_internacionais a.btn {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 8px 40px;
        color: #414141;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        margin: 0 auto;
        width: 200px;
        display: block;
    }

    main .convenios_internacionais a.btn:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .por_dentro_conteudo{
        margin-bottom: 100px;
    }

    main .por_dentro_conteudo h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }
	
	main .por_dentro_conteudo p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    main .por_dentro_conteudo .boxCarousel {
        margin-top: 50px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo {
        /* width: 1700px; */
        margin: 0 auto;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .slick-slide {
        display: block;
        /* padding: 15px; */
        position: relative;
    }
	
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo img {
        width: 100%;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text {
        position: absolute;
        bottom: 32px;
        /* padding: 0 97px; */
        left: 25px;
        width: 183px;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text .tag {
        color: #414141;
        font-size: 11px;
        font-weight: 700;
        background-color: #CACACA;
        padding: 4px 25px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text strong {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 21px;
        line-height: 34px;
        display: block;
        margin-top: 12px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text a {
        background: url(../img/down-left-arrow.png) no-repeat;
        margin-top: 10px;
        float: right;
        width: 41px;
        height: 41px;
        text-indent: -999em;
        overflow: hidden;
    }
}

@media (min-width: 992px) {

    header img {
        width: 100%;
        height: 600px;
        position: absolute;
    }

    header .text {
        position: relative;
        padding: 100px;
    }

    header .text h1 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 50px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text h1 span{
        color: #0052ff;
    }

    header .text p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 15px 0;
        color: #FCFCFC;
        text-decoration: none;
        margin: 0 auto;
        width: 245px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    header .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
    }
	
    header .faixa i{
        float: none;
        width: 65px;
        height: 62px;
        margin: 0 auto;
        display: block;
    }

    header .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }

    header .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }

    header .faixa .around_the_globe {
        background: url(../img/Around-the-Globe.png) no-repeat;
    }

    header .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 15px;
        margin: 0;
        clear: both;
        text-align: center;
    }
	
	main .filter-buttons {
		float: left;
        width: 100%;
        margin-bottom: 20px;
        display: block;
	}
	
	main .filter-buttons a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 15px;
        border-radius: 35px;
        border: 1px solid #383737;
        padding: 5px 0;
        color: #6e6767;
        text-decoration: none;
        margin: 0 auto;
        width: 140px;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
        margin-right: 20px;
    }
      
    main .filter-buttons a:hover,
	main .filter-buttons a.active{
        background-color: rgb(15 69 183);
        border-color: #0f45b7;
		color: #FCFCFC;
    }

    main section .box{
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    main section .box img{
        width: 100%;
    }

    main section .box .text {
        padding: 20px;
        float: left;
    }

    main section .box .text h3{
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24.2px;
    }

    main section .box .text ul {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        float: left;
		min-height: 40px;
    }

    main section .box .text ul li {
        float: left;
        margin: 0 8px 8px 0;
        list-style: none;
    }

    main section .box .text ul li a {
        background-color: #CACACA;
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 10px;
        padding: 6px;
        text-decoration: none;
		float: left;
    }

    main section .box .text ul li a.SP {
        background-color: #AA0000;
        color: #ffffff;
    }

    main section .box .text ul li a.DF {
        background-color: #0F45B7;
        color: #ffffff;
    }

    main section .box .text p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.36px;
    }

    main section .box .text a.tbn {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.94px;
        padding: 10px;
        text-decoration: none;
        float: left;
        margin-top: 60px;
    }

    main section .box .text a.SP {
        background-color: #AA0000;
        color: #FFFFFF;
    }

    main section .box .text a.DF {
        background-color: #0F45B7;
        color: #FFFFFF;
    }

    main .conteudo {
        background: linear-gradient(to bottom, #cacaca, #ffffff);
    }

    main .conteudo .docentes {
        margin-top: 100px;
        padding-top: 70px;
        position: relative;
        margin-bottom: 100px;
    }

    main .conteudo .docentes h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .conteudo .docentes p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
    }

    
    main .conteudo .docentes .box_docente {
        position: relative;
        margin-bottom: 22px;
    }

    main .conteudo .docentes .box_docente .text{
        position: relative;
        height: 240px;
        z-index: 999;
    }

    main .conteudo .docentes .box_docente img {
        position: absolute;
        width: 100%;
    }

    main .conteudo .docentes .box_docente p {
        color: #FFFFFF;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 19px;
        position: absolute;
        margin: 0;
        bottom: 38px;
        left: 21px;
    }

    main .conteudo .docentes .box_docente a {
        background: url(../img/down-left-arrow.png) no-repeat;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 29px;
        right: 19px;
    }

    main .conteudo .docentes a.btn_padrao {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 15px 0;
        color: #414141;
        text-decoration: none;
        margin: 0 auto;
        width: 305px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    main .conteudo .docentes a.btn_padrao:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .sobre {
        margin-bottom: 100px;
		padding-top: 140px;
    }

    main .sobre h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .sobre h3 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 45px;
    }

    main .sobre p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .sobre .carousel {
        width: 400px;
        margin: 0 auto;
    }

    main .sobre .slick-slide img{
        width: 100%;
        float: left;
    }

    main .sobre .slick-slide {
        height: 382px;
        padding: 15px;
    }

    main .sobre .slick-slide .text {
        bottom: 198px;
        position: absolute;
        padding: 8px;
        width: 102px;
        float: left;
    }

    main .sobre .slick-slide .text a {
        background: url(../img/play.png) no-repeat;
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
    }

    main .sobre .slick-slide .text h5 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 15px;
    }

    main .dupla_titulacao {
        margin-bottom: 100px;
    }

    main .dupla_titulacao .box img.foto_dupla_titulacao {
        width: 100%;
    }

    main .dupla_titulacao .box {
        position: relative;
		min-height: 458px;
    }

    main .dupla_titulacao .box .text {
        background-color: unset;
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        padding: 45px;
        z-index: 999;
        top: 0;
		min-height: 460px;
    }

    main .dupla_titulacao .box .text img {
        width: 130px;
    }

    main .dupla_titulacao .box .text h2 {
        color: #eeeeee;
        font-size: 35px;
        margin-top: 13px;
    }

    main .dupla_titulacao .box .text p {
        color: #eeeeee;
        font-size: 16px;
        margin-top: 13px;
        line-height: 28.05px;
    }

    main .dupla_titulacao .box .text a {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 8px 40px;
        color: #FCFCFC;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
    }

    main .dupla_titulacao .box .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .convenios_internacionais {
        margin-bottom: 100px;
    }

    main .convenios_internacionais h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }

    main .convenios_internacionais p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        padding: 0 300px;
    }

    main .convenios_internacionais .align-items-start {
        margin-top: 100px;
    }

    main .convenios_internacionais .box_convenios {
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 25px;
    }

    main .convenios_internacionais .box_convenios h3 {
        background: url(../img/linhaTitulo.png) no-repeat;
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
    }

    main .convenios_internacionais .box_convenios h3 i.globe{
        background: url(../img/globe.png) no-repeat;
        width: 23px;
        height: 22px;
        float: right;
    }

    main .convenios_internacionais .box_convenios ul.tag {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
    }

    main .convenios_internacionais .box_convenios ul.tag li {
        background-color: #D9D9D9;
        float: left;
        margin-right: 5px;
    }

    main .convenios_internacionais .box_convenios ul.tag li p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 0 3px;
        margin: 0;
    }
    
    main .convenios_internacionais .box_convenios img {
        width: 100%;
    }

    main .convenios_internacionais a.btn {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 8px 40px;
        color: #414141;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        margin: 0 auto;
        width: 200px;
        display: block;
    }

    main .convenios_internacionais a.btn:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .por_dentro_conteudo{
        margin-bottom: 100px;
    }

    main .por_dentro_conteudo h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }
	
	main .por_dentro_conteudo p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    main .por_dentro_conteudo .boxCarousel {
        margin-top: 50px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo {
        /* width: 1700px; */
        margin: 0 auto;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .slick-slide {
        display: block;
        /* padding: 15px; */
        position: relative;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo img {
        width: 100%;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text {
        /*border: 1pxsolid red; */
        position: absolute;
        bottom: 53px;
        /* padding: 0 97px; */
        left: 40px;
        width: 235px;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text .tag {
        color: #414141;
        font-size: 11px;
        font-weight: 700;
        background-color: #CACACA;
        padding: 4px 25px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text strong {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 34px;
        line-height: 34px;
        display: block;
        margin-top: 12px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text a {
        background: url(../img/down-left-arrow.png) no-repeat;
        margin-top: 10px;
        float: right;
        width: 41px;
        height: 41px;
        text-indent: -999em;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {

    header img {
        width: 100%;
        height: 600px;
        position: absolute;
    }

    header .text {
        position: relative;
        padding: 100px;
    }

    header .text h1 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 64px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text h1 span{
        color: #0052ff;
    }

    header .text p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 15px 0;
        color: #FCFCFC;
        text-decoration: none;
        margin: 0 auto;
        width: 245px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    header .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
    }
	
    header .faixa i{
        float: left;
        width: 71px;
        height: 62px;
        margin-right: 20px;
    }

    header .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }

    header .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }

    header .faixa .around_the_globe {
        background: url(../img/Around\ the\ Globe.png) no-repeat;
    }

    header .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 60.00px;
        margin: 0;
		text-align: left;
    }

    main section .box{
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    main section .box img{
        width: 100%;
    }

    main section .box .text {
        padding: 20px;
        float: left;
    }

    main section .box .text h3{
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24.2px;
    }

    main section .box .text ul {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        float: left;
		min-height: 40px;
    }

    main section .box .text ul li {
        float: left;
        margin: 0 8px 8px 0;
        list-style: none;
    }

    main section .box .text ul li a {
        background-color: #CACACA;
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 10px;
        padding: 6px;
        text-decoration: none;
		float: left;
    }

    main section .box .text ul li a.SP {
        background-color: #AA0000;
        color: #ffffff;
    }

    main section .box .text ul li a.DF {
        background-color: #0F45B7;
        color: #ffffff;
    }

    main section .box .text p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.36px;
    }

    main section .box .text a.tbn {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.94px;
        padding: 10px;
        text-decoration: none;
        float: left;
        margin-top: 60px;
    }

    main section .box .text a.SP {
        background-color: #AA0000;
        color: #FFFFFF;
    }

    main section .box .text a.DF {
        background-color: #0F45B7;
        color: #FFFFFF;
    }

    main .conteudo {
        background: linear-gradient(to bottom, #cacaca, #ffffff);
    }

    main .conteudo .docentes {
        margin-top: 100px;
        padding-top: 70px;
        position: relative;
        margin-bottom: 100px;
    }

    main .conteudo .docentes h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .conteudo .docentes p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
    }

    
    main .conteudo .docentes .box_docente {
        position: relative;
        margin-bottom: 22px;
    }

    main .conteudo .docentes .box_docente .text{
        position: relative;
        height: 290px;
        z-index: 999;
    }

    main .conteudo .docentes .box_docente img {
        position: absolute;
        width: 100%;
    }

    main .conteudo .docentes .box_docente p {
        color: #FFFFFF;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 19px;
        position: absolute;
        margin: 0;
        bottom: 38px;
        left: 21px;
    }

    main .conteudo .docentes .box_docente a {
        background: url(../img/down-left-arrow.png) no-repeat;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 29px;
        right: 19px;
    }

    main .conteudo .docentes a.btn_padrao {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 15px 0;
        color: #414141;
        text-decoration: none;
        margin: 0 auto;
        width: 305px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    main .conteudo .docentes a.btn_padrao:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .sobre {
        margin-bottom: 100px;
		padding-top: 140px;
    }

    main .sobre h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .sobre h3 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 45px;
    }

    main .sobre p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .sobre .carousel {
        width: 555px;
        margin: 0 auto;
    }

    main .sobre .slick-slide img{
        width: 100%;
        float: left;
    }

    main .sobre .slick-slide {
        height: 245px;
        padding: 15px;
		width: 175px !important;
    }

    main .sobre .slick-slide .text {
        bottom: 0;
        position: absolute;
        padding: 15px;
        width: 154px;
        float: left;
    }

    main .sobre .slick-slide .text a {
        background: url(../img/play.png) no-repeat;
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
    }

    main .sobre .slick-slide .text h5 {
        font-size: 20px;
        color: #ffffff;
        margin-top: 15px;
    }

    main .dupla_titulacao {
        margin-bottom: 100px;
    }

    main .dupla_titulacao .box img.foto_dupla_titulacao {
        width: 100%;
    }

    main .dupla_titulacao .box {
        position: relative;
    }

    main .dupla_titulacao .box .text {
        background-color: unset;
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        padding: 100px;
        z-index: 999;
        top: 0;
    }

    main .dupla_titulacao .box .text img {
        width: 130px;
    }

    main .dupla_titulacao .box .text h2 {
        color: #eeeeee;
        font-size: 53px;
        margin-top: 13px;
    }

    main .dupla_titulacao .box .text p {
        color: #eeeeee;
        font-size: 20px;
        margin-top: 13px;
        line-height: 28.05px;
    }

    main .dupla_titulacao .box .text a {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 8px 40px;
        color: #FCFCFC;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
    }

    main .dupla_titulacao .box .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .convenios_internacionais {
        margin-bottom: 100px;
    }

    main .convenios_internacionais h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }

    main .convenios_internacionais p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        padding: 0 300px;
    }

    main .convenios_internacionais .align-items-start {
        margin-top: 100px;
    }

    main .convenios_internacionais .box_convenios {
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 25px;
    }

    main .convenios_internacionais .box_convenios h3 {
        background: url(../img/linhaTitulo.png) no-repeat;
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
    }

    main .convenios_internacionais .box_convenios h3 i.globe{
        background: url(../img/globe.png) no-repeat;
        width: 23px;
        height: 22px;
        float: right;
    }

    main .convenios_internacionais .box_convenios ul.tag {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
    }

    main .convenios_internacionais .box_convenios ul.tag li {
        background-color: #D9D9D9;
        float: left;
        margin-right: 5px;
    }

    main .convenios_internacionais .box_convenios ul.tag li p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 0 3px;
        margin: 0;
    }
    
    main .convenios_internacionais .box_convenios img {
        width: 100%;
    }

    main .convenios_internacionais a.btn {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 8px 40px;
        color: #414141;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        margin: 0 auto;
        width: 200px;
        display: block;
    }

    main .convenios_internacionais a.btn:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .por_dentro_conteudo{
        margin-bottom: 100px;
    }

    main .por_dentro_conteudo h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }
	
	main .por_dentro_conteudo p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    main .por_dentro_conteudo .boxCarousel {
        margin-top: 50px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo {
        /* width: 1700px; */
        margin: 0 auto;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .slick-slide {
        display: block;
        /* padding: 15px; */
        position: relative;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo img {
        width: 100%;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text {
        /*border: 1pxsolid red; */
        position: absolute;
        bottom: 80px;
        /* padding: 0 97px; */
        left: 60px;
        width: 255px;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text .tag {
        color: #414141;
        font-size: 11px;
        font-weight: 700;
        background-color: #CACACA;
        padding: 4px 25px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text strong {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 34px;
        line-height: 34px;
        display: block;
        margin-top: 12px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text a {
        background: url(../img/down-left-arrow.png) no-repeat;
        margin-top: 10px;
        float: right;
        width: 41px;
        height: 41px;
        text-indent: -999em;
        overflow: hidden;
    }
}

@media (min-width: 1400px) {

    header img {
        width: 100%;
        height: 600px;
        position: absolute;
    }

    header .text {
        position: relative;
        padding: 55px 100px;
		min-height: 500px;
    }

    header .text h1 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 64px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text h1 span{
        color: #0052ff;
    }

    header .text p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #FCFCFC;
    }

    header .text a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 15px 0;
        color: #FCFCFC;
        text-decoration: none;
        margin: 0 auto;
        width: 245px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    header .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
    }
	
    header .faixa i{
        float: left;
        width: 71px;
        height: 62px;
        margin-right: 20px;
    }

    header .faixa .approval {
        background: url(../img/Approval.png) no-repeat;
    }

    header .faixa .guarantee {
        background: url(../img/Guarantee.png) no-repeat;
    }

    header .faixa .around_the_globe {
        background: url(../img/Around-the-Globe.png) no-repeat;
    }

    header .faixa p {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 60.00px;
        margin: 0;
		clear: none;
		text-align: left;
    }

    main section .box{
        border: 1px solid #929292;
        float: left;
        border-radius: 17px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    main section .box img{
        width: 100%;
    }

    main section .box .text {
        padding: 20px;
        float: left;
    }

    main section .box .text h3{
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24.2px;
    }

    main section .box .text ul {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        float: left;
		min-height: 40px;
    }

    main section .box .text ul li {
        float: left;
        margin-right: 8px;
        list-style: none;
    }

    main section .box .text ul li a {
        background-color: #CACACA;
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 12.1px;
        padding: 10px;
        text-decoration: none;
		float: left;
    }

    main section .box .text ul li a.SP {
        background-color: #AA0000;
        color: #ffffff;
    }

    main section .box .text ul li a.DF {
        background-color: #0F45B7;
        color: #ffffff;
    }

    main section .box .text p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.36px;
    }

    main section .box .text a.tbn {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.94px;
        padding: 10px;
        text-decoration: none;
        float: left;
        margin-top: 60px;
		position: absolute;
        bottom: 20px;
    }

    main section .box .text a.SP {
        background-color: #AA0000;
        color: #FFFFFF;
    }

    main section .box .text a.DF {
        background-color: #0F45B7;
        color: #FFFFFF;
    }

    main .conteudo {
        background: linear-gradient(to bottom, #cacaca, #ffffff);
    }

    main .conteudo .docentes {
        margin-top: 100px;
        padding-top: 70px;
        position: relative;
        margin-bottom: 100px;
    }

    main .conteudo .docentes h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .conteudo .docentes p {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
    }

    
    main .conteudo .docentes .box_docente {
        position: relative;
        margin-bottom: 22px;
    }

    main .conteudo .docentes .box_docente .text{
        position: relative;
        height: 342px;
        z-index: 999;
    }

    main .conteudo .docentes .box_docente img {
        position: absolute;
        width: 100%;
    }

    main .conteudo .docentes .box_docente p {
        color: #FFFFFF;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 19px;
        position: absolute;
        margin: 0;
        bottom: 38px;
        left: 21px;
    }

    main .conteudo .docentes .box_docente a {
        background: url(../img/down-left-arrow.png) no-repeat;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 29px;
        right: 19px;
    }

    main .conteudo .docentes a.btn_padrao {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 15px 0;
        color: #414141;
        text-decoration: none;
        margin: 0 auto;
        width: 305px;
        display: block;
        text-align: center;
        margin-top: 35px;
        outline: none;
        transition: 1s ease-in-out;
    }
      
    main .conteudo .docentes a.btn_padrao:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .sobre {
        margin-bottom: 100px;
		padding-top: 140px;
    }

    main .sobre h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 55px;
        text-align: center;
    }

    main .sobre h3 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 45px;
    }

    main .sobre p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    main .sobre .carousel {
        width: 700px;
        margin: 0 auto;
    }

    main .sobre .slick-slide img{
        width: 100%;
        float: left;
    }

    main .sobre .slick-slide {
        height: 382px;
        padding: 15px;
		width: 232px !important;
    }

    main .sobre .slick-slide .text {
        bottom: 95px;
        position: absolute;
        padding: 15px;
        width: 200px;
        float: left;
    }

    main .sobre .slick-slide .text a {
        background: url(../img/play.png) no-repeat;
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
    }

    main .sobre .slick-slide .text h5 {
        font-size: 25px;
        color: #ffffff;
        margin-top: 15px;
    }

    main .dupla_titulacao {
        margin-bottom: 100px;
    }

    main .dupla_titulacao .box img.foto_dupla_titulacao {
        width: 100%;
    }

    main .dupla_titulacao .box {
        position: relative;
    }

    main .dupla_titulacao .box .text {
        background-color: unset;
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        padding: 100px;
        z-index: 999;
        top: 0;
    }

    main .dupla_titulacao .box .text img {
        width: 130px;
    }

    main .dupla_titulacao .box .text h2 {
        color: #eeeeee;
        font-size: 53px;
        margin-top: 13px;
    }

    main .dupla_titulacao .box .text p {
        color: #eeeeee;
        font-size: 20px;
        margin-top: 13px;
        line-height: 28.05px;
    }

    main .dupla_titulacao .box .text a {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #FCFCFC;
        padding: 8px 40px;
        color: #FCFCFC;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        float: left;
    }

    main .dupla_titulacao .box .text a:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .convenios_internacionais {
        margin-bottom: 100px;
    }

    main .convenios_internacionais h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }

    main .convenios_internacionais p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        padding: 0 300px;
    }

    main .convenios_internacionais .align-items-start {
        margin-top: 100px;
    }

    main .convenios_internacionais .box_convenios {
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 25px;
    }

    main .convenios_internacionais .box_convenios h3 {
        background: url(../img/linhaTitulo.png) no-repeat;
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
    }

    main .convenios_internacionais .box_convenios h3 i.globe{
        background: url(../img/globe.png) no-repeat;
        width: 23px;
        height: 22px;
        float: right;
    }

    main .convenios_internacionais .box_convenios ul.tag {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
    }

    main .convenios_internacionais .box_convenios ul.tag li {
        background-color: #D9D9D9;
        float: left;
        margin-right: 5px;
    }

    main .convenios_internacionais .box_convenios ul.tag li p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 0 3px;
        margin: 0;
    }
    
    main .convenios_internacionais .box_convenios img {
        width: 100%;
    }

    main .convenios_internacionais a.btn {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-radius: 35px;
        border: 1px solid #414141;
        padding: 8px 40px;
        color: #414141;
        text-decoration: none;
        text-align: center;
        margin-top: 0px;
        outline: none;
        transition: 1s ease-in-out;
        margin: 0 auto;
        width: 200px;
        display: block;
    }

    main .convenios_internacionais a.btn:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border-color: #0000ff;
        color: #ffffff;
    }

    main .por_dentro_conteudo{
        margin-bottom: 100px;
    }

    main .por_dentro_conteudo h2 {
        color: #414141;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 55px;
        text-align: center;
    }
	
	main .por_dentro_conteudo p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    main .por_dentro_conteudo .boxCarousel {
        margin-top: 50px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo {
        /* width: 1700px; */
        margin: 0 auto;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .slick-slide {
        display: block;
        /* padding: 15px; */
        position: relative;
    }
    
	.slick-prev:before,
	.slick-next:before {
		color: #000000 !important;
		font-size: 25px !important;
	}
	
	.slick-prev,
	.slick-next {
		width: 25px !important;
		height: 25px !important;
	}

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo img {
        width: 100%;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text {
        /*border: 1pxsolid red; */
        position: absolute;
        bottom: 80px;
        /* padding: 0 97px; */
        left: 78px;
        width: 287px;
    }
    
    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text .tag {
        color: #414141;
        font-size: 11px;
        font-weight: 700;
        background-color: #CACACA;
        padding: 4px 25px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text strong {
        color: #EEEEEE;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 34px;
        line-height: 34px;
        display: block;
        margin-top: 12px;
    }

    main .por_dentro_conteudo .boxCarousel .carousel_conteudo .text a {
        background: url(../img/down-left-arrow.png) no-repeat;
        margin-top: 10px;
        float: right;
        width: 41px;
        height: 41px;
        text-indent: -999em;
        overflow: hidden;
    }
}