/*===========================================
											=
	Topo									=
											=
===========================================*/
.link {
    cursor: pointer!important;
}
.button-collapse{
    display: none;
}
nav {
    background-color: #622a40 !important;
    box-shadow: none;
    height: 100px;
}
.nav-wrapper {
    padding: 20px 0;
    height: 84px!important;
}
.navbar-nav {
    display: none!important;
}
.brand-logo {
    display: block;
    height: 50px!important;
}
.responsive-img{
    height: auto;
}
.spn-consultor {
    color: #666666;
    font-size: 14px;
}
.btn-consultor {
    color: #fe3f51 !important;
    font-size: 14px !important;
    background-color: #fff;
    border: 1px solid #fe3f51;
    box-shadow: none;
    text-transform: none;
    margin-right: 0px !important;
}
.btn-consultor:hover,
.btn-consultor:focus {
    color: #fff !important;
    font-size: 14px !important;
    background-color: #fe3f51 !important;
    border: 1px solid #fe3f51 !important;
    box-shadow: none !important;
}

.topo-link{
    float:right;
    top:15px;
    background: #e84141!important;
}


.aceito {
    margin: 5px;
    padding: 0.4rem 0;
    border-radius: 3px;
}


.aceito label {
    position: relative;
    display: flex;
    margin-left: .5rem;
    margin-bottom: 0!important;
    cursor: pointer;
}

.aceito label>span{
    font-size: 1.3rem;
}

.aceito span {
    margin-left: 10px !important;;
}

.aceito a {
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

/*===========================================
											=
	Área banner								=
											=
===========================================*/

.conteudo {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}
.conteudo .container {
    margin-top: 0px;
    padding: 0 10px;
    width: 85%;
}
.conteudo .container .row {
    margin-bottom: 0px;
}
.conteudo h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0 10px 0;
}

.conteudo h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0 50px 0;
}
.conteudo p{
    font-size: 15px!important;
}
.redes_sociais_form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
.item_redes_sociais_form{
    color: #000!important;
}

.banner-info img {
    width: 100%;
}
.dois-produtos {
    margin-left: -23px !important;
}
/*===========================================
											=
	Formulário								=
											=
===========================================*/
.vaga_hora .calendario{
    display: flex;
    align-items: center;
    justify-content: center;
}

.vaga_hora .calendario .icon-calendar{
    margin: 0;
    line-height: 0;
}
.vaga_hora .calendario .icon-calendar img{
    height: auto;
    width: 35px;
}
.vaga_hora .calendario .time .counttime{
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #f0b500;
    font-weight: 300;
}
.vaga_hora .calendario .time .counttime span{
    font-weight: 700;
}

