:root {
    --primary-color: #1c84c1;
    --primary-color-amarelo: #fbd143;
    --primary-color-azul-claro: #1275B8;
    --primary-color-azul-escuro: #2465B1;
    --primary-color-azul-escuro2: #0E4D78;
    --primary-color-azul-escuro3: #0F4E79;
}

p{
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #313131;
    margin-bottom: 15px;
}

.header-top-area{
    background-color: var(--primary-color-azul-escuro2); /*bg-mobile*/
}

.slider-img{
    width: 100%;
    height: auto;
}

.header-icons > a {
    color: #fdd333;
    font-size: 13px;
    margin-left: 25px;
    transition: .3s;
}

section.bg-azul{
    background-color: var(--primary-color-azul-claro);
}

section h2{
    color: var(--primary-color-azul-escuro);
    text-align: left;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.header-transparent{
    opacity: 1!important;
    background: var(--primary-color-azul-escuro3);
}

.nav-tabs{
    border: 0px!important;
}

.nav-tabs .nav-item{
    margin-bottom: -2px;
}

.tab-content, .nav-tabs .nav-link{
    border: 0px!important;
}
.tab-content,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
    background-color: #b7c9d3;
}

.nav-tabs .nav-link{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item > a,
.nav-tabs .nav-item > a:active{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2em;
}

/*.nav-item .nav-link{
    padding: 20px;
}*/

/* MENU ANTIGO */
.main-menu ul li ul.submenu li:hover > a {
    color: #fff;
}

.main-menu ul li a{
    color: #fff;
    padding: 10px 0;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-weight: bold;
}
.main-menu ul li ul.submenu{
    background: var(--primary-color-amarelo);

}

.main-menu ul li ul.submenu li > a{
    color: var(--primary-color-azul-escuro);
}

.main-menu ul li ul.submenu li:hover > a{

}
/* end MENU ANTIGO */
/* MENU NOVO*/
.nav-item .nav-link {
    padding: 15px;
}
.navbar-nav .dropdown-menu{
    background-color: var(--primary-color-amarelo);
}
/* end MENU NOVO*/
@media(min-width: 720px){
    .nav-item .nav-link{
        padding-right: 40px;
        padding-left: 40px;
    }
}
/*STYLES MOBILE*/
@media(max-width: 767px){
    .header-top-area{
        padding: 10px;
    }

    .slider-area {
        margin: 0;
    }
}
@media(min-width: 768px){
    .header-top-area{
        color: #636363;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .slider-area {
        margin-top: 42px;
    }
}

.box, .box p, .box span, .box strong{
    color: var(--primary-color);
}

.box a:hover{
    color: #1e648d;
}

.box-radius{
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.box-radius.bg-azul-claro{
    color: #fff;
}

.box-radius.box-course{
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 12%);
    transition: 0.3s;
}
.box-radius.box-course:hover{
    background-color: var(--primary-color-azul-escuro3);
}

.box-course{
    height: 280px;
}

.box-event{
    margin: 15px;
    padding: 15px;
    width: 100%;
}


.box-news{
    margin: 15px;
    padding: 15px;
    height: 470px;
}

.box-info{
    padding-top: 15px;
}

.box-depoimento{
    padding: 20px;
}

.box-depoimento .profile{
    display: flex;
    padding-top: 15px;
    color: var(--primary-color);
}

.box-depoimento .profile img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    /*object-position: center;*/
    object-position: top;
    border-radius: 100%;
}

.bg-white-transparent{
    background: rgba(255, 255, 255, 0.6);
}

.bg-azul-claro {
    background-color: var(--primary-color);
}

.bg-azul-escuro{
    background-color: var(--primary-color-azul-escuro3);
}

.box-radius img{
    object-fit: cover;
    object-position: center;
}

.box-course img{
    width: 100%;
    height: 115px;
}

.box-event img, .box-news img{
    border-radius: 15px;
}

.box-event img{
    max-height: 100%;
    max-width: 100%;
}

.box-event-img{
    padding-right: 15px;
}

.box-event-img{
    width: 40%;
}

.box-event-info{
    width: 60%;
}

.box-event-info .info-title{
    height: 120px;
    overflow: hidden;
}
.box-event-info .info-data{}

