h1{
    font-size: 30px;
    color: #25467D;
}

h2{
    font-size: 20px;
    color: #25467D;
}

span{
    font-size: 16px;
    color: #2E5A7D;
    line-height: 24px;
}

.bn-01 h1{
    color: #ffffff;
    font-size: 40px;
}

.bn-01 span{
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
}

.header {
    background: #25467D;
    padding: 14px 0;
    box-shadow:0px 2px 10px 2px rgba(0,0,0, 0.3);
    width: 100%;
    height: 90px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(37,70,125,.90);
}

.nav{
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
    transition: all .3s ease-in-out;
}

.container-logo{
    width: 240px;
    float: left;
    display: block;
}

.container-menu-itens{
    float: left;
    display: block;
    padding: 22px 0 0 0;
}

.container-menu-itens a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-size: 0% 0.1em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    transition: 0.4s;
}

.container-menu-itens a:hover{
    opacity: 0.8;
    background-size: 100% 0.1em; 
}

.container-menu-contact{
    float: right;
    display: block;
    padding: 0 0 0 0;
}

.container-menu-contact span{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-image: url(img/icon-whats.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 26px;
    margin: 20px 0 0 0;
    float: left;
}

.bt-whats{
    width: 40px;
    height: 40px;
    background-image: url(../img/bt-whats.png);
    background-repeat: no-repeat;
    margin: 12px 0 0 40px;
    float: right;
    display: block;
}

*{box-sizing: border-box; -webkit-box-sizing: border-box;}

body {
    font-family:Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;    
}

body.active{
    overflow: hidden;
}

#main {
  display: flex;
  flex: 1;
}

#main > article {
  flex: 1;
}

#main > nav, 
#main > aside {
  flex: 0 0 20vw;
  background: #cfedec;
}

#main > nav {
  order: -1;
}

footer{
    background-color: #25467D;
    padding: 30px 0 10px 0;
}

.is-hidden{
    top: -112px;
}

.container-body{
    display: flex;
    justify-content: center;
}

.content-body{
    width: 100%;
}

.content-center{
    width: 1268px;
    height: 100%;
    padding: 0 20px 0 20px;
}

.content-full{
    width: 1268px;
    height: 100%;
    padding: 0 20px 0 20px;
}

.content-body-center{
    padding: 0 20px 0 20px;
}

.container-center{
    height: 100%;
    display: flex;
    justify-content: center;
}

.container-center.header{
    height: 100%;
    background-image: url(img/img-header-new.webp);
    background-position: right 38% top 90px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.iframe-carrossel{
    width: 100%;
    height: 558px;
    margin: 0;
    padding: 90px 0 0 0;
    border: none;
}

.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100%; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
    width: 22px;
    height: 47px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 0.7;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;	
	text-align: center;
}
.CSSgal .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}
.CSSgal .arrow{
    background-repeat: no-repeat;
	margin: 0 3px;
	text-decoration: none;
}

.CSSgal .arrow.left {
	background-image: url(../img/arrow-left.png);
}

.CSSgal .arrow.right {
	background-image: url(../img/arrow-right.png);
}

.slider .bn-01{
    padding: 30px 0 30px 0;
}

.slider .bn-01 div{
    float: left;
    display: block;
}

.slider .bn-01 div:nth-child(1){
    width: 42%;
}

/*.slider .bn-01 div:nth-child(2){
    width: 58%;
    height: 100vh;
    float: left;
    background-image: url(img/01-img-home.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block

}*/

.slider .bn-01 h1{
    width: 100%;
    font-weight: 400;
    text-align: left;
    float: left;
    display: block;
}

.slider .bn-01 span{
    width: 100%;
    text-align: left;
    float: left;
    display: block;
}

.slider .bn-01 .bt-primary{
    float: left;
    margin: 40px 0 0 0;
    height: 52px;
    background-position: right 40px top 19px;
    padding: 15px 74px 16px 40px;
}

.parallax {
    background-image: url("img/img-center.webp");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 30px 0px #000000;
    box-shadow: inset 0 0px 30px -4px #000000;
}

.container-cat{
    width: 100%;
    height: 480px;
    display: flex;
}

