body {
    background: #f3e5f5;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #37474f;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

#extraHeadRow a,
#headRow a,
#contacts a {
    color: #37474f;
}

#extraHeadRow a:hover,
#headRow a:hover,
#contacts a:hover {
    color: #6a1b9a;
    text-decoration: none;
}

#form-check-table {
    padding: 0px;
}

table .form-check-input {
    margin: 0px;
}

.form-group th {
	padding: 2px 5px 2px 5px;
}

.form-group td {
	text-align: center;
}

#extraHeadRow {
    height: 50px;
    background: white;
    padding: 10px 15px 0px 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
}

#extraHeadContainer {
    background: #ffffff;
    box-shadow: 2px 0px 1px #6a1b9a;
}

label img {
    height: 20px;
    width: 20px;
}

.material-icons {
    padding-left: 10px;
}

#extraHeadRow div label{
    vertical-align: middle;
}

@media (max-width: 992px){
    #logoImg {
        height: 85px;
    }

    html {
        font-size: 12px;
    }

    #menuItems {
        width: 280px;
    }
}

@media (max-width: 370px) {
    #logoImg {
        height: 70px;
    }
}

@media (min-width: 993px){
    #logoImg {
        height: 110px;
    }

    html {
        font-size: 16px;
    }

    #menuItems {
        width: 350px;
    }
}

.row,
#headRow {
    padding: 40px 10px 40px 10px;
}

.row-half-padding {
    padding: 20px 10px 20px 10px;
}

#menuItems {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    height: 100%;
}

#menuitemstogglebutton button {
    background: rgba(0,0,0,0);
}

.bg-dark-purple {
 background: #6a1b9a;
}

.bg-blue {
    background: #2398d5;
}

.div-banner {
    margin-bottom: 15px;
    max-height: 200px;
}

.div-banner img {
    max-height: 200px;
}

.bg-dark-purple h1,
.bg-dark-purple h2,
.bg-dark-purple h3 {
    font-family: 'Merienda', cursive;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 40px;
}

.bg-dark-purple h2 + h1 {
    padding-bottom: 10px;
}

.page-content {
    margin-bottom: 40px; 
}

.footer {
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
}

#footerRow {
    padding: 60px 0px 60px 0px;
}

/* Table */

.content {
    background: rgba(106,27,154,0.8);
    font-family: 'Merienda', cursive;
    font-weight: 700;
    border-radius: 0px 25px 0px 0px;
}

.content .table{
    display:table;
    height:100%;
    width:100%;
}

.table .table-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    transition: font-size 1s;

}

.table .table-cell:hover{
    font-size: 1.3rem;
}

.img-bg .table-cell {
    padding-left: 10%;
}

i.fa {
    padding-left: 10px;
    padding-right: 5px;
}

/* SQUARE */
#twoRowsColumn {
    padding: 0;
}

.big-square,
.square {
    float: left;
    position: relative;
    padding: 0%;
    margin: 0%;
    overflow: hidden; 
}

#twoRowsColumn .square {
    padding-bottom: 66.667%
}

.big-square .content,
.square .content {
    position: absolute;
    padding: 0%;
    font-size: 2.5em;
    /* height: 100%; */
    width: 100%;
    text-align: center;
}

.img-bg .content {
    top: 75%;
    height: 25.1%;
    width: 80%;
    text-align: start;
    font-size: 1.2rem;
}

.img-bg {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color:#fff;
}

h1, h2, h3 {
    font-family: 'Lilita One', cursive;
    color: #6a1b9a;
}

h1 {
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0px;
    font-size: 3rem;
}

h2 {
    padding-bottom: 20px;
    font-size: 2.25rem;
}

ul {
    padding-top: 10px;
    padding-left: 20px;
}

.btn-box {
    height: 80px;
}

.zero-padding {
    padding: 0px;
}

.zero-top-padding {
    padding-top: 0px;
}

.top-icon + .top-icon {
    padding-left: 15px;
}

@media (max-width: 575px) {
    .btn-box + .btn-box {
        margin-top: 20px;
    }
}

@media (min-width: 568px) {
    .btn-box {
        width: 440px;
    }
}
@media (max-width: 567px) {
    .btn-box {
        width: 350px;
    }
}

@media (max-width: 400px) {
    .btn-box {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .extraHeadLabel {
        display: none;
    }

    #menuItemsHolder{
        display: none;
    }

    #twoRowsColumn {
        display: none;
    }

    .square,
    .big-square {
        padding-bottom: 44.445%;
    }

    .big-square.img-bg .content {
        top: 75%;
        height: 25.1%;
        width: 80%;
        text-align: start;
        font-size: 1.2rem;
    }

    .big-square.img-bg .table-cell {
        padding-left: 10%;
    }

    #menuItems {
        width: 100%;
        padding-top: 30px;
    }

    #menuItems div {
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    #menuitemstogglebutton {
        display: none;
    }

    .smallScreenOnly {
        display: none;
    }

    .square {
        padding-bottom: 22.5%;
    }
    
    .big-square {
        padding-bottom: 44.445%;
    }
    
    .big-square.img-bg .content {
        top: 87.5%;
        height: 12.55%;
        width: 80%;
        text-align: start;
        font-size: 1.2rem;
    }

    .big-square.img-bg .table-cell {
        padding-left: 5%;
    }
}


.btn-primary,
.btn-primary:hover {
    background: #9c27b0;
    border-color: #9c27b0;
}

.btn-whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: #9c27b0;
    border-color: #9c27b0;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:enabled {
    background: #cfd8dc;
    border-color: #cfd8dc;
    color: #263238;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background: #cfd8dc;
    border-color: #cfd8dc;
    color: #263238;
}
/* .btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 57, 117, 0.5);
} */

.btn-box i {
    font-size: 2rem;
}

address + .btn-box {
    width: 300px;
}

.btn {
    border-radius: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.btn:hover {
    font-size: 1.55rem;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
    font-size: 1.5rem;
}

address {
    font-size: 1.5rem;
}

address td {
    vertical-align: top;
}

#map {
    height: 300px;
    margin-bottom: 20px;
}

p, ul {
    font-size: 1.25rem;
}

.anchor {
    padding-top: 60px;
    margin-top: -60px;
}

/* PLACEHOLDERS */
input::placeholder {
    font-weight: 300;
}


/* IMAGES */
.img-srvc-1 {
    background-image: url("/images/atendimento.jpeg");
}

.img-srvc-2 {
    background-image: url("/images/autoconhecimento.jpeg");
}

.img-srvc-3 {
    background-image: url("/images/carreiras.jpeg");
    background-position:  center top;
}

.img-srvc-4 {
    background-image: url("/images/avaliacao.jpg");
}

.img-srvc-5 {
    background-image: url("/images/selecao.jpeg");
}

.img-srvc-6 {
    background-image: url("/images/saude_mental.jpg");
}

.centeredMenu {
    width: 100%;
}

.pagetitle {
    margin-bottom: 40px;
}