/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
:root{
    /*CORES*/
    --q-color-txt-1: #08256c;
    --q-color-brand: #20bdd1;
    --q-color--menu-link-normal: #08256c;
    --q-color--menu-link-hover: #20bdd1;
    --q-color--menu-link-active: #20bdd1;
    --navbar-bg-color-inicial: rgba(0,0,0,.075);
    --navbar-bg-color-inicial: rgba(255,255,255,9);
    --navbar-bg-color-inicial: transparent;
    /*gradiente no header navbar*/
    --navbar-bg-color-inicial: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.21));
    --navbar-bg-color-shrink: #fff;
    --navbar-bg-color-collapse-show: rgba(255,255,255,.9); /*quando o menu estiver aberto*/

    --q-color-lentes-contato-1: #fec810;
    /*FONTES*/
    --font-family-menu: 'Roboto Slab', serif;
    --font-family-primary: 'Roboto Slab', serif;
    /*--font-family-secondary: 'DM Serif Display', serif;*/
    --font-family-secondary: 'Roboto Slab', serif;
    --font-color-primary: #212529;
    --font-color-secundary: #545b62;
    /*ORIGINAL*/
    --q-color-primary:#20bdd1;
    --q-color-secondary:#26a69a;
    --q-color-tertiary:#555;
    --q-color-positive:#21ba45;
    --q-color-negative:#db2828;
    --q-color-negative-l:#ec8b8b;
    --q-color-info:#31ccec;
    --q-color-warning:#f2c037;
    --q-color-warning-l:#f8dd93;
    --q-color-light:#bdbdbd;
    --q-color-light-d:#aaa;
    --q-color-faded:#777;
    --q-color-dark:#424242;
    /**/
    --q-color-whatsapp:#00897b;
}

.color-fala-on{
    background-color: var(--yellow)!important;
}

.color-whatsapp i{
    background-color: var(--q-color-whatsapp)!important;
}

.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden;
}

.element {
    .show();
}
.another-element {
    .hidden();
}

body {
    overflow-x: hidden;
    font-family: var(--font-family-primary);
    height: 1500px;
    color: var(--q-color-txt-1)
}

p {
    line-height: 1.75;
}

a {
    color: var(--q-color-primary);
}

a:hover {
    color: var(--q-color-txt-1)
}

.text-primary {
    color: var(--q-color-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--font-family-primary);
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: var(--font-family-primary);
}
section h4.section-subheading {
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: none;
    font-family: var(--font-family-primary);
}
section h5.section-subheading {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: none;
    font-family: var(--font-family-primary);
}

@media (min-width: 768px) {
    section {
        padding: 130px 0;
    }
}

.btn {
    font-family: var(--font-family-primary);
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: var(--q-color-primary);
    border-color: var(--q-color-primary);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: var(--q-color-txt-1);
    border-color: var(--q-color-txt-1);
    color: white;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
    background: var(--q-color-secondary);
    text-shadow: none;
}

::selection {
    background: var(--q-color-secondary);
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

/* MAIN NAVBAR */
#mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: padding-top 0.5s, padding-bottom 0.5s;
    -moz-transition: padding-top 0.5s, padding-bottom 0.5s;
    transition: padding-top 0.5s, padding-bottom 0.5s;
    background: var(--navbar-bg-color-inicial);
    border-top: 3px solid var(--q-color-brand);
    border-bottom: 0.5px solid #fff;
}
#mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.0em 0.7em !important;
}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background: var(--navbar-bg-color-shrink);
}
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 5px 0;
}

#mainNav.navbar-shrink .navbar-brand > img {
    height: 80px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: var(--q-color-primary);
    font-family: var(--font-family-primary);
}

#mainNav .navbar-brand {
    color: var(--q-color-primary);
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 85%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: var(--q-color--menu-link-normal);
    font-family: var(--font-family-menu);
    font-weight: bold;
    height: 100%;
}


#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: var(--q-color--menu-link-hover);
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: var(--q-color--menu-link-active);
}

#mainNav .navbar-nav .nav-item .nav-link.active:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: var(--q-color--menu-link-active);
    content: "";
    opacity: 1;
    transition: all 0.0s;
    transform: translateY(0px);
}

#mainNav .navbar-nav .nav-item .nav-link:after {
    background: var(--q-color--menu-link-active)!important;
}

#mainNav .show {
    background-color: var(--navbar-bg-color-collapse-show);
}