.container-cat .first{
    width: 35%;
    height: 410px;
    background-image: url(img/im-cat.webp);
    background-repeat: no-repeat;
    background-position: left -120px top 64px;
    background-size: cover;
}

.container-cat .first h1{
    background-image: url(img/icon-cat.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    font-weight: 400;
    padding: 0 20px 0 32px;
}

.container-cat .second h1{
    font-weight: 400;
    padding: 0 0 20px 150px;
    margin: 0;
    float: left;
    display: block;
}

.container-cat .second span{
    padding: 0 0 0 150px;
    float: left;
    display: block;
}

.container-cat .second{
    width: 65%;
    height: 100%;
    margin: 40px 0 0 0;
}

.container-cat .second .img-cat.one, .container-cat .second .img-cat.three{
    margin: 20px 0 0 150px;
    float: left;
    display: block;
}

.room-mob{
    display: none;
}

.container-cat .second .img-cat.three{
    margin: 120px 0 0 0;
    float: left;
    display: block;
}

.container-cat .second .img-cat.two{
    margin: 80px 4% 0 4%;
    float: left;
    display: block;
}

.container-maps{
    width: 100%;
    height: 410px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
    background-image: url(img/img-matriz.webp);
    background-repeat: no-repeat;
    background-position: left 42px top 46px
}

.container-maps .first{
    width: 45%;
    height: 320px;
    margin: 10px 0 0 0;
    flex: 1;
}

.container-maps .first h1{
    margin: 0;
    padding: 0 0 10px 0;
}

.container-maps .first span{
    width: 90%;
    margin: 0;
    text-align: left;
    float: left;
    display: block;
}

.container-maps .first div{
    width: 54%;
    padding: 30px 0 0 0;
    float: left;
    display: block;
}

.container-maps .first div span{
    width: 100%;
    float: left;
    display: block;
}

.container-maps .second{
    width: 45%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
    flex: 1;
    overflow: hidden;
}

.bg-services{
    background-color: #F6FAFF;
    padding: 30px 0 10px 0;
}

.container-services{
    width: 100%;
    display: block;
}

.container-services h1{
    text-align: center;
    width: 100%;
}

.content-services{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
}

.content-services .first{
    width: 25%;
    padding: 0 0 38px 0;
}

.content-services .second{
    width: 25%;
    border-right: solid 1px #CCD6E5;
    border-left: solid 1px #CCD6E5;
    padding: 0 0 38px 0;
}

.content-services .third{
    width: 25%;
    border-right: solid 1px #CCD6E5;
    padding: 0 0 38px 0;
}

.content-services .fourth{
    width: 25%;
    padding: 0 0 38px 0;
}

.content-services .fifth{
    width: 100%;
    padding: 16px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-services .fourth a{
    align-self: center;
}

.content-services i{
    width: 100%;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    display: block;
}

.content-services h2, .content-services span{
    width: 100%;
    text-align: center;
    padding: 0 10% 0 10%;
    float: left;
    display: block;
}

.content-services .fourth span{
    width: 100%;
    text-align: center;
    padding: 0 9% 40px 9%;
    float: left;
    display: block;
}

.content-services h2{
    margin: 12px 0 4px 0;
}

.content-services .first i{
    background-image: url(img/icon-lab.svg);
}

.content-services .second i{
    background-image: url(img/icon-raio-x.svg);
}

.content-services .third i{
    background-image: url(img/icon-ultra.svg);
}

.content-services .fourth i{
    background-size: 100% 62px;
    background-image: url(img/cardiogram-svgrepo-com.svg);
}

.container-footer {
    width: 100%;
    display: flex;
  }

.container-footer .one {
    flex: 1;
    padding:0;
}

.container-footer .two {
    flex: 1;
    padding: 0 22px 0 22px;
}

.container-footer .three {
    flex: 1;
}

.container-footer .four {
    flex: 1;
}

.mark-footer{
    width: 100%;
    border-top: solid 1px #667DA4;
    padding: 10px 0 0 0;
    margin: 20px 0 0 0;
    float: left;
    display: block;
}

.mark-footer span{
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
}

.bt-primary{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 16px 74px 16px 40px;
    border-radius: 6px;
    background-color: #F88804;
    background-image: url(img/arrow-white-bt.svg);
    background-repeat: no-repeat;
    background-position:right 40px top 18px;
    transition: 0.6s;
    border: none;
    cursor: pointer;
}

.bt-primary:hover{
    background-color: #ff9d2f;
}

.bt-primary-invert{
    font-size: 16px;
    color: #F88804;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 74px 15px 40px;
    border-radius: 6px;
    border: solid 2px #F88804;
    background-color: #ffffff;
    background-image: url(img/arrow-orange-bt.svg);
    background-repeat: no-repeat;
    background-position:right 40px top 18px;
    transition: 0.4s;
    cursor: pointer;
}

.bt-primary-invert:hover{
    color: #ffffff;
    background-color: #F88804;
    background-image: url(img/arrow-white-bt.svg);
}

.bt-secondary{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 16px 74px 16px 40px;
    border-radius: 6px;
    background-color: #25467D;
    background-image: url(img/arrow-white-bt.svg);
    background-repeat: no-repeat;
    background-position:right 40px top 18px;
    transition: 0.6s;
}

.bt-secondary:hover{
    background-color: #3b99e0;
}

footer .container-footer span{
    font-size: 14px;
    color: #fff;
}

footer .container-footer span a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-size: 0% 0.1em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    transition: 0.4s;
}

footer .container-footer span a:hover{
    background-size: 100% 0.1em; 
}

footer .container-footer span strong{
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}


/*Modal de img*/
img[get-img] {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img[get-img]:hover {opacity: 0.7;}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    z-index: 9000;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #ffffff;
    font-size: 40px;
    padding: 10px !important;
    border-radius: 100px;
    font-weight: bold;
    transition: 0.3s;
    border: solid 2px #ffffff;
}

.close:hover,
.close:focus {
    color: #bbb;
    border: solid 2px #bbb;
    text-decoration: none;
    cursor: pointer;
}

.conteudo-parallax{
    width: 100%;
    display: block;
}

.container-results{
    width: 100%;
    display: flex;
    padding: 200px 20px 200px 20px;
}

.container-results span{
    width: 100%;
    display: block;
    float: left;
    padding: 0 60% 20px 1px;
}

.container-results .bt-primary{
    margin: 6px 0 0 20px;
}

.input-pwd{
    font-size: 30px;
    color: #25467D;
    width: 200px;
    height: 50.5px;
    background-color: #f3f2f2;
    border-radius: 4px;
    border: solid 1px #f3f2f2;
    float: left;
    display: block;
}

input[type=text], input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: solid 1px #e1e1e1;
  }
   
  input[type=text]:focus, input[type=password]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(248, 136, 4, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(248, 136, 4, 1);
  }

  .container-contact-component{
    width: 100%;
    display: block;
}

.content-contact-component{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
}

.content-contact-component .first{
    width: 50%;
    padding: 0 10% 38px 0;
}

.content-contact-component .first h1{
    margin: 40px 0 10px 0;
}

.content-contact-component .second{
    width: 50%;
    padding: 30px 0 38px 0;
}

.content-contact-component .second .bt-primary-invert{
    margin: 0 20px 0 0;
}

.cont-img-cat{
    width: 188px;
    height: 112px;
    position: relative;
    float: left;
    display: block;
}

.cont-img-cat::before{
    content: "";
    width: 188px;
    height: 112px;
    background-image: url(img/01-im-room.png);
    background-repeat: no-repeat;
    float: left;
    display: block;
    margin: -90px 0 0 0;
}

/*Avisos*/
.mask-notice{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);;
    z-index: 9000;
    display: block;
}

.mask-notice.active{
    display: none;
}

.mask-notice .notice .bt-close{
    width: 38px;
    height: 38px;
    color: #25467D;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 1px #999999;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
}

.mask-notice .notice .photo{
    width: 130px;
    height: 146px;
    border-radius: 10px;
    border: solid 1px #F2F5F8;
    background-image: url(img/migo.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    display: block;
}

.mask-notice .notice .cont-title{
    width: 250px;
    padding: 6px 0 0 10px;
    float: left;
    display: block;
}

.mask-notice .notice .cont-title h1{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.mask-notice .notice .cont-title span{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.mask-notice .notice .cont-time{
    width: 100%;
    padding: 10px 0 0 0;
    float: left;
    display: block;
}

.mask-notice .notice .cont-time h1{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.mask-notice .notice .cont-time span{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.mask-notice .notice .cont-time span.txt-mark{
    color: #823625;
}

.notice{
    width: 500px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -290px 0 0 -200px;
    padding: 10px;
    float: left;
    display: block;
}

.notice img{
    border-radius: 10px;
}

/*Avisos*/

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }

    .notice{
        width: 360px;
        height: 440px;
        top: 10%;
        left: 50%;
        margin: 0 0 0 -185px;
    }

    .notice img{
        width: 340px;
        height: 420px;
    }

    .mask-notice .notice .photo{
        width: 100px;
        height: 126px;
        background-size: cover;
    }

    .mask-notice .notice .cont-title span{
        font-size: 13px;
        line-height: 18px;
    }

    .notice{
        height: 440px;
    }
    
}

@media only screen and (max-width: 390px){
    .modal-content {
        width: 100%;
    }

    .notice{
        width: 360px;
        height: 440px;
        top: 10%;
        left: 50%;
        margin: 0 0 0 -185px;
    }

    .mask-notice .notice .photo{
        width: 90px;
        height: 120px;
        background-size: cover;
    }

    .cont-time span{
        font-size: 14px !important;
    }

    .notice img{
        width: 340px;
    }
    
}

/* Modal Img */

 /*Página lab*/
 .bn-pages{
    width: 100%;
    float: left;
    display: block;
}

.bn-pages.lab{
    border-top: solid 1px #EB8B30;
    background-image: url(img/bg-bn-lab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 68px 0 0 0;
    float: left;
    display: block;
}

.bn-pages.lab h1{
    width: 56%;
    color: #25467D;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    padding: 0 0 0 80px;
    margin: 0;
    background-image: url(img/icon-original.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 4px;
    background-size: 70px;
    float: left;
    display: block;
}

.bn-pages.lab span{
    width: 56%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(img/line-orange.svg);
    background-repeat: no-repeat;
    padding: 18px 0 5% 0;
    float: left;
    display: block;
}

.container-service-lab{
    width: 100%;
    display: block;
}

.content-service-lab{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
}

.content-service-lab span{
    width: 100%;
    font-size: 18px;
    text-align: center;
    float: left;
    display: block;
    padding: 10px 0 0 0;
}

.content-service-lab a p{
    font-size: 22px;
    text-align: center;
    color: #25467D;
    width: 30px;
    height: 30px;
    float: right;
    display: block;
    border-radius: 100px;
    border: solid 2px #999999;
    padding: 0;
    margin: 30px 20px 0 0;
    line-height: 26px;
    background: rgba(255, 255, 255, .6);
}

.content-service-lab a{
    width: 288px;
    height: 288px;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}

.content-service-lab .first a{
    background-image: url(img/im-lab.png);
}

.content-service-lab .second a{
    background-image: url(img/im-raio-x.png);
}

.content-service-lab .third a{
    background-image: url(img/im-ultrassom.png);
}

.content-service-lab .first{
    width: 33.333%;
    padding: 0 0 38px 0;
}

.content-service-lab .second{
    width: 33.333%;
    padding: 0 0 38px 0;
}

.content-service-lab .third{
    width: 33.333%;
    padding: 0 0 38px 0;
}

.bg-dog-cat{
    width: 100%;
    height: 460px;
    background-image: url(img/img-dog-cat.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.bg-dog-cat h1{
    width: 450px;
    font: 30px;
    color: #F88804;
    margin: auto;
    padding: 122px 0 0 0;
}

.bg-dog-cat ul{
    width: 450px;
    margin: auto;
    padding: 34px 0 0 0;
}

.bg-dog-cat ul li{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 0 20px 24px;
    list-style: none;
    background-image: url(img/icon-marker.svg);
    background-repeat: no-repeat;
}

.bg-dog-cat ul li span{
    line-height: 26px;
}

.cont-accordion{
    position: relative;
    min-height: 90px;
}

.accordion {
    background-color: #ffffff;
    color: #25467D;
    cursor: pointer;
    padding: 20px;
    font-weight: 400;
    width: 100%;
    border: solid 1px #EB8B30;
    border-radius: 6px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 0 0 30px 0;
    position: relative;
  }
  
  .accordion:hover:after {
    color: #EB8B30;
  }

  .accordion:hover {
    color: #EB8B30;
  }

  .accordion.active:hover:after {
    color: #25467D;
  }

  .accordion.active:hover {
    color: #25467D;
  }
  
  .accordion:after {
    font-size: 30px;
    content: '\002B';
    color: #25467D;
    position: absolute;
    top: 12px;
    right: 14px;
    transition: 0.4s;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: -40px 0 30px 0;
    border-top:none;
    border-left: solid 1px #EB8B30;
    border-right: solid 1px #EB8B30;
    border-bottom: solid 1px #EB8B30;
    border-radius: 0 0 6px 6px;
    position: relative;
    z-index: 10;
    min-height: 10px;
  }

  .panel p{
    color: #25467D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
  }

  ul.breadcrumb {
    padding: 0;
    list-style: none;
    padding: 90px 0 0 0;
  }

ul.breadcrumb li {
color: #25467D;
display: inline;
font-size: 14px;
}

ul.breadcrumb li+li:before {
padding: 8px;
color: #25467D;
content: ">\00a0";
}

ul.breadcrumb li a {
color: #25467D;
text-decoration: none;
}

ul.breadcrumb li a:hover {
color: #25467D;
text-decoration: underline;
}

/*objts*/
.obj-footer{
    height: 480px;
    background-color: #25467D;
    margin: 0;
    float: left;
}

.container-global-txt{
    width: 100%;
    padding: 60px 0 20px 0;
    float: left;
    display: block;
}

/*carrossel feedback*/
.bg-feedback{
    background-color: #ffffff;
    padding: 30px 0 50px 0;
}

.container-feedback{
    width: 100%;
    display: block;
}

.container-feedback h1{
text-align: left;
width: 100%;
font-weight: 500;
padding: 12px 0 0 0;
margin: 20px 0 10px 4px;
background-image: url(img/icon-heart.svg);
background-repeat: no-repeat;
background-position: top 0px left 210px;
}

.container-feedback h1 span{
    font-size: 14px;
    font-weight: 400;
}

.content-feedback{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:20px 0 0 ;
    position: relative;
}

.content-feedback::before {
    content: '';
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 90;
    -webkit-box-shadow: inset 10px 0px 10px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: inset 10px 0px 10px 0px rgba(255,255,255,0.75);
    box-shadow: inset 10px 0px 10px 0px rgba(255,255,255,0.75);
}

.content-feedback::after {
    content: '';
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    -webkit-box-shadow: inset -10px 0px 10px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: inset -10px 0px 10px 0px rgba(255,255,255,0.75);
    box-shadow: inset -10px 0px 10px 0px rgba(255,255,255,0.75);
}

#owl-demo .item{
    margin: 0 10px 0 10px;
    min-height: 260px;
}

#owl-demo .item .photo{
    width: 50px;
    height: 50px;
    background-size: contain;
    float: left;
    display: block;
}

#owl-demo .item .photo.one{
    background-image: url(img/victor.webp);
}

#owl-demo .item .photo.two{
    background-image: url(img/patrick.webp);
}

#owl-demo .item .photo.three{
    background-image: url(img/maria.webp);
}

#owl-demo .item .photo.four{
    background-image: url(img/christian.webp);
}

#owl-demo .item .photo.five{
    background-image: url(img/isabel.webp);
}

