body {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #494c51;
}

.invisivel-img a {
    color: #F7F7F7 !important;
    cursor: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #0085B6;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #0085B6;
}

.main-color {
    color: #0085B6;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #0085B6;
    color: #FFF;
}

::selection {
    background-color: #0085B6;
    color: #FFF;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}


/* -- section  -- */

.section {
    position: relative;
}

.padding-texto {
    padding-right: 30px;
    padding-left: 30px;
}

.md-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sm-padding {
    padding-bottom: 40px;
}

.form-sm-padding {
    padding-top: 60px;
    padding-bottom: 40px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #F7F7F7;
    border-top: 1px solid #CBCCD4;
    border-bottom: 1px solid #CBCCD4;
}

.bg-white {
    background-color: #fcfcfc;
    border: 1px solid #CBCCD4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-dark {
    background-color: #1C1D21;
}

.box-email {
    max-width: 860px;
}

.box-email strong {
    font-size: 25px;
}

#texto-email {
    width: 66.6%;
    display: table-cell;
    vertical-align:middle;
}

#telef{
    font-size: 25px;
}

#one-wp{
    font-size: 25px;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21;
}


/* --  Buttons  -- */

.main-btn,
.white-btn,
.outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #0085B6;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #0085B6 !important;
    border-color: #0085B6;
}

.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
    opacity: 0.8;
}



/* --  about  -- */

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    min-height: 196px;
}

.about i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #44484f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover p {
    color: #fff;
}

.about:hover h3 {
    color: #fff;
}

#autor img{
    border-radius: 50%;
}

#autor p{
    border-left: solid 6px #0085B6;
    border-radius: 3px;
    padding-left: 15px;
}



/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow img {
    max-height: 20px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: #0085B6;
    color: #FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.img-email{
    width: 33.3%;
    display: table-cell;
    vertical-align:middle;
}


/*------------------------------------*\
	Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {
    .mwnone {
        float: none !important;
    }
    .img-email img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-top: auto;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-header h2.title {
        font-size: 31.5px;
    }
    .main-btn,
    .default-btn,
    .outline-btn,
    .white-btn {
        padding: 8px 22px;
        font-size: 14px;
    }
    .home-content h1 {
        font-size: 36px;
    }
    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    .header-wrapper .breadcrumb {
        float: none;
        text-align: center;
    }
    .img-email img {
        max-width: 300px;
    }
    #texto-email {
        margin-top: 10px;
    }
    #texto-email {
        margin-top: 10px;
        padding-top: 15px;
        width: 100%;
        display: block;
    }
    .img-email{
        padding-top: 15px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .contact-form .input:nth-child(1),
    .contact-form .input:nth-child(2) {
        width: 100%;
    }
    #telef{
        font-size: 17px;
    }
    #one-wp{
        font-size: 16px;
    }
    .contact-form .input:nth-child(2) {
        margin-left: 0px;
    }
    .img-email img {
        max-width: 220px;
    }
    .footer-logo img {
        max-width: 260px;
    }


    #texto-email {
        margin-top: 10px;
        padding-top: 15px;
        width: 100%;
        display: block;
    }
    .img-email{
        padding-top: 15px;
        width: 100%;
        display: block;
    }
    iframe{
        max-width: 95%;
        max-height: 210px;
     }
}

.lwhite {
    color: #fff;
}

.btn-white {
    color: #0085B6;
    opacity: 1;
    background-color: #fff;
}

.btn-white:hover {
    color: #0085B6;
    opacity: 0.9;
    background-color: #fff;
}