@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.navigation {
    height: 70px;
    background: #fff;
}

body {
    background-color: #f4f4f4;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 10px;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.brand a img {
    width: 200px;
    margin-left: 50px;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background-color: #6e9e77;
    color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 99;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 768px) {
    .nav-mobile {
        display: block;
    }
    .navigation .nav-container .brand a {
        margin-left: -50px;
    }
    .navigation .nav-container .brand {
        padding: 20px;
    }
    .container-unifcv .introdution-university {
        padding: 10px;
    }
    .slider__inner .slider__slide img {
        height: 23%;
    }
    .slider__radiobox-label--prev,
    .slider__radiobox-label--next {
        top: 10% !important;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
    .container-unifcv .modality {
        flex-direction: column;
        height: 100%;
        padding: 20px 0px;
    }
    .container-unifcv .modality h1 {
        display: none;
    }
    .container-unifcv .modality .lead-form h2 {
        font-size: 30px;
    }
    .container-unifcv .modality .lead-form {
        width: 100%;
    }
    .container-unifcv .footer .footer-links {
        flex-direction: column;
    }
    .container-unifcv .about-university .content .content-image-right {
        flex-direction: column;
    }
    .container-unifcv .about-university .content .content-image-right img {
        width: 100% !important;
    }
    .container-unifcv .list-courses,
    .container-unifcv .list-acess {
        display: flex;
        flex-direction: column;
    }
    body .container-unifcv .list-courses .courses-content .course,
    body .container-unifcv .list-acess .acess-content .acess {
        width: 340px;
    }
    body .container-unifcv .courses-ead .header {
        flex-direction: column;
    }
    .container-unifcv .courses-ead .header h1 {
        width: 100%;
        font-size: 30px;
    }
    .container-unifcv .modality .ead img {
        width: 100%;
        height: 100%;
    }
    .container-unifcv .list-courses-index {
        padding: 0;
    }
    .container-unifcv .list-courses-index input[type=text] {
        width: 75%;
    }
    .container-unifcv .video-acess img {
        width: 100%;
        height: 100%;
    }
    .container-unifcv .modality .lead-form,
    .lead-form,
    .container-unifcv .header .lead-form,
    .lead-form {
        width: 100%;
    }
    .container-unifcv .header .lead-form,
    .lead-form h2 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #0f0f0f;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}


/*

slider

*/


/** base */

*,
*:before,
*:after {
    box-sizing: border-box;
}


/** slider */

.slider {
    max-width: 65%;
    max-height: 100%;
    margin: 0;
}

.slider:hover .slider__radiobox-label--prev,
.slider:hover .slider__radiobox-label--next {
    opacity: 1;
}

.slider:hover .slider__radiobox-label--prev {
    left: 6%;
}

.slider:hover .slider__radiobox-label--next {
    right: 6%;
}

.slider--full {
    width: 100vw;
    height: 100vh;
}

.slider--fixed {
    width: 600px;
    height: 400px;
}

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

.slider__inner {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.slider--full .slider__inner {
    width: 100%;
    height: 100%;
}

.slider--fixed .slider__inner {
    width: 100%;
    height: 100%;
}

.slider--proportional .slider__inner {
    width: 100%;
    height: 0;
}

.slider--proportional-4x3 .slider__inner {
    padding-top: 75%;
}

.slider--proportional-5x4 .slider__inner {
    padding-top: 80%;
}

.slider--proportional-16x9 .slider__inner {
    padding-top: 56.25%;
}

.slider__slides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 400%;
    height: 100%;
    overflow-y: hidden;
    -webkit-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
}

.slider__slide {
    display: block;
    float: left;
    position: relative;
    width: 25%;
    height: 100%;
}

.slider__slide img {
    width: 100%;
    height: 55%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
}

.slider__radiobox-label {
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.slider__radiobox-label--item:hover {
    opacity: 0.5;
}

.slider__radiobox-label--item--item-1 {
    margin-left: -36px;
}

.slider__radiobox-label--item--item-2 {
    margin-left: -12px;
}

.slider__radiobox-label--item--item-3 {
    margin-left: 12px;
}

.slider__radiobox-label--item--item-4 {
    margin-left: 36px;
}

.slider__radiobox-label--prev,
.slider__radiobox-label--next {
    display: none;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    border: 10px solid black;
    border-top-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
    -webkit-transition: left 0.2s, right 0.2s, opacity 0.2s;
    transition: left 0.2s, right 0.2s, opacity 0.2s;
}

.slider__radiobox-label--prev {
    left: -6%;
    border-left: 0;
    border-right-width: 17px;
}

.slider__radiobox-label--next {
    right: -6%;
    border-right: 0;
    border-left-width: 17px;
}

.slider__radiobox {
    display: none;
}

.slider__radiobox--1:checked~.slider__slides {
    margin-left: 0;
}

.slider__radiobox--2:checked~.slider__slides {
    margin-left: -100%;
}

.slider__radiobox--3:checked~.slider__slides {
    margin-left: -200%;
}

.slider__radiobox--4:checked~.slider__slides {
    margin-left: -300%;
}

.slider__radiobox--1:checked+.slider__radiobox-label--item-1,
.slider__radiobox--2:checked+.slider__radiobox-label--item-2,
.slider__radiobox--3:checked+.slider__radiobox-label--item-3,
.slider__radiobox--4:checked+.slider__radiobox-label--item-4 {
    opacity: 1;
}

.slider__radiobox--1:checked~.slider__radiobox-label--prev-4,
.slider__radiobox--1:checked~.slider__radiobox-label--next-2,
.slider__radiobox--2:checked~.slider__radiobox-label--prev-1,
.slider__radiobox--2:checked~.slider__radiobox-label--next-3,
.slider__radiobox--3:checked~.slider__radiobox-label--prev-2,
.slider__radiobox--3:checked~.slider__radiobox-label--next-4,
.slider__radiobox--4:checked~.slider__radiobox-label--prev-3,
.slider__radiobox--4:checked~.slider__radiobox-label--next-1 {
    display: block;
}

.introdution-university {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 50px;
}

.introdution-university h1 {
    color: rgb(59, 56, 56);
}

.introdution-university p {
    margin-top: 30px;
    color: rgb(97, 93, 93);
    font-size: 20px;
}

.modality {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    background-image: url("../../img/unifcv/banners/background-acess.png");
    background-size: cover;
    background-attachment: fixed;
}

.container-unifcv .courses-ead .header {
    background-image: url(../../img/unifcv/banners/background-acess.png);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    text-align: center;
    padding: 50px 0px;
}

.container-unifcv .courses-ead .header .course-price {
    display: flex;
    flex-direction: column;
}

.container-unifcv .courses-ead .header .course-price h1 {
    letter-spacing: 2px;
    font-size: 40px;
    width: 500px;
}

.modality h1 {
    color: #fff;
    font-size: 40px;
}

.ead img {
    height: 450px;
}

.modality .lead-form,
.lead-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
}

.modality .lead-form input,
.lead-form input {
    padding: 20px;
    border-radius: 5px;
    border: none;
    width: 300px;
    margin-top: 20px;
    color: rgb(83, 78, 78);
    font-weight: 800;
    outline: none;
}

.modality .lead-form h2,
.lead-form h2 {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.modality .lead-form input.button-register,
.lead-form input.button-register {
    background-color: #6e9e77;
    box-shadow: inset 0px 2px 0px transparent, 0px 2px 0px 0px #6e9e77, 0px 5px 2px rgba(0, 0, 0, .15);
    margin-top: 20px;
    float: left;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    outline: 0;
}

.modality .lead-form input.button-register:hover,
.lead-form input.button-register:hover {
    background-color: #3b7045;
}

.button-unifcv {
    background-color: #6e9e77;
    box-shadow: inset 0px 2px 0px transparent, 0px 2px 0px 0px #6e9e77, 0px 5px 2px rgba(0, 0, 0, .15);
    margin-top: 20px;
    float: left;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    outline: 0;
}

.button-unifcv-outline {
    background-color: transparent;
    margin-top: 50px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
}

.color-green {
    color: #6e9e77;
}

.modality .ead .description {
    position: absolute;
    top: 150px;
    left: 20px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.modality .ead .description h3 {
    margin-top: 20px;
    cursor: pointer;
}

.modality .ead .description h3:hover {
    color: #6e9e77;
}

.container-unifcv .footer {
    display: flex;
    flex-direction: column;
    background-color: #507959;
    padding: 20px;
    margin-top: 20px;
}

.container-unifcv .footer .footer-links {
    display: flex;
    padding: 0px 40px;
    justify-content: space-between;
}

.container-unifcv .footer .footer-links .links {
    display: flex;
    flex-direction: column;
}

.container-unifcv .footer .footer-links .links a {
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}

.container-unifcv .footer-contact .logo img {
    width: 250px;
}

.container-unifcv .footer-contact {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.container-unifcv .footer-contact h3 {
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
}

.container-unifcv .footer-contact .contacts {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.container-unifcv .footer-contact .contacts h3 {
    font-weight: 400;
}

.container-unifcv .footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.container-unifcv .footer .social-icons a {
    margin-right: 10px;
    cursor: pointer;
}

.container-unifcv .footer .social-icons img:hover {
    transform: scale(1.2);
}

.container-unifcv .footer .copiryght {
    display: flex;
    text-align: center;
    color: #fff;
    justify-content: center;
    margin-top: 20px;
}

.container-unifcv .footer .copiryght h6 {
    font-weight: 400;
}


/*

sobre

*/

.container-unifcv .about-university .header,
.courses .header {
    background-image: url(../../img/unifcv/banners/background-acess.png);
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.container-unifcv .about-university .header h1 {
    letter-spacing: 2px;
    font-size: 40px;
}

.container-unifcv .about-university .content {
    display: flex;
    flex-direction: column;
    color: #6e746e;
    margin-top: 50px;
    padding: 0px 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

.container-unifcv .about-university .content .content-image-right {
    display: flex;
    text-align: justify;
}

.container-unifcv .about-university .content .content-image-right img {
    width: 500px;
    border-radius: 5px;
}

.container-unifcv .about-university .content .content-image-right p {
    margin-right: 10px;
}

.container-unifcv .about-university .mission-university img {
    width: 100%;
}

.container-unifcv .niver img {
    width: 100%;
}

.container-unifcv .list-courses,
.container-unifcv .list-acess {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.container-unifcv .list-courses .courses-content,
.container-unifcv .list-acess .acess-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container-unifcv .list-courses .courses-content .course,
.container-unifcv .list-acess .acess-content .acess {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    margin-top: 20px;
    border-radius: 10px;
    width: 450px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-unifcv .list-acess .acess-content .acess {
    background-color: #4b995a;
}

.container-unifcv .list-courses .courses-content .course button,
.container-unifcv .list-acess .acess-content .acess button {
    border: none;
    background-color: #d5a140;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
    float: left;
    cursor: pointer;
    font-weight: 600;
    outline-style: none;
}

.container-unifcv .list-courses .courses-content .course h4 {
    color: #507959;
}

.container-unifcv .list-acess .acess-content .acess h4 {
    color: #fff;
}

.container-unifcv .list-acess .acess-content .acess button:hover {
    background-color: #507959;
    transform: scale(1.1);
}

#wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#wrapper .content {
    max-width: 600px;
    width: 100%;
    min-width: 260px;
    margin-top: 10%;
    transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
    .content {
        margin: 0px;
    }
    .ead img {
        height: 350px;
        padding: 10px;
    }
    .modality .lead-form input,
    .lead-form input {
        width: 250px;
    }
}

@media screen and (max-width: 400px) {
    .ead img {
        height: 300px;
    }
}


/* Tabs menu */

.tabs {
    margin: 0;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 2px 2px 0px 0px;
}

@media screen and (max-width: 512px) {
    .tabs {
        height: 40px;
    }
}


/* Tab Links */

.tablinks {
    background: transparent;
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;
    width: 25%;
    /*change depending on the number of tabs*/
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    overflow: hidden;
    transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
    .tablinks {
        height: 40px;
        font-size: 12px;
    }
}

.tablinks:before {
    background-image: linear-gradient(135deg, #6e9e77 0%, #265e31 100%);
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}


/*tab buttons hover*/

.tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}

@media screen and (max-width: 512px) {
    .tablinks:hover::before {
        height: 0;
    }
}


/* Tab active */

.tablinks.active {
    background-color: white;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 110px;
    bottom: 0px;
    overflow: hidden;
}

@media screen and (max-width: 512px) {
    .tablinks.active {
        height: 60px;
    }
}

.tablinks.active:before {
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}


/* Tabs text */

.tablinks.active p,
.tablinks.active:hover p {
    opacity: 1;
    background: -webkit-linear-gradient(135deg, #6e9e77 0%, #2f6439 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tablinks p {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #686868;
    backface-visibility: hidden;
    font-weight: 400;
}

.tablinks:hover p {
    color: white;
    opacity: 1;
}

@media screen and (max-width: 512px) {
    .tablinks:hover p {
        color: #686868;
        opacity: 0.6;
    }
}


/* Tabs text bigger */

.tablinks p:before {
    content: attr(data-title);
    position: absolute;
    height: auto;
    width: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%;
}

@media screen and (max-width: 512px) {
    .tablinks p:before {
        display: none;
    }
}

.tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
}


/* tab content */

.wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: -3;
    position: relative;
    opacity: 1;
    padding: 40px 30px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
}

.tabcontent {
    display: none;
    min-height: 180px;
    text-align: justify;
    color: #505351;
}

@keyframes tabEffect {
    from {
        top: -40px;
    }
    to {
        top: 0px;
    }
}

.tabcontent.active {
    transition: all 1s ease;
    display: block;
}


/* Tab content line */

.wrapper_tabcontent:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(135deg, #6e9e77 0%, #387443 100%);
    left: 0;
    bottom: 0;
    z-index: -2;
    transition: all 1s ease;
}


/* Title */

.tabcontent h3 {
    font-size: 40px;
    top: 75px;
    transform: rotate(90deg);
    position: absolute;
    left: -90px;
    opacity: 0.1;
    width: 200px;
    height: 60px;
    background: -webkit-linear-gradient(135deg, #6e9e77 0%, #31673b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    animation: city 1s ease;
}

.tabcontent h4 {
    color: #505351;
    margin-bottom: 10px;
}

.tabcontent ul {
    padding: 20px;
}

.tabcontent ul li {
    margin-top: 20px;
    color: #505351;
}

@media screen and (max-width: 512px) {
    .tabcontent h3 {
        top: 65px;
    }
}

@keyframes city {
    from {
        left: -150px;
    }
    to {
        left: -90px;
    }
}


/* Text*/

.tabcontent p {
    color: #686868;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-weight: 100;
    transition: all 1s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
}

@media screen and (max-width: 512px) {
    .tabcontent p {
        font-size: 14px;
        line-height: 26px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table thead {
    background-color: #6e9e77;
}

table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table tr {
    border: 1px solid #ddd;
    padding: 0.35em;
}

table th,
table td {
    padding: 0.625em;
    text-align: center;
    color: #505351;
}

table th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
        border-radius: 5px;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}


/*

acesso rápido

*/

.container-unifcv .video-acess iframe {
    border-radius: 5px;
}

.container-unifcv .video-acess {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-unifcv .header-acess {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.container-unifcv .header-acess img:nth-last-child(3) {
    width: 150px;
    padding: 20px;
    border-radius: 360px;
    border: 1px solid #ccc;
    margin-top: 20px;
    background-color: #fff;
}

.container-unifcv .header-acess h3>a {
    text-decoration: none;
    color: #fff;
}

.container-unifcv .header-acess h3 {
    margin-top: 10px;
}

.container-unifcv .header-acess a>img {
    width: 30px;
    margin-top: 5px;
}

.container-unifcv .banner-acess .img-desktop {
    display: block;
    width: 100%;
}

.container-unifcv .banner-acess {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
}

.container-unifcv .banner-acess .img-mobile {
    display: none;
    width: 100%;
}

.container-unifcv .banner-acess h1 {
    color: #fff;
    margin-bottom: 20px;
}

.container-unifcv .footer-acess {
    display: flex;
    height: 100px;
    background-color: rgba(14, 14, 14, 1);
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    color: #fff;
}

.container-unifcv .footer-acess img {
    width: 200px;
}

@media (max-width: 768px) {
    .container-unifcv .banner-acess .img-mobile {
        display: block;
    }
    .container-unifcv .banner-acess .img-desktop {
        display: none;
    }
    .container-unifcv .footer-acess {
        flex-direction: column;
    }
}


/* COURSES */

.list-courses-index {
    padding: 0 2%;
}

.list-courses-index h1 {
    color: rgb(80, 121, 89);
    padding: 7% 4% 2%;
    text-align: center;
    font-size: 35px;
}

.list-courses-index hr {
    border: 3px solid rgb(80, 121, 89);
    width: 250px;
    margin: auto;
}

.courses-content-index {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.courses-content-index .course-index {
    background-size: cover;
    background-position: center;
    width: 265px;
    height: 330px;
    text-align: center;
    box-shadow: 0px 0px 7px 3px rgba(209, 209, 209, 1);
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: rgb(80, 121, 89);
}

.course-index .content {
    transition: 1s;
    position: relative;
    border-radius: 5px;
    padding: 100px 20px 20px 20px;
    height: 100%;
    background: rgb(80, 121, 89);
    background: linear-gradient(309deg, rgba(80, 121, 89, 0.7595413165266106) 0%, rgba(255, 255, 255, 0.7651435574229692) 50%, rgba(211, 163, 59, 0.77) 100%);
    cursor: pointer;
}

.courses-content-index .content>a>button,
.courses-content-index .content>h3 {
    transition: 1s;
}

.content:hover>a>button,
.courses-content-index .content:hover>h3 {
    transform: scale(1.15);
}

.courses-content-index .course-index button {
    padding: 15px 30px;
    background-color: rgb(211, 163, 59);
    border: none;
    color: white;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
    bottom: 0;
}

.list-courses-index input[type=text] {
    margin: 0 auto;
    width: 50%;
    height: 45px;
    padding: 0px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid rgb(185, 176, 176);
    outline: none;
    text-align: center;
    box-shadow: 3px 4px 40px 0 rgb(0 0 0 / 10%)
}

.list-courses-index .pesquisa {
    padding: 1%;
    text-align: center;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

#cookieAcceptBar.cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgb(245, 242, 242);
    color: rgb(51, 49, 49);
    padding: 20px 0;
    z-index: 99999;
    text-align: justify;
    padding: 10px 20px;
    font-size: 13px;
}

#cookieAcceptBar.cookieAcceptBar a {
    text-decoration: underline;
}

#cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: rgb(80 121 89);
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
}

#cookieAcceptBar #cookieAcceptBarRecuse {
    background-color: #f4ac6d;
}

.color-white {
    color: #fff;
}

.text-bold {
    font-weight: 500;
}

.color-primary {
    color: #d5a140;
}

.color-secondary {
    color: rgb(37, 116, 62);
}