/*
Theme Name: Saiba Consult
Theme URI: https://github.com/roofranklin/saibaconsult
Author: Roosevelt Franklin
Author URI: https://github.com/roofranklin
Description: Tema desenvolvido para o cliente Saiba Consult.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, rcode
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Saiba Consult

Saiba Consult WordPress Theme © 2011-2023 TidyThemes
Saiba Consult is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Ubuntu&display=swap');

* {
    font-family: 'Ubuntu', sans-serif;
}

.only-desktop { display: block; }
.only-mobile { display: none; }

header {
    background-color: #0A2846;  
}

.menu {
    padding-top: 10px;
}

.btn-languages {
    padding: 6px 12px;
    margin-right: 10px;
    float: right;
}
.btn-languages img {
    width: 32px;
    height: 32px;
}

.navbar-nav {
    flex-direction: row !important;
    margin-right: -78px;
    margin-top: 40px;
}

.navbar-nav li {
    white-space: nowrap;
}

.navbar-nav li a{
    color: #ffffff;
    font-size: 1.25em;
    padding-right: 30px;
}
.navbar-nav li .active,  .navbar-nav li a:hover{
    color: #C65273 !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
  }

.navbar-toggler-icon {
    /* background-image: url(../img/icon/menu.png) !important; */
    width: 48px !important;
    height: 48px !important;
}

#main-page {
    background-image: url(../img/home-bg.png);
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
}

#home {
    height: calc(100vh - 140px);
    background-color: rgba(255,255,255,0.5);
}

#home h1{
    padding: 120px 0 20px 0;
    font-family: 'Questrial', sans-serif;
    font-size: 48px;
    color: #0A2846;
}

#home p{
    color: #696969;
    font-size: 1.75em;
    padding: 20px 0 0 40px;
    margin: 0;
}

#home .banner-home {
    margin-top: 40px;
    width:100%;
}

#bio {
    padding: 60px 0 120px 0;
    background-color: rgba(255,255,255,0.7);
}

#bio .profile {
    width: 100%;
    padding: 60px 120px 60px 100px;
}

#bio img {
    width: 100%;
    padding: 40px 120px 0 0;
}

#bio h2 {
    font-family: 'Questrial', sans-serif;
    padding-top: 20px;
    font-size: 48px;
    color: #C65273;
}

#bio h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #0A2846;
    padding-bottom: 24px;
}
 
#bio p{
    color: #696969;
    font-size: 1.5em;
}

#bio .btn {
    color: #ffffff;
    background-color: #C65273;
    font-size: 1.25em;
    padding: 6px 24px;
    border-radius: 24px;
    margin-top: 12px;
}

#services {
    background-color: #F6F9FB;
    padding: 60px 0;
}

#services h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #0A2846;
    padding-bottom: 24px; 
}

#services .big {
    font-size: 1.5em;
    font-weight: 400;
    color: #0A2846;
    padding-left: 40px;
}

.list-of-services {
    padding: 60px 0 60px 0;
}

.list-of-services img {
    height: 140px;
}

.list-of-services h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #0A2846;
    padding: 48px 0 16px 0; 
}

.list-of-services p {
    color: #696969;
    font-size: 1.2em;
    padding-right: 20px; 
}

.blockquote h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 48px;
    color: #0A2846;
}

.blockquote blockquote {
    color: #72B5D0;
    font-size: 36px;
    line-height: 2em;
    font-style: oblique;
    font-weight: 400;
}

.blockquote img {
    width: 100%;
    height: auto;
    padding-right: 40px;
    margin-top: -130px;
}

#workshop {
    background-color: #E3E9E7;
    padding: 60px 0;
}

#workshop h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 48px;
    color: #0A2846;
    text-align: center;
}

#workshop h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 28px;
    color: #0A2846;
    text-align: center;
}

#workshop h4 {
    font-family: 'Questrial', sans-serif;
    font-size: 36px;
    color: #0A2846;
    padding-top: 40px;
}

#workshop .quote {
    color: #696969;
    font-size: 1.5em;
    padding: 16px 0 0 40px; 
}

#workshop img {
    padding-left: 40px;
    width: 47%;
}

#workshop p {
    color: #0A2846;
    font-size: 1.25em;
}

#workshop .btn {
    color: #ffffff;
    background-color: #C65273;
    font-size: 1.25em;
    padding: 6px 24px;
    border-radius: 24px;
    margin-top: 10px;
}

#workshop .date {
    font-family: 'Questrial', sans-serif;
    font-size: 28px;
    color: #0A2846;
}

#workshop .row {
    margin-top: 60px;
}

footer {
    background-color: #082644;
    padding: 48px 0;
}

footer h3 {
    color: white;
    font-size: 1.1em;
    margin-top: -20px;
}

