    /* Reset */
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: 'Raleway', sans-serif;
        overflow-x: hidden;
    }
    
    li {
        list-style: none;
    }
    
    .content {
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
    }
    
    .wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .header {
        background: #0c3353;
        position: relative;
        color: #fff;
        padding: 20px 0;
        border-bottom: 5px solid #d3e5ed;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 80;
    }
    
    .header-title {
        font-size: 23px;
        text-transform: uppercase;
        font-weight: 200;
    }
    
    .header-subtitle {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 100;
    }
    
    .item-tel {
        font-family: Helvetica;
        font-size: 22px;
    }
    
    .item-tel:nth-child(2) {
        margin-right: 8px;
    }
    
    .item-email {
        font-size: 17px;
    }
    
    .left-box,
    .right-box {
        width: 40%;
    }
    
    .right-box {
        justify-content: flex-end;
        text-align: right;
    }
    
    .logo {
        width: 10%;
    }
    
    .logo-img {
        max-width: 10%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 5%;
    }
    
    @media screen and (max-width: 768px) {
        .logo-img {
            max-width: 25%;
            position: absolute;
            left: 2%;
            transform: translateX(0%);
            transform: translateY(-50%);
            top: 50%;
            max-height: 90%;
        }
        .right-box {
            display: none;
        }
        .left-box {
            margin-left: 30%;
            width: 70%;
            text-align: right;
        }
    }
    
    @media screen and (max-width: 480px) {
        .header-title {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 5px;
        }
        .header-subtitle {
            font-size: 10px;
        }
    }
    
    .img-banner {
        width: 100%;
    }
    
    .main {
        z-index: 20;
        position: relative;
        background: #ffffff;
    }
    
    .about {
        text-align: center;
        background: #F9F9F9;
        padding: 100px 0;
        color: #1a75c1;
        margin: 0 auto;
        z-index: 5;
        position: relative;
        width: 100%;
    }
    
    .about .content {
        width: 50%;
        margin: 0 auto;
    }
    
    @media screen and (max-width: 768px) {
        .about .content {
            width: 100%;
        }
    }
    
    .title-about {
        font-size: 36px;
    }
    
    hr {
        width: 15%;
        margin: 25px auto;
        color: #1a75c1;
    }
    
    .text-about {
        font-size: 18px;
        line-height: 36px;
    }
    
    .works-title {
        background: #0c3353;
        color: #ffffff;
        padding: 20px 0;
        text-transform: uppercase;
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    
    .works-title h1 {
        font-weight: 100;
    }
    
    .work-box {
        width: 33.333333%;
        text-align: center;
        padding: 100px;
        color: #ffffff;
        font-size: 24px;
    }
    
    .work-box h2 {
        text-transform: uppercase;
        font-weight: 200;
    }
    
    .work-one {
        background: url(../img/infantil_adulto.jpg) no-repeat;
        background-size: cover;
    }
    
    .work-two {
        background: url(../img/infantil.jpg) no-repeat;
        background-size: cover;
    }
    
    .work-three {
        background: url(../img/casal.jpg) no-repeat;
        background-size: cover;
    }
    
    @media screen and (max-width: 768px) {
        .work-box {
            width: 100%;
            text-align: center;
            padding: 100px;
            color: #ffffff;
            font-size: 18px;
            text-align: center;
            padding: 60px 20px;
        }
    }
    
    .wrap-icons {
        margin-top: 40px;
    }
    
    .icons {
        text-align: center;
        background: url(../img/pattern.jpg);
        padding: 100px 0;
        color: #1a75c1;
        margin: 0 auto;
        z-index: 5;
        position: relative;
    }
    
    .title-icons {
        font-size: 36px;
        text-transform: uppercase;
    }
    
    hr {
        width: 15%;
        margin: 25px auto;
        color: #1a75c1;
    }
    
    .text-icons {
        font-size: 20px;
        line-height: 36px;
    }
    
    .icon {
        width: 14.666666%;
        margin-right: 2%;
        margin-top: 20px;
    }
    
    .icon-img {
        max-width: 80%;
    }
    
    @media screen and (max-width: 768px) {
        .icon {
            width: 24.666666%;
            margin-right: 2%;
        }
    }
    
    @media screen and (max-width: 480px) {
        .icon {
            width: 48%;
            margin-right: 2%;
        }
    }
    
    .footer {
        color: #ffffff;
        background: #0c3353;
    }
    
    .footer div {
        width: 50%;
        padding: 50px;
    }
    
    .footer p {
        margin-bottom: 15px;
    }
    
    .footer div:nth-child(1) {
        background: #0c3353;
        text-align: right;
        font-size: 24px;
    }
    
    .footer div:nth-child(2) {
        background: #06243c;
    }
    
    @media screen and (max-width: 768px) {
        .footer {
            flex-direction: column;
        }
        .footer div {
            width: 100%;
        }
        .footer div:nth-child(1) {
            text-align: left;
            font-size: 18px;
        }
    }
    
    .icon-svg {
        max-width: 20px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }