.pl-3{
    padding-left: 3px;
}

.whatsapp-link {
    position: fixed;
    bottom: 10%;
    right: 4%;
}

.whatsapp-link img{
    width: 70px;
    height: 70px;
}


/* INÍCIO DO POPUP */
.popup-main {
    position: relative;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

.popup-out {
    margin-left: auto;
    z-index: 999999;
    margin-right: auto;
    position: fixed;
    width: 100%;
    top: 0;
}

.popup-inner {
    position: absolute;
    width: 75%;
    left: 50%;
    margin-left: -37.5%;
    height: 100vh;
}

.popup-body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popup-body.video {
    max-width: 100%;
}

.popup-body.image {
    max-width: 500px;
}

.popup-body img {
    max-width: 100%;
}

.popup-close {
    position: absolute;
    right: -18px;
    top: -17px;
}

/* FIM DO POPUP */

@keyframes setaRight {
    from {
        right: 0;
    }
    to {
        right: -3px;
    }
}
.no-paddin {
    margin: 0;
    padding: 0;
}

.sobre p {
    color: #777;
    font-size: 23px;
}

.sobre .text-sobre p {
    color: #777;
    font-size: 23px;
}

.clear-both {
    clear: both;
}
/*aviso form */
.toast-top-right {
    background-color: rgba(0, 255, 0, 0.6);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    position: absolute;
    top: 105px;
    right: 0px;
    z-index: 999;
}

.slider {
    border-bottom: 1px solid #ccc;
}


@media (min-width: 200px) {

    .slider {
        height: 500px;
    }
    .slider .container-fluid{
        height:100%;
    }
    .slider .container-fluid .slide_c{
        height: 100%;
    }
    .slider .container-fluid .slide_c .slideshow{
        height: 100%;
    }
    .slider .container-fluid .slide_c .slideshow img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .slider .container-fluid .slide_c .slideshow .cycle-carousel-wrap{
        height: 100%;
    }
    .slider .container-fluid .slide_c .slideshow .cycle-carousel-wrap img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    .barBlue {
        text-align: center;
        background-color: #2465b6;
        width: 100%;
        padding: 10px 0;
    }
    .barBlue a {
        color: #fff;
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
    }
    .barBlue a:hover {
        text-decoration: none;
    }
    .header {
        padding: 17px 0 0px 0;

        transition: all 0.3s;
    }

    .menuLateral {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        max-height: 100%;
        height: 100% !important;
        background-color: #14376b;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
        z-index: 10;
        padding-top: 10px;

        transition: all 0.3s;
    }
    .buttonMenu {
        display: block;
        border: 0px;
        background-color: transparent;
        text-align: center;
        margin: -10px 0;
        position: absolute;
        right: 0;
    }
    .buttonMenu:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #14376b;
        margin: 4px auto;
    }
    .navbar-toggle .icon-bar {
        width: 32px;
        height: 5px;
        border-radius: 2px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        margin-right: 15px;
    }

    .navbar-default .nav li a {
        outline: none;
        padding: 15px 35px;
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
        color: #fff;

        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    }

    .navbar-default .nav li a:hover {
        background-color: #699dec;
        color: #14376b;
    }

    .navbar-default .nav li.social_icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        margin-top: 20px;
    }
    .navbar-default .nav li.social_icon a {
        color: #14376b;
        width: 40px;
        height: 40px;
        padding: 10px 12px;
        background-color: #fff;
        border-radius: 50px;
        margin: 10px 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-default .nav li.social_icon:nth-child(-2) a {
        padding: 10px 10px;
    }
    .navbar-default .nav li.social_icon:last-of-type a {
        padding: 10px 12px;
    }

    .logo {
        position: absolute;
        max-width: 100px;
        top: 0;

        transition: all 0.3s;
    }
    
    .slide_c {
        position: relative;
    }

    #alt-caption {
        position: relative;
        top: -92px;
        margin-bottom: -60px;
        z-index: 999;
        max-width: 100%;
    }
    #titulo_slide {
        font-family: "Pacifico", cursive;
        font-size: 2em;
        color: #14376b;
        text-align: center;
        text-shadow: 1px 1px #fff;
        margin-left: 5px;
        margin-right: 5px;
    }
    #alt-caption p {
        display: none;
    }

    .btn_slide {
        display: block;
        width: 100%;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
        padding: 10px;
        border-radius: 0px;
        border-bottom: 3px solid #3b612b !important;
        color: #fff;
        top: 3px;

        transition: all 0.3s;
        background-color: #73BC53;
    }

    .btn_slide .moviment {
        position: relative;
        animation: setaRight 0.5s infinite;
    }

    /*start ESTILIZA OS PAGES BUTTONS DO SLIDE */
    .example-pager,
    .example-pager_news {
        text-align: center;
        margin: 10px auto;
    }
    .square_page {
        color: #fff;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        padding: 2px;
        margin-right: 30px;
        border-radius: 5px;
        border: 3px solid #2465c6;
        cursor: pointer;

        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    .square_page:not(:last-of-type):after {
        content: "|";
        width: 30px;
        position: absolute;
        top: -25px;
        left: 15px;
        color: #2465c6;
        font-size: 20px;
        font-weight: bold;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    .square_page_interno {
        display: block;
        width: 15px;
        height: 15px;
        /*margin: 0px 0px;*/
        border-radius: 3px;
        border: 1px solid rgba(36, 101, 198, 0.3);
        cursor: pointer;
    }

    .cycle-pager-active > .square_page_interno,
    .cycle-pager-active > .square_page_interno {
        background-color: #2465c6;
    }
    /*end ESTILIZA OS PAGES BUTTONS DO SLIDE */

    .sobre {
        background-image: url("../img/firulabg.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 20%;
        background-position: left center;

        padding: 20px 0px;
        margin-top: 60px;
    }
    .texto_sobre {
        color: #808080;
        font-size: 18px;
    }

    .titulo_sobre,
    .titulo_equipe,
    .titulo_depoimentos,
    .titulo_tratamentos,
    .titulo_novidades,
    .titulo_convenios,
    .titulo_contato {
        font-family: "Open Sans", sans-serif;
        font-size: 2em;
        color: #484848;
    }
    .titulo_sobre span,
    .titulo_novidades span {
        font-weight: bold;
        color: #2465c6;
    }

    .imgSobre {
        display: block;
    }

    .equipe,
    .revistas {
        background-color: #2465c6;
        background-image: url(../img/bgequipe.png);
        background-attachment: fixed;
        /*        background-repeat: no-repeat;*/
        /*        background-size: 50%;*/
        /*        background-position: center 35%;*/
    }
    .titulo_equipe,
    .titulo_contato,
    .titulo_depoimentos,
    .titulo_convenios,
    .titulo_revistas {
        color: #cfdcea;
    }
    .titulo_equipe span,
    .titulo_depoimentos span,
    .titulo_convenios span,
    .titulo_contato,
    .titulo_revistas span {
        font-weight: bold;
        color: #fff;
    }

    .equipe_slide {
        position: relative;
        padding: 40px 0;
    }
    .equipe_c {
        max-width: 290px;
        margin: 0 auto;
    }
    .equipe_c article {
        margin: 0 35px 0 30px;
        max-width: 250px;
        white-space: normal;
        text-align: center;
    }
    .equipe_c article section {
        border-bottom: 2px solid rgba(20, 55, 107, 0.5);
        margin-bottom: 10px;
    }

    .overflow_novidade {
        overflow-y: scroll;
        max-height: 350px;
    }

    .pessoa_equipe_img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 300px;
        background-color: #fff;
    }
    .pessoa_equipe_nome,
    .pessoa_equipe_descri {
        font-family: "Open Sans Condensed", sans-serif;
    }
    .pessoa_equipe_nome {
        font-size: 29px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }
    .pessoa_equipe_descri {
        color: #cfdcea;
    }

    .setas_equipe {
        width: 100%;
        position: absolute;
        top: 50%;
    }
    #next,
    #prev {
        color: #14376b;
        font-size: 3em;

        transition: all 0.3s;
    }
    #next:hover,
    #prev:hover {
        color: #fff;
    }
    #next {
        position: absolute;
        right: 0;
    }

    .depoimentos {
        background-color: #14376b;
        padding: 50px 40px;
        background-image: url("../img/firuladepo.jpg");
        background-repeat: no-repeat;
        background-position: 200px 0;
    }

    .box_titulo {
        position: relative;
        text-align: center;
        background-color: #2465c6;
        border-radius: 5px;
        padding: 5px;
        max-width: 500px;
        margin-bottom: 30px;
    }
    .box_titulo:after {
        content: "";
        display: block;
        position: absolute;
        left: 130px;
        bottom: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #2465c6 transparent transparent transparent;
        border-width: 15px;
    }

    .depoimento {
        white-space: normal;
        max-width: 290px;
        text-align: justify;
    }
    .depoimento section p:before {
        content: "";
        display: inline-block;
        background-image: url("../img/aspas.png");
        background-repeat: no-repeat;
        background-size: 170%;
        width: 25px;
        height: 22px;
        background-position: 0 0;
    }
    .depoimento section p:after {
        content: "";
        display: inline-block;
        background-image: url("../img/aspas.png");
        background-repeat: no-repeat;
        background-size: 170%;
        width: 25px;
        height: 22px;
        background-position: -20px 0;
    }
    .texto_depoimento {
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #cfdcea;
        font-size: 16px;
    }
    .nome_depoimento {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #fff;
    }

    .setas_depo a {
        display: inline-block;
        padding: 7px 10px;
        margin-right: 5px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background-color: #fff;
        color: #14376b;
        outline: none;
    }
    .setas_depo #nextdepo {
        padding: 7px 13px;
    }

    .tratamentos {
        padding: 70px 10px;
        background-image: url("../img/bgtratamento.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .titulo_tratamentos span {
        font-weight: bold;
        color: #2465c7;
    }

    .tratamento {
        position: relative;
        background-color: #2465c6;
        padding: 5px 15px;
        margin: 15px 0;
        border-radius: 10px;
    }
    .tratamento h1 {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 28px;
        font-weight: 300;
        color: #fff;
    }
    .tratamento p {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 18px;
        color: #cfdcea;
    }
    .tratamento footer {
        position: absolute;
        right: -5px;
        bottom: -5px;
    }
    .tratamento footer a {
        outline: none;
        font-size: 20px;
        color: #14376b;
    }
    .tratamento footer span {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 100px;
        background-color: #fff;
        padding: 7px 0px;
    }
    .tratamento footer a:hover {
        text-decoration: none;
    }

    .novidades {
        padding: 40px 0;
        border-bottom: 1px solid #cfdcea;
        background-image: url(../img/firulaNovidades.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .slide_novidades {
        max-width: 300px;
        margin: 30px auto;
    }
    .novidade_colunas {
        white-space: normal;
        /*margin: 10px 10px;*/
    }
    .novidade_colunas .novidade {
        white-space: normal;
        max-width: 300px;
        margin-bottom: 10px;
    }
    .imagem_novidades {
        width: 300px;
        height: 100px;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .imagem_novidades img {
        width: 100%;
        transition: all 0.3s;
    }
    .novidade:hover img {
        transform: scale(1.4) rotate(10deg);
    }
    .novidade .sessaotitulo_novidade {
        background-color: #2465c6;
        text-align: center;
        padding: 1px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .titulo_novidade {
        font-family: "Open Sans Condensed", sans-serif;
        color: #fff;
        font-size: 1.5em;
    }

    .convenios {
        position: relative;
        padding: 40px;
        z-index: 11;
    }

    .slide_conven {
        max-width: 290px;
        margin: 0 auto;
    }

    .slide_conven img {
        max-width: 150px;
    }
    .convenios .box_titulo {
        padding: 7px;
    }
    .convenios .box_titulo:after {
        left: 120px;
        bottom: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #2465c6 transparent transparent transparent;
        border-width: 15px;
    }

    .contatos {
        background-color: #14376b;
        background-image: url(../img/firulaParalax.png);
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: 117% 121%;
        position: relative;
    }
    .bgparalax {
        display: none;
    }

    .contatos > .container {
        position: relative;
        padding: 40px 20px;
        z-index: 11;
    }
    .titulo_contato {
        margin: 0 0 25px 0;
    }
    .form_contato input,
    .form_contato textarea {
        background-color: #cfdcea;
        margin: 15px 0;
    }
    .form_contato input:focus,
    .form_contato textarea:focus {
        background-color: #fff;
    }
    .form_contato button {
        background-color: #2465c6;
        border: 0px;
        margin-top: 25px;
        padding: 15px 0;
        border-bottom: 4px solid #082146;

        transition: all 0.3s;
    }

    .texto_contato li {
        list-style: none;
        margin: 0px 0 10px 0;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 18px;
        color: #fff;
    }
    .texto_contato li a {
        text-decoration: none;
        color: #fff;
    }

    .texto_contato li i {
        text-align: center;
        font-size: 20px;
        padding: 8px;
        width: 35px;
        height: 35px;
        background-color: #2465c6;
        border-radius: 30px;
        margin-right: 5px;
    }
    .btn_download {
        display: block;
        background-color: #2465c6;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        border-bottom: 4px solid #082146;
        box-shadow: inset 0 -1em 2em #71a8fa;
        padding: 10px 25px;
        margin: 25px 0 0 0;

        transition: all 0.3s;
    }

    .btn_download:hover {
        color: #fff;
        box-shadow: inset 0 -1em 3em #a7caff;
    }
    .btn_download i,
    .btn_download span {
        display: inline-block;
        vertical-align: middle;
    }
    .btn_download i {
        font-size: 35px;
        margin-right: 10px;
    }

    .btn_download strong {
        display: block;
        font-size: 25px;
        font-weight: bold;
    }

    .barFotter {
        background-color: #2465c6;
        padding: 10px 0;
    }
    .barFotter img {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .modal-body-news {
        position: relative;
        padding: 20px;
        min-height: 400px;
    }
    /*start Css Página revista */
    .revistas {
        border-top: 1px solid #ccc;
        padding: 50px 0;
    }
    .titulo_revistas {
        margin-bottom: 40px;
    }

    .revista {
        padding: 10px;
    }

    .capa_revista {
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        border-radius: 3px;
        width: 100%;
        height: 200px;
        padding: 10px 0;
        border: 1px solid rgba(255, 255, 255, 0.4);

        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4),
            inset 0 7em 4em rgba(0, 0, 0, 0.6);

        transition: all 0.3s;
    }
    .titulo_revista {
        text-align: center;
        color: #fff;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 1.4em;
    }
    /*end Css Página revista */
}

@media (min-width: 480px) and (orientation: landscape) {
    .depoimento {
        max-width: 480px;
    }
}

@media (min-width: 970px) {
    .slider{
        height: 100vh;
    }
    .example-pager,
    .example-pager_news {
        text-align: center;
        margin: 20px auto;
    }

    .barBlue {
        padding: 2px 0;
    }
    .barBlue a {
        display: none;
    }
    .logo {
        max-width: 150px;
        z-index: 9;
    }

    #alt-caption {
        position: absolute;
        top: 20%;
        left: 10%;
        max-width: 570px;
        z-index: 999;
    }
    #titulo_slide {
        font-family: "Pacifico", cursive;
        font-size: 55px;
        color: #14376b;
        text-align: left;
    }
    #alt-caption p {
        display: block;
        font-family: "Open Sans", sans-serif;
        margin: 20px 0;
        line-height: 1.7em;
        font-size: 17px;
        color: #14376b;
        text-shadow: 1px 1px #fff;
    }

    .btn_slide {
        width: 290px;
        padding: 15px;
        border-radius: 4px;
        transition: all 0.3s;
    }
    .btn_slide:hover {
        text-decoration: none;
        color: #fff;
        padding: 16px;
        background-color: #3977d4;
    }

    .sobre,
    .equipe {
        position: relative;
        padding: 50px 0;
    }

    .titulo_sobre,
    .titulo_equipe,
    .titulo_tratamentos,
    .titulo_novidades,
    .titulo_convenios,
    .titulo_contato,
    .titulo_revistas {
        font-size: 3em;
    }

    .texto_sobre {
        display: block;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 20px;
        line-height: 2em;
        margin: 20px 0;
        text-align: justify;
        margin-right: 30px;
    }

    .imgSobre {
        display: block;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 20px;
        width: 45vw;
    }

    .equipe_c {
        max-width: 100%;
        margin: 0 auto;
    }

    .equipe_c article {
        width: 248px;
        margin: 100px 15px;
    }

    .box_titulo {
        padding: 10px 0 15px 0;
        position: relative;
        margin-top: 10px;
        max-width: 500px;
    }

    .box_titulo:after,
    .convenios .box_titulo:after {
        left: inherit;
        bottom: inherit;
        right: -25px;
        top: 30px;
        border-color: transparent transparent transparent #2465c6;
    }

    .depoimento {
        max-width: 700px;
        text-align: left;
    }

    .slide_depo {
        margin-right: 30px;
    }
    .slide_depo,
    .setas_depo {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    /*.setas_depo{
		position: absolute;
		right: 0;
		bottom: 5px;
	}*/

    .tratamento {
        position: relative;
        background-color: #2465c6;
        padding: 10px 15px;
        margin: 15px 0;
        border-radius: 10px;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

        justify-content: space-around;
        align-items: center;
    }
    .tratamento section {
        max-width: 400px;
    }

    .tratamento h1 {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 28px;
        font-weight: 300;
        color: #fff;
    }
    .tratamento p {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 18px;
        color: #cfdcea;
    }
    .tratamento footer {
        position: relative;
    }
    .tratamento footer a {
        font-size: 20px;
        color: #14376b;
    }
    .tratamento footer span {
        width: 50px;
        height: 50px;
        padding: 12px 0px;
        transition: all 0.3s;
    }
    .tratamento footer:hover span {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
        transform: rotate(360deg);
    }
    .tratamento footer a:hover {
        text-decoration: none;
    }

    .slide_novidades {
        max-width: 100%;
    }

    .novidade_colunas .novidade {
        cursor: pointer;
        max-width: 500px;
        margin: 15px 10px;
    }
    .imagem_novidades {
        width: 500px;
        height: 200px;
    }

    .titulo_novidade {
        font-size: 2em;
    }

    .convenios .box_titulo {
        top: 30px;
    }

    .slide_conven {
        min-width: 100%;
    }

    .btn_download {
        margin-left: 43px;
        /*        max-width: 460px;*/
        padding: 10px 10px 10px 20px;
    }
    .btn_download i {
        font-size: 50px;
        margin-right: 15px;
    }

    .mapa {
        padding: 40px 0;
    }

    .bgparalax {
        display: block;
        position: absolute;
        left: -15%;
        top: 0%;
        width: 801px;
        height: 801px;
        background-image: url(../img/firulaParalax.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;

        transform: rotate(10deg);
    }

    .form_contato input {
        height: 45px;
    }
    .modal-body-news {
        position: relative;
        padding: 20px;
        min-height: 400px;
    }
    /*start Css Página revista */
    .capa_revista {
        height: 400px;
    }

    .capa_revista:hover {
        transform: scale(1.1);
    }
    /*end Css Página revista */
}

@media (min-width: 1024px) {
    .buttonMenu {
        display: none;
    }
    .menuLateral {
        position: inherit;
        top: inherit;
        left: inherit;
        width: inherit;
        height: inherit;
        background-color: inherit;
        box-shadow: 2px 0 5px transparent;

        transition: all 0.3s;
    }
    .navbar-default .nav li a {
        color: #14376b;
        font-size: 14px;
        padding: 15px 10px;
    }

    .navbar-default .nav li a:hover {
        background-color: transparent;
        color: #3e81e3;
    }

    .navbar-default .nav li.social_icon {
        margin-left: 5px;
        margin-top: 0px;
    }

    .navbar-default .nav li.social_icon a {
        color: #fff;
        width: 30px;
        height: 30px;
        padding: 6px 9px;
        background-color: #14376b;
        border-radius: 50px;
        margin: 10px 0px;
    }
    .navbar-default .nav li.social_icon:nth-child(-2) a {
        padding: 6px 9px;
    }
    .navbar-default .nav li.social_icon:last-of-type a {
        padding: 6px 9px;
    }
    .navbar-default .nav li.social_icon:hover a {
        background-color: #4776bc;
    }
}
@media (min-width: 1300px) {
    .navbar-default .nav li a {
        padding: 15px 30px;
    }
    .texto_sobre {
        font-size: 25px;
        line-height: 2em;
    }
    .depoimento {
        max-width: 900px;
        text-align: left;
    }
    .texto_depoimento {
        font-size: 20px;
    }
}
