/*
Theme Name: REK CROSSFIT
Theme URI: https://www.elroi.com.br/
Description: REK CROSSFIT - Tema exclusivo Elroi TI
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* -> GERAL */
html, body {
	height: 100%;
}
body {
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 400;
	color: rgba(0,0,0,1.00);
}
.body-modal {
    overflow: hidden;
}

.wrap {
	 position: relative;
	 width: 100%; max-width: 1200px;
	 margin: auto;
}
.wrapShort {
    max-width: 800px;
}

img {
	max-width:100%; height: auto;
}

a {
	color: #ff9d00;
	text-decoration:none;
}
a:visited {
	color: #ff9d00;
	text-decoration:none;
}
a:hover {
	color: #ff5900;
	text-decoration:none;
}
a:active {
	color: #ff9d00;
	text-decoration:none;
}

.form-select-sm {
    width: fit-content;
    margin: auto;
}

.transition200 a {
    transition: all 200ms linear !important;
}
/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 99;
	width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#header-body {
    padding: 10px 0;
}
header .wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo {
    width: 100%;
    max-width: 205px;
}
#header-logo img {
    max-height: 98px;
}

#header-btnWhats a {
    display: inline-block;
    padding: 7px 17px;
    background-color: #ff5100;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    transition: all 200ms linear;
}
#header-btnWhats a:hover {
    background-color: #ff5e00;
}

.header_scroll {
    position: fixed;
    background-color: rgba(38,38,38,1.00);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    padding: 4px 0;
}
.header_scroll #header-body {
    padding: 0;
}
.header_scroll #header-logo img {
    max-height: 48px;
}
.header_scroll #header-top {
    display: none;
}
.header_scroll #menuprinc a {
    font-size: 16px;
}
.header_scroll #header-btnWhats a {
    padding: 4px 15px;
    font-size: 16px;
}

#header-sep {
    /* height: 90px; */
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    gap: 30px;
}
#menuprinc a {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#menuprinc a:hover {
    color: rgba(255,255,255,1.00);
}

#menuprinc ul ul a {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
#menuprinc a .menuprinc_barrinha {
    width: 0;
    height: 2px;
    background-color: rgba(255,255,255,0.80);
    transition: all 200ms linear;
}
#menuprinc a:hover .menuprinc_barrinha {
    width: 100%;
    background-color: rgba(255,255,255,1.00);
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: rgb(255, 255, 255);
}
#menumob {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #181818fa;
    padding: 20px 0 120px;
    overflow-y: auto;
    text-align: center;
}
#menumob-logo {
    padding-top: 20px;
}
#menumob-logo img {
    max-width: 240px;
}
#menumob-menu {
    margin: 30px 0;
}
#menumob-menu ul {
    list-style: none; margin: 0; padding: 0;
}
#menumob-menu li {
    margin: 10px auto;
    width: fit-content;
}
#menumob-menu a {
    display: block;
    padding: 7px 15px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255,255,255,0.80);
    transition: all 200ms linear;
}
#menumob-menu a:hover {
    color: rgba(255,255,255,1.00);
}

#menumob-rs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
#menumob-rs a, #menumob-rs a:active, #menumob-rs a:visited {
    color: rgba(255,255,255,0.8);
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    color: rgba(255,255,255,1.00);
}
#menumob-rs a {
    position: relative;
    display: block;
    width: 54px; height: 54px;
    border-radius: 50%;
    background-color: #ff5e00;
    font-size: 30px;
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    background-color: #ff5100;
}
#menumob-rs [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
/* <- MENUPRINC*/

/* -> INI */
.section-title {
    position: relative;
    font-size: 40px; line-height: 44px;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
}
.section-title-bar {
    margin-top: 10px;
    width: 100px;
    height: 4px;
    background-color: #ff5100;
}
.section-content {
    margin-top: 40px;
    line-height: 1.8em;
}
.oj {
    color: #ff5100;
}
a.btn-oj {
    display: inline-block;
    padding: 7px 20px;
    background-color: #ff5100;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.btn-oj:hover {
    background-color: #ff5e00;
}

