/*
Theme Name: Calcini Advogados
Theme URI: http://www.calcini.com.br
Author: Agencia TH2
Author URI: http://www.agenciath2.com.br
Description: Tema desenvolvido para Calcini Advogados.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*Reset Css*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Reset css*/

/* Default */

html {
    height: 100%;
}
body {
    min-height: 100%;
    font-family: 'Miracle';
    background: #d9d9d9;
}
section {
    overflow: hidden;
}
.spacer-10 {
    display: block;
    height: 10px;
}
.spacer-20 {
    display: block;
    height: 20px;
}
.spacer-30 {
    display: block;
    height: 30px;
}
.spacer-40 {
    display: block;
    height: 40px;
}
.spacer-50 {
    display: block;
    height: 50px;
}
.spacer-60 {
    display: block;
    height: 60px;
}
.spacer-70 {
    display: block;
    height: 70px;
}
.spacer-80 {
    display: block;
    height: 80px;
}
.spacer-90 {
    display: block;
    height: 90px;
}
.spacer-100 {
    display: block;
    height: 100px;
}
.spacer-110 {
    display: block;
    height: 110px;
}
.spacer-120 {
    display: block;
    height: 120px;
}
.spacer-130 {
    display: block;
    height: 130px;
}
.spacer-140 {
    display: block;
    height: 140px;
}
.spacer-150 {
    display: block;
    height: 150px;
}
.spacer-160 {
    display: block;
    height: 160px;
}
.spacer-170 {
    display: block;
    height: 170px;
}
.spacer-180 {
    display: block;
    height: 180px;
}
.spacer-190 {
    display: block;
    height: 190px;
}
.spacer-200 {
    display: block;
    height: 200px;
}
.spacer-250 {
    display: block;
    height: 250px;
}
.spacer-300 {
    display: block;
    height: 300px;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
.main-text {
    font-size: 15px;
    line-height: 23px;
}
.main-text.featured-text {
}
.main-text>* {
    margin-bottom: 20px;
}
.main-text p {
}
.main-text h1 {
    font-size: 40px;
    line-height: 48px;
}
.main-text h2 {
    font-size: 35px;
    line-height:43px;
}
.main-text h3 {
    font-size: 30px;
    line-height: 38px;
}
.main-text h4 {
    font-size: 25px;
    line-height: 33px;
}
.main-text h5 {
    font-size: 20px;
    line-height: 28px;
}
.main-text h6 {
    font-size: 16px;
    line-height: 24px;
}
.main-text h1, .main-text h2, .main-text h3, .main-text h4, .main-text h5, .main-text h6 {
    font-weight: bold;
}
.main-text a {
    text-decoration: none;
}
.main-text a:hover {
    text-decoration: underline;
}
.main-text ul {
    margin-bottom: 20px;
    padding-left: 10px;
}
.main-text ul li {
    position: relative;
    padding-left: 20px;
}
.main-text ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    left: 0;
    top: 8px;
}
.main-text ol {
    margin-bottom: 20px;
    list-style: decimal;
    padding-left: 20px;
}
.main-text img {
    display: block;
    max-width: 100%;
}
.main-text *:last-child {
    margin-bottom: 0;
}
.main-title {
}
.main-title h1 {
    font-size: 40px;
}
.main-title h2 {
    font-size: 35px;
}
.main-title h3 {
    font-size: 30px;
}
.main-title h4 {
    font-size: 25px;
}
.main-title h5 {
    font-size: 20px;
}
.main-title h6 {
    font-size: 16px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignrigth {
    float: right;
    margin-left: 10px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.font-nunito {
    font-family: 'Nunito';
}
.font-open-sans {
    font-family: 'Open Sans';
}

/* Default */

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-Black.eot');
    src: url('fonts/KohinoorLatin-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-Black.woff2') format('woff2'),
        url('fonts/KohinoorLatin-Black.woff') format('woff'),
        url('fonts/KohinoorLatin-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-BlackItalic.eot');
    src: url('fonts/KohinoorLatin-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-BlackItalic.woff2') format('woff2'),
        url('fonts/KohinoorLatin-BlackItalic.woff') format('woff'),
        url('fonts/KohinoorLatin-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-Bold.eot');
    src: url('fonts/KohinoorLatin-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-Bold.woff2') format('woff2'),
        url('fonts/KohinoorLatin-Bold.woff') format('woff'),
        url('fonts/KohinoorLatin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-BoldItalic.eot');
    src: url('fonts/KohinoorLatin-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-BoldItalic.woff2') format('woff2'),
        url('fonts/KohinoorLatin-BoldItalic.woff') format('woff'),
        url('fonts/KohinoorLatin-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin-Book';
    src: url('fonts/KohinoorLatin-Book.eot');
    src: url('fonts/KohinoorLatin-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-Book.woff2') format('woff2'),
        url('fonts/KohinoorLatin-Book.woff') format('woff'),
        url('fonts/KohinoorLatin-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin-BookItalic';
    src: url('fonts/KohinoorLatin-BookItalic.eot');
    src: url('fonts/KohinoorLatin-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-BookItalic.woff2') format('woff2'),
        url('fonts/KohinoorLatin-BookItalic.woff') format('woff'),
        url('fonts/KohinoorLatin-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin-Demi';
    src: url('fonts/KohinoorLatin-Demi.eot');
    src: url('fonts/KohinoorLatin-Demi.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-Demi.woff2') format('woff2'),
        url('fonts/KohinoorLatin-Demi.woff') format('woff'),
        url('fonts/KohinoorLatin-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin-DemiItalic';
    src: url('fonts/KohinoorLatin-DemiItalic.eot');
    src: url('fonts/KohinoorLatin-DemiItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-DemiItalic.woff2') format('woff2'),
        url('fonts/KohinoorLatin-DemiItalic.woff') format('woff'),
        url('fonts/KohinoorLatin-DemiItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-Light.eot');
    src: url('fonts/KohinoorLatin-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-Light.woff2') format('woff2'),
        url('fonts/KohinoorLatin-Light.woff') format('woff'),
        url('fonts/KohinoorLatin-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-LightItalic.eot');
    src: url('fonts/KohinoorLatin-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-LightItalic.woff2') format('woff2'),
        url('fonts/KohinoorLatin-LightItalic.woff') format('woff'),
        url('fonts/KohinoorLatin-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-Medium.eot');
    src: url('fonts/KohinoorLatin-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-Medium.woff2') format('woff2'),
        url('fonts/KohinoorLatin-Medium.woff') format('woff'),
        url('fonts/KohinoorLatin-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-MediumItalic.eot');
    src: url('fonts/KohinoorLatin-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/KohinoorLatin-MediumItalic.woff2') format('woff2'),
        url('fonts/KohinoorLatin-MediumItalic.woff') format('woff'),
        url('fonts/KohinoorLatin-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Miracle';
    src: url('fonts/Miracle.eot');
    src: url('fonts/Miracle.eot?#iefix') format('embedded-opentype'),
        url('fonts/Miracle.woff2') format('woff2'),
        url('fonts/Miracle.woff') format('woff'),
        url('fonts/Miracle.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



#topo {
}
#topo img:first-child {
}
#topo img:last-child {
}

#miolo {
}
#miolo>div:first-child {
}
#miolo>div:first-child>div {
}
#miolo>div:first-child>div>div {
}
#miolo>div:first-child>div>div img {
}
#miolo>div:first-child>div>div p {font-size: 57px;color: #123e6e;}
#miolo>div:last-child {padding: 0;}
#miolo>div:last-child>div {margin: 0;}
#miolo>div:last-child>div>div {padding: 0;}
#miolo>div:last-child>div>div>div {
}
#miolo>div:last-child>div>div>div .wrapper-img {
}
#miolo>div:last-child>div>div>div .wrapper-img img {
}
#miolo>div:last-child>div>div>div .content {padding: 30px 40px;text-align: center;}
#miolo>div:last-child>div>div>div .content h2 {font-size: 30px;color: #123e6e;}
#miolo>div:last-child>div>div>div .content a {font-family: KohinoorLatin;font-weight: 300;color: #123e6e;text-decoration: none;font-size: 15px;margin-top: 20px;display: block;}

/* Ajuste: nome longo em uma linha */
.content h2.nome-longo {
	font-size: 26px;
	white-space: nowrap;
}