/**/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--q-color-primary);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--q-color--menu-link-normal);
    border-color: #dee2e6 #dee2e6 #fff;
}

/**/
header.masthead {
    text-align: center;
    color: white;
    /*background-image: url("../img/liebherr-ltm-1500-8-1-working-position-wind-power-landscape-002.jpg");*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.theBox{
    background-color:rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px 0px 20px 0px;
    padding: 20px
}
/*Fazendo height: 100% funcionar http://www.maujor.com/blog/2013/03/08/por-que-height-100-nao-funciona/*/
header.masthead, 
.carousel, 
.carousel-inner, 
.carousel-item {
    height: 100%;                        /* para falta de suporte */  
    height: -webkit-calc(100%);  /* para Chrome */
    height: -moz-calc(100%);     /* para Firefox */
    height: calc(100%);          /* para suporte nativo */
}
.carousel-item{
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.carousel-item.active {
    /*animation: animateBg forwards 2s ease-in;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: background-size .3s; /* Safari */
    transition: background-size .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@keyframes animateBg{
    from { 
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }
    to { 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.carousel-control-prev span{

}

header.masthead .intro-text {
    /*padding-top: 150px;
    padding-bottom: 100px;*/
    /*opacity: .7;*/
    background-color:rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px 0px 20px 0px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    /*font-style: italic;*/
    line-height: 22px;
    margin-bottom: 25px;
    font-family: var(--font-family-secondary);
}

header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: var(--font-family-primary);

}

.intro-lead-in, 
.intro-heading
{
    text-shadow: 1px 1px #000;
}

@media (min-width: 992px) {

}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 55px;
        /*font-style: italic;*/
        line-height: 40px;
        margin-bottom: 25px;
        font-family: var(--font-family-secondary);
    }
    header.masthead .intro-text .intro-heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: var(--font-family-secondary);
    }
}

@media (min-width: 992px) {

}

/* SEÇÃO: DIFERENCIAL */
section#corpo-clinico {
    background-color: #e3f8ff;
    background-image: linear-gradient(to bottom right, #d7f3fc, #51d8e9);
}

/* SEÇÃO: LOCACAO */
section#lentes-contato {
    background-color: #f8f9fa;
    /*background-image: url("../img/bg/20210916_175126.jpg");*/
    background-image: url("../img/bg1.png");
    background-repeat: repeat;

    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.lentes-contato-heading {
    margin: 15px 0;
    text-transform: none;
}

/* SEÇÃO: TRANSPORTE */
section#cirurgias {
    background-color: #f8f9fa;
    background-image: linear-gradient(to bottom right, #d7f3fc, #51d8e9);
    /*
background-image: url("../img/bg/20210916_175331.jpg");
background-repeat: repeat;
    
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: auto;
    */
}

.cirurgias-item > iframe {
    width: 100%;
    height: 325px;
    border: 5px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: calc(100%);
    -moz-background-size: calc(100%);
    -o-background-size: calc(100%);
    background-size: calc(100%);
}

section#cirurgias .cirurgias-item {
    right: 0;
    margin: 0 0 15px;
}

section#cirurgias .cirurgias-item .cirurgias-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

section#cirurgias .cirurgias-item .cirurgias-link .cirurgias-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(254, 209, 54, 0.9);
}

section#cirurgias .cirurgias-item .cirurgias-link .cirurgias-hover:hover {
    opacity: 1;
}

section#cirurgias .cirurgias-item .cirurgias-link .cirurgias-hover .cirurgias-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

section#cirurgias .cirurgias-item .cirurgias-link .cirurgias-hover .cirurgias-hover-content i {
    margin-top: -12px;
}

section#cirurgias .cirurgias-item .cirurgias-link .cirurgias-hover .cirurgias-hover-content h3,
section#cirurgias .cirurgias-item .cirurgias-link .cirurgias-hover .cirurgias-hover-content h4 {
    margin: 0;
}

section#cirurgias .cirurgias-item .cirurgias-caption {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #f8f9fa;
}

section#cirurgias .cirurgias-item .cirurgias-caption h4 {
    margin: 0;
    text-transform: none;
    font-size: 88%
}

section#cirurgias .cirurgias-item .cirurgias-caption p {
    font-size: 78%;
    font-style: italic;
    margin: 0;
    font-family: var(--font-family-secondary);
}

