/*
Theme Name: CFCI
Theme URI: https://www.agenciahelp360.com.br/
Description: CFCI - Tema exclusivo Help360
Author: Giordano Magalhães
Author URI: https://www.agenciahelp360.com.br/

font-family: 'Open Sans', sans-serif;

font-family: 'Poppins', sans-serif;

*/
/* ============================================================================!

						GENERAL

============================================================================= */
html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

.body-modal {
    overflow: hidden;
}

img {
    max-inline-size: 100%;
    block-size: auto;
}

.wrap {
    position: relative;
    max-width: 1200px;
    padding: 0 40px;
    margin: auto;
}

.wrap-short {
    max-width: 700px;
}

a {
    text-decoration: none;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.a-button {
    all: unset;
    display: inline-block;
    padding: 5px 30px 4px 30px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background-color: #ff6f00;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.a-button:hover {
    color: unset;
    color: #fff;
    background-color: #ff8c00;
}

.a-button:active {
    color: #fff;
    background-color: #ff8c00;
}

.a-button:focus {
    color: #fff;
    background-color: #ff8c00;
}

.body-modal {
    overflow-y: hidden;
}

h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
}

strong {
    color: #ff6f00;
}

strong:hover:not(.student-area) {
    color: #ff8c00;
}

/* ============================================================================!

						MENU

============================================================================= */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

header .wrap {
    display: flex;
    justify-content: space-between;
}

.headerLogo {
    padding: 10px 0px;
}

.headerLogo img {
    height: 85px;
}

.header_scroll {
    position: fixed;
}

.header_scroll .wrap {
    align-items: center;
}

.header_scroll .client-desk {
    display: none;
}

.header_scroll .headerLogo {
    padding: 4px 0px;
}

.header_scroll .headerLogo img {
    height: 50px;
}

.header_scroll .header-logo {
    margin-bottom: 0;
    padding: 4px;
    border-radius: 0;
    box-shadow: none;
}

.header_scroll #menuprinc {
    margin: 0;
}

#header-sep {
    height: 106px;
}

#menuprinc {
    margin-top: 20px;
}

.menuprinc .menu-primary-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    display: flex;
    gap: 4px;
}

.menuprinc .menu-primary-container ul li a {
    border-radius: 99px;
    padding: 4px 18px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 200ms linear;
}

.menuprinc .menu-primary-container ul li a:last-child() {
    padding-right: 0;
}

.menuprinc .menu-primary-container ul li a:hover {
    color: #fff;
    background-color: #000;
}

.menumob,
.menumob-btn {
    display: none;
}

a:not(.a-button, .cart-icon, .card-link) {
    color: #ff6f00;
}

a:hover:not(.a-button, .cart-icon, .card-link) {
    color: #ff8c00;
}

.client-mob {
    display: none;
}

.client-desk {
    padding: 20px 0 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.student-button {
    padding: 5px 24px;
    border-radius: 30px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    transition: all 200ms linear;
}

.student-area {
    background-color: black;
}

.student-button:nth-child(1):hover {
    transform: unset;
    color: #fff;
    background-color: #ff8c00;
}

.student-area:hover {
    transform: unset;
    color: #fff;
    background-color: rgb(70, 70, 70);
}

.cart-icon {
    width: 28px;
    height: 28px;
    position: relative;
    border-radius: 50%;
    color: white;
    background: #ff6f00;
}

.cart-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-icon:hover {
    color: white;
    background-color: #ff8c00;
}

.wordpress-icon {
    font-size: 28px;
}

.cma-icon {
    font-size: 25px;
}

.client-mob__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* ============================================================================!

						ABOUT-US

============================================================================= */
.about-us {
    max-width: 1200px;
    margin: 80px auto;
}

.about-us * {
    margin: 20px;
}

.about-us button {
    margin: 5px;
    padding: 7px 20px;
}

.banner-content {
    max-width: 1200px;
}

/* ============================================================================!

						COURSES

============================================================================= */
.courses {
    max-width: 1200px;
    margin: 0 auto 80px auto;
    background: url("/wp-content/themes/cfci/assets/images/montain.png") no-repeat right center;
    box-shadow: inset -80px 0px 20px #fff;
}

.courses>img {
    margin: 25px 0;
}

.courses .cards .card-link {
    text-decoration: none;
    color: #000;
    margin: 0;
}

.courses .cards {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}

.courses .cards .card {
    max-width: 270px;
    width: 100%;
    height: 375px;
    display: flex;
    margin: 5px;
    flex-flow: column wrap;
    box-shadow: 0 0 22px 3px rgba(48, 46, 46, 0.1);
}

.courses .cards .card img {
    width: 276px;
    height: 169px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.courses .cards .card h1 {
    margin: 15px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courses .cards .card p {
    margin: 5px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

/* ============================================================================!

						CONTRACTING

============================================================================= */
.contracting {
    width: 100vw;
    background-color: #f5f5f5;
}

.contracting .container {
    max-width: 1200px;
    height: 170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
}

.contracting .container h3 {
    font-weight: 300;
    margin-bottom: 0;
    transform: translate(2px, 7px);
}

/* ============================================================================!

						STAY IN

============================================================================= */
.stay-in {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto;
    display: flex;
    justify-content: center;
}

.stay-in .container {
    max-width: 1200px;
    width: 100%;
}

.stay-in .container .paragraph h1 {
    max-width: 700px;
    margin: 10px auto 20px auto;
}

.notices {
    margin: 30px 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.notices .card-link {
    text-decoration: none;
    color: #000;
}

.notices a div {
    max-width: 322px;
    width: 100%;
    height: 401px;
    margin: 10px;
    border: 1px solid #e2e2e2;
}

.notices img {
    width: 322px;
    height: 223px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.notices h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin: 5px 10px;
}

.notices p {
    color: #636363;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin: 5px 10px;
}

/* ============================================================================!



						BRANDS



============================================================================= */
.brands {
    max-width: 1200px;
    margin: 70px auto;
}

.brands img {
    width: 100px;
    height: 65px;
    object-fit: contain;
    object-position: 50% 50%;
    align-content: center;
    display: block;
    margin: auto;
}

/* ============================================================================!



						CONTACT



============================================================================= */
.contact {
    background-color: #f5f7fa;
    padding: 40px 0;
}

.contact .container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: auto;
    justify-items: center;
    align-items: center;
    padding: 0 40px;
}

.contact .container img {
    justify-self: start;
}

.contact .container .inside-contact {
    margin-top: 5px;
    text-align: center;
}

.contact .container .inside-contact * {
    line-height: normal;
    color: #000;
    display: block;
    text-decoration: none;
}

.contact .container .inside-contact a:last-child {
    padding-top: 20px;
}

.contact .container .address address {
    justify-self: space-evenly;
    padding: 40px 0 50px 50px;
}

.contact .container .address address p {
    margin: 0;
    padding-top: 30px;
}

/* ============================================================================!

						FOOTER

============================================================================= */
footer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.footer {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    margin: auto 0;
}

.attendance {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 100%;
    max-width: 160px;
    transition: all 200ms;
    z-index: 10;
    filter: drop-shadow(0 0 3px #545454);
    transition: all 200ms;
}

.attendance--open {
    max-width: 220px;
}

.attendance__header {
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 3px 0 2px 0;
    background-color: #ff8c00;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.attendance__body {
    background-color: #fff;
    display: none;
    padding: 10px;
}

.attendance__para {
    text-align: center;
}

.attendance__item {
    width: 100%;
    margin: 10px 0;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.attendance__link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.attendance__link:hover {}

.attendance__link i {
    font-size: 22px;
}