#owl-demo .item .cont-text{
    width: 80%;
    padding: 0 0 0 16px;
    float: left;
    display: block;
}

#owl-demo .item .cont-text h1{
    font-size: 18px;
    margin: 6px 0 0 0;
    background: none;
    float: left;
    display: block;
}

#owl-demo .item .cont-text span{
    font-size: 14.5px;
    color: #444444;
    margin: 10px 0 0 0;
    padding: 28px 0 0 0;
    background-image: url(img/icon-qt.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: 36px;
    float: left;
    display: block;
}

#owl-demo .item:nth-child(1){
    margin: 0 10px 0 5px;
}

#owl-demo .item {
    border: solid 1px #D8D8D8;
    border-radius: 20px;
    padding: 16px;
}

.owl-pagination ::after{
    display: none;
}
/*carrossel feedback*/

/*social*/
.bt-social{
    width: 26px;
    height: 26px;
    transition: 0.6s !important;
    background-size: contain !important;
    margin: 6px 0 0 0;
    float: left;
    display: block;
}

.bt-social.insta{
    background-image: url(img/icon-insta.svg);
}

@media only screen and (max-width: 1144px) {
    .obj-footer{
        height: 450px;
    }
}

@media only screen and (max-width: 1060px) {
    .obj-footer{
        height: 500px;
    }
}

