/*
Theme Name: CTAP Vera Lúcia
Theme URI: http://www.ctapveralucia.com.br
Description: Casa de apoio a pacientes com câncer.
Author: Eduardo Roberto
Author URI: http://www.qdpx.com.br
Version: 1.0
Tags: casa transitória, apoio ao paciente, criancas, câncer, caridade, humildade, compaixão.
*/


/* Google Fonts
*********************************************************/

@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900&display=swap");
.white {
    color: #fff !important;
}

.blue {
    color: #097cbf;
}

.pink {
    color: #d55191;
}


/* All
*********************************************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Comfortaa", cursive !important;
}

p {
    font-family: "Lato", sans-serif !important;
    color: #4b4b4a;
}


/* Header
*********************************************************/

body header {
    position: absolute;
    top: 0;
    width: 100%;
}

body .topo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
}

.ctap a {
    display: block;
    height: 48px;
    width: 220px;
    background: url(./src/images/ctap.svg) left top no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

.menu ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.menu ul li a {
    font-family: "Comfortaa", cursive !important;
    font-weight: 900;
    color: #fff;
    padding: 0 14px;
    display: block;
}

.menu ul li a:hover {
    text-decoration: underline;
}

body#home .jumbocolor {
    padding: 20px 0px 20px 0px;
    background: rgb(213, 81, 145);
    background: -moz-linear-gradient( -90deg, rgba(213, 81, 145, 1) 0%, rgba(9, 124, 191, 1) 100%);
    background: -webkit-linear-gradient( -90deg, rgba(213, 81, 145, 1) 0%, rgba(9, 124, 191, 1) 100%);
    background: linear-gradient( -90deg, rgba(213, 81, 145, 1) 0%, rgba(9, 124, 191, 1) 100%);
}

body#home .jumbo {
    display: flex;
    height: 700px;
    align-items: center;
    justify-content: center;
    background-image: url(./src/images/bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body#home .jumbotext {
    text-align: center;
    width: 45%;
}

body#home .jumbotext h1 {
    font-weight: 900;
    color: #fff;
    margin-bottom: 50px;
}

body#home .jumbotext a {
    font-family: "Comfortaa", cursive !important;
    font-weight: 900;
    background: #fff;
    padding: 15px 40px;
    border-radius: 36px;
    color: #097cbf;
    transition: 0.3s;
}

body#home .jumbotext a:hover {
    text-decoration: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}


/* Página Principal
*********************************************************/

body#home a.btn-home {
    display: inline-block;
    font-family: "Comfortaa", cursive !important;
    padding: 10px 40px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 30px;
    border: solid 2px #fff;
    transition: 0.5s;
}

body#home a.btn-home:hover {
    text-decoration: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    color: #d55191;
}

body#home .sub {
    font-size: 25px;
    margin-bottom: 0 !important;
    font-weight: 700;
}

body#home .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}


/* Index - Apresentação
*********************************************************/

body#home .apresentacao {
    padding: 150px 0;
}

body#home .apresentacao a {
    font-weight: 900;
    color: #097cbf;
    transition: 1s;
}

body#home .apresentacao div.video {
    position: relative;
    background-color: rgba(9, 124, 191, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

body#home .apresentacao div.video img {
    width: 100%;
}

body#home .apresentacao .video a {
    position: absolute;
}

body#home .apresentacao .video a i {
    font-size: 60px;
    color: #fff;
}


/* Index - Voluntários
*********************************************************/

body#home .voluntariobg {
    background-image: url(https://image.freepik.com/free-photo/large-group-people-divers_53876-26429.jpg);
    background-size: cover;
    background-position: center center;
}

body#home .voluntario {
    padding: 150px 0;
    background-color: rgba(9, 124, 191, 0.9);
}

body#home .voluntario p {
    color: #fff !important;
}


/* Index Projetos
*********************************************************/

body#home .projetos {
    padding: 150px 0;
}

body#home .projetos a {
    font-weight: 900;
    color: #097cbf;
    transition: 1s;
}

body#home .projeto-box {
    height: 240px;
}


/* Index Depoimentos
*********************************************************/

body#home .depoimentosbg {
    background-image: url(https://image.freepik.com/free-photo/young-company-colleagues-sitting-row-talking-each-other_23-2148187220.jpg);
    background-size: cover;
    background-position: center center;
}

body#home .depoimentos {
    padding: 150px 0;
    background: rgba(9, 124, 191, 0.9);
}

body#home .depoimentos p {
    color: #fff !important;
}

body#home .eventos {
    padding: 150px 0;
}

body#home .eventos img {
    width: 100%;
    margin-bottom: 15px;
}

body#home .eventos .data {
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    margin-bottom: 0 !important;
    font-weight: 400;
}

body#home .eventos .subtitle {
    font-family: "Lato", sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #097cbf;
}


/* Footer */

footer {
    background: rgb(213, 81, 145);
}

.footer-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./src/images/bg.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 24%;
    padding: 70px 0px;
}

.footer-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .adress {
    margin-left: 30px;
}

footer .adress strong {
    color: rgb(255, 251, 0)
}

footer .adress p {
    margin-top: 20px;
    color: #ffffff;
}

.page-header {
    background: rgb(213, 81, 145);
    background: -moz-linear-gradient( -90deg, rgba(213, 81, 145, 1) 0%, rgba(9, 124, 191, 1) 100%);
    background: -webkit-linear-gradient( -90deg, rgba(213, 81, 145, 1) 0%, rgba(9, 124, 191, 1) 100%);
    background: linear-gradient( -90deg, rgba(213, 81, 145, 1) 0%, rgba(9, 124, 191, 1) 100%);
}

.page-header-img {
    padding: 180px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./src/images/bg.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 24%;
}

.page-header h1 {
    font-weight: 900;
    color: #FFFFFF;
}

.page-content {
    padding: 70px 0px;
}