select
{
    color: #ccc;
}
option
{
    color: #fff;
}
/*option:first-child*/
/*{*/
/*color: #ccc;*/
/*}*/
.form-pre {
    background-color: rgba(181, 181, 181, 0);
    padding: 10px;
    margin-left: 0 !important;
    margin-right: -11px !important;
    margin-bottom: 5rem;
}
.nav-tabs{
    border-bottom: none!important;
}
.nav-tabs>li{
    margin-bottom: 1rem!important;
}
.form-pre .btn {
    background-color: #f0b500;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
}
.form-pre .contact-form {
    width: 234px;
    padding: 22px;
    float: right;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)
}
.form-pre .tit-form-top {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.form-pre .tit-form-top .bold-7 {
    font-size: 18px;
}
.form-pre .submit-form-btn:hover {
    border: 1px solid #1fb0ef;
    cursor: pointer;
}
.form-pre .submit-form-btn-active {
    border: 1px solid #1fb0ef;
    cursor: pointer;
}
.form-pre .form-heading {
    font-size: 18px;
    margin-top: 24px;
}
.form-pre .btn-pre-matricula {
    border: 0px;
    border-radius: 4px;
    background-color: #2e7d32;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    padding: 12px 19px 9px 19px;
    outline: 0;
    margin-top: 10px;
    transition-duration: 0.2s;
}
.form-pre .btn-pre-matricula:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.26);
    outline: 0;
}
.form-pre .btn-pre-matricula:focus {
    background-color: #1c561f;
    outline: 0;
}
.form-pre .form-field input {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}
.form-pre .contact-col-1 {
    width: 194px;
}
.form-pre .form-heading-message {
    font-size: 14px;
}
.form-pre .form-field textarea {
    border: 1px solid #cccccc;
    height: 30px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
    height: 205px;
    resize: none;
}
.form-pre .form-field select {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}
.form-pre .group {
    position: relative;
    margin-bottom: 0px;
}
.form-pre input, textarea {
    width: 194px;
    height: 40px;
    padding-left: 10px;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-top: 10px;
    outline: none;
    transition-duration: 0.5s;
}
.form-pre select {
    width: 194px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    outline: none;
    transition-duration: 0.5s;
}
.form-pre input:focus {
    outline: none;
    border: 1px solid #4eb2f4 !important;
    background: #fff;
    color: #111111;
    box-shadow: none !important;
}
.form-row {
    height: 58px;
}
.btn-form {
    background: #d23838 none repeat scroll 0 0;
    color: white;
}
.btn-mais-info{
    background: #fff!important;
    border: 1px solid #fff;
    color: #f60000;
}
.btn-mais-info:hover{
    background: transparent!important;
    border: 1px solid #fff;
    color: #fff;
}
.btn-quero-matricular{
    background: #f60000!important;
    border: 1px solid #f60000;
    color: #fff;
}
.btn-quero-matricular:hover{
    background: #d23838!important;
    border: 1px solid #d23838;
    color: #fff;
}
.g-select select {
    margin: 0 0 0 0;
    padding: 8px !important;
}
.g-select label {
    top: -13px !important;
    font-size: 14px !important;
    color: #da4746 !important;
    display: block !important;
    background-color: #fff !important;
    padding: 0px 5px !important;
    left: 0px !important;
    text-transform: uppercase;
}
.voltar{
    display: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
/* LABEL ======================================= */

form {
    border: none;
    padding: 15px;
}
.form-pre label {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: normal;
    left: 5px;
    /*pointer-events: none;*/
    position: absolute;
    top: 21px;
    display: block;
    background-color: #fff;
    padding: 0px 5px;
    transition: all 0.2s ease 0s;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active state */

.form-pre input:focus~ label,
.form-pre input:valid~ label {
    top: 2px;
    font-size: 10px;
    color: #b1b1b1;
    display: block;
    background-color: #fff;
    padding: 0px 5px;
}
.form-pre input:focus~ .bar:before,
.form-pre input:focus~ .bar:after {
    width: 100%;
}
.form-pre .group input, textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.form-pre .group .bar {
    width: 100%;
}
/* HIGHLIGHTER ================================== */

.form-pre .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active state */

.form-pre input:focus~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: transparent;
    }
    to {
        width: 0;
        background: transparent;
    }
}
.form-pre .form-error-message {
    display: table;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.form-pre .form-error-message span {
    border: 1px solid #c00;
    display: table;
    margin: 15px auto 0;
    padding: 5px 44px;
}
.form-pre .group .error {
    border-bottom: 1px solid #C00;
    font-weight: bold !important;
}
.form-pre .contact-col-1 form {} .form-pre .group select {
                                     background: #da4747 url(../img/dropdown.png) no-repeat scroll right center;
                                     position: absolute;
                                     right: 0;
                                     padding-bottom: 10px;
                                     text-overflow: "";
                                     top: 8px;
                                     width: 100%;
                                     color: white !important;
                                     appearance: none;
                                     -moz-appearance: none;
                                     -webkit-appearance: none;
                                     border-color: #da4746;
                                     border-radius: 0;
                                 }
.form-pre .group textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    overflow: auto;
    resize: none;
    vertical-align: top;
    width: 100%;
    height: 65px!important;
    /*color: #000;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    border-bottom: 2px solid #bfbfbf;
}

.tire-suas-duvidas{
    padding: 20px 0 40px 0;
    background: #f4f4f4;
}
.tire-suas-duvidas .collapsible{
    box-shadow: none;
}

.tire-suas-duvidas .collapsible-header{
    background: none;
}

.tire-suas-duvidas .collapsible-body{
    padding: 8px;
}


.tire-suas-duvidas h3{
    font-size: 24px;
    font-weight: 600;
    color: #622a40;
    margin-bottom: 30px;
}
.tire-suas-duvidas span{
    font-size: 16px;
}

.tire-suas-duvidas p{
    font-size: 18px;
    color: #e65648;
    font-weight: 600;
    margin: 0;
    line-height: 26px;
    margin-bottom: 5px;

}

.tire-suas-duvidas a{
    color: #753341;
}
#professores-interna h3 {
    font-size: 24px;
    font-weight: 600;
    color: #622a40;
    margin-bottom: 0;
}
#professores-interna .btn-curriculo {
    background: #f60000!important;
    border: 1px solid #f60000;
    color: #fff;
}
/*===========================================
											=
	Texto legal								=
											=
===========================================*/
.texto-legal {
    padding: 40px 0 40px 0;
}
.texto-legal span {
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
    margin-bottom: 40px;
    font-weight: 700;
}

.texto-legal p {
    font-size: 14px;
    color: #666;
}
#modal-grade{
    width: 90% !important;
}

