/*
Theme Name: Extratus Vida
Theme URI: http://www.extratusvida.com.br/
Author: Agência Marketing i9
Author URI: https://www.marketingi9.com.br
Description: Tema criado para "Extratus Vida"
Version: 1.0
*/

*,
*:before,
*:after {
    font-family: 'Yanone Kaffeesatz', 'FontAwesome', sans-serif;
    font-size: 1em;
}

::selection {
    background: #008F86;
    color: #fff;
}

::-moz-selection {
    background: #008F86;
    color: #fff;
}

::-webkit-selection {
    background: #008F86;
    color: #fff;
}

body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: #f8f8f8;
}


/*################################# Reset Bootstrap */

.container {
    max-width: 98%;
}

.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both;
}


*[class*="col-"] {
    float: left;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


a {
    color: inherit;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a:hover {
    /*text-decoration: none;*/
    color: inherit;

}

p {
    font-size: 1em;
}


.justify-content-center{
    text-align: center;
}

.justify-content-center > [class*="col-"]{
    float: none !important;
    display: inline-block !important; 
}


.vertical-align-center{
    display: table;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.vertical-align-center > *{
    display: table-cell;
    vertical-align: middle;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.slow_3s{
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.text_shadown{
    text-shadow: 0px 2px 4px #333;
    -webkit-text-shadow: 0px 2px 4px #333;
    -mz-text-shadow: 0px 2px 4px #333;
    -o-text-shadow: 0px 2px 4px #333;
    -ms-text-shadow: 0px 2px 4px #333;
}


.font_second{
    font-family: 'Shrikhand', cursive;
}


.bg_cover{
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat !important;
}

.bg_cover.fixed{
    background-attachment: fixed;
}


.bg_light{
    background-color: #f8f8f8;
}

/*################################# Header */

.main_header_top{
    font-size: 0.938em;
}

.main_brand{
    display: inline-block;
    width: 240px;
    max-width: 70%;
}

.custom-logo{
    width: 100%;
    height: auto;
}

.social_box a{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
}

.social_box a:hover{
    text-decoration: none;
}

.header_right_top{
    border-bottom: 1px solid #cecece;
}


.header_menu{
    float: left;
    padding: 0;
    list-style: none;
}

.header_menu li{
    display: inline-block;
}

.header_menu li:after{
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #f27292;
    margin: 5px;
}


.header_menu li:last-of-type:after{
    display: none;
}

.header_menu li a{
    display: inline-block;
    font-size: 1.938em;
    padding: 7px 10px;
    color: #f27292;
}

.header_menu li a:hover{
    color: #00b9ad;
    text-decoration: none;
}


.header_blog_title{
    font-size: 2.625em;
    color: #f27292;


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header_blog_title:hover{
    text-decoration: none;
    color: #00b9ad;
}


/*################################# Menu mobile */

.menu_header_close_btn,
.menu_close{
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu_header_close_btn:hover,
.menu_close:hover{
    background-color: #fff;
    color: #00b9ad;
    cursor: pointer;
}


.box_menu_mobile{
    position: fixed;
    top: 0%;
    left: -100%;
    height: 100%;
    width: 100%;
    z-index: 88;
    background-color: transparent;
}

.box_menu_mobile.active{
    left: 0;
}


.nav_mobile{
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 320px;
    max-width: 70%;

    background-color: #00b9ad;

    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),
        0 3px 14px 3px rgba(0,0,0,0.12),
        0 4px 5px 0 rgba(0,0,0,0.20);

    -webkit-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;

    overflow-y: auto;

    z-index: 888;
}

.nav_mobile.active{
    left: 0;
}


.nav_mobile ul{
    padding: 0;
    margin-bottom: 0;
}

.nav_mobile a{
    position: relative;
    text-align: left !important;
    width: 100%;
}

.nav_mobile a:hover{
    background-color: #fff !important;
    color: #00b9ad;
}

.nav_mobile ul li a{
    display: inline-block;
    padding: 20px 16px;
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav_mobile ul li a:hover{
    text-decoration: none;
    color: #00b9ad;
}

.nav_mobile li.menu-item-has-children{
    position: relative;
}


.nav_mobile ul li.menu-item-has-children .sub-menu{
    display: none;
}

.nav_mobile .sub-menu li{
    width: 100%;
}

.nav_mobile .sub-menu a:before{
    content: "\f178";
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}


.nav_mobile .sub-menu a:hover:before{
    color: #f27292;
}

.nav_mobile > ul > li.menu-item-has-children > a:after{
    position: absolute;
    content: "\f0d9";
    bottom: 0px;
    right: 16px;
    color: #fff;
    font-size: 2em;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.nav_mobile > ul > li.menu-item-has-children.active > a:after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.nav_mobile > ul > li.menu-item-has-children > a:hover:after,
.nav_mobile > ul > li.menu-item-has-children.active:hover:after{
    color: #00b9ad !important;
}

.nav_mobile > ul > li.menu-item-has-children.active > a{
    background-color: #008f86;
    color: #fff;
}

.nav_mobile > ul > li.menu-item-has-children.active > a:hover{
    background-color: #008f86 !important;
}

.nav_mobile li.menu-item-has-children .sub-menu{
    position: relative;
    display: none;
    width: 100%;
    background-color: #f27292;
}


.nav_mobile .sub-menu a{
    color: #fff;
}

.nav_mobile .sub-menu a:hover{
    background-color: #fff !important;
    color: #f27292;
}


/*####### Resets Menu */

.nav-icon{
    width: 50px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span{
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;

    background-color: #00B9AD;

    border-radius: 4px;

    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
    top: 16px;
}

.nav-icon span:nth-child(4) {
    top: 32px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}



.menu_header{
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #00b9ad;
    padding: 7px;
    height: 50px;
    width: 20px;
}

.menu_header span{
    position: absolute;
    top: 10px;
    left: 7.5px;
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
}

.menu_header span:nth-child(2) {
    top: 24px;
}

.menu_header span:nth-child(3) {
    top: 37px;
}

.menu_header:hover{
    cursor: pointer;
}

.menu_header_box{
    padding: 0;
    list-style: none;
}

.menu_header_box > li ul{
    list-style: none;
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 245px;
    z-index: 77;
    border-radius: 8px;

    box-shadow: 0 0 2px 0 rgba(0,0,0,0.14),
        0 2px 2px 0 rgba(0,0,0,0.12),
        0 1px 3px 0 rgba(0,0,0,0.20);
}

.menu_header_box > li ul.active{
    display: block;
}

.menu_header_box > li ul li{

}

.menu_header_box > li ul li a{
    border-bottom: 1px solid #f8f8f8;
}

.menu_header_box > li ul li:last-of-type a{
    border-bottom: none;    
}

.menu_header_box > li ul li a{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 2.188em;
    padding: 10px;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu_header_box > li ul li:first-of-type{
    padding: 0;
}

.menu_header_box > li ul li a:hover{
    cursor: pointer;
    text-decoration: none;
    background-color: #008F86;
}



/*################################# Slide Home */

.box_owlcontrols{
    bottom: 0;
    left: 0;
    z-index: 77;
}

.owlcontrols.product{
    z-index: 77;
}

.owlcontrols.product,
.owlcontrols.quemsomos{
    top: 50%;
    height: 44px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.owlcontrols{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 300;

    box-shadow: 0 0 2px 0 rgba(0,0,0,0.14),
        0 2px 2px 0 rgba(0,0,0,0.12),
        0 1px 3px 0 rgba(0,0,0,0.20);
}

.owlcontrols:hover{
    cursor: pointer;
}

.owlcontrols.quemsomos{
    z-index: 77;
    text-align: center;
    padding: 10px 0;
    width: 44px;
}

.owlcontrols.quemsomos.customPrevBtn{
    left: -15px;
}
.owlcontrols.quemsomos.customNextBtn{
    right: -15px;
}


.owlcontrols.product.customNextBtn{
    right: 0;
}

.slide_home.quemsomos{
    -webkit-box-shadow: 0px 0px 8px 4px rgba(10,10,10,0.39);
    -moz-box-shadow: 0px 0px 8px 4px rgba(10,10,10,0.39);
    box-shadow: 0px 0px 8px 4px rgba(10,10,10,0.39);
}

.slide_title{
    border-radius: 30px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.14),
        0 2px 2px 0 rgba(0,0,0,0.12),
        0 1px 3px 0 rgba(0,0,0,0.20);
}

.box_slide_title{
    position: absolute;
    bottom: 0;
    left: 0;
}

.box_img_home{
    margin-top: 30px;
    z-index: 77;
}

/*################################# Page */

.section_page > header{
    height: 265px;
}

.pg_title,
.section_page > header .tagline{
    font-size: 1.375em;
    font-family: 'Shrikhand', cursive;
}

.tagline.pg_title span,
.page_title{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 3em !important;
    font-weight: bold;
}

.tagline.pg_title span{
    font-size: 98px !important;
}

.page_destac_title{
    font-size: 4em;
    font-weight: bold;
    color: rgba(208,208,208, 0.84);
    text-shadow: 1px 4px 6px #d0d0d0, 0 0 0 #050506, 1px 4px 6px #d0d0d0;
    -webkit-text-shadow: 1px 4px 6px #d0d0d0, 0 0 0 #050506, 1px 4px 6px #d0d0d0;
    -o-text-shadow: 1px 4px 6px #d0d0d0, 0 0 0 #050506, 1px 4px 6px #d0d0d0;
    -moz-text-shadow: 1px 4px 6px #d0d0d0, 0 0 0 #050506, 1px 4px 6px #d0d0d0;
    -ms-text-shadow: 1px 4px 6px #d0d0d0, 0 0 0 #050506, 1px 4px 6px #d0d0d0;
}

.page_subsection .tagline,
.page_subsection > header .tagline,
.page_subsection_title{
    font-size: 2em;
}


.header_gradient{
    background-image: url(images/bg_gradient.png);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}


/*################################# Especialidades */

.bg_especialidades .container{
    margin-top: -105px;
}

.product_section_title,
.especialidades_title{
    font-size: 4em;
    color: rgba(242,114,146, 0.84);
    text-shadow: 1px 2px 4px #d0d0d0, 0 0 0 #050506;
    -webkit-text-shadow: 1px 2px 4px #d0d0d0, 0 0 0 #050506;
    -o-text-shadow: 1px 2px 4px #d0d0d0, 0 0 0 #050506;
    -moz-text-shadow: 1px 2px 4px #d0d0d0, 0 0 0 #050506;
    -ms-text-shadow: 1px 2px 4px #d0d0d0, 0 0 0 #050506;
}

.product_section_title{
    font-size: 4.625em;
}

.especiadades_more_header{
    height: 80px;
}

.especiadades_more_title{
    font-size: 1.2em;
    font-family: 'Shrikhand', cursive;
}

.especiadades_more header{
    background-color: #f8f8f8;
}

.especiadades_more .tagline{
    min-height: 80px;
}

.tagline{
    font-size: 1.125em;
}

/*################################# Single Page */

.single_page_header{
    height: 265px;
}

/*################################# Video */


.box_video{
    height: 400px;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}

.box_video_play{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 120px;
    height: 120px;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;


    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    opacity: 0.78;
}

.box_video:hover .box_video_play,
.box_video_play:hover{
    cursor: pointer;
    opacity: 1;
}

/*################################# Article Recents */

.article_more header{
    bottom: 0;
    left: 0;
    width: 100%;
}

.article_more .article_item_title{
    font-size: 1.563em;
}

.article_more a.btn_theme{
    text-decoration: none;
    font-size: 1.188em;

    padding: 7px 20px;
}

.article_more:hover{
    text-decoration: none;
}

.especiadades_more:hover img,
.article_more.home:hover img,
.article_more img{
    opacity: 0.5;
}

.article_more.home img,
.article_more:hover img{
    opacity: 1; 
}


.article_more .tagline{
    font-size: 1.188em;
}



/*.page_home article:nth-child(1),
.page_home article:nth-child(2),
.page_home article:nth-child(3),
.page_home article:nth-child(4){
    display: none;
}*/


.elm-button, .elm-button:active, .elm-button:focus{
    display: inline-block;
    padding: 14px 30px 10px 30px !important;
    width: 260px;
    max-width: 100%;
    font-size: 22px;
    line-height: 22px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #f8f8f8 !important;
    background-color: #f27292 !important;
    border: none;
    outline: none;
    box-shadow: none;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.elm-button:hover{
    color: #f8f8f8;
    background-color: #00b9ad !important;
    border: none !important;
    cursor: pointer;
}


/*################################# btn */


.btn_theme:hover{
    text-decoration: none;
    cursor: pointer;
}

.btn_theme.product_benef{
    font-size: 1em !important;
}

.btn_secundary.mono:hover{
    background-color: #008f86;
}

.loadmore{
    min-width: 260px;
    max-width: 100%;
}


/*################################# Post Single */


.post_single_header_fake{
    height: 265px;
}

.post_single_comments_title{
    font-size: 2em;
}

/*################################# Sidebar */


.sidebar_title{
    font-size: 1.563em;
    border-bottom: 3px solid #f27292;
}

.aside_article img{
    opacity: 1;
}

.aside_article_title{
    font-size: 1.563em;
}

.aside_article:hover{
    cursor: pointer;
    text-decoration: none;
}

.aside_article:hover img{
    opacity: 0.5;
}

.banner:hover img{
    opacity: 0.5;
}

/*################################# Search Form */


.search_form{
    display: inline-block;
    height: 45px;
    background-color: red;
    border-radius: 30px;
    padding-right: 30px;
}


.search_form input{
    float: left;
    height: 100%;
    background-color: #f27292;
    border: none;
    outline: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    width: 100%;
}

.search_form button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4em;
    background-color: #00b9ad;
    text-align: center;
    border: none;
    outline: none;
    float: right;
}

.search_form button:hover{
    background-color: #008f86;
    cursor: pointer;
}

.search_form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.88;
}

.search_form input::-moz-placeholder {
    color: #fff;
    opacity: 0.88;
}

.search_form input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.88;
}

.search_form input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.88;
}

.search_form input::placeholder {
    color: #fff;
    opacity: 0.88;
}

.nav_mobile .search_form input,
.sidebar_produtos .search_form input{
    background-color: #f8f8f8;    
    color: #00b9ad;
}

.nav_mobile .search_form input::-webkit-input-placeholder,
.sidebar_produtos .search_form input::-webkit-input-placeholder {
    color: #00b9ad;
    opacity: 0.88;
}

.nav_mobile .search_form input::-moz-placeholder,
.sidebar_produtos .search_form input::-moz-placeholder {
    color: #00b9ad;
    opacity: 0.88;
}

.nav_mobile .search_form input:-ms-input-placeholder,
.sidebar_produtos .search_form input:-ms-input-placeholder {
    color: #00b9ad;
    opacity: 0.88;
}

.nav_mobile .search_form input::-ms-input-placeholder,
.sidebar_produtos .search_form input::-ms-input-placeholder {
    color: #00b9ad;
    opacity: 0.88;
}

.nav_mobile .search_form input::placeholder,
.sidebar_produtos .search_form input::placeholder {
    color: #00b9ad;
    opacity: 0.88;
}




/*################################# Single Produto */

.product_title{
    font-size: 3.000em;
}

.product_content{
    font-size: 1.250em;
}

.product_image{
    max-width: 200px;
}

.product_more.item:hover{
    cursor: pointer;
}

.product_more:hover .product_more_title{
    color: #f27292 !important;
}
.product_more.home{
    border: 3px solid #00b9ad
}

.product_more.home:hover{
    border-color: #f27292;
}

.product_more:hover .product_more_title{
    cursor: initial;
}


.product_more_header{
    height: 60px;
}

.product_more_title{
    font-size: 1.563em;
}



/*################################# sidebar_produtos */


.menu_produtos{
    list-style: none;
}


.menu_produtos li{
    display: inline-block;
    width: 100%;
}

.menu_produtos li a{
    font-size: 1.625em;
    width: 100%;
    color: #f8f8f8;
    display: inline-block;
    border-bottom: 2px solid #ce5775;
    padding: 20px 10px;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



.menu_produtos li a:hover{
    background-color: #00b9ad;
    text-decoration: none;
}



.divisor{
    display: block;
    margin: 0 auto;
    width: 345px;
    max-width: 70%;
    height: 7px;
    background-image: url(images/divisor.png);
}

/*################################# htmlchars */

.htmlchars{
    color: #919191;
}

.htmlchars h2, .htmlchars h3, .htmlchars h4, .htmlchars h5, .htmlchars h6{
    color: #f27292;
    font-weight: bold;
}

.htmlchars,
.htmlchars p{
    font-size: 1.1em !important;
}

.htmlchars img{
    display: block;
    max-width: 100%;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline-block;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {font-size: 0.7em;}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*################################# Form Contato */

.box_form label{
    font-size: 1.250em;
    line-height: 1.250em;
    color: #f27292;
}

.box_form select,
.box_form input{
    border-radius: 30px;
    background-color: #f27292;
    color: #f8f8f8;
    padding: 10px 20px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 1.250em;
    line-height: 1.250em;
}


.box_form select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    background-image: url(images/select.png);
    background-size: auto 20%;
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.box_form .wpcf7-submit{
    background-color: #00b9ad;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 1.250em;
    line-height: 1.250em;
    width: 165px;
    text-align: center;
}

.box_form .wpcf7-submit:hover{
    background-color: #008F86;
    cursor: pointer;
}

.box_form .color_default{
    font-size: 1.1em;
}

.wpcf7-validation-errors{
    margin: 0 auto !important;
    text-align: center;
    width: 380px;
    display: block;
}

input[type=file] {
    padding: 7px 0px !important;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f27292 !important;
    color: #f8f8f8 !important;
}

input[type=file]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    content: 'Carregue Aqui';
    display: inline-block;
    background-color: #f27292;
    padding: 10px 20px;
    text-align: left;
    color: #f8f8f8 !important;
    border-radius: 30px;

    background-image: url(images/anexo.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

input[type=file].active:before{   
    content: '';
    background-color: transparent;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    width: 0px !important;
}


input[type=file]::-webkit-file-upload-button{
    visibility: hidden;
    width: 0px !important;
}

input[type=file]::-moz-file-upload-button {
    visibility: hidden;
    width: 0px !important;
}

input[type=file]:-ms-file-upload-button {
    visibility: hidden;
    width: 0px !important;
}

input[type=file]::-ms-file-upload-button {
    visibility: hidden;
    width: 0px !important;
}

input[type=file]::file-upload-button {
    visibility: hidden;
    width: 0px !important;
}



.wpcf7-form-control-wrap.departamento label {
    margin-bottom: 1em;
}

.wpcf7-form-control-wrap.departamento label .wpcf7-list-item-label {
    font-size: 1.250em;
    display: inline-block;
    width: 12em;
    background-color: #00b9ad;
    border-radius: 30px;
    color: #f8f8f8;
    padding: 0.5em;
    cursor: pointer;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.wpcf7-form-control-wrap.departamento label .wpcf7-list-item-label:hover {
    background-color: #008F86;
}

.wpcf7-form-control-wrap.departamento label input[type=radio] {
    display: none;
}

.wpcf7-form-control-wrap.departamento label input[type=radio]:checked ~ .wpcf7-list-item-label {
    background-color: #f27292;
}

.wpcf7-list-item{
    margin: 0 7px !important;
}






/*################################# Footer */

.box_addr .fa,
.addr_local{
    font-size: 1.250em;
}

.addr_whatsapp{
    font-size: 1.4em;
}

.addr_whatsapp span{
    font-size: 0.7em;
}


.addr_local:after{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #f27292;
    border-radius: 100%;
    margin: 2px 5px;
}

.solicite_link{
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    background-color: #f27292;
    width: 260px;
    height: 40px;
    max-width: 100%;
    border-radius: 30px;
}

.solicite_link span{
    display: inline-block;
    background-color: #00b9ad;
    color: #f8f8f8;
    text-transform: uppercase;
    height: 100%;
    width: 80%;
    border-radius: 30px;
    float: right;
    font-size: 1.563em;
    padding-top: 3px !important;
}


.solicite_link:hover{
    cursor: pointer;
    background-color: #00b9ad;
}

.solicite_link:hover span{
    background-color: #f27292;
}

.icon{
    display: inline-block;
    vertical-align: middle;
    width: 30px !important;
    height: 30px !important;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat !important;

}

.ico-whatsapp{
    background-image: url(images/whatsapp.png);
    margin: 5px 0;
}


.link_tel{
    vertical-align: middle;
    display: inline-block;
    border: 3px solid #f27292;
    border-radius: 30px;
    width: 260px;
    height: 40px;
    color: #f27292;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 33px !important;
    /*padding-bottom: 3px;*/

}


.link_tel > .fa{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #00b9ad;
    color: #f8f8f8;
    line-height: 28px;
    vertical-align: middle;
    font-size: 18px;
}

.link_tel span{
    font-size: 20px;
    color: #00b9ad;
    margin: 0 5px;
}


.link_tel:hover{
    text-decoration: none;
    background-color: #f27292;
    color: #f8f8f8;
}

.link_tel:hover .fa,
.link_tel:hover span{
    text-decoration: none;
    color: #f8f8f8;
}


.bg_footer{
    background-image: url(images/bg_footer.jpg);
}

.link_social{
    display: inline-block;
    background-color: #f8f8f8;
    color: #f27292;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
    border-radius: 100%;
}

.link_social:hover{
    background-color: #00b9ad;
    color: #f8f8f8;
}

.link_agency{
    display: inline-block;
    vertical-align: middle;        
    height: 30px;
    width: 40px;
    background-image: url(images/i9-marketing.png);
}


.box_form_news input[type=text]{
    float: left;
    height: 50px;
    width: 100%;
    /*width: 70%;*/
    color: #f27292;
    border-radius: 30px;
    /*border-radius: 30px 0 0 30px;*/
    background-color: #f8f8f8;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 20px;

}


.box_form_news input::-webkit-input-placeholder {
    color: #f27292;
    opacity: 0.88;
}

.box_form_news input::-moz-placeholder {
    color: #f27292;
    opacity: 0.88;
}

.box_form_news input:-ms-input-placeholder {
    color: #f27292;
    opacity: 0.88;
}

.box_form_news input::-ms-input-placeholder {
    color: #f27292;
    opacity: 0.88;
}

.box_form_news input::placeholder {
    color: #f27292;
    opacity: 0.88;
}

/*.box_form_news input[type=submit]{
    float: left;
    background-color: #00b9ad;
    color: #f8f8f8;
    height: 50px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    border: none;
    outline: none;
    width: 30%;
    font-size: 20px;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.box_form_news input[type=submit]:hover{
    background-color: #008f86;
    cursor: pointer;
}*/


.wpcf7-form p{
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.wpcf7-not-valid-tip{
    width: 100%;
    float: right;
}*/


.wpcf7-validation-errors{
    background-color: #f8f8f8;
}

/*################################# Responsivando */

/*sm*/

@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }

    .especialidades_title{
        font-size: 5.276em;
    }
  
  .especiadades_more_title{
    font-size: 1.4em;
  }

}

/*md*/

@media (min-width: 768px) {
    .container {
        max-width: 98%;
    }
  
    .especiadades_more_title{
    font-size: 1.625em;
  }

}

/*lg*/

@media (min-width: 992px) {
    .container {
        max-width: 98%;
    }


    .page_title{
        font-size: 4.5em !important;
        line-height: 72px;
    }


    .box_img_home{
        margin-top: -90px;
    }

    .page_destac_title{
        font-size: 5.276em;
    }

    .box_map{
        margin-bottom: -130px;
    }

}

/*xl*/

@media (min-width: 1200px) {
    .container {
        width: 1280px;
        max-width: 98%;
    }

    .page_title{
        font-size: 5.6em !important;
        line-height: 90px;
    }

}




.teste {
    background-color: red;
}

.testeline {
    border: 1px solid red;
}