footer p, footer a {
    color: #ffffff;
    font-size: 18px;
    padding-top: 36px;
    text-decoration: none;
}

footer .social-icon img{
    padding-right: 28px;
    margin-top: 14px;
}

footer .btn-pink, footer .btn-pink:hover {
    background-color: #C65273;
    color: #ffffff;
}

#about-page {
    background-image: url(../img/about-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#about {
    background-color: rgba(255,255,255,0.5);
}

#about .col-md-8 {
    padding-left: 64px;
}

#about .col-md-8 img {
    width: 48px;
    padding: 0 0 0 16px;
}

#about img {
    width: 100%;
    padding: 100px 0 0 0px;
}

#about h2 {
    font-family: 'Questrial', sans-serif;
    padding-top: 100px;
    font-size: 48px;
    color: #C65273;
}

#about h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0A2846;
    padding-bottom: 24px;
}

#about p {
    color: #0A2846;
    font-size: 1em;
}

#about h4 {
    padding-top: 40px;
}

#about-footer p {
    font-size: 28px;
    color: #696969;
    padding-top: 20px;
}

#about .col-6 img {
    padding: 10px 0 80px 0;
    margin-left: -10px;
    width: 50%;
}

/* AJUSTES PARA NOTEBOOK DE BAIXA RESOLUÇÃO */
@media screen and (min-width: 480px) and (max-width: 1440px) {
    #home h1{
        padding: 60px 0 20px 0;
        font-size: 36px;
    }
    
    #home p{
        font-size: 1.5em;
    }

    #services h2 {
        font-size: 36px;
    }

    #services .big {
        font-size: 1.25em;
    }
    #bio p{
        font-size: 1.25em;
    }
    #workshop h2 {
        font-size: 36px;
    }
    
    #workshop h3 {
        font-size: 28px;
    }
    
    #workshop .quote {
        font-size: 1.25em;
    }
}

/* CONTACT FORM 7 */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: green;
	background-color: green;
	color: white;
	padding: 15px;
}

/* =================================================================
    MOBILE
    ================================================================ */

@media (max-width: 480px) {
    .only-desktop { display: none !important; }
    .only-mobile { display: block; }

    header .navbar-brand img {
        width: 160px;
    }

    .menu {
        padding-top: 0px;
    }

    .btn-languages {
        font-size: 0.75em;
        margin-right: -10px;
    }
    .navbar-nav {
        flex-direction: column !important;
        margin-right: 0px;
        margin-top: 20px;
    }
    .navbar-nav li a{
        font-size: 1.1em;
        padding-right: 0px;
    }
    .navbar-toggler-icon {
        width: 36px !important;
        height: 36px !important;
    }

    #home {
        height: auto;
    }

    #home h1 {
        padding-top: 30px;
    }

    #home p, #bio p, #services .big {
        width: 100%;
        padding: 0 0 20px 0;
        font-size: 1.2em;
    }
    #bio img {
        padding-right: 0px;
        width: 80%;
    }

    #bio .profile {
        padding: 60px 80px;
        }

    #bio h3 {
        font-size: 28px;
    }
    .list-of-services {
        display: block;
        margin: auto;
    }
    .list-of-services img {
        padding-top:36px;
    }
    .blockquote img {
        width: calc(100% - 40px);
        height: auto;
        padding-left: 40px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .blockquote h3 {
        font-size: 36px;
        margin-top: 30px;
        text-align: center;
    }
    .blockquote blockquote {
        font-size: 32px;
        text-align: center;
    }
    #workshop h2, #workshop h3 {
        text-align: left;
    }
    #workshop .quote {
        padding: 0px;
    }
    #workshop h4 {
        font-size: 28px;
        padding-top: 0px;
    }
    #workshop img {
        padding-bottom: 40px;
        padding-top: 20px;
        padding-left: 0px;
        width: 70%;
    }
    footer h3 {
        margin-top: 20px;
        }
    footer img {
        width: 160px;
        display: block;
        margin: auto;
    }
    footer span {
        padding: 0 10px;
    }
    footer p {
        padding-top: 28px;
    }
    footer a {
        padding-top: 20px;
    }
    footer p, footer a {       
        text-align: center;
        font-size: 15px;
    }
    footer .col-md-2 {
        display: grid;
    }
    footer .social-icon img {
        padding: 0 5px;
        width: 48px;
        float: none !important;
    }
    #about .col-md-8 {
        padding-left: 10px;
        }
    #about img {
        padding: 40px 0 0 0px;
    }
    #about h2 {
        padding-top: 40px;
    }
    #about h3 {
        font-size: 28px;
    }
    #about p {
        font-size: 1.2em;
    }
    #about .col-6 img {
        margin-left: -5px;
        width: 80%;
        }
}


      