@font-face { font-family: 'Gotham Book'; src: url('../fonts/gotham-book.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham Bold'; src: url('../fonts/gotham-bold.woff') format('woff'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Gotham Medium'; src: url('../fonts/gotham-medium.woff') format('woff'); font-weight: normal; font-style: normal; }


/* ELEMENTS */
:root { --vh100: 100vh; }
::-moz-selection{background:#00b2bc;color:#fff}
::selection{background:#00b2bc;color:#fff}
:disabled{cursor:not-allowed}
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth;}
html { font-size: 10px; margin-top: 0!important; }
body { font-family: 'Gotham Book', Arial, 'Open Sans', Helvetica, sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 1.3; color: #003B4E; overflow-x: hidden; min-width: 320px; -webkit-font-smoothing: antialiased; background: #FFF; }
sup { font-size: 75%; vertical-align: super; }
small { font-size: 75%; }
ol, ul { list-style: none; }
img { max-width: 100%; border: 0; }
p { margin-bottom: 25px; }
a { text-decoration: none; }
b, strong { font-family: 'Gotham Bold'; }
h2{padding: 0; margin: 0;}

/* GENERAL CLASS */
.container { padding: 0 15px; margin: auto; max-width: 1396px; }
.container.-large { max-width: 1730px; }
.container.-medium { max-width: 1060px; }
.container.-small { max-width: 980px; }
.no-scroll { overflow: hidden; }
.mb-0 { margin-bottom: 0 !important;}
.uppercase { text-transform: uppercase; }
.clear { clear: both; }
.clearFix::before,
.clearFix::after { content: ''; display: table; clear: both; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.shadow { box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161); }
.btn { max-width: 325px; width: 100%; z-index: 1; padding: 20px 10px; font-size: 1.8rem; font-weight: bold; color: #FFF; text-align: center; text-transform: uppercase; border: none; border-radius: 100px; background: #00848b; background: -ms-linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%); background: #00B2BB linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00B2BB', endColorstr='#00595E'); display: block; cursor: pointer; }
.btn:hover,
.btn:focus { max-width: 325px; width: 100%; z-index: 1; padding: 20px 10px; font-size: 1.8rem; font-weight: bold; color: rgba(255, 255, 255, 0.61); text-align: center; text-transform: uppercase; border: none; border-radius: 100px; background: #00848b; background: -ms-linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%); background: #00B2BB linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00B2BB', endColorstr='#00595E'); display: block; cursor: pointer; outline: transparent; }
.box-content { max-width: 1380px; margin: 0 auto; padding: 100px 120px; background: #FFF; -webkit-border-radius: 10px; border-radius: 10px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161); position: relative; }
.font-small { font-size: 1.6rem; }
.font-large { font-size: 2.4rem }
.gradient { background: #005662; background: -ms-linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%); background: linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007889', endColorstr='#003C45'); }
.v-container { display: table; }
.v-content { display: table-cell; vertical-align: middle; }
.box-content { padding-left: 20px; padding-right: 20px; }
.popup.opened { display: block; animation: show .7s forwards; }
.popup { display: none; text-align: left; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); padding: 1.5rem 0; z-index: 2; }
.popup .overlay { position: absolute; height: 100%; width: 100%; left: 0; top: 0; cursor: default; }
.popup .container { display: table; width: 100%; height: 100%; }
.popup .content { width: 100%; max-width: 800px; background-color: #fff; border-radius: 20px; padding: 4rem 2em; position: relative; margin: 0 auto; }

.popup .close-popup { font-size: 4rem; color: #707070; text-decoration: none; position: absolute; top: 0; right: 10px; padding: 0 0.5rem; }
.borderBox{box-sizing: border-box !important;}

.btn-yellow {max-width: 325px; width: 100%; z-index: 1;cursor: pointer; } 
.btn-yellow img{
    width: 100%;
    cursor: pointer;
}
.btn-yellow img:hover{opacity: .96!important;}
/* COLORS */
.blue-dark { color: #036; }
.bg-blue-dark-1,
.bg-blue-dark-2,
.bg-blue-dark-3
{ border: 1px solid #10275c; color: #10275c; }

.bg-grey,
.bg-gray { background-color: #f4f4f4; }
.ocean { color: #63C4FF !important; }
.white { color:#fff !important; }
.bg-green { background-color: #238998; }
.bg-green-light { background-color: #00b2bc; }
.bg-green-dark { background-color: #245564; }


/* HEADER */
.header { padding: 23px 0; display: block; width: 100%; background: #FFF; text-align: center; }
.logo { width: 316px; margin: 0 auto; display: inline-block; }
.logo > img { width: 100%; }


/* MAIN */
.main { display: block; overflow-x: hidden; position: relative; }
.main > section { padding: 100px 0; display: block; width: 100%; position: relative; }
.sec-title { font-family: 'Gotham Bold'; font-size: 3.8rem; color: #10275C; text-align: center; margin: 0 0 55px; }
.subtitle { font-family: 'Gotham Bold'; position: relative; color: #003B4E; font-size: 1.8rem; text-align: center; }
.subtitle::after { opacity: .2; content: ''; background: #707070; top: 50%; left: 0; position: absolute; height: 1px; width: 100%; }
.subtitle > span { background: #FFF; position: relative; z-index: 1; display: inline-block; padding: 0 20px; }
.signup { position: absolute; left: 50%; top: 100%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }


/* BANNER */
.main .banner { padding: 0; background: #167d84; text-align: center; position: relative; overflow: hidden; }
.banner img { width: 100%; display: block; }
.pageDown { position: absolute; bottom: 4%; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); background: url(../images/btn-arrow.png) no-repeat center bottom / 100% auto; width: 3.65%; height: 7.2%; max-width: 70px; font-size: 0; animation: down 2s ease infinite; }

/* Header */

header{
    width: 100%;
    background-color: #10275c;
    color: #fff;
    padding: 20px;
    position: fixed;
    z-index: 11;
}
header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container::before,
.container::after{
    content: '';
    display: none;
}
header nav .navbar-brand img{
    width: 100%;
    max-width: 100px;
}
header nav .menu ul{
    margin-bottom: 0;
}
header nav .menu ul li a{
     font-size: 16px;
     color: #fff;
     margin: 10px;
     font-weight: 800;
     text-decoration: none;
     transition: .4s;
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -ms-transition: .4s;
     -o-transition: .4s;
}
header nav .menu ul li a:hover{
    color: #1C3A80;
}
header nav .icone-menu{
    display: none;
}

section{
    padding: 40px 20px;
}
/* Extensão Gestão Saúde */

.main .bg-top-gt{
    top: 0px;
    left: 0px;
    width: 100%;
    background:  url('./../images/banner/004-Curso_Gestao_em_Saude_50_BannerHome.png') no-repeat;
    aspect-ratio: 4/2;
    margin-top: 72px;
    background-size: cover;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 500px) {
    .main .bg-top-gt {
        aspect-ratio: auto;
        min-height: 60vh;
        object-fit: cover;
        background-position: center;
        background-position-x: -90px;
    }
}

.main .bg-top-gt .part-left,
.main .bg-top-gt .part-right{width: 50%;}
.main .bg-top-gt .content{
    max-width: 1000px;
    height: 100%;
    display: flex;
}

.main .bg-top-gt .hospitais{width: 100%; max-width: 1000px;}
.main .bg-top-gt .hospitais p{
    margin-left: 120px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.main .bg-top-gt .hospitais .group-imagens{
    display: flex;
    margin-left: 30px;
    margin-bottom: 20px;
}
.main .bg-top-gt .hospitais .group-imagens .haoc,
.main .bg-top-gt .hospitais .group-imagens .hcor,
.main .bg-top-gt .hospitais .group-imagens .moinho{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .bg-top-gt .hospitais .group-imagens .haoc,
.main .bg-top-gt .hospitais .group-imagens .hcor{
    border-right: 1px solid #fff;
}
.main .bg-top-gt .hospitais .group-imagens img{
    height: 50px;
}

section.section-videos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
section.section-videos .content-videos{
    display: flex;
    flex-direction: column;
    width: 100%;
}
section.section-videos .content-videos h2{
    text-align: center;
    padding: 40px 40px 10px;
    font-weight: bolder;
    font-family: 'Gotham Bold';
    font-size: 3.4rem;
    background: -webkit-linear-gradient(  #0c1b40, #1C3A80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.section-videos .content-videos h3{
    font-weight: bolder;
    font-family: 'Gotham Bold';
    text-align: center;
    color: #1C3A80;
}
section.section-videos .content-videos .videos{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.section-videos .content-videos .videos .swiper-wrapper{
    width: 100%;
    max-width: 700px;
}
section.section-videos .content-videos .videos .swiper-slide {
    width: 100%;
    max-width: 560px!important;
    height: 315px!important;
    position: relative;

    background-position: center;
    background-size: cover;
  
}
@media screen and (max-width: 500px) {
    section.section-videos .content-videos .videos .swiper-slide {
        height: auto!important;
    }
}


.swiper-button-next, .swiper-button-prev{
    color: #0c1b40!important; 
}
.main .contato-whatzapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
}
.main .contato-whatzapp .texto-duvida{
    background: rgb(244, 243, 243);
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: display .5s;
    -webkit-transition: display .5s;
    -moz-transition: display .5s;
    -ms-transition: display .5s;
    -o-transition: display .5s;
}

.main .contato-whatzapp .texto-duvida p{
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #8a8888;
}
.main .contato-whatzapp .texto-duvida p strong{
    color: #444;
    font-weight: bold;
}
.main .contato-whatzapp .icone-whatsapp img{
    width: 60px;
}

/* a.seta-volta-topo{
    position: fixed;
    bottom: 110px;
    right: 25px;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #00b2bc;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background-color .5;
    -webkit-transition: background-color .5;
    -moz-transition: background-color .5;
    -ms-transition: background-color .5;
    -o-transition: background-color .5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
a.seta-volta-topo:hover{
    background-color: #00b2bc;
    border: 1px solid #fff;
}
a.seta-volta-topo:hover .esquerda,
a.seta-volta-topo:hover  .direita{
    background: #fff;
}
a.seta-volta-topo .direita,
a.seta-volta-topo .esquerda{
    width: 3px;
    height: 20px;
    background-color: #00b2bc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}

a.seta-volta-topo .direita{
    margin-right: 5px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    -o-transform: rotate(48deg);
}
a.seta-volta-topo .esquerda{
    margin-left: 5px;
    transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
} */

section.newsletter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.newsletter .content-ebook{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
section.newsletter .content-ebook .imagem-ebook{
    
}
section.newsletter .content-ebook .imagem-ebook img{
    width: 150px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
section.newsletter .content-ebook .titulos-ebook{
    
}
section.newsletter h3,
section.newsletter h4{
    text-align: center;
    font-weight: 700;
    padding: 10px;
}
section.newsletter form{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
section.newsletter .group-form{
    display: flex;  
}
section.newsletter .group-form label{
    margin: 0 10px;
    color: #0c1b40;
}
section.newsletter .group-form input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    max-width: 250px;
    height: 40px;
    outline: transparent;
    font-size: 15px;
    font-weight: normal;
}
section.newsletter form .btn-baixar{
    max-width: 325px;
    width: 100%;
    z-index: 1;
    margin-top: 45px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    background: #00848b;
    background: -ms-linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%);
    background: #00B2BB linear-gradient(180deg, #1C3A80 0%, #0F2558 31%, #061531 100%);
    display: block;
    cursor: pointer;
    outline: transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
section.newsletter form .btn-baixar:hover{
    opacity: .9;
}
section.newsletter .baixar-ebook{
    width: 200px;
    display: none;
    align-self: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}
div.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    width: auto;
}
.wpcf7-checkbox>.wpcf7-list-item>label>input:checked+.wpcf7-list-item-label:before{
    border-color: #0c1b40;
}
.wpcf7-checkbox>.wpcf7-list-item>label>.wpcf7-list-item-label:after {
    border-left: 2px solid #0c1b40;
    border-bottom: 2px solid #0c1b40;
}

/* CAREER */
.career { background: #0c1b40}
.career h2{
    color: #458abe;
    padding: 10px;
}
.aula-inalgural{
    background: #10275c;
}

.aula-inalgural h3{
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}
.aula-inalgural .-small .venha-aprender{
    height: auto;
    max-height: 80px;
    margin-bottom: 20px;
}
.aula-inalgural .membros-empresa{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.aula-inalgural .membros-empresa .membro{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aula-inalgural .membros-empresa .membro img{
    border-radius: 50%;
    width: 130px;
}
.aula-inalgural .membros-empresa .membro span{
    font-size: 14px;
    color: #6c86af;
}
.aula-inalgural .membros-empresa .membro .descricao{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.aula-inalgural .membros-empresa .membro .titulo-nome{
    color: #458abe !important;
    font-weight: 700;
    font-size: 18px;
}
.aula-inalgural .membros-empresa .membro .text-bold{
    color: #9bb1d6 !important;
    font-weight: bold;
}
.about .-medium .title-voce{
    font-family: 'Gotham Bold';
    color: #10275C;
    font-size: 2.3rem;
    text-align: center;
}
.about .info-pagamentos{
    width: 100%;
    max-width: 433px;
    line-height: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 20px auto 50px;
    color: #fff;
    background: transparent linear-gradient(180deg, #1C3A80 0%, #0F2558 45%, #061531 100%) 0% 0% no-repeat padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.about .info-pagamentos span{
    font-size: 1.5rem;
}
.text-blue{
    color: #63C4FF;
}

.sec-inscreva-se .signup:hover{
    color: rgba(255, 255, 255, 0.699);
}

/* ABOUT */
.about .benefits { margin: 60px 0; }
.about .benefit { float: left; width: 25%; padding: 0 10px; }
.about .benefit .box-content { max-width: 312px; padding: 30px; -webkit-border-radius: 15px; border-radius: 15px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22); }
.about .benefit .image { padding-right: 30px; height: 69px; width: auto; }
.about .benefit .font-large { font-size: 4.5rem; line-height: 1; font-weight: bold; }
.about .benefit .percent { font-size: 2.7rem; }
.about .benefit .v-container { margin: 0 auto; }
.about .benefit .v-content img.online  { height: 69px; width: auto; padding-right: 10px;}


/* DIFFERENTIALS */
.diff-list { display: block; }
.diff-list .line { width: 100%; display: flex; flex-direction: column; align-items: center; }
.diff-list .item { display: flex; flex-direction: column; justify-content: center; font-family: 'Gotham Medium'; font-size: 2rem; line-height: 1.4;  padding: 20px; border-radius: 20px; width: 100%; max-width: 762px; margin-bottom: 30px; text-decoration: none; }
.diff-list .item h3{text-align: center; font-weight: bold;}
.diff-list .item ol{text-align: left; padding: 10px;}


/* TEACHERS */
.teachers .ocean { margin-top: 55px; }
.teacher-list { font-size: 0; width: calc(100% + 60px); margin: 0 -30px; }
.teacher-list .item { width: 33.3%; vertical-align: top; padding: 0 20px; display: inline-block; text-align: center; margin-top: 55px; }
.teacher-list figure { max-width: 250px; display: inline-block; }
.teacher-list img { width: 100%; }
.teacher-list .info { padding: 7px 10px; text-align: center; min-height: 82px; color: #FFF; position: relative; background: #013c4e; width: calc(100% - 20px); margin: -40px 10px 0; }
.teacher-list .name { font-family: 'Gotham Bold'; font-size: 1.8rem; text-transform: uppercase; margin: 0 0 3px; }
.teacher-list .office { font-family: 'Gotham Book'; font-size: 1.6rem; line-height: 1.2; display: block; }


/* ACHIEVEMENT */
.achievements { display: flex; justify-content: center; align-items: center; }
.achievement {
    background: transparent linear-gradient(270deg, #0F2558 0%, #00001B 100%) 0% 0% no-repeat padding-box;
}
.achievement .container h2{
    font-size: 1.2em;
    margin-bottom: 50px;
}
.achievements .item a{
    padding: 20px;
}
.achievements .item a img{
    max-height: 100px;
    max-width: 260px;
}
/* ADDITIONAL */
.additionals { max-width: 1105px; display: flex; justify-content: center; }
.additionals .info { width: 33.33%; padding: 0 10px; float: left; }
.additionals .info .box-content { max-width: 325px; margin: 0 auto; padding: 50px 10px; -webkit-border-radius: 28px; border-radius: 28px; text-align: center; box-shadow: 0 3px 6px #00000038; }
.additionals .info img { margin-bottom: 10px; }


/* MANAGE */
.form { width: 80%; max-width: 1080px; margin: 0 auto; }
.content-box-form{padding: 50px;}
.content-box-form .text-center{
    padding: 0 50px;
}
.form sup{
    color: #ff0000;
}

.form .label { margin-bottom: 10px; color: #00B2BB; font-size: 20px; display: block; }
.form .field:not(:last-of-type) { margin-bottom: 50px; }
.form .field { width: 100%; padding: 5px 10px; font-size: 2rem; color: #969696; border: none; border-bottom: 2px solid #00B2BB; background: transparent; display: block; outline: none; }
.form .btn { margin: 0px auto ; }
.break-line-d{display: none;}

/* FOOTER */
.footer { color: #FFF; width: 100%; float: left; }
.footer .achievement .container{ padding: 0px 0;}
.footer .achievement .container h2{font-size: 1.2em; }
.footer .-large { padding: 10% 30px; }
.footer a { display: inline-block; }
.footer .sec-title{margin-bottom: 35px;}
.footer .logo-fecs { width: 32%; margin: 3% 0 0; display: inline-block; }
.partnerships { width: 68%; float: right; text-align: right; }
.partnerships .title { font-size: 1.8rem; margin-bottom: 4.2%; text-align: left; width: 100%; padding-left: 28.5%; }
.partnerships figure{ font-size: 0; display: inline-block; vertical-align: middle; }
.partnerships figure + figure { padding-left: 5%; }
.partnerships .logo-dasa { width: 22%; max-width: 240px; }
.partnerships .logo-stanford { width: 23%; }
.partnerships .logo-usp { width: 26%; }
.footer .copyright { font-family: 'Gotham Medium'; width: 100%; float: left; background: #0C1B40 0% 0% no-repeat padding-box; font-size: 1.4rem; padding: 16px; }



@media (max-width: 1366px) {
    /* MAIN */
    .main > section { padding: 85px 0; }
    .sec-title { font-size: 3.4rem; }


    /* ABOUT */
    .about .sec-title br { display: none; }
    .about .benefit .box-content { padding: 25px 15px;}
    .about .benefit .image { padding-right: 15px; height: 59px; width: auto; }
    .about .benefit .font-large { font-size: 4.5rem; }


    /* DIFFERENTIALS */
    .diff-list .item { font-size: 1.8rem; }
    .diff-list .item br { display: none; }


    /* TEACHERS */
    .teacher-list { width: 100%; margin: 0; }


    /* FOOTER */
    .partnerships .title { font-size: 1.6rem; }
}


@media (max-width: 1100px) {
    /* ELEMENTS */
    body { font-size: 1.6rem; }


    /* GENERAL CLASS */
    .btn, .btn-yellow { max-width: 285px; padding: 17px 10px; font-size: 1.7rem; }
}
@media (min-width: 1024px){
    header nav .menu ul{
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 1024px){

    /* header */
    header nav .menu{
        display: none;
        width: 100%;
        height: 175px;
        background-color: #10275cf5;
        position: absolute;
        top: 72px;
        left: 0;
    }
    header nav .menu ul li{
        margin: 10px;
    }

    header nav .open{
        display: flex!important;
    }
    header nav .icone-menu{
        display: flex;
    }
    header nav .icone-menu .open-menu{
        cursor: pointer;
    }
}

@media (max-width: 1024px) and (min-width: 800px) {
    /* GENERAL CLASS */
    .box-content { padding: 75px 40px; }

    /* MAIN */
    .main > section { padding: 75px 0; }
    .sec-title { font-size: 3rem; margin: 0 0 45px; }
    section.section-videos .content-videos h2{font-size: 3rem;}

    /*CAREER*/
    .aula-inalgural .membros-empresa{display: flex;}
    /* ABOUT */
    .about .benefit { float: left; width: 50%; padding: 20px; }
    .about .benefit + .benefit { margin-top: 15px; }
    .about .benefit:nth-of-type(2) { margin-top: 0; }


    /* DIFFERENTIALS */
    .diff-list { margin-bottom: 40px; }
    .diff-list .line + .line { margin-top: 15px; }
    .diff-list .item { width: 100%; display: flex; }
    .diff-list .item + .item { margin-top: 15px;}
    .diff-list a:before { width: 30px; height: 30px; font-size: 2.4rem; line-height: 1.4; }
    .differentials br { display: none; }


    /* ACHIEVEMENT */
    .achievements .item { text-align: center; display: inline-block; padding: 0 15px; margin-top: 25px; }
    .achievements .item + .item { padding: 0 15px; }
    .achievements .item img { max-height: 70px; }


    /* ADDITIONAL */
    .additionals { font-size: 0; }
    .additionals .info { width: 50%; margin-bottom: 20px; float: none; display: inline-block; }
    .additionals .info .content { margin: 0 auto 20px; }
    .additionals .info .box-content { max-width: 100%; border-radius: 10px; }


    /* FOOTER */
    .footer .copyright { font-size: 1.2rem; }

}
@media (max-width: 850px) and (min-height: 300px){
    .main .bg-top-gt{padding-top: 80px;}
    .membros-empresa .membro{flex-direction: column;}
    .aula-inalgural .membros-empresa .membro .descricao{margin: 10px 0px 0px;}
    .break-line{display: none;}
}

@media (max-width: 769px) {
    /* ELEMENTS */
    body { font-size: 1.9rem; }


    /* GENERAL CLASS */
    .box-content { padding: 50px 40px; }
    .font-small { font-size: 1.2rem; }
    .font-large { font-size: 2rem; }
    .popup .content { border-radius: 10px; }
    .break-line-m{display: none;}

    /* HEADER */
    .header { padding: 9px 0; }
    .logo { width: 226px; }
    .menu{display: none;}
    header nav .menu{
        width: 100%;
        height: 175px;
        background-color: #10275cf5;
        position: absolute;
        top: 72px;
        left: 0;
    }
    header nav .menu ul li{
        margin: 10px;
    }
    header nav .icone-menu{
        display: block;
    }
    header nav .open{
        display: flex!important;
    }
    header nav .icone-menu .open-menu img{
        width: 40px;
    }

    /* MAIN */
    .main > section { padding: 80px 0; }
    .sec-title { margin: 0 0 30px; line-height: 1.1; font-size: 2.5rem; }
    section.section-videos .content-videos h2{font-size: 2.5rem;}
    .subtitle { font-size: 1.4rem; }
    .main .bg-top-gt{max-height: 60%; padding-top: 90px;}
    .main .bg-top-gt .hospitais{width: 100%; margin-left: 0;}
    /* BANNER */

    section.newsletter{
        padding: 40px 10px;
    }
    section.newsletter .content-ebook{
        padding: 20px 50px;
    }
    section.newsletter .group-form input{
        width: 215px;
    }

    /*CAREER*/
    .-small h2{font-size: 2.5rem;}

    .aula-inalgural .membros-empresa{display: flex;}
    .aula-inalgural .membros-empresa .membro{
        flex-direction: column;
    }
    .aula-inalgural .membros-empresa .membro .descricao{
        margin-left: 0;
        margin-top: 10px;
    }
    .break-line{display: none;}

    /* ABOUT */
    .about .benefits { margin: 40px 0; }
    .about .benefit { width: 50%; padding: 20px; }
    .about .benefit .box-content { padding: 15px; border-radius: 10px; max-width: 100%; }
    .about .benefit .v-content img.online {
        margin-left: 48px;
    }
    .about .benefit .v-content img.online {
        height: 60px;
    }

    /* DIFFERENTIALS */
    .differentials .sec-title{ margin-top: 20px; }
    .diff-list .item { font-size: 1.5rem; padding: 15px; border-radius: 10px; line-height: 1.2; display: flex; width: 100%; }
    .diff-list .item h3{font-size: 1.9rem;}
    .diff-list .item ol{line-height: 23px;}

    /* TEACHERS */
    .teacher-list { width: calc(100% + 14px); margin: 0 -7px; }
    .teacher-list .info { min-height: 85px; }
    .teacher-list .item { width: 50%; padding: 0 7px; margin-top: 35px; }
    .teacher-list .name { font-size: 1.6rem; }
    .teacher-list .office { font-size: 1.4rem; }
    .teacher-list .info { padding: 7px; width: 100%; margin: -40px 0 0; }

    section.newsletter .content-ebook .imagem-ebook img{
        width: 150px;
        margin-right: 10px;
        margin-top: -100px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    /* ACHIEVEMENT */
    .achievements {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .achievements .item+.item { margin-top: 35px; }

    /* ADDITIONAL */
    .additionals .info { width: 100%; margin-bottom: 15px; }
    .additionals .info .box-content{ padding: 25px; }
    .additionals .info img { margin-bottom: 15px; height: 70px; }


    /* MANAGE */
    .manage .sec-title br { display: none; }
    .form { width: 90%; }
    .form:not(:first-child) { margin-top: 65px; }
    .form .label { margin-bottom: 0; font-size: 1.6rem; }
    .form .field:not(:last-of-type) { margin-bottom: 30px; }
    div.wpcf7-validation-errors {width: 100%!important; margin-top: 26px!important;}
    .content-box-form {
        margin-bottom: 30px;
    }
    /* FOOTER */
    .footer .-large { padding-top: 5%; padding-bottom: 5%; }
    .footer .logo-fecs { width: 100%; text-align: center; margin-bottom: 15px; }
    .footer .logo-fecs img { width: 58%; }
    .partnerships { width: 100%; text-align: center; float: none; }
    .partnerships .title { font-size: 1.3rem; margin-top: 5%; padding: 0; text-align: center; }
    .footer .copyright { font-size: 1.1rem; }
}


@media screen and (max-width: 480px){
    body { font-size: 1.5em; }

    /* GENERAL CLASS */
    .btn, .btn-yellow { max-width: 200px; padding: 10px; font-size: 1.4rem; }
    .btn:hover { max-width: 180px; padding: 10px; font-size: 1.4rem; }
    .box-content { padding: 30px 15px; }
    .main .bg-top-gt{max-height: 60%;}
    .main .bg-top-gt .hospitais{width: 100%; margin-left: -29px;}
    .break-line-m{display: none; }
    .achievements .item a {padding: 20px 0; }
    .main .bg-top-gt .hospitais p { margin-left: 50px;}
    .additionals { flex-direction: column;}
    .main .bg-top-gt .hospitais .group-imagens img{ height: 33px;}
    header nav .icone-menu .open-menu img{
        width: 35px;
    }
    .break-line-d{display: block!important;}

    .achievements .item img { max-height: 40px; }
    .-small h2,
    .sec-title {
        font-size: 2rem;
    }
    section.section-videos{padding: 20px;}
    section.section-videos .content-videos h2{font-size: 1.8rem; padding: 20px 40px 2px;}
    section.section-videos .content-videos h3{font-size: 15px;}
    section.section-videos .content-videos .videos{padding: 20px 0px;}
    section.section-videos .content-videos .videos iframe{
        width: 100%;
        height: 190px!important;
    }
    .diff-list .item span {
        font-size: 14px;
    }
    section.newsletter{
        padding: 20px!important;
    }
    section.newsletter .group-form {
        flex-direction: column;
    }
    section.newsletter .group-form input{
        width: 100%;
        max-width: 300px!important;
    }
    section.newsletter .content-ebook{
        flex-direction: column;
        align-items: center;
    }
    section.newsletter .baixar-ebook{
        margin: 10px auto;
    }
    div.wpcf7-validation-errors,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
        width: 80%!important;
    }
    /* CAREER */
    h2{font-size: 20px;}
    h3{font-size: 18px;}
    .aula-inalgural .membros-empresa{flex-direction: column; padding: 0 10px;}
    .aula-inalgural .membros-empresa .membro{padding: 10px;}

    /* TEACHERS */
    .teacher-list .item { margin-top: 15px; }

    .about .-medium .title-voce{
        font-family: 'Gotham Bold';
        color: #10275C;
        font-size: 1.7rem;
        text-align: center;
    }
    /*WHATSAPP*/
    .main .contato-whatzapp .icone-whatsapp img{
        width: 40px;
    }

    /*FOOTER*/
    .achievement .container h2{
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    .about .benefit {
        width: 100%;
        padding: 10px 0;
    }
 }
 @media screen and (max-width: 412px) and (max-width:380){
 .manage .content-box-form {
     min-height: 105vh;
 }
}

 @media screen and (max-width: 375px){
    /* TEACHER */
    .teacher-list .item { width: 100%; padding: 0 7px; }
    .teacher-list figure { max-width: 180px; }
 }

 @media (max-height: 400px){
    .main .bg-top-gt .hospitais{
        padding: 20px 0;
    }
 }

 @keyframes down {
    0%   { transform: translateX(-50%) translateY(0); }
    10%  { transform: translateX(-50%) translateY(0); }
    30%  { transform: translateX(-50%) translateY(-60%); }
    50%  { transform: translateX(-50%) translateY(0); }
    57%  { transform: translateX(-50%) translateY(-40%); }
    64%  { transform: translateX(-50%) translateY(0); }
    100% { transform: translateX(-50%) translateY(0); }
}

@keyframes show {
    from { display: none; opacity: 0; }
    to { display: block; opacity: 1; }
}