.box-news img{
    max-width: 100%;
    height: 255px;
}

.box-course .box-course-info{
    padding: 15px 20px;
    color: #fff;
}

.box-course .box-course-info i{
    color: var(--primary-color-amarelo);
}

.box-course .box-course-info h2{
    font-weight: bold;
    color: #fff;
    /* font-size: 1.2em; */
    font-size: 100%;
    text-align: left;
    min-height: 45px;
}

.box-depoimento img{
    width: 100%;
}

.box-forma-ingresso{
    color: #248BD0;
    background-color: #fff;
    padding: 20px;
}

.box-forma-ingresso .header-box{
    display: flex;
    height: 50px;
}

.box-forma-ingresso img{
    height: 35px;
    width: auto!important;
    margin-right: 10px;
}
.box-forma-ingresso h3, .box-forma-ingresso h4{
    color: #248BD0;
    text-align: left;
    font-weight: bold;
}

.box-forma-ingresso h3{
    font-size: 1.0em;
}

.box-forma-ingresso h4{
    font-size: 1.0em;
    line-height: 2em;
    margin: 0;
}

.box-forma-ingresso p{
    line-height: normal;
}

.box-forma-ingresso .info-data{
    line-height: normal;
    height: 110px;
}

.box-forma-ingresso .info-footer{
    width: 100%;
    border-top: 2px solid #248BD0;
}

/*#frame-video-01{
    overflow: hidden;
}*/

#frame-video-01{
    background: url(https://i.imgur.com/9JBDoHS.jpeg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#frame-video-01{
    background: url(https://i.imgur.com/9JBDoHS.jpeg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg-img-azul{
    background: url('https://i.imgur.com/d43A8HF.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

@media(max-width: 790px){
    #frame-video-01{
        background-size: auto 100%;
        background-position-x: center;
    }
}
#frame-video-01 img{
    height: 100px;
    margin-top: 80px;
    margin-bottom: 80px;
}

#frame-video-01, #frame-video-01 iframe{
    height: 360px;
}

@media (max-width: 575px){
    .box-course{
        display: flex;
        height: auto;
    }

    .box-course img {
        width: 100px;
        height: 100px;
    }


    .box-course .box-course-info {
        padding: 15px 0px 0px 15px;
        color: #fff;
    }

    .box-course .box-course-info h2 {
        font-size: 1.3em;
        height: 20px;
    }

    .box-course .description{
        display: none;
    }

    .box-course .box-course-info{
        width: 100%;
    }

    .slider-img{
        min-width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .box-event{
        margin-left: 0;
        margin-right: 0;
    }
    .box-event-img{
        width: 30%;
    }
    .box-event img{
        width: 100%;
    }
    .box-event-info{
        width: 70%;
    }

    .box-event-info .info-title{
        height: 85px;
    }
    .box-event-info .info-data{}

    #frame-video-01, #frame-video-01 iframe{
        height: 220px;
    }
}

@media(min-width: 576px){ /* after col-xs */
    .box-event-img {
        width: 25%;
    }

    .box-event-info {
        width: 75%;
    }

    .box-event-info .info-title {
        height: 110px;
    }

    .header-top-area{
        background-color: #1274B7; /*bg-desktop*/
    }
}
@media(min-width: 1200px){
    #frame-video-01 img{
        height: 100px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .box-event-img {
        width: 45%;
    }

    .box-event-img {
        width: 55%;
    }

    .box-event-info .info-title{
        height: 145px;
    }
}

.fade{
    display: none;
}

.show{
    display: block!important;
}

.nav-tabs .nav-link {
    position: relative;
}

.nav-tabs .nav-link:focus::after,
.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link:active::after,
.nav-tabs .nav-link:focus::before,
.nav-tabs .nav-link:hover::before,
.nav-tabs .nav-link:active::before,
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link.active::before {
    content: "";
    width: 40px;
    height: 67px;
    position: absolute;
    bottom: 2px;
    background-color: #fff;
    display: none;
}

.nav-tabs .nav-link:focus::after,
.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link:active::after,
.nav-tabs .nav-link.active::after {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    left: -15px;
}

.nav-tabs .nav-link:focus::before,
.nav-tabs .nav-link:hover::before,
.nav-tabs .nav-link:active::before,
.nav-tabs .nav-link.active::before {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    right: -15px;
}