section#cirurgias * {
    z-index: 2;
}

@media (min-width: 767px) {
    section#cirurgias .cirurgias-item {
        margin: 0 0 30px;
    }
}

.cirurgias-modal {
    padding-right: 0px !important;
}

.cirurgias-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

.cirurgias-modal .modal-content {
    padding: 100px 0;
    text-align: center;
}

.cirurgias-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px;
}

.cirurgias-modal .modal-content p {
    margin-bottom: 30px;
}

.cirurgias-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: var(--font-family-secondary);
}

.cirurgias-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.cirurgias-modal .modal-content img {
    margin-bottom: 30px;
}

.cirurgias-modal .modal-content button {
    cursor: pointer;
}

.cirurgias-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.cirurgias-modal .close-modal:hover {
    opacity: 0.3;
}

.cirurgias-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529;
}

.cirurgias-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}

/* SEÇÃO: EMPRESA*/
section#clinica {
    background-color: #eaf8fd; /*dbe1ed*/


    /*background-color: #f8f9fa;*/
    background-image: url("../img/bg1.png");
    background-repeat: repeat;
    background-position: center;
    background-size: cover;

}

/* SEÇÃO: TIMELINE */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef;
}

.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
    display: table;
    content: ' ';
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: var(--q-color-primary);
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline > li .timeline-image span {
    margin-top: 12px;
    font-size: 20px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    text-align: left;
}

.text-muted{
    color: var(--font-color-secundary)!important;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: justify;
    }
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .timeline > li .timeline-image span {
        font-size: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
    .timeline > li .timeline-image span {
        font-size: 50px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline > li .timeline-image span {
        font-size: 60px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/* SEÇÃO: CERTIFICADO */
section#planos-convenios {
    background-color: #e9e7e3; /*bda893*/
    background-image: linear-gradient(to bottom right, #e9e7e3, #c9c8c8);
    /*
background-image: url("../img/bg/20210916_175117.jpg");
background-repeat: repeat;
    
background-attachment: scroll;
background-position: center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
    */
}
section#planos-convenios .section-heading {

}

.planos-convenios-member {
    margin-bottom: 50px;
    text-align: center;
}

.planos-convenios-member img {
    width: 225px;
    height: 225px;
    border: 1px solid #fff;
    padding: 10px;
    background-color: #fff;

    -webkit-transition: background-color .3s; /* Safari */
    transition: background-color .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.planos-convenios-member img:hover{
    background-color: var(--q-color--menu-link-hover);
}

.planos-convenios-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.planos-convenios-member p {
    margin-top: 0;
}


/* SEÇÃO: CONTATO */
section#contato {
    background-color: #ced4da;
    background-image: url("../img/bg/bg-contato.jpg");
    background-position: center;

    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


section#contato .section-heading {

}

section#contato .form-group {
    margin-bottom: 25px;
}

section#contato .form-group input,
section#contato .form-group textarea {
    padding: 20px;
}

section#contato .form-group input.form-control {
    height: auto;
}

section#contato .form-group textarea.form-control {
    height: 248px;
}

section#contato .form-control:focus {
    border-color: var(--q-color-primary);
    box-shadow: none;
}

section#contato ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: var(--font-family-primary);
}

section#contato :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: var(--font-family-primary);
}

section#contato ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: var(--font-family-primary);
}

section#contato :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: var(--font-family-primary);
}

/* SEÇÃO: LOCALIZACAO */
section#atendimento {
    background-color: #e3f8ff;
    background-image: linear-gradient(to bottom right, #e3f8ff, #7adde9);
    /*
background-image: url("../img/bg/20210916_180155.jpg");
background-repeat: repeat;
    
background-attachment: scroll;
background-position: center center;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
    */

}


/* SEÇÃO: TRABALHE CONOSCO */
section#trabalhe-conosco {
    background-color: #ced4da;
    background-image: url("../img/bg/bg-contato.jpg");
    background-position: center;

    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


section#trabalhe-conosco .section-heading {

}

section#trabalhe-conosco .form-group {
    margin-bottom: 25px;
}

section#trabalhe-conosco .form-group input,
section#trabalhe-conosco .form-group textarea {
    padding: 20px;
}

section#trabalhe-conosco .form-group input.form-control {
    height: auto;
}

section#trabalhe-conosco .form-group textarea.form-control {
    height: 248px;
}