@media only screen and (max-width: 500px) {

    .mark-footer span{
        font-size: 11px;
        line-height: 16px;
        padding: 10px 0 0 0;
    }

    #owl-demo .item .cont-text span{
        font-size: 16px;
        padding: 40px 0 0 0;
    }

    .container-center.header .content-center{
        padding: 130px 0 0 0;
    }

    .container-center.header{
        height: 700px;
        background-image: url(img/bg-header-mob.webp);
        background-position: right 30% top 50px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        background-size: contain;
    }

    .obj-footer{
        height: 740px;
    }

    .container-results span{
        padding: 0 0 20px 1px;
    }

    .input-pwd{
        width: 160px;
    }

    .container-results .bt-primary{
        padding: 16px 64px 16px 30px;
        background-position: right 30px top 18px
    }

    .container-maps .first h1{
        padding:10px 0 10px 0;
    }

    .container-services h1{
        margin: 0;
    }

    .content-services span{
        padding: 0 10% 20px 10%;
    }

    .container-maps .first span{
        font-size: 16px;
    }
    .container-menu-contact span{
        display: none;
    }

    .content-center{
        width: 100%;
    }
  
    .conteudo-dispositivo.pequeno {
        display: block;
    }

    .parallax{
        background-image: url("img/img-center.webp");
        width: 100%;
        height: 200px;
        float: left;
        display: block;
        background-position:center;
        background-size: contain;
    }

    .slider .bn-01{
        padding: 20px 14px 20px 14px;
        display: flex;
        flex-direction: column-reverse;
    }

    .slider .bn-01 div:nth-child(1){
        width: 100%;
    }

    .slider .bn-01 div:nth-child(2){
        width: 100%;
        height: 190px;
    }

    .iframe-carrossel{
        height: 640px;
        padding: 52px 0 0 0;
    }

    .container-cat {
        width: 100%;
        border-top: solid 1px #d0dee9;
        height: auto;
        float: left;
        display: block;
    }

    .container-cat .first{
        width: 100%;
        height: 280px;
        flex: none;
        background-position: left -100px top -10px;
        background-size: 150%;
        height: 290px;
    }

    .container-cat .second {
        width: 100%;
        height: 100%;
        margin: 10px 0 50px 0px;
        flex: 0 0 auto;
    }

    .container-maps {
        width: 100%;
        height: auto;
        padding:0;
        background-position: left -680px top 0px;
        background-size: cover;
        margin: 20px 0 20px 0;
    }

    .container-maps .first {
        width: 100%;
        height: 100%;
        padding: 0 20px 20px 20px;
        flex: none;
    }

    .container-maps .first div, .container-maps .second div{
        width: 100%;
    }

    .container-maps .second {
        width: 100%;
        height: 400px;
        border-radius: 0;
        box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
        flex: none;
        overflow: hidden;
    }

    .container-footer{
        display: block;
    }

    .container-footer .one, .container-footer .two, .container-footer .three, .container-footer .four{
        width: 100%;
        padding: 0;
    }

    .content-services{
        display: block;
    }
    
    .content-services .first{
        width: 100%;
        padding:0;
    }
    
    .content-services .second{
        width: 100%;
        border-right:none;
        border-left:none;
        padding:0;
    }
    
    .content-services .third{
        width: 100%;
        border-right: none;
        padding:0;
    }
    
    .content-services .fourth{
        width: 100%;
        padding:0;
    }

    .conteudo-parallax{
        width: 100%;
        height: 200px;
        background-image: url("img/img-center.webp");
        background-size: 140%;
        background-position: center top -120px;
        background-repeat: no-repeat;
        padding: 20px;
        margin: 0 0 20px 0;
        display: block;
    }

    .parallax{
        display: none;
    }

    .bn-01 h1{
        font-size: 22px;
        font-weight: 600;
    }

    .slider .bn-01 span{
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        padding: 0 0 40px 0;
        font-weight: 600;
    }

    .slider .bn-01 h1{
        text-align: center;
    }

    .slider .bn-01 .bt-primary{
        width: 274px;
        float: initial;
    }

    .container-cat .first h1{
        font-size: 18px;
        text-align: center;
        padding:10px 0 12px 0;
    }

    .container-cat .second h1{
        text-align: left;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

    .container-cat .second span{
        text-align: left;
        width: 100%;
        float: left;
        padding: 20px 0 30px 0;
    }

    .container-cat .second .img-cat.one, .container-cat .second .img-cat.two, .container-cat .second .img-cat.three {
        display: none;
    }

    .room-mob{
        width: 100%;
        border-radius: 20px;
        margin: 0 0 20px 0;
        float: left;
        display: block;
    }

    .content-services i{
        margin: 30px 0 0 0;
    }

    .container-maps .first div{
        padding: 10px 0 0 0;
    }

    .content-center.mob{
        padding: 0;
    }

    .container-maps.mob{
        margin: 0;
    }

    .content-service-lab .first, .content-service-lab .second, .content-service-lab .third{
        width: 100%;
    }

    .bg-dog-cat ul{
        width: 100%;
        padding: 14px 0 0 0;
    }

    .bg-dog-cat ul li span{
        font-size: 16px;
    }

    .bn-pages.lab {
        background-position: right -120px center;
        padding: 58px 0 0 0;
    }

    .bn-pages.lab h1{
        width: 100%;
        font-size: 34px;
        line-height: 40px;
        padding: 0 0 0 50px;
        background-position: left 0 top 4px;
        background-size: 45px;
    }

    .bn-pages.lab span{
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        background-position: right -404px top 0;
        background-repeat: no-repeat;
    }

    .bg-dog-cat{
        height: 270px;
        background-position: bottom;
    }

    .bg-dog-cat h1{
        width: 100%;
        padding: 30px 0 0 0;
        font-weight: 400;
    }

    .content-contact-component .second .bt-primary-invert, .content-contact-component .second .bt-primary{
        margin: 0 auto 20px auto;
        width: 348px !important;
        display: block;
    }

    .content-contact-component .first h1 {
        margin: 0 0 10px 0;
        font-weight: 400;
    }

    .content-contact-component .first span {
        font-size: 16px;
    }

    .content-contact-component .second{
        padding: 0;
    }

    .container-global-txt{
        font-size: 16px;
        width: 100%;
        padding: 40px 0 20px 0;
    }
  
  }

  @media only screen and (min-width: 481px) and (max-width: 1024px) {
  
    .container-menu-contact span {
        display: none;
    }
  
    .conteudo-dispositivo.medio {
        display: block;
    }
  
  }
  
  @media only screen and (max-width: 1120px) {
  
    .content-contact-component .first, .content-contact-component .second{
        width: 100%;
    }
  
    .conteudo-dispositivo.grande {
        display: block;
    }

    @media only screen and (max-width: 396px) {

        .container-center.header .content-center{
            padding: 100px 0 0 0;
        }
    }
  
  }

  .bolinhas > div.active {
    background-color: #999;
  }

  #boxer-overlay { background: #000; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 105; }
        #boxer { background: #fff; border-radius: 3px; box-shadow: 0 0 25px #000; padding: 10px; position: absolute; z-index: 105; }
        #boxer.inline { padding: 30px; }
        
        #boxer .boxer-close { background: #fff url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/fs-boxer-icons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: -8px; top: -8px; width: 30px; text-indent: -99999px; z-index: 106; }
        
        #boxer .boxer-container { background: #fff url(fs-boxer-loading.gif) no-repeat center; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 105; zoom: 1; }
        #boxer .boxer-content { background: #fff; overflow: hidden; padding: 0; width: 10000px; }
        #boxer .boxer-image { float: left; }
        #boxer .boxer-video { height: 100%; width: 100%; }
        #boxer .boxer-iframe { float: left; height: 100%; overflow: auto; width: 100%; border: none;}
        #boxer img{ height: 100%; margin: auto;}
        #boxer .boxer-meta { clear: both; }
        
        #boxer .boxer-arrow { background: #fff url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/fs-boxer-icons.png) no-repeat 0 0; border-radius: 100%;  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); cursor: pointer; display: block; height: 40px; margin-right: auto; margin-left: auto; position: absolute; text-indent: -99999px; top: 0; width: 40px; 
            -webkit-transition: opacity 0.1s linear;
               -moz-transition: opacity 0.1s linear;
                   -ms-transition: opacity 0.1s linear;
                    -o-transition: opacity 0.1s linear;
                        transition: opacity 0.1s linear;
        }
        #boxer .boxer-arrow.previous { left: 20px; }
        #boxer .boxer-arrow.next { background-position: -40px 0; right: 20px; }
        
        #boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; }
        #boxer .boxer-caption p { margin: 0; padding: 15px 10px 10px 10px; }
        #boxer .boxer-caption.gallery p { padding-top: 0; }
        
        /* Mobile */
        #boxer.mobile { background-color: #000; border-radius: 0; height: 100%; left: 0; padding: 30px; position: fixed; top: 0; width: 100%; }
        #boxer.mobile .boxer-close { background-color: #000; background-position: -70px -60px; border-radius: 0; right: 0; top: 0; }
        #boxer.mobile .boxer-container { background-color: #000; background-image: url(fs-boxer-loading-dark.gif); }
        #boxer.mobile .boxer-content { background-color: #000; position: relative; }
        #boxer.mobile .boxer-arrow { background-color: transparent; border-radius: 0; margin: -20px 0 0; top: 50%; }
        #boxer.mobile .boxer-arrow.previous { background-position: 0 -40px; float: left; left: 0; }
        #boxer.mobile .boxer-arrow.next { background-position: -40px -40px; float: right; right: 0; }
        #boxer.mobile .boxer-arrow.disabled { opacity: 0.5; }
        
        #boxer.mobile .boxer-meta { bottom: 0; background-color: rgba(0, 0, 0, 0.75); left: 0; padding: 15px 50px 10px; position: absolute; width: 100%; }
        #boxer.mobile .boxer-position { padding: 0; }
        #boxer.mobile .boxer-caption p { color: #eee; padding: 10px 0 0; }
        
        #boxer.mobile .boxer-image {
            -webkit-transition: none !important;
               -moz-transition: none !important;
                -ms-transition: none !important;
                 -o-transition: none !important;
                    transition: none !important;
            -webkit-transform: translate(0px, 0px);
               -moz-transform: translate(0px, 0px);
                -ms-transform: translate(0px, 0px);
                 -o-transform: translate(0px, 0px);
                    transform: translate(0px, 0px);
        }
        #boxer.mobile.animated .boxer-image {
            -webkit-transition: -webkit-transform 0.25s ease-out !important;
               -moz-transition:    -moz-transform 0.25s ease-out !important;
                -ms-transition:     -ms-transform 0.25s ease-out !important;
                 -o-transition:      -o-transform 0.25s ease-out !important;
                    transition: 		transform 0.25s ease-out !important;
        }
        
        @media screen and (min-width: 980px) { 
            #boxer .boxer-close:hover { background-position: -70px -20px; }
            
            #boxer .boxer-arrow { opacity: 0; }
            #boxer .boxer-content:hover .boxer-arrow { opacity: 0.75; }
            #boxer .boxer-content .boxer-arrow:hover { opacity: 1; }
            #boxer .boxer-content:hover .boxer-arrow.disabled { opacity: 0.3; cursor: default !important; }
            
            #boxer.mobile .boxer-arrow { opacity: 1; }
            #boxer.mobile .boxer-arrow.disabled { opacity: 0.5; }
        }
        
        @media screen and (max-width: 980px) { 
            #boxer.mobile { position: fixed; }
        }