.btn-large{
    font-weight: bold;
    padding: 20px 60px;
    border-radius: 10px;
    font-size: 1.5em;
}

.btn-primary{
    background-color: var(--primary-color-amarelo);
    color: var(--primary-color);
}
.btn-secondary{
    background-color: var(--primary-color);
    color: var(--primary-color-amarelo);
}
.btn-primary-inverse{
    background-color: var(--primary-color);
    color: var(--primary-color-amarelo);

}

/* menu mobile */
.mean-container .mean-nav {

}

.mean-container .mean-nav ul{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #000;
    height: 100%;
}

.header-top-area .btn-whatsapp{
    background: #4DCA16;
    color: #083700;
    border: 0px;
    border-radius: 8px;
    padding: 5px 10px;
    transition: 0.3s;
    font-weight: bold;
}

.header-top-area .btn-fbi{
    color: #FFF;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #fff;
}

.header-top-area .btn-fbi:hover{
    color: #FFF;
}

.header-top-area .btn-inscription{
    background-color: #fdd333;
    color: var(--primary-color-azul-escuro2);
    font-weight: 700;
    border: 0px;
    border-radius: 8px;

    padding: 5px 20px;
    transition: 0.3s;
}

.header-top-area .btn-inscription:hover{
    background-color: #FFF;
}

/* PAG course */
#botoes-graduaçoes .btn-primary{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;

    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 8px 26px;
    text-align: right;
    font-weight: bold;
    font-size: 1.0em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
    background-color: var(--primary-color-azul-claro);
    border: 1px solid var(--primary-color-azul-claro);
    border-radius: 5px;
}

#botoes-graduaçoes .btn-primary:hover{
    background-color: var(--primary-color-azul-claro)!important;
    border: 1px solid var(--primary-color-azul-claro);
}

#botoes-graduaçoes .btn-inscription{
    width: 100%;
    padding: 8px 26px;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}


.btn-tec1 span:before{
    content: url("https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/capelo.svg");
    width: 30px;
    float: left;
}
.btn-tec2 span:before{
    content: url("https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/dia-e-noite.svg");
    width: 30px;
    float: left;
}

.btn-tec3 span:before{
    content: url("https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/ampulheta.svg");
    width: 30px;
    float: left;
}

.blog-banner{
    background-size: cover;
}

.btn-curso span:before{
    content: url(https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/componente-curricular.svg);
    width: 40px;
    float: left;
}
.btn-curso2 span:before{
    content: url(https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/money.svg);
    width: 40px;
    float: left;
}
.btn-curso3 span:before{
    content: url(https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/inscription.svg);
    width: 40px;
    float: left;
}
/*.btn-investimento span:before{
    content: url(https://www.faculdadetresmarias.edu.br/assets/themes/ftm21/img/icons/money.svg);
    width: 40px;
    float: left;
}*/
/* end PAG course */

/* MENU */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary-color-amarelo)
}

.dropdown-item:active {
    background-color: var(--primary-color-azul-escuro3);
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* end MENU */

/* TAB COURSE MOBILE */
.tab-courses .btn-collapse{
    width: 100%;
    color: var(--primary-color);
    font-weight: bold;
    background-color: #b7c9d3;
    border-color:  #b7c9d3;
    box-shadow: none!important;

    transition: 0.3s;
}

.tab-courses .btn-collapse:not(:disabled):not(.disabled).active, .tab-courses .btn-collapse:not(:disabled):not(.disabled):active, .show>.tab-courses .btn-collapse.dropdown-toggle {
    color: var(--primary-color);
    background-color: transparent;
    border: none;
}

.tab-courses .btn-collapse.collapsed:after{
    content: " \f107";
    font-family: 'Font Awesome 5 Free';
}
.tab-courses .btn-collapse:not(.collapsed):after{
    content: " \f106";
    font-family: 'Font Awesome 5 Free';
}

.breadcrumb{
    padding: 1rem 0rem;
    padding-top: 25px;
    background: transparent;
    font-size: 15px;
}
.breadcrumb > .active {
    color: #1a70b4!important;
    font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

@media (max-width: 900px){
    .breadcrumb{
        padding-left: 15px;
    }
}
