/*
Theme Name: Afip
Theme URI: 
Description: Tema criado para a Afip Medicina Diagnostica
Author: Gustavo César Domingos Siqueira
Author URI: 
Version: 1.0
Tags: AfipMedicinaDiagnostica Afip
*/

/***************************************************
*             FOLHA DE ESTILO CSS RESET            *
***************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
}
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;
}


/***************************************************
*         FOLHA DE ESTILO CSS AFIP MEDICINA        *
***************************************************/

html,
body{
    font-family: 'FuturaStd-Book';
    color: #6d6e71;
    background-color: #f4f2f0;
    font-size: 16.92px;
    line-height: 1.3;
    text-align: justify;
        
/*    background-color: #fdfdfd;*/
}


h1{
    font-family: 'FuturaStd-Heavy';
    font-size: 27.09px;
    color: #660b15;
}

h3{
    font-family: 'FuturaStd-Bold';
    font-size: 20.31px;
    color: #660b15;
}

a{
    color: #6d6e71;
}

td a {
    color: #fff;
}

td a:hover{
    color: #fff;
	text-decoration: underline;
}

strong{
    font-weight: bolder;
}

.wpb_wrapper ul li {
    list-style-image: url(../../themes/afip/imagens/icon_list.png);
    margin-left: 15px;
}

