/* 
  08 
  09 
  10 
  11 
  12 Mobile
  14 
  18 
  24 
  30 
  36 
  48 
  60 
  72
*/

html, body {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0
}

div#conteudo {
    opacity: 0;
    position: fixed;
    padding-bottom: 72px;
    background: url(../img-site/background-triangulos.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    transition: ease-out 1s
}

/* BEGIN: Header */

header.logo-header {
    width: 100%;
    padding: 24px 0;
    background-color: #fff
}

/* END: Header */

/* BEGIN: Nav */

span.text-navicon {
    font-size: 24px;
    font-weight: 700;
    color: #2055A7
}

span.text-navicon:hover {
    color: #043A8C
}

div.navbar-collapse {
    font-weight: 700
}

li.nav-item {
    margin: 0 13px
}

a.nav-link {
    color: #2055A7;
    font-size: 24px
}

a.nav-link:hover {
    color: #043A8C
}

nav.sticky-top {
    background-color: #fff;
    box-shadow: 0 5px 20px 2px rgba(50, 50, 50, 0.3)
}

/* END: Nav */

/* BEGIN: Mensagem inicial */

div.back-initial-msg {
    margin: 120px 48px;
}

div.back-initial-msg h1 {
    color: #fff;
    font-size: 72px;
    line-height: 84px;
    letter-spacing: 3px;
    font-family: 'Alfa Slab One', cursive
}

img.heart-pulse {
    animation: heart-pulse 1s infinite alternate;
}

@keyframes heart-pulse {
    0% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1.1)
    }
}

/* END: Mensagem inicial */

/* BEGIN: Section */

div.back-div {
    background-color: #FFF;
    margin: 0 48px;
    padding: 0 48px;
    border-radius: 10px
}

section {
    padding-top: 100px;
    color: #3D3D3D;
    font-family: 'Changa', sans-serif
}

section h2 {
    font-size: 60px
}

h2.cd-headline {
    font-size: 60px;
    line-height: 48px
}

h3.info {
    font-size: 36px
}

p {
    font-size: 30px
}

a.anchor-tel-mailto {
    font-size: 30px
}

/* END: Section */

.owl-carousel {
    margin-top: 36px
}

#contato {
    padding-bottom: 60px
}

#contato h2~p {
    margin-bottom: 48px
}

#contato h3.info~p {
    margin-bottom: 36px
}

@media (max-width:768px) {
    div.back-initial-msg {
        margin: 100px 36px
    }
    div.back-initial-msg h1 {
        font-size: 60px;
        line-height: 72px
    }
    div.back-div {
        margin: 0 36px;
        padding: 0 36px
    }
    section {
        padding-top: 80px
    }
    section h2 {
        font-size: 48px
    }
    h2.cd-headline {
        font-size: 48px;
        line-height: 36px
    }
    h3.info {
        font-size: 30px
    }
    p {
        font-size: 24px
    }
}

@media (max-width:576px) {
    header.logo-header {
        padding: 8px
    }
    div.back-initial-msg {
        margin: 100px 24px
    }
    div.back-initial-msg h1 {
        font-size: 48px;
        line-height: 60px
    }
    img.heart-pulse {
        width: 50px;
        height: 50px
    }
    div.back-div {
        margin: 0 24px;
        padding: 0px
    }
    section {
        padding-top: 60px
    }
    section h2 {
        font-size: 36px
    }
    h2.cd-headline {
        font-size: 36px;
        line-height: 24px
    }
    h3.info {
        font-size: 24px
    }
    p {
        font-size: 18px
    }
    #contato {
        padding-bottom: 36px
    }
    #contato h2~p {
        margin-bottom: 48px
    }
    #contato h3.info~p {
        margin-bottom: 36px
    }
}