/*===========================================
											=
	Rodapé									=
											=
===========================================*/
footer {
    background-color: #333;
    padding: 30px 0;
    min-height: 110px;
    bottom: 0px;
    width: 100%;
}
footer .logo-footer {
    float: left;
}
footer .copyright {
    float: right;
    color: #fff;
}
/*===========================================
											=
	Media queries							=
											=
===========================================*/
@media only screen and (max-width: 1200px) {
    nav a {
        color: #777;
    }
    #mobile-menu .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #mobile-menu li {
        text-align: center;
    }
    #mobile-menu li .btn-consultor {
        width: 260px;
        padding: 0 !important;
    }
    .navbar-toggle {
        display: none;
    }


    @media only screen and (max-width: 992px) {
        .form-pre {
            margin-top: 0px!important;
            max-width: 450px;
            margin-top: 50px;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .navbar-toggle {
            display: none;
        }

        .conteudo h1 {
            text-align: left;
        }
    }

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

        .tire-suas-duvidas p{
            line-height: 36px;
        }

        .form-pre .group select {
            position: relative;
        }

        .conteudo h1 {
            font-size: 25px;
            margin: 0px 0 10px 0;
        }

        .conteudo h2 {
            text-align: center;
            font-size: 18px;
            margin: 12px 0 22px 0;
        }


        footer {
            background-color: #333;
            padding: 30px 0;
            min-height: 104px;
        }

        footer .logo-footer {
            float: none;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        footer .logo-footer img {
            display: block;
            margin: 0 auto;
        }

        footer .copyright {
            float: none;
            text-align: center;
        }

        footer .copyright p {
            margin-bottom: 0px;
        }

        .brand-logo {
            display: block;
            height: auto;
            width: 80%;
        }

        .brand-logo img {
            height: auto!important;
        }
    }
    @media only screen and (max-width: 568px) {


        .muda_logo {
            background: url(../../../templates/faculdade/images/logo_unyleya_201706.png) left center no-repeat !important;
            min-height: 110px !important;
            width: 253px !important;
            background-position-x: 10px !important;
        }

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


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

        .brand-logo {
            display: block;
            height: auto;
            width: 100%;
        }

        .brand-logo img {
            height: auto!important;
        }
        nav{
            height: 140px;
        }
        .topo-link{
            top: 70px;
            background: #e84141!important;
            display: block;
            width: 100%;
        }
    }

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

.modal-forma-pagamento {
    width: 600px!important;
}
.modal-forma-pagamento .modal-body{
    padding: 5px 10px 5px 10px;
}

.modal-forma-pagamento .modal-header{
    border: none;
    padding: 10px;
}
.modal-forma-pagamento .modal-header .header-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.modal-forma-pagamento .modal-header .header-title h2{
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0 auto;
    color: #4a4a50;
    padding: 0 15px;
    line-height: 1.2;
}
.modal-forma-pagamento .modal-header .header-title p{
    font-size: 1.1rem;
    color: #650538;
    margin-bottom: 0;
}
.modal-forma-pagamento .modal-header .close{
    padding: 0;
    margin: 0;
    color: #000000;
}

.modal-forma-pagamento .modal-body .nav-pills {
    float: none;
    margin-top: unset;
    margin-right: unset;
}
/*.modal-forma-pagamento .modal-body .tab-content{*/
/*    border-left: 1px solid #ccc;*/
/*}*/

.modal-forma-pagamento .modal-body .nav .nav-link{
    display: flex;
    align-items: center;
    font-size: 1rem;
    align-content: end;
    border: 1px solid #650538;
    color: #650538;
    height: 55px;
    width: 100%;
    margin: 5px;
}
.modal-forma-pagamento .modal-body .nav .nav-link.active{
    color: #fff;
    background: #650538;
}
.modal-forma-pagamento .modal-body .nav .nav-link:hover{
    color: #fff;
    background: #650538;
}

.modal-forma-pagamento .modal-body .nav a svg{
    margin-right: 5px;
}

.modal-forma-pagamento .modal-body .info-valor small{
    font-size: 1rem;
    color: #650538;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal-forma-pagamento .modal-body .info-valor span{
    font-size: 1.7rem;
    font-weight: bolder;
}

.modal-forma-pagamento .modal-body .info-valor span sup{
    top: 1.3em;
    left: 11rem;
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    line-height: unset;
}
.modal-forma-pagamento .modal-body .btn-compra{
    background: #4a4a50;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100%;
    height: 80px;
}
.modal-forma-pagamento .modal-body .btn-compra:hover{
    background: #38383e;
    color: #fff;
}
.modal-forma-pagamento .modal-body .custom-checkbox label{
    font-size: 15px;
}
.modal-forma-pagamento .modal-body .custom-checkbox label a{
    color: #650538;
    text-decoration: underline;
}
.modal-forma-pagamento .modal-body .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #650538;
}