.form-control:focus{
	border-color: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/***************************************/

/*CONTAINERS CUSTOMIZADOS*/
.container{
    /*margin-top: -140px;*/
    margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px){
    .container{
        margin-top: 76px;
    }
}
.container-1300{
    max-width: 1300px;
    margin: 0 auto!important;
}

.container-1300-navgador{
    max-width: 1300px;
}

.container-965{
    max-width: 965px;
    margin: 0 auto!important;
}

.container-630{
    max-width: 660px;
    margin: 0 auto!important;
}

/***************************************/

/*CONTAINERS CUSTOMIZADOS*/

.revolution-slider{
    margin-bottom: 80px!important;
}

/********** HEADER **********/

header{
    
}

/***Desktop***/
@media (max-width: 1024px){
    .header-desktop{
        display: none;
    }  
}

.menu-dinamico-desktop .current_page_item a {
    color: #a91918;
    font-weight: bold;
}

.header-desktop{
    height: 140px;
    background: transparent;    
    z-index: 1;
}

.menu-desktop{
    width: 100%;
    padding: 0 76px;
}

.menu-dinamico-desktop{
    list-style: none;
    margin: 0;
}

.menu-item{
    padding: 0 16px;
    border-right: 1px solid #e0dfdf;
    max-width: 140px;
    min-height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: skew(-16deg);
        -ms-transform: skew(-16deg);
            transform: skew(-16deg);    
}

@media (max-width: 1024px){
    .menu-item{
        -webkit-transform: skew(0);
            -ms-transform: skew(0);
                transform: skew(0);
    }
}

.menu-item-20 {
    border-right: none;
}

.menu-item a{
    font-size: 10.63px;
    text-transform: uppercase;
    color: #6d6e71;
    -webkit-transform: skew(16deg);
        -ms-transform: skew(16deg);
            transform: skew(16deg);
    line-height: 1.5;
}

.menu-item a:hover{
    color: #a91918;
    text-decoration: none;
}

.btn_exame{
    width: 100px;
    height: 42px;
    color: #fff;
    background: #a91918;
    text-align: center;
    font-size: 11px;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
}

.btn_exame:hover{
	color: #fff;
}

/***Mobile***/
.header-mobile {
    display: none;
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 999999;
    -webkit-box-shadow: 0 6px 11px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 11px -2px rgba(0, 0, 0, 0.5)
}

@media (max-width: 1024px){
    .header-mobile {
        display: block;
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 99;
        /*background: #fff;*/
        background: -webkit-gradient(linear, left top, right top, from(#690c15), color-stop(#c52032), to(#690c15));
        background: -webkit-linear-gradient(left, #690c15, #c52032, #690c15);
        background: -o-linear-gradient(left, #690c15, #c52032, #690c15);
        background: linear-gradient(to right, #690c15, #c52032, #690c15);
    }
    
    .menu-item{
        max-width: 100%;
        max-height: auto;
        border-right: none;

    }
}

.logo-mobile a{
    display: block;
    width: 100%;
}

.logo-mobile a img{
    max-width: 100%;
    height: auto;
}

.logo-mobile, .toggle{
    width: 50%;
}
.menu-hb {
    float: right;
    width: 60px;
    height: 78px;
    background: transparent;
}
.menuIcon {
    position: relative;
    top: 15px;
    cursor: pointer;
    text-align: center;
    height: 100%
}
.menuIcon .top,
.menuIcon .middle,
.menuIcon .bottom {
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4px;
    width: 30px;
    position: absolute;
    border-radius: 15px;
    background: #fff;
    transition: all 400ms ease 0;
    -moz-transition: all 400ms ease 0;
    -webkit-transition: all 400ms ease 0;
    -ms-transition: all 400ms ease 0;
    -o-transition: all 400ms ease 0
}
.menuIcon .top {
    top: 13px
}
.menuIcon .middle {
    top: 21px
}
.menuIcon .bottom {
    top: 29px
}
.showMenu .top {
    background: #fff;
    top: 21px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}
.showMenu .middle {
    opacity: 0
}
.showMenu .bottom {
    background: #fff;
    top: 21px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.menu-mobile {
    display: none;
    padding: 0 0 15px;
    background: -webkit-gradient(linear, left top, right top, from(#690c15), color-stop(#c52032), to(#690c15));
    background: -webkit-linear-gradient(left, #690c15, #c52032, #690c15);
    background: -o-linear-gradient(left, #690c15, #c52032, #690c15);
    background: linear-gradient(to right, #690c15, #c52032, #690c15);
    width: 100%;
    z-index: 99999;
    right: 0;
    top: 76px;
    position: fixed;
    font-family: 'FuturaStd-Book';
}
.menu-mobile li:first-child {
    padding-top: 10px;
}
.menu-mobile li {
    padding: 6px 0;
    display: block;
    text-align: center
}
.menu-mobile li a {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-mobile li a:hover {
    color: #ffeac3
}

/********** FOOTER **********/
footer{
    background: -webkit-gradient(linear, left top, right top, from(#690c15), color-stop(#c52032), to(#690c15));
    background: -webkit-linear-gradient(left, #690c15, #c52032, #690c15);
    background: -o-linear-gradient(left, #690c15, #c52032, #690c15);
    background: linear-gradient(to right, #690c15, #c52032, #690c15);
    min-height: 36px;
    //margin-top: 100px
}

.rodape{
    padding: 0 76px;
    min-height: 36px;
    color: #fff
}
@media (max-width: 768px){
    .rodape{
        padding: 20px;
    }
}

@media (max-width: 768px){
    .rodape .logo{
        width: 50%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}

.rodape .logo p{
    font-size: 8px;
    margin-left: 10px;
    position: relative;
    bottom: -6px;
}

.rodape .logo .imagem{
	width: 35px;
	height: 25px
}

.rodape .logo .imagem img{
	width: 100%;
}

@media (max-width: 768px){
    .rodape .sociais{
        width: 50%;
        margin-left: 0!important;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

.rodape .sociais{
    margin-left: 160px;
}

.rodape .sociais .facebook{
    margin: 0 15px;    
}

.busca_idioma{
    height: 100%;
}

@media (max-width: 768px){
    .rodape .busca_idioma{
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 10px
    }
    
    .rodape .busca_idioma form input{
        width: 100%!important;
        margin-right: 0!important;
    }
}

.busca_idioma form{
    height: 100%;
}

.busca_idioma form input{
    font-family: fontAwesome, 'FuturaStd-Book'!important;
    border-radius: 0;
    width: 246px!important;
    min-height: 36px;
    border: none;    
}

/* .busca_idioma form input::placeholder{
	font-family: 'FuturaStd-Book';
} */

/********** TEMPLATE SUSPENSO **********/
.altura-minima{
    min-height: 223px!important;
}

@media(max-width: 768px){
    .altura-minima{
        font-size: 16.92px;
        margin-bottom: 20px;
    }
    
    .altura-minima .vc_column-inner {
        padding-right: 15px!important;
    }
}

.titulo-bottom{
    margin-bottom: 100px;
}

@media (max-width: 768px){
    .titulo-bottom{
        margin-bottom: 50px;
    }
}

.box_suspenso{
    position: relative;
    -webkit-box-shadow: 0px -31px 58px -50px;
            box-shadow: 0px -31px 58px -50px;
    font-size: 12.19px;
}



.quadrado_suspenso{
    position: absolute;
    right: 0;
    top: -30px;
    background: -webkit-gradient(linear, left bottom, right top, from(#661e18), to(#e31b22));
    background: -webkit-linear-gradient(bottom left, #661e18, #e31b22);
    background: -o-linear-gradient(bottom left, #661e18, #e31b22);
    background: linear-gradient(to top right, #661e18, #e31b22);
    font-size: 13.20px;
    color: #fff;
    min-height: 192px!important;
    max-height: 192px!important;
    -webkit-box-shadow: 0px -7px 54px -12px #000;
            box-shadow: 0px -7px 54px -12px #000;
}

@media (max-width: 768px){
    .quadrado_suspenso{
        position: inherit;
        top: 0;
        margin-top: 20px;
    }
}
.quadrado_suspenso::before{
    content: "";
    background-image: url(../../themes/afip/imagens/ponta-esquerda.png);
    background-size: 100%;
    width: 24px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -24px;
}

.quadrado_suspenso::after{
    content: "";
    background-image: url(../../themes/afip/imagens/ponta-direita.png);
    background-size: 100%;
    width: 24px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: -22px;
}

@media (max-width: 414px){
    .quadrado_suspenso::before,
    .quadrado_suspenso::after{
        content: none;
    }
}

tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

td{
    min-width: 26px;
}

.redimensao_um{
    width: 20%!important;
}
.redimensao_dois{
    width: 45%!important;
}

.redimensao_doisb{
    width: 80%!important;
}

.redimensao_doisc{
    width: 65%!important;
}
.redimensao_tres{
    width: 35%!important;
}

@media (max-width: 768px){
    .redimensao_um, 
    .redimensao_dois, 
    .redimensao_doisb, 
    .redimensao_doisc, 
    .redimensao_tres{
        width: 100%!important;
    }
}

/*centralizar conteúdo em todos os navegadores*/
.vc_section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
}



@media (max-width: 1290px){
    .menu-desktop {
        padding: 0 40px !important;
    }
	.menu-item {
		padding: 0 10px !important;
	}
}