/*** qs ***/
#quem-somos {
    padding: 70px 0;
}
#quem-somos .wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
#qs-la {
    width: 50%;
}

/*** quero1semana ***/
#quero1semana {
    margin: 0 auto 70px;
    padding: 40px 50px;
    max-width: 1200px;
    border-radius: 10px;
    background-image: url(/wp-content/themes/rek/img/quero1semana-banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#quero1semana-la {
    font-family: 'Poppins', sans-serif;
    font-size: 50px; line-height: 64px;
    font-weight: 600;
    color: #fff;
}

/*** nossos-planos ***/
#nossos-planos {
    padding: 70px 0;
    background-image: url(/wp-content/themes/rek/img/planos-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#nossos-planos-title {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.planos-columns {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}
.planos-column {
    border-radius: 10px;
    /* border: #ff5e00 solid 1px; */
    padding: 10px;
    width: 100%;
    /* max-width: 440px; */
}
.planos-sede {
    display: none;
    margin-bottom: 10px;
    padding: 30px;
    background-color: rgba(0,0,0,0.7);
    font-size: 34px;
    font-weight: 700;
    color: #ff5e00;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms linear;
}
.planos-sedeMob {
    display: none;
    position: fixed; top: 68px; left: 0; z-index: 998;
    width: 100%;
    padding: 10px;
    background-color: rgba(0,0,0,0.9);
    font-size: 34px;
    font-weight: 700;
    color: #ff5e00;
    text-align: center;
    text-transform: uppercase;
}
.planos-sede-frm {
    width: fit-content;
    margin: auto;
}
.planos-sede-small {
    font-size: 10px; line-height: 10px;
    text-align: left;
}
.planos-lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: auto;
}
.planos-lst-item {
    background-color: #fff;
}
.planos-lst-item-title {
    padding: 20px;
    background-color: #ff5100;
    font-family: 'Poppins', sans-serif;
    font-size: 30px; line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.planos-lst-item-title-mini {
    font-size: 18px;
}
.planos-lst-item-planos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px;
}
.planos-lst-item-planos-col1 {
    grid-template-columns: repeat(1, 1fr);
}
.planos-lst-item-planos-item {
    
}
.planos-lst-item-planos-item-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.planos-lst-item-planos-item-vlr-mensal {
    margin: 30px auto;
    text-align: center;
}
.planos-lst-item-planos-item-vlr-blk {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.planos-lst-item-planos-item-vlr-blk-equivalente {
    font-size: 10px; line-height: 16px;
    color: #3e3e3e;
    text-transform: uppercase;
    transform: translateX(-31px);
}
.planos-lst-item-planos-item-vlr-blk-rs {
    font-weight: 400;
    color: #b5b5b5;
    transform: translate(4px, -7px);
}
.planos-lst-item-planos-item-vlr-blk-vlr {
    font-size: 44px;
    font-weight: 700;
}
.planos-lst-item-planos-item-vlr-blk-periodo {
    font-weight: 400;
    color: #535353;
    transform: translate(2px, 8px);
}
.planos-lst-item-planos-item-vlr-blk-unico {
    margin: 10px auto;
    width: fit-content;
}
.planos-lst-item-planos-item-vlr-blk-unico-title {
    font-size: 12px; line-height: 12px;
    color: #b5b5b5;
}
.planos-lst-item-planos-item-vlr-desconto, .planos-lst-item-planos-item-vlr-total {
    display: none;
}

/*** servicos ***/
#servicos {
    padding: 70px 0;
    background-color: #fff;
}
#servicos .section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
#servicos .section-title-bar {
    margin: 10px auto 0;
}
.servicos-lst {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.servicos-item {
    position: relative;
}
.servicos-item-img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
}
.servicos-item-title {
    position: absolute; bottom: 0; padding: 0; z-index: 2;
    width: 100%;
    padding: 70px 20px 20px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #000000;
    text-transform: uppercase;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.servicos-item-overlay {
    display: none;
    position: absolute; top: 10px; left: 10px; z-index: 3;
    background-color: rgba(255,255,255,0.96);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
}
.servicos-item-overlay-l1 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.servicos-item-overlay-l1-photo {
    width: 108px;
    height: 108px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.servicos-item-overlay-l1-nome {
    font-size: 28px; line-height: 30px;
    font-weight: 700;
}
.servicos-item-overlay-l1-profissao {
    padding-left: 2px;
    font-size: 12px; line-height: 14px;
    color: #777777;
    text-transform: uppercase;
}
.servicos-item-overlay-l1-links {
    margin-top: 10px;
    display: flex;
    gap: 20px;
}
.servicos-item-overlay-l2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.9);
}