.modal-forma-pagamento .modal-body .box-formapagamento {
    background: #650538;
    padding: 1rem 2rem;
    margin: 0 5px 5px;
    color: #fff;
}

@media screen and (max-width: 599px){
    .modal-forma-pagamento .modal-header .header-title h2 {
        font-size: 1.2rem;
    }
    .modal-forma-pagamento .modal-header .header-title p {
        font-size: .9rem;
    }
    .modal-forma-pagamento .modal-body .tab-content {
        border-top: 1px solid #ccc;
        border-left: inherit;
    }
    .modal-forma-pagamento .modal-body .info-valor span sup {
        left: 6rem;
    }
    .modal-forma-pagamento .modal-body .custom-checkbox label {
        font-size: 14px;
    }
}


#professores-interna{
    padding: 5rem 0;
}
#professores-interna h1{
    font-family: var(--black);
    color: var(--estprimary);
    border-left: 7px solid var(--estsecondary);
    padding-left: 10px;
}
#professores-interna .box-professor{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem 1rem;
    list-style: none;
    margin: 0 0 5rem 0;
    padding: 1rem;
    position: relative;
}
#professores-interna .box-professor li{
    padding: .5rem;
    background: #e6e6e6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#professores-interna .box-professor li h4{
    text-align: center;
    color: #720000;
    font-weight: 700;
    font-size: 2rem;
}
#professores-interna .box-professor li img{
    width: 100%;
    height: 36vh;
}

@media screen and (max-width: 599px) {
    #professores-interna h1 {
        font-size: 1.5rem;
    }
    #professores-interna .box-professor {
        grid-template-columns: repeat(1, 1fr);
    }
    #professores-interna .box-professor li img {
        height: 48vh;
    }
}
.aceito label span{
    font-size: 1rem!important;
    color: #616161;
    font-weight: 500;
}
.labelPosLp{
    display: none;
}
#pre-tecnico-semipresencial, #pre-posTecnico, #posSaudeHibrida, #graSau{
    margin-top: 5rem;
}

@media screen and (max-width: 599px){
    .responsive-iframe {
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 599px){
    .responsive-iframe {
        width: 683px;
        height: 384px;
    }
}

.cta-titulo-escolha-seu-curso{
    padding: 0 25px;
    color: #343434;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0!important;
}

.cta-texto-modalidade{
    color: #343434;
    padding: 10px 10px 10px 10px;
    margin-bottom: inherit;
    font-size: 1.6rem;
    height: 4rem;
}

@media (max-width: 600px) {
    .nav-tabs > li > a {
        width: auto!important;
    }
}