@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Tajawal:wght@400;800&display=swap"); :root {
--responsive-calc: ((100vw - 340px) / (1700 - 340));
--blue_01: #002c4d;
--blue_02: #032845;
--orange_01: #f79a33
}
body, html {
height: 100%;
}
body {
font-family: 'Tajawal', sans-serif;
font-size: 16px;
background: #fbfbfb;
}
.blue-01 {
color: var(--blue_01);
}
.bg-blue-01 {
background-color: var(--blue_01);
}
.blue-02 {
color: var(--blue_02);
}
.bg-blue-02 {
background-color: var(--blue_02);
}
.orange-01 {
color: var(--orange_01);
}
.bg-orange-01 {
background-color: var(--orange_01);
}
p:empty, p.text-white:empty {
display: none;
}
ol {
margin-top: 13px;
margin-left: 0;
padding-left: 17px;
}
ol li {
color: #fff;
}
h1, h2, h3, h4 {
font-family: "Merriweather", sans-serif;
}
h1 {
font-size: calc(28px + (52 - 28) * var(--responsive-calc));
margin-bottom: 25px;
}
h2 {
font-size: 25px;
color: var(--blue_01);
}
h3 {
font-weight: 700;
font-size: 28px;
}
.title-lined {
margin-bottom: 40px;
position: relative;
display: inline-block;
padding-bottom: 20px;
}
.title-lined:before {
content: '';
position: absolute;
display: block;
width: 160px;
bottom: 0;
left: 0px;
height: 3px;
background: #f79a33;
}
.title-lined:after {
content: '';
display: block;
width: 285px;
height: 1px;
background: #b4bec4;
position: absolute;
left: 160px;
bottom: 1px;
}
a {
transition: all 0.4s ease-in-out 0s;
color: var(--blue_01);
}
a:hover {
color: var(--orange_01);
text-decoration: none;
cursor: pointer;
}
#tarja-sup {
position: relative;
z-index: 4;
float: left;
width: 100%;
padding: 17px 0 13px 0;
}
#tarja-sup a img {
width: 25px;
margin-right: 4px;
}
#tarja-sup p {
font-size: 16px;
}
#tarja-sup .socials {
text-align: right;
}
.fixed-top {
z-index: 3 !important;
}
.navbar::before {
content: '';
border-top: solid #eaeaea 1px;
position: absolute;
width: 100%;
top: 59px;
z-index: 0;
}
.navbar.top-nav-collapse::before {
display: none;
}
a.nav-link {
color: var(--blue_01);
font-size: 18px;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding: 0 20px;
}
.phone-top {
font-size: 24px;
position: relative;
top: -5px;
color: var(--blue_01);
border-left: 1px solid #eaeaea;
padding-left: 20px;
}
.nav-item a {
display: inline-block;
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
position: relative;
}
.nav-item a:hover::before {
transform-origin: center center;
transform: scaleX(1);
}
.nav-item a:hover {
color: var(--orange_01);
}
.nav-item a.active::before {
transform-origin: center center;
transform: scaleX(1);
background: var(--blue_01);
}
.nav-item a.active:hover {
color: var(--blue_01);
}
.nav-item a::before {
margin: 10px 0;
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
content: "";
position: absolute;
left: 0;
top: -56px;
transform-origin: center center;
background: var(--orange_01);
height: 3px;
width: 100%;
transform: scaleX(0);
}
.top-nav-collapse .nav-item a::before {
top: 20px;
}
.navbar {
padding: 80px 0 22px 0;
}
.navbar-brand {
padding-top: 24px;
}
.top-nav-collapse {
background: #fff;
padding: 0px 0 6px;
}
.navbar-brand img {
transition: all 0.3s ease-in-out 0s;
}
.top-nav-collapse .navbar-brand {
padding-top: 10px;
}
.top-nav-collapse .navbar-nav {
padding-top: 22px;
}
.btn {
border-radius: 50px;
padding: 6px 34px;
transition: all 0.4s ease-in-out 0s;
color: #fff;
}
.btn:hover {
color: #fff;
}
.btn-lg {
font-size: 18px;
padding: 14px 50px 8px 50px;
}
.btn-blue {
background-color: #0a84dd;
}
.btn-blue:hover {
background-color: #2b9aec;
}
.btn-green {
background-color: #00ad00;
}
.btn-green:hover {
background-color: #37b937;
}
p, .main-content ul li {
font-family: 'Tajawal', sans-serif; font-size: calc(16px + (18 - 16) * var(--responsive-calc));
line-height: 180%;
font-weight: 400;
color: #747474;
margin-bottom: 25px;
}
.g-recaptcha {
display: none;
}
.alm-load-more-btn.done {
display: none;
}
.page #header-img-tall {
min-height: 680px;
}
#header-img-tall {
background-size: cover;
width: 100%;
min-height: 805px;
height: auto;
background-position: top;
position: relative;
}
#header-img-tall .lead-wrap {
margin-top: 214px;
z-index: 2;
position: relative;
}
#header-img-tall h1 {
color: var(--blue_01);
font-weight: 700;
font-size: 45px;
font-size: calc(28px + (45 - 28) * var(--responsive-calc));
line-height: 150%;
}
#header-img-tall h2 {
color: var(--orange_01);
font-family: 'Tajawal', sans-serif;
font-weight: 800;
font-size: 36px;
}
#header-img-tall p {
color: var(--orange_01);
font-size: 22px;
margin-bottom: 0;
}
#header-img-tall .btn, .whastapp-btn {
min-width: 250px;
}
#header-img-tall .btn-blue {
margin-right: 15px;
}
.separador {
margin: 0 5px;
color: #eaeaea;
} #yrc-shell-0 .yrc-item {
width: 254px !important;
margin-right: 30px !important;
}
#yrc-shell-0 .yrc-item:last-child {
margin-left: 0px !important;
margin-right: 0px !important;
}
.yrc-video-date {
display: none;
}
#yrc-shell-0 .yrc-item-title {
margin-top: 20px;
color: #636569;
font-size: 16px;
white-space: normal !important;
}
#yrc-shell-0 .yrc-item .yrc-thumb a.yrc-video-link:before {
background-size: 18% !important;
} #area {
background-color: var(--blue_02);
padding: 98px 0;
}
#area h2 {
font-size: 50px;
font-size: calc(33px + (50 - 33) * var(--responsive-calc));
margin-bottom: 50px;
}
#area p {
color: #eaeaea;
font-size: 18px;
}
#area .cat-block {
text-align: center;
border: solid 1px #5e7688;
margin-top: 70px;
position: relative;
}
#area .cat-block:nth-child(2) {
border: none;
border-top: solid 1px #5e7688;
border-bottom: solid 1px #5e7688;
}
#area .cat-block:nth-child(5) {
border: none;
border-top: solid 1px #5e7688;
border-bottom: solid 1px #5e7688;
}
#area .cat-block h3 {
margin-bottom: 35px;
margin-top: 48px;
}
#area .cat-block img {
position: absolute;
width: 62px; left: 50%;
transform: translate(-50%, -50%);
}
#area .cat-block p {
padding: 0 20px;
}
#sobre {
padding: 100px 0 98px 0;
background: url(//www.gabrieljotta.com.br/wp-content/themes/grabriel_jotta/images/pattern_grey.png) repeat;
position: relative;
}
#sobre img {
position: absolute;
right: 0;
top: -134px;
}
#videos {
padding: 90px 0 160px 0;
}
#videos h2 {
margin-bottom: 80px;
}
#depoimentos {
background-color: var(--blue_02);
position: relative;
}
#depoimentos img {
position: relative;
left: 0;
top: -50px
}
#depoimentos p {
font-size: 20px;
line-height: 130%;
margin-bottom: 50px;
}
#depoimentos address {
font-family: "Merriweather", sans-serif;
font-size: 18px;
}
#depoimentos address:before {
content: '';
position: absolute;
display: block;
width: 160px;
bottom: 70px;
left: 0px;
height: 3px;
background: #f79a33;
}
#depoimentos address:after {
content: '';
display: block;
width: 285px;
height: 1px;
background: #b4bec4;
position: absolute;
left: 160px;
bottom: 71px;
}
#contato { padding: 110px 0;
}
#contato h2 {
margin-bottom: 90px;
}
#contato p {
margin-bottom: 10px;
color: var(--blue_01);
}
#contato .logo {
margin-bottom: 60px;
}
#contato .icon-mobile {
width: 13px;
margin-right: 8px;
margin-left: 2px;
}
#contato .icon-email {
width: 17px;
margin-right: 8px;
}
#contato .icon-map {
width: 14px;
margin-right: 5px;
margin-left: 2px;
} .wpforms-container button[type="submit"] {
color: #fff !important;
outline: none; background-color: var(--orange_01)!important;
font-size: 1rem;
padding: 8px 40px 2px 40px !important;
border: none !important;
border-radius: 50px !important;
cursor: pointer !important;
width: auto !important;
}
div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
display: block !important;
width: 100% !important;
padding: 16px 13px 10px 13px!important;
font-size: 1rem !important;
color: #495057 !important;
background-color: #efefef !important;
background-clip: padding-box !important;
border: none !important;
border-radius: 8px !important;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 5px 0 !important;
}
::-webkit-input-placeholder { color: #848484;
font-size: small;
}
::-moz-placeholder { color: #848484;
}
:-ms-input-placeholder { color: #848484;
}
:-moz-placeholder { color: #848484;
}
div.wpforms-container-full {
margin-top: 50px !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
height: 130px !important;
}
#credit {
padding: 15px;
}
#footer_alerta_logo {
float: left;
margin-right: 10px;
position: relative;
top: 3px;
}
#footer_alerta_logo img {
width: 15px;
}
#credit p {
margin-bottom: 0;
color: #fff;
font-size: 11px;
margin-top: 6px;
}
#credit p a {
color: #fff;
font-size: 11px !important;
}
.card {
min-height: 100%;
position: relative;
padding-bottom: 0;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.1);
border: none;
border-radius: 6px;
margin: 40px 0 0 0;
}
.page-id-11 .navbar, .single .navbar {
background: #fff; box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.1);
}
.cycle-slide {
z-index: 2 !important;
}
.main-content {
position: relative;
z-index: 2;
top: 180px;
margin-bottom: 150px;
background: #f7f7f7;
}
#blog-header {
background-color: var(--blue_02);
max-height: 80px; padding: 20px 0;
}
#blog-header h1 {
margin: 0;
position: relative;
top: -35px;
}
.main-content h1 {
font-size: 30px;
}
.main-content ul {
margin: 0;
padding: 0 0 0 17px;
}
.main-content ul li {
font-size: 16px;
}
.main-content h4 {
margin-bottom: 22px;
}
.main-content h4 a {
color: var(--blue_01);
}
.main-content h4.card-title {
margin-bottom: 8px;
}
.main-content p {
font-size: 19px;
line-height: 140%;
}
.main-content p.data {
font-size: 16px;
}
.main-content strong {
font-size: 18px;
}
.main-content-post p.data {
margin-top: 5px;
}
.main-content-post img {
max-width: 100%;
height: auto;
}
.main-content-post h1 {
margin-bottom: 0;
}
.card-body {
padding: 2.25rem;
}
.card a.link i {
font-size: 22px;
margin-right: 8px;
position: relative;
top: 3px;
color: var(--orange_01);
}
#entry {
margin-top: 70px;
}
.single #blog-header h2 {
margin: 0;
position: relative;
top: -35px;
font-size: 30px;
}
.single #entry .socials {
margin: 40px 0;
color: darkolivegreen;
font-size: 14px;
}
.single .socials a {
margin: 0 2px;
display: inline-block;
}
.single .socials a.facebook svg path {
fill: #3b5998;
}
.single .socials a.twitter svg path {
fill: #1da1f2;
}
.about-imgs-wrap .item-wrap {
border-top: solid #fff calc(3px + (5 - 3) * var(--responsive-calc));
}
.about-imgs-wrap .item-wrap:nth-of-type(1) {
border-right: solid #fff calc(2px + (6 - 2) * var(--responsive-calc));
}
.about-imgs-wrap .item-wrap:nth-of-type(2) {
border-right: solid #fff calc(1px + (3 - 1) * var(--responsive-calc));
border-left: solid #fff calc(1px + (3 - 1) * var(--responsive-calc));
}
.about-imgs-wrap .item-wrap:nth-of-type(3) {
border-left: solid #fff calc(2px + (6 - 2) * var(--responsive-calc));
}
.modal-content {
position: relative;
}
.modal-content h2 {
padding: 30px 70px;
font-family: "Roboto", serif;
font-size: 22px;
}
.modal-content .info {
padding: 50px 70px;
}
.modal-content .info p {
margin-bottom: 0;
}
.modal-content .close {
position: absolute;
right: 15px;
top: 10px;
text-shadow: none;
}
.modal-content .info .about-event {
margin-top: 40px;
}
.modal-content .info i.fa-map-marker-alt {
margin-left: 2px;
margin-right: 7px;
}
.modal-content .info i.fa-clock {
margin-right: 6px;
}
.modal-content .info i.fa-calendar-alt {
margin-left: 1px;
margin-right: 9px;
}
.alm-btn-wrap {
text-align: center;
}
.alm-load-more-btn {
border: 2px solid #b9b58b;
color: #b9b58b;
background: none;
font-size: 18px;
border-radius: 15px;
padding: 6px 34px;
transition: all 0.4s ease-in-out 0s;
}
.alm-load-more-btn:hover {
color: #fff;
background: #b9b58b;
}
.btn:not(:disabled):not(.disabled), .sp-container button:not(:disabled):not(.disabled) {
cursor: pointer;
}
.cookiealert {
color: #fff !important;
-webkit-box-shadow: 0px -1px 6px -1px rgba(0, 0, 0, 0.67);
-moz-box-shadow: 0px -1px 6px -1px rgba(0, 0, 0, 0.67);
box-shadow: 0px -1px 6px -1px rgba(0, 0, 0, 0.67);
font-size: 13px;
}
.cookiealert .acceptcookies {
color: #fff !important;
padding: 6px 25px 0 !important;
border: solid 2px #fff !important;
border-radius: 10px !important;
cursor: pointer !important;
}
.cookiealert .acceptcookies:hover {
color: #176333 !important;
background: #fff;
border: solid 2px #fff !important;
}
.cookiealert a {
margin: 0 5px 0 !important;
color: #fff !important;
} #cookies p {
font-size: 16px;
color: #747474;
} @media (max-width: 1199px) { #navbarNav {
background: rgba(255, 255, 255, 0.8);
padding: 30px 0;
}
.phone-top {
margin-right: 18px;
margin-top: 30px;
}
.navbar-brand {
margin-left: 15px;
}
.nav-item a::before {
display: none;
}
} @media (max-width: 991px) { #area .cat-block:nth-child(2), #area .cat-block:nth-child(5) {
border: none;
border: solid 1px #5e7688;
}
.title-lined:before {
width: 100px;
}
.title-lined:after {
left: 15px;
}
#credit {
text-align: right;
}
#footer_alerta_logo {
float: none;
margin-right: 0px;
}
#credit p {
float: right;
margin-left: 10px;
}
.card-body img {
margin-bottom: 20px;
}
#yrc-shell-0 .yrc-item, #yrc-shell-0 .yrc-item:last-child {
margin-left: 5px !important;
margin-right: 5px !important;
}
}
@media (max-width: 767px) { #tarja-sup {
z-index: 5;
}
#tarja-sup .socials {
text-align: left;
}
.navbar::before {
top: 79px;
}
.fixed-top {
z-index: 4 !important;
}
#header-img-tall {
background-position: right top;
}
#header-img-tall .btn-blue {
margin-right: 0;
}
#header-img-tall .btn, .whastapp-btn {
min-width: 200px;
}
#sobre img {
display: none;
}
#blog-header h1 {
top: -62px;
}
.single #blog-header h2 {
top: -60px;
}
}
@media (max-width: 575px) { #area .cat-block {
margin-left: 15px;
margin-right: 15px;
}
#header-img-tall .btn, .whastapp-btn {
min-width: auto;
margin-bottom: 10px;
}
#depoimentos address:after {
width: 90px;
left: 90px;
}
#depoimentos address:before {
width: 90px;
}
.hidden-575 {
display: none;
}
#header-img-tall .btn, .whastapp-btn {
display: block;
}
}
@media (max-width: 420px) { }
@media (max-width: 390px) { } @media (min-width: 576px) and (max-width: 767px) {} @media (max-width: 360px) { }