section#trabalhe-conosco .form-control:focus {
    border-color: var(--q-color-primary);
    box-shadow: none;
}

section#trabalhe-conosco ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: var(--font-family-primary);
}

section#trabalhe-conosco :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: var(--font-family-primary);
}

section#trabalhe-conosco ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: var(--font-family-primary);
}

section#trabalhe-conosco :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: var(--font-family-primary);
}


/* SECAO: CLIENTE*/
section#cliente {
    min-height: 85%;                /* para falta de suporte */  
    min-height: -webkit-calc(85%);  /* para Chrome */
    min-height: -moz-calc(85%);     /* para Firefox */
    min-height: calc(85%);          /* para suporte nativo */
}
section#cliente .cliente-item{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

section#cliente .cliente-item img{
    margin: 15px;
    padding: 5px;
    border: 0.1px solid #e9ecef;    
}

/* RODAPE */
footer {
    background-color: #fff;
    padding: 25px 0;
    text-align: center;
    border-bottom: 3px solid var(--q-color-brand);
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: var(--font-family-primary);
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: var(--font-family-primary);
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: var(--q-color-primary);
}


.circle-buttons i{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: var(--q-color-primary);
    margin: 10px 0;
}


@media (max-width: 1199px) {
    .menuTxtVisibilityAjust {
        display: none !important;
    }
    .menuIconVisibilityAjust {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .menuTxtVisibilityAjust {
        display: block !important;
    }
    .menuIconVisibilityAjust {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .menuIconVisibilityAjust {
        display: none !important;
    }
}
/*
Extra small devices: xs
Portrait phones (<544px)

Small devices: sm
Landscape phones (≥544px - <768px)

Medium devices: md
Tablets (≥768px - <992px)

Large devices: lg
Desktops (≥992px - <1200px)

Extra large devices: xl
Desktops (≥1200px)
*/
.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

/**/
.btn-effect-1 {
    border: none;
    background: transparent;
    color: #fff;
    outline-color: transparent;
}

.btn-effect-1 i { 
    cursor: pointer;
    border-radius: 100%;
    box-shadow: inset 0 0 0 transparent;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.btn-effect-1 i:hover {
    box-shadow: inset 0 0 20px #fff;
}
.btn-effect-1 i:active {
    box-shadow: inset 0 0 20px 100px #fff; color:#E81D62;
}

/* testes*/
.minimized-bg {
    position: absolute;
    width: 30%;
    height: 35%;
    right: 0;
    bottom: 0;
    animation: fade-in .5s ease-in;
    background-image: repeating-radial-gradient(ellipse farthest-corner at right bottom, #0c5460 0%, #0f9a2fd1 45%, #28a74559 60%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    text-align: center;

    -webkit-transition: width 1s, height 1s; /* Safari */
    transition: width 1s, height 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.minimized-bg:hover {
    width: 35%;
    height: 40%;
}

/* para centralizar verticalemente objetos */
.minimized-bg:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.minimized-bg a {
    width: auto;
    position: absolute;
    bottom: 3%;
    right: 5%;
}

.minimized-bg[data-minimized]:not([data-minimized="true"]) {
    display: none;
}

/*
.minimized-bg::after {
  content: attr(data-minimized);
}
*/
body[data-minimized="true"] {
    animation: fade-in .5s ease-in;
    background-image: none;
}

.csize {
    position: fixed;
    bottom:0px;
    left:0px;
    z-index:9999
}
.css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
    display: none;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-1{
        display: block;
    }
    .destaque-consulta{
        h4{
            font-size: 1.0rem;
        }
    }
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-2{
        display: block;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
    
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-3{
        display: block;
    }
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
    .navbar-brand > img {
        height: 70px!important;
    }
    
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-4{
        display: block;
    }
    .destaque-consulta .h4, h4{
        font-size: 1.0rem;

    }
    .carousel-caption .intro-lead-in{
        font-size: 0.6rem!important;
        line-height:15px!important;
    }
    .carousel-caption .intro-heading{
        font-size: 0.8rem!important;
        line-height:15px!important;
    }
    .carousel-caption .intro-text{
        padding: 5px!important;
    }
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-5{
        display: block;
    }
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-6{
        display: block;
    }
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-7{
        display: block;
    }
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
    .css-1, .css-2, .css-3, .css-4, .css-5, .css-6, .css-7, .css-8{
        display: none;
    }
    .css-8{
        display: block;
    }
}