/*** depoimentos ***/
#depoimentos {
    padding: 70px 0;
}
.depoimentos-item-l1 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.depoimentos-item-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.depoimentos-item-nome {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.depoimentos-item-content {
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/* <- INI */

/* -> FOOTER */
#footer-l1 {
    padding: 70px 0;
    background-color: #2f2f2f;
    color: rgba(246,246,246,1.00);
}
.footer-l1-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.footer-logo {
    width: 100%;
    max-width: 440px;
}
.footer-l1-col-title, .footer-l1-col-title a {
    font-size: 30px; line-height: 36px;
    font-weight: 700;
    color: #ff5e00;
    transition: all 200ms linear;
}
.footer-l1-col-title a:hover {
    color: #ff3700;
}
.footer-l1-col-title.fortaleza {
    font-size: 40px;
}
.footer-l1-col-content {
    margin-top: 30px;
}
#footer-l2 {
    padding: 20px 0;
    background-color: #1d1d1d;
    color: #777777;
}
#footer-l2 .wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.footer-icons {
    position: fixed; bottom: 10px; right: 5px;
    width: 50px;
}
.footer-icons a {
    display: inline-block; vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 40px; height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #FFFFFF;
    transition: all 200ms linear;
}
.footer-icons a [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: rgba(255,255,255,1.00);
}
.footer-icons a.instagramFixed {
    background-color: rgba(255,0,74,1.00);
}
.footer-icons a.instagramFixed:hover {
    background-color: rgba(226,0,65,1.00);
}
.footer-icons a.facebookFixed {
    background-color: rgba(0,102,242,1.00);
}
.footer-icons a.facebookFixed:hover {
    background-color: rgba(0,90,213,1.00);
}
.footer-icons a.whatsappFixed {
    background-color: rgba(39,197,0,1.00);
}
.footer-icons a.whatsappFixed:hover {
    background-color: rgba(33,169,0,1.00);
}
/* <- FOOTER */

/* -> PAGE TITLE */
.conteudoBigTitle-title {
    padding: 170px 0 70px;
    background-color: #1c1d1e;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.conteudoBigTitle-crumbs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #c3c3c3;
}
.conteudoBigTitle-crumbs a {
    color: #00bfff;
    transition: all 200ms linear;
}
.conteudoBigTitle-crumbs a:hover {
    color: #968863;
}
.page-content {
    margin: 40px 0;
    min-height: 300px;
}
/* <- PAGE TITLE */

/* -> FALE CONOSCO */
#frm_contato, #frm_orcamento {
    max-width: 700px;
    margin: auto;
}
/* <- FALE CONOSCO */

/* ESPECIALIDADES */
.especialidades-lst-item {
    margin: 30px 0;
}
.especialidades-lst-titulo {
    font-size: 24px;
    font-weight: 700;
}
/* ESPECIALIDADES */

/* POPUP */
.popup {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 999;
    padding: 80px 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);
    overflow-y: auto;
}
.popup-close {
    position: absolute; top: 0px; right: 20px;
    font-size: 50px;
    color: rgba(255,255,255,0.7);
    transition: all 200ms linear;
}
.popup-close:hover {
    cursor: pointer;
    color: rgba(255,255,255,1.00);
}
.popup-main {
    position: relative;
    background-color: rgba(255,255,255,0.95);
    margin: auto;
    max-width: 450px;
    min-height: 360px;
    padding: 30px;
    border-radius: 10px;
}
.popup-pergunta {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
#popOutrosFrm {
    display: none;
}
#popupEstagio2 {
    display: none;
}
/* POPUP */