
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,700i,900&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #626262;
    line-height: 27px;
    font-weight: 400;
}
a, a:visited{
  color: #626262;
}


a.link-text{
  border-bottom: 1px solid #4A9E84;
  transition: box-shadow 0.3s;
}
a.link-text:hover{
  color: #fff;
  -webkit-box-shadow: inset 0 -20px 0 #4A9E84;
  box-shadow: inset 0 -20px 0 #4A9E84;
  text-decoration: none;
}


  a.nav-link.search-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    border: 1px solid lightgrey;
    border-radius: 5px;
  }
  /*ACCESSIBILITY*/

.accessibility {
  padding: 5px 15px;
  background-color: #485b5b;
  display: block;
  overflow: hidden;
}

.accessibility a {
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  color: #E7EDEF;
  padding: 3px 5px;
  margin-right: 8px;
}

/* ............................../* ALTO CONTRASTE *............................................ */

.contrast,
.contrast nav,
/* .contrast div, */
.contrast div.postit-matricula,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
  background: black !important;
  color: white !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
  color: white !important;
}

.contrast a{
  color: #B1D56A !important;
}

.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
  background: black !important;
  color: yellow !important;
  border: none !important;
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
  background: black !important;
  border: 1px solid white !important;
  color: white !important;
}

.contrast img.on-contrast-force-gray {
  filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}

.contrast .home_diff .cards a, .contrast .home_diff .cards a:hover {
  background-color: inherit;
}
.contrast .submenu-active li a.active, .contrast .submenu-active li a.active:hover {
  color: #000000 !important;
}
.contrast .dropdown-menu>li>a {
  background: #000;
}
.contrast .abas_ensino .nav.nav-tabs > li > a {
  color: #ffffff !important;
}
.contrast a.text-uppercase.btn.btn-default {
  color: #ffffff !important;
}
.contrast .btn-primary {
  color: #ffffff !important;
}
.contrast .topo .menu .dropdown:hover>h2 a {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.contrast .cookies-bkcg p {
  color: black !important;
}
.contrast .cookies-bkcg a u {
  color: black !important;
}
.contrast .cookies-bkcg button.close {
  color: black !important;
  opacity: inherit !important;
  background-color: inherit !important;
}
.dropdown-toggle:focus {
  outline: auto !important;
}


  #menu-principal .navbar-nav{
    padding: 1rem 1rem;
    align-items: center;
  }
  #menu-principal .dropdown-item:focus, .dropdown-item:hover {
    color: #499E84 !important;
    text-decoration: none;
    background-color: transparent;
}

  #menu-principal .nav-link{
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #1A475F;
    text-align: left;
    line-height: 30px;
  }
  #menu-principal a.dropdown-item.active, #menu-principal a.dropdown-item:active {
    color: #499E84;
    text-decoration: none;
    background-color: #fff;
  }
  #menu-principal a.dropdown-item.active span{
    border-bottom: 5px solid #b1d469;
    padding-bottom: 5px;
  }

  #menu-principal .nav-item.active .nav-link{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    color: #499E84;
  }

  #menu-principal a.nav-link.dropdown-toggle:after{
    content: url(../img/arrow-green-dropdown-menu.png);
    border: none !important;
    top: 7px;
    position: absolute;
  }
  #menu-principal li.nav-item a.nav-link.dropdown-toggle:hover:after,
  #menu-principal li.nav-item.active a.nav-link.dropdown-toggle:after,
  #menu-principal li.nav-item.show a.nav-link.dropdown-toggle:after{
    content: url(../img/arrow-green-dropdown-menu-hover.png);
  }

  #menu-principal .nav-item.active .nav-link span{
    border-bottom: 5px solid #b1d469;
    padding-bottom: 5px;
  }

  @media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
  }

  .default-search-input{
    display: inline-block;
    width: 190px;
    height: 16px;
    padding: 7px 11px 7px 28px;
    border: 1px solid #bbb;
    border: 1px solid rgba(0,0,0,0.25);
    font-weight: 400;
    color: #3B454F;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff 8px 8px no-repeat url("../img/icon-search.png");
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
  }
  .form-busca{
    width: auto;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 80px;
    z-index: 15;
    padding: 10px 15px;
    border: 1px solid lightgrey;
    border-radius: 5px;
  }

  #carouselHome{
    background-color: #CEE8E8;
    padding-bottom: 50px;
    right: auto;
  }

  #carouselHome .carousel-indicators{
    height: 30px;
    bottom: -20px;
    right: auto;
  }
  #carouselHome .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 8px;
    margin-right: 4px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
  }
  #carouselHome .carousel-indicators .active {
    background-color: #2D6166;
  }

  #carouselHome .carousel-control-prev-icon{
    background-image: url("../img/seta-esquerda-carousel.png");
    background-size: 25px 18px;
    align-items: center;
    position: relative;
    line-height: 0px;
    width: auto;
    padding: 25px 15px 25px 20px;
    left: 250%;
    top: 44%;
  }
  #carouselHome .carousel-control-next-icon{
    background-image: url("../img/seta-direita-carousel.png");
    background-size: 25px 18px;
    align-items: center;
    position: relative;
    line-height: 0px;
    width: auto;
    padding: 25px 15px 25px 20px;
    right: 270%;
    top: 44%;
  }

.campos_busca{
	background-color: #FAF8F8;
	border-radius: 4px;
	border: 1px #d2d2d2 solid;
	position: absolute;
	right: 0;
	margin-top: 15px;
	padding: 5px;
	height: 38px;
	width: 579px;
	display: none;
}


.anima_topo{
  background-color: #FAF8F8;
  border-radius: 4px;
  border: 1px #d2d2d2 solid;
  position: absolute;
  right: 0;
  margin-top: 15px;
  padding: 10px 10px 7px 15px;
  animation-duration: 0.2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
  margin-left: 100%;
	filter:alpha(opacity=0);
  opacity: 0.0;
  -moz-opacity:0.0;
  -webkit-opacity:0.0;
  }

  to {
  margin-left: 30%;
	filter:alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity:1.0;
  -webkit-opacity:1.0;
  }
}

a.btn-close,
a.btn-close:hover{
  color: grey;
  text-decoration: none;
}

#button{
  width: 600px;
  height: 480px;
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 54.5%;
  top: 30px;
}

#button2{
  width: 600px;
  height: 480px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 55%;
  top: 30px;
}
.conteudo-carousel-home{
  top: 70px;
  position: relative;
    z-index: 99;
}

.banner-1{
  height: 347px;
  background: url(../img/topo-home-1.jpg) no-repeat;
  background-size: cover;
  transition: background .50s ease-in-out;
  -moz-transition: background .50s ease-in-out;
  -webkit-transition: background .50s ease-in-out;
}
.banner-2{
  height: 347px;
  background: url(../img/topo-home-2.jpg) no-repeat;
  background-size: cover;
  transition: background .50s ease-in-out;
  -moz-transition: background .50s ease-in-out;
  -webkit-transition: background .50s ease-in-out;
}
.banner-3{
  height: 347px;
  background: url(../img/topo-home-3.jpg) no-repeat;
  background-size: cover;
  transition: background .50s ease-in-out;
  -moz-transition: background .50s ease-in-out;
  -webkit-transition: background .50s ease-in-out;
}
.banner-4{
  height: 347px;
  background: url(../img/topo-home-4.jpg) no-repeat;
  background-size: cover;
  transition: background .50s ease-in-out;
  -moz-transition: background .50s ease-in-out;
  -webkit-transition: background .50s ease-in-out;
}
.section-two{
  background-color: #e2f0f0;
}
.section-two p{
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  color: #9F9F9F;
  text-align: left;
  line-height: 35px;
}

.section-four{
  background-color: #e2f0f0;
  margin-bottom: -90px;
}
.section-rodape{
  color: #fff;
  background-color: #fff;
}
.section-rodape p{
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
  line-height: 19px !important;
  color: #aababc !important;
}
.topo-rodape{
  background: url(../img/bg-rodape.png) no-repeat;
  height: 120px;
}
.corpo-rodape{
  background-color: #34706E;
}
.bottom-rodape{
  background-color: #264F55;
  font-size: 14px;
  line-height: 19px;
  color: #aababc;
}

h2{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  text-align: left;
  line-height: 43px;
  text-transform: uppercase;
}
a.btn-verde_1,
button.btn-verde_1{
  background: inherit;
  background-color: rgba(200, 234, 109, 1);
  border: none;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  color: #465B66;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

a.btn-verde_1:after,
button.btn-verde_1:after{
  content: url(../img/arrow-green.svg);
  position: relative;
  left: 20px;
}
a.btn-branco-1{
  background-color: #fff;
  border: none;
  padding: 12px 40px 12px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #465B66;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}
a.btn-branco-1:hover, a.btn-verde_1:hover, button.btn-verde_1:hover{
  background-color: #32b67a;
  color: #fff;
}
a.btn-branco-1:after{
  content: url(../img/arrow-green.svg);
  position: relative;
  left: 20px;
}
a.btn-branco-1:hover:after,
a.btn-verde_1:hover:after,
button.btn-verde_1:hover:after{
  content: url(../img/arrow-green-hover.svg);
  position: relative;
  left: 20px;
}
.section-three{
  background: url(../img/topo-section3.png) no-repeat;
}

.section-three h2{
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  text-align: left;
  line-height: 43px;
  text-transform: uppercase;
}
.section-three h2 span{
  font-weight: 500;
}
.box-1{
  background-color: #0D6166;
  color: #fff;
  font-size: 18px;
  top: -30px;
  position: relative;
  text-align: center;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 35px;
  padding: 15px;
}
.box-1 strong{
  font-weight: 600;
  color: #C8EA6D;
}
.title-1{
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  line-height: 43px;
}
.title-2{
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2.7px;
  color: #2D6166;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
}
.title-2::before{
  content: url(../img/traco-green.svg);
  padding-right: 12px;
  position: relative;
  top: -2px;
}
.border-left-1{
  border-left: 2px solid #84C96F;
}
.btn-padrao-inscricao{
  width: 270px;
  display: inline-grid;
  padding: 10px 30px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  height: 75px;
}
.btn-padrao-inscricao:hover{
  text-decoration: none;
}
.btn-padrao-inscricao::after{
  content: url(../img/seta-btn.png);
  margin-top: -1.4375rem;
  width: 2.9375rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  border: 1px solid #535353;
  border-radius: 50%;
  border-style: dashed;
  top: -20px;
  position: relative;
  left: 85%;
}

.btn-padrao-inscricao .texto-1{
  font-size: 13px;
  color: #626262;
}
.btn-padrao-inscricao .texto-2{
  font-size: 22px;
  color: #58A777;
  font-weight: 900;
  margin-top: -8px;
}
.tit-rodape{
  font-size: 24px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
a.btn-outline{
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(200, 234, 109, 1);
  border-radius: 4px;
  text-decoration: none;
}
a.btn-outline:hover{
  background-color: #b1d56a;
  color: #34706E;
}
.texto-destaque{
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 1.6px;
  color: #C8EA6D;
  line-height: 19px;
}
a.btn-fale-conosco,
a.btn-facebook,
a.btn-duvidas,
a.btn-fale-conosco:visited{
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #aababc;
  text-align: center;
  line-height: 12px;
  width: 60px;
}

.btn-fale-conosco:before{
  content: url(../img/icone-envelope.png);
  margin-top: -1.4375rem;
  width: 2.9375rem;
  height: 2.9375rem;  
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  border: 1px dashed #aababc;
  border-radius: 50%;
  top: -7px;
  position: relative;  
  display: flex;
  justify-content: center;
  left: 7px;
  align-items: center;
}
.btn-facebook{
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #aababc;
  text-align: center;
  line-height: 12px;
  width: 60px;
}
.btn-facebook:before{
  content: url(../img/icone-facebook.svg);
  margin-top: -1.4375rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  border: 1px dashed #aababc;
  border-radius: 50%;
  top: -7px;
  position: relative;  
  display: flex;
  justify-content: center;
  left: 7px;
  align-items: center;
}
.btn-duvidas{
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #aababc;
  text-align: center;
  line-height: 12px;
  width: 60px;
}
.btn-duvidas:before{
  content: url(../img/icone-duvidas.png);
  margin-top: -1.4375rem;
  width: 2.9375rem;
  height: 2.9375rem;  
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  border: 1px dashed #aababc;
  border-radius: 50%;
  top: -7px;
  position: relative;  
  display: flex;
  justify-content: center;
  left: 7px;
  align-items: center;
}
  a.btn-fale-conosco:hover,a.btn-facebook:hover,a.btn-duvidas:hover{
    text-decoration: none;
    color: #aababc;
  }
  .main-nav .dropdown-menu{
    left: -30px;
    top: 120%;
    border: 1px solid rgba(0,0,0,.05);
    padding: 0px 10px 20px;
    -webkit-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.15);

  }
  .main-nav .dropdown-item {
    padding: .5rem 1.5rem;
    color: #1A475F;
  }
  .main-nav .show>.nav-link,
  .main-nav .nav-link:hover {
    color: #499E84 !important;
  }

  .seta{
    top: -14px;
    position: relative;
    left: 35%;
    padding: .25rem 1.5rem;
    -webkit-filter: drop-shadow(0px -3.7px 5px rgba(0,0,0,0.20));
    filter: drop-shadow(0px -3.7px 5px rgba(0,0,0,0.20));
  }

  .carousel-control-next, .carousel-control-prev {
    opacity: 1;
  }

  .banner-1-mob{
    height: 155px;
    background: url(../img/mob-topo-1.jpg) no-repeat;
    background-size: cover;
    transition: background .50s ease-in-out;
    -moz-transition: background .50s ease-in-out;
    -webkit-transition: background .50s ease-in-out;
  }
  .banner-2-mob{
    height: 155px;
    background: url(../img/mob-topo-2.jpg) no-repeat;
    background-size: cover;
    transition: background .50s ease-in-out;
    -moz-transition: background .50s ease-in-out;
    -webkit-transition: background .50s ease-in-out;
  }
  .banner-3-mob{
    height: 155px;
    background: url(../img/mob-topo-3.jpg) no-repeat;
    background-size: cover;
    transition: background .50s ease-in-out;
    -moz-transition: background .50s ease-in-out;
    -webkit-transition: background .50s ease-in-out;
  }
  .banner-4-mob{
    height: 155px;
    background: url(../img/mob-topo-4.jpg) no-repeat;
    background-size: cover;
    transition: background .50s ease-in-out;
    -moz-transition: background .50s ease-in-out;
    -webkit-transition: background .50s ease-in-out;
  }

  #carouselHome .carousel-inner{
    z-index: 3;
    top: 95px;
    position: absolute;
  }
  #carouselHome .cont-carousel-home{
    width: 325px;
    height: 230px;
  }
  #carouselHome .destaque{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #2D6166;
    line-height: 22px;
    margin: 10px 0px;
  }
  #carouselHome p{
    font-weight: 400;
    font-size: 16px;
    color: #2D6166;
    text-align: center;
    line-height: 20px;
  }
  #carouselHome .dados{
    font-weight: 600;
    font-size: 56px;
    letter-spacing: 2.7px;
    color: #2D6166;
    line-height: 20px;
    margin: 30px 0px 20px;
  }
  #carouselHome .numeracao{
    position: absolute;
    top: 115.5%;
    z-index: 20;
    left: -130%;
    font-size: 13px;
    letter-spacing: 5.4px;
    color: #5C5F63;
    line-height: 19px;
    font-weight: 600;
  }
  @media (max-width: 1366px){
    #carouselHome .numeracao{
      left: -126.7% !important;
    }
  }
  #carouselHome .numeracao span{
    color: #499E84;
  }
  #carouselHome .carousel-item{
    height: 400px;
  }
  #carouselHome .carousel-control-next,
  #carouselHome .carousel-control-prev {
    z-index: 99;
  }
  .infra{
    padding: 100px 0;
  }
  #carouselControls{
    width: 100%;
    position: relative;
    bottom: 0;
    display: block;
    background-color: #CEE8E8;
    overflow: hidden;
    height: 48px;
  }
  #carouselExampleControls2 .carousel-item {
    height:405px;
  }
  #carouselExampleControls2 .carousel-item img{
    width:100%;
  }
  .carousel-green-bckg{
    background-color: #E2F0F0;
  }
  .green-control-carousel{
    background-color: #CEE8E8;
  }
  section.valores{
    background-color:#DFECEC;
    margin-bottom: -135px;
  }
  .title-nome{
    font-size: 40px;
    letter-spacing: -1.5px;
    color: #1A475F;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .pesquisa-clinica .int ul,
  .pesquisa-pre-clinica .int ul
   {
    font-size: 18px;
    color: #1A475F;
  }


@media (max-width: 768px){
  .quem-somos .section-rodape{
    background: #CEE8E8 !important;
  }

  .home .section-rodape {
    background: #e2f0f0 !important;
  }

  .separador.border-left, .separador.border-right{
    border: none !important;
    border-width: 0px;
  }
  .separador::after, .separador::before {
    content: "";
    border: 0px !important;
  }

  #menu-principal .dropdown-item {
    padding: .8rem 1.5rem;
    color: #1A475F;
  }


  .container-check{
    font-size: 16px !important;
  }

  .form-group.campos label,
  .form-group p {
    font-size: 16px !important;
  }
  .preguntas-frequentes .card-header h5 {
    font-size: 18px !important;
  }

  .infra{
    padding: 10px 0 !important;
  }

  .quem-somos .cont {
    padding: 0px 0 !important;
  }

  .int h2, .int h3 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .int h2::before {
    top: 14px !important;
  }
  .cont {
    padding: 20px 0 !important;
  }
  section.qualify {
    padding: 80px 0 30px !important;
    background-position-y: 109% !important;
  }
  body.mobile-menu-opened{
    width: 100vw;
  height: 100vh;
  overflow: hidden;
  }
  .img-logo{
    height: 44px;
    z-index: 999;
  }
  .navbar-light .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover{
    border: 0px;
    outline: 0px;
  }
  .navbar-brand {
    z-index: 999;
  }

  body>header nav.navbar.main-nav .navbar-collapse.collapse.show{
    left: 0;
    top: 0px;
}

  body>header nav.navbar.main-nav .navbar-collapse.collapse, body>header nav.navbar.main-nav .navbar-collapse.collapsing
  {
    display: block;
    position: fixed;
    top: -750px;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 99;
    background-color: #fff;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    z-index: 999;
  }
  body>header nav.navbar.main-nav .navbar-toggler:after {
    content: url('../img/close-button.png');
    position: absolute;
    right: 10px;
    opacity: 0;
  }
  body>header nav.navbar.main-nav .navbar-toggler.opened:after {
    content: url('../img/close-button.png');
    display: block;
    position: absolute;
    right: 10px;
    opacity: 1;
    font-size: 36px;
    color: red;
    font-weight: 700;
    height: 18px;
    line-height: 10px;
    -webkit-transition: all 1.8s ease-out;
    transition: all 1.8s ease-out;
    transition-delay: 0.5s;
  }
    .navbar-light .navbar-toggler-icon {
    background-image: url('../img/menu-mobile-button.png');
  }
  .main-nav .opened .navbar-toggler-icon {
    background-image: none;
  }

  #menu-principal .navbar-nav {
    padding-top: 7rem;
  }


  #menu-principal .nav-link {
    font-size: 20px;
    letter-spacing: 0.2px;
    text-align: left;
    line-height: 30px;
    color: #1A475F;
  }
  #menu-principal .nav-item.active .nav-link .title-menu {
    border-bottom: 0px;
    padding-bottom: 5px;
  }
  #menu-principal .navbar-nav {
    align-items: end;
  }

  body>header nav.navbar.main-nav .navbar-toggler.opened {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 1;
  }

  body>header nav.navbar.main-nav .navbar-toggler {
    padding: 10px 15px;
    margin-right: 0px;
    position: relative;
    z-index: 999;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
  }
    body>header nav.navbar.main-nav .dropdown-menu.show {
        left: 0;
  }
    body>header nav.navbar.main-nav .dropdown-menu {
      display: block;
      position: fixed;
      top: 120px;
      left: 100vw;
      width: 100vw !important;
      height: 100vh !important;
      font-size: 20px !important;
      letter-spacing: 0.2px;
      text-align: left;
      line-height: 30px;
      color: #1A475F;
      -webkit-transition: all .2s linear;
      transition: all .4s linear;
      box-shadow: none;
      border: 0px;
  }
  #menu-principal .nav-link {
    display: block;
    position: relative;
    padding: .8rem 1rem;
    width: 100vw;
  }
  #menu-principal a.dropdown-item.active, #menu-principal a.dropdown-item:active {
    text-decoration: none;
    background-color: #fff;
  }
  #menu-principal a.dropdown-item span{
    display: block;
    width: 80%;
  }
  #menu-principal a.dropdown-item.active span{
    padding-bottom: 0px;
  }
  #menu-principal .nav-item.active .nav-link span {
    padding-bottom: 0px;
}
  #menu-principal a.nav-link.dropdown-toggle:after{
    content: url(../img/arrow-green-dropdown-menu.png);
    border: none !important;
    top: 32px;
    position: absolute;
    right: 20%;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
  }
  #menu-principal .dropdown-menu.show a.dropdown-item{
    display: block !important;
    width: 100vw !important;
    position: relative;
    white-space: normal;
  }
  #menu-principal .dropdown-menu.show a.dropdown-item:after{
    content: url(../img/arrow-green-dropdown-menu.png);
    border: none !important;
    top: 12px !important;
    position: absolute;
    right: 10%;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
  }
  #menu-principal .dropdown-menu.show a.dropdown-item.back:after{
    content: none !important;
  }
  .main-nav .dropdown-item.back::before{
    content: url(../img/seta-dropdown.svg);
    transform: rotate(180deg);
    border: 0px;
    top: 15px;
    left: 30px;
    position: absolute;
  }
  .quem-somos #carouselExampleControlsMOB .carousel-inner{
    height: 557px;
  }
  .quem-somos #carouselExampleControlsMOB2 .carousel-inner{
    height: 330px;
  }

  /* --------------------- Carousel Home Mobile ----------------- */

  .box-conteudo-carousel .conteudo{
    background-color: #b1d56a;
    height: 225px;
    padding: 0px 25px;
  }
  .carousel-top{
    height: 380px;
  }
  .box-conteudo-carousel{
    position: absolute;
    top: 125px;
    z-index: 1;
  }

  #carouselHomeMob .carousel-control-next, #carouselHomeMob .carousel-control-prev {
    top: 60%;
    z-index: 90;
    position: absolute;
    height: max-content;
  }
  #carouselHomeMob .carousel-control-next:focus,
  #carouselHomeMob .carousel-control-next:hover,
  #carouselHomeMob .carousel-control-prev:focus,
  #carouselHomeMob .carousel-control-prev:hover {
    opacity: 1;
  }

  #carouselHomeMob .carousel-control-next-icon {
    background: #b1d56a url(../img/seta-direita-carousel.png) no-repeat;
    background-size: 25px 18px;
    background-position: 50% 50%;
    position: relative;
    line-height: 0px;
    width: auto;
    padding: 15px 15px 15px 10px;
  }
  #carouselHomeMob .carousel-control-prev-icon {
    background: #b1d56a url(../img/seta-esquerda-carousel.png) no-repeat;
    background-size: 25px 18px;
    background-position: 50% 50%;
    position: relative;
    line-height: 0px;
    width: auto;
    padding: 15px 15px 15px 20px;
  }
  .ret-conteudo{
    border: 1px dashed #3E7066;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    height: 150px;
  }

  #carouselHomeMob .carousel-indicators {
    bottom: -63px;
    left: -60%;
  }
  #carouselHomeMob .carousel-inner {
    z-index: 89;
  }

  #carouselHomeMob .conteudo-carousel{
    height: 175px;
  }

  #carouselHomeMob .dados{
    font-weight: 600;
    font-size: 56px;
    letter-spacing: 2.7px;
    color: #2D6166;
    line-height: 20px;
    display: contents;
  }
  #carouselHomeMob .destaque{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #2D6166;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #carouselHomeMob p{
    font-weight: 400;
    font-size: 16px;
    color: #2D6166;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
  }
  #carouselHomeMob .carousel-indicators li {
    width: 18px;
  }

  /* ---------------------- Seção Quem somos mobile ------------------------ */

  h2 {
    font-size: 28px;
    letter-spacing: 0.1px;
    color: #1A475F;
    text-align: left;
    line-height: 30px;
  }
  .section-two {
    background: #e2f0f0;
  }
  .section-two p {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    text-align: center;
    color: #626262;
    line-height: 27px;
  }
  .linha-mobile{
    position: relative;
    top: -20px;
    z-index: 90;
    left: 50%;
  }
  .diferenciais h2 {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 0.1px;
    color: #1A475F;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 100;
  }
  .diferenciais span {
    font-weight: 600;
  }
  .cont-dif-mob{
    background-color: rgba(13, 97, 102, 1);
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    padding: 15px;
    left: -20px;
  }
  .cont-dif-mob-right{
    background-color: rgba(13, 97, 102, 1);
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    padding: 15px;
    right: -20px;
    z-index: 1;
  }
  .cont-dif-mob strong,
  .cont-dif-mob-right strong
  {
    font-weight: 700;
    color: #C8EA6D;
  }
  .barra-mobile{
    position: absolute;
    top: 31.5%;
    z-index: 24;
    right: 27%;
  }
  .title-1 {
    font-size: 34px;
    letter-spacing: -1.5px;
    color: #1A475F;
    line-height: 37px;
  }
  .barra-mobile-center{
    position:absolute;
    top: -16%;
    left: 50%;
  }
  .topo-rodape {
    background: url(../img/mobile_detalhe_rodape.svg) no-repeat;
    background-size: cover;
    height: 53px;
  }
  .texto-destaque {
    letter-spacing: 1.1px;
  }
  .bottom-rodape {
    font-size: 12px;
  }
  .int .banner-topo h1 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .box-exames ul {
    padding-bottom: 0px !important;
  }
  section.banner-topo.orientacoes{
    background: #A1D663 url(../img/banner-topo-orientacoes-mob.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 184px !important;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  /* Mobile Equipe */
  section.banner-topo.equipe{
    background: #A1D663 url(../img/mob-topo-equipe.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 160px !important;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  /* mobile topo seja um voluntario */
  section.banner-topo.seja-um-voluntario{
    background: #A1D663 url(../img/banner-topo-seja-um-voluntario-mob.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 155px !important;
    align-items: flex-end;
    padding-bottom: 0px !important;
  }
  /* mobile topo fale conosco */
  section.banner-topo.fale-conosco{
    background: #A1D663 url(../img/mob-topo-fale-conosco.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 165px;
    align-items: flex-end;
    padding-bottom: 5px;
  }
  section.banner-topo.protecao-de-dados{
    background: #A1D663 url(../img/mob-topo-protecao-de-dados.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 165px;
    align-items: flex-end;
    padding-bottom: 5px;
  }
  section.banner-topo.orcamento{
    background: #A1D663 url(../img/mob-topo-orcamento.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 157px;
    align-items: flex-end;
    padding-bottom: 5px;
  }
  .title-nome{
    font-size: 28px;
    letter-spacing: -2.1px;
    line-height: 32px;
  }

}
  /* fim mobile */


/* Página Equipe */
section.banner-topo.equipe{
  background: #A1D663 8px 8px no-repeat url("../img/topo-equipe.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}

/* Página de Orientações para exames */
.banner-topo.orientacoes{
  background: #A1D663 8px 8px no-repeat url("../img/banner-topo-orientacoes.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}
.banner-topo .breadcrumbs{
  font-size: 13px;
  color: #1A475F;
  line-height: 35px;
  top: 5px;
  position: absolute;
}
.banner-topo .breadcrumbs span{
  font-weight: 600;
}
.banner-topo-orientacoes .breadcrumbs .bread-sep{
  padding: 0px 5px;
}
.banner-topo h2{
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 50px;
}
h3{
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  text-align: left;
  line-height: 43px;
  text-transform: uppercase;
}
h3::before {
    content: url(../img/barra-horizontal.svg);
    padding-right: 12px;
    position: relative;
    top: -2px;
}
.box-exames{
  position: relative;
  display: flex;
  justify-content: center;
}
.box-exames ul{
  padding: 40px;
  background-color: #CEE8E8;
}
.box-exames ul li{
  list-style: none;
  padding: 0px 0px 25px 30px;
  position: relative;
  color: #1A475F;
}
.box-exames ul li:before {
  content: "";
  background-image: url(../img/seta-lista.png);
  background-size: 100%;
  width: 18px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}
.box-exames .title1{
  font-weight: 700;
  font-size: 20px;
  color: #1A475F;
  line-height: 30px;
}
.title-box{
  background-color: #0D6066;
  padding: 20px 30px;
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 300;
  line-height: 27px;
  margin-top: -64px;
  position: absolute;
}
.title-box img{
  height: fit-content;
}
.title-box strong{
  font-weight: 700;
  color: #C8E96D;
}
a.icones-orientacoes{
  display: grid;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
a.icones-orientacoes span{
  border-bottom: 1px solid #4A9E84;
  transition: box-shadow 0.3s;
}
a.icones-orientacoes:hover span{
  color: #fff;
  -webkit-box-shadow: inset 0 -20px 0 #4A9E84;
  box-shadow: inset 0 -20px 0 #4A9E84;
  text-decoration: none;
}
a.icones-orientacoes:hover{
  text-decoration: none;
}
.icones-orientacoes img{
  margin: auto;
}
.icones-orientacoes span{
  line-height:22px;
  color: #1A475F;
  border-bottom:1px solid #4FA26F;
  width: fit-content;
  margin: auto;
}

.modal-dialog {
  max-width: fit-content !important;
}

/* Página Quem somos*/
.banner-topo.quemsomos{
  background: #A1D663 8px 8px no-repeat url("../img/banner-quemsomos.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}
#carouselControls .carousel-control-next-icon {
  background-image: url('../img/seta-direita-carousel.png');
  background-size: 25px 18px;
  align-items: center;
  position: relative;
  line-height: 0px;
  width: auto;
  padding: 25px 15px 25px 20px;
}
#carouselControls .carousel-control-prev-icon {
  background-image: url('../img/seta-esquerda-carousel.png');
  background-size: 25px 18px;
  align-items: center;
  position: relative;
  line-height: 0px;
  width: auto;
  padding: 25px 15px 25px 20px;
  right: 0;
  position: absolute;
}
#carouselControls a#prev {
  right: 160px;
  position: absolute;
  width: auto;
}
#carouselExampleControls1 .carousel-indicators li,
#carouselEquipe .carousel-indicators li
 {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50px;
  height: 8px;
  margin-right: 4px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;

}
#carouselExampleControls1 .carousel-indicators .active,
#carouselEquipe .carousel-indicators .active {
  background-color: #2D6166;
}
#carouselExampleControls1 .carousel-indicators{
  height: 30px;
  bottom: -50px;
  right: auto;
  padding: 0;
  margin: 0;
}
#carouselEquipe .carousel-indicators{
  bottom: -67px;
    left: -30%;
}
.carouselEquipeControls{
  left: -25%;
}
#carouselExampleControls1 .carousel-inner{
}
 .numeracao {
  position: absolute;
  font-size: 13px;
  letter-spacing: 5.4px;
  color: #5C5F63;
  line-height: 19px;
  font-weight: 600;
  right: 105px;
  top: 14px;
}
#carouselControls a#next {
  right: 35px;
}
span.detalhe1 {
  width: 4px;
  height: 65px;
  background-color: #57a776;
  display: block;
  left: 49%;
  bottom: -75px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1100px){
  .banner-avaliacao-sub {    
    background-position: 0px -100px !important;    
  }
}
@media (max-width: 767px){
  
  section.banner-topo.perguntas-frequentes{
    background: #A1D663 url(../img/mob-topo-perguntas-frequentes.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 170px;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  section.banner-topo.quemsomos{
    background: #A1D663 url(../img/banner-topo-quemsomos-mob.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 170px;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  section.banner-topo.metodos-analiticos{
    background: #A1D663 url(../img/mob-topo-metodos.jpg) no-repeat center top !important;
    background-size: 100% !important;
    height: 190px;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  section.banner-topo.pesquisa-analitica{
    background: #A1D663 url(../img/topo-mob-pesquisa-analitica.jpg) no-repeat center top !important;
    background-size: 100% !important;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  section.banner-topo.pesquisa-clinica{
    background: #A1D663 url(../img/mob-topo-pesquisa-clinica.jpg) no-repeat center top !important;
    background-size: 100% !important;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  section.banner-topo.pesquisa-pre-clinica{
    background: #A1D663 url(../img/mob-topo-pesquisa-pre-clinica.jpg) no-repeat center top !important;
    background-size: 100% !important;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  section.banner-topo.equivalencia-farmaceutica{
    background: #A1D663 url(../img/mob-topo-equivalencia-farmaceutica.jpg) no-repeat center top !important;
    background-size: 100% !important;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  .bioequivalencia section.banner-topo.perguntas-frequentes{
    height: 188px !important;
  }

  section.qualify {
    background-position:40% 100%;
  }
  #carouselControls a#prev {
    position: inherit;
  }
  #carouselControls .carousel-control-prev-icon {
    align-items: inherit;
    position: inherit;
  }
  .numeracao {
    position: absolute;
    left: 50%;
    top: 38%;
  }
  #carouselControls a#next {
    width: 25px;
    height: 18px;
    position: absolute;
    right: 28%;
    top: 39%;
  }
  #carouselControls .carousel-control-next-icon {
    padding: 0;
    width: inherit;
  }
  .carousel ol{
    padding: 0;
    margin: 0;
  }
  .carousel ol li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 8px;
    margin-right: 4px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
  }
  .carousel ol li.active {
    background-color: #2D6166;
  }
  .carousel-control-next, .carousel-control-prev{
    position: inherit;
  }

  /**/
  .container-flex {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  border: 1px solid #ccc;
  }
  .center-flex {
  justify-content: center;
  }
  .item {
  margin: 5px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.5em;
  }
}

/*INTERNAS*/
.int h1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  text-align: left;
  line-height: 43px;
  text-transform: uppercase;
}
.int .banner-topo h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 50px;
}


.cont {
  padding: 50px 0;
}
.int h2 {
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  text-align: left;
  line-height: 43px;
  position: relative;
  margin: 25px 0;
}

.int h2::before {
  content: "";
  width: 35px;
  height: 4px;
  background-color: #57a776;
  position: absolute;
  left: 0;
  top: 20px;
}
.int h3 {
  font-weight: 250;
  font-family: 'Roboto', sans-serif;
}
.int h3::before{
  content:none;
}
.int h3 > strong{
  font-weight: 500;
}
.int p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #626262;
  line-height: 31px;
  margin: 25px 0;
}
.int p.destaque{
  font-size: 18px;
  color: #1A475F;
}
#carouselExampleControls1{
  height: 357px;
  width: 600px;
}
.carousel-esq{
  background-color:#E2F0F0;
  height: 404px;
}


/*PERGUNTAS FREQUENTES*/
section.banner-topo.perguntas-frequentes{
  background: #A1D663 8px 8px no-repeat url("../img/topo-perguntas-frequentes.png");
  background-position: right;
  height: 170px;
  padding: 0px 0px 5px;
  position: relative;
}
section.banner-topo.pagina-404{
  background: #A1D663 8px 8px no-repeat url("../img/topo-404.png");
  background-position: right;
  height: 170px;
  padding: 0px 0px 5px;
  position: relative;
}
section.banner-topo.pesquisa-analitica{
  background: #A1D663 8px 8px no-repeat url("../img/topo-pesquisa-analitica.png");
  background-position: right;
  height: 170px;
  padding: 0px 0px 5px;
  position: relative;
}
section.banner-topo.pesquisa-clinica{
  background: #A1D663 8px 8px no-repeat url("../img/topo-pesquisa-clinica.png");
  background-position: right;
  height: 170px;
  padding: 0px 0px 5px;
  position: relative;
}
section.banner-topo.pesquisa-pre-clinica{
  background: #A1D663 8px 8px no-repeat url("../img/banner-topo-pesquisa-pre-clinica.png");
  background-position: right;
  height: 170px;
  padding: 0px 0px 5px;
  position: relative;
}
section.banner-topo.equivalencia-farmaceutica{
  background: #A1D663 8px 8px no-repeat url("../img/topo-equivalencia-farmaceutica.png");
  background-position: right;
  height: 170px;
  padding: 0px 0px 5px;
  position: relative;
}
.preguntas-frequentes h3 {
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  letter-spacing: -1.5px;
  color: #1A475F;
  text-align: left;
  line-height: 43px;
  position: relative;
  margin: 25px 0;
}
.preguntas-frequentes h3::before {
  content: "";
  width: 35px;
  height: 4px;
  background-color: #57a776;
  position: absolute;
  left: -55px;
  top: 20px;
}
.preguntas-frequentes p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #1A475F;
  line-height: 35px;
  margin: 25px 0;
}
.preguntas-frequentes p> a {
  color: #1A475F;
  border-bottom: 1px solid #57a776;
}
.preguntas-frequentes p> a:hover{
  text-decoration:none;
}
.preguntas-frequentes .cont{
  padding: 70px 0
}
.card {
  border: 0;
  border-radius: 0;
  margin-bottom: 2px;
}
.card-header {
  background-color: #CEE8E8;
  border: 0;
  border-radius: 0 !important;
  padding: 30px 70px 30px 30px;
  position: relative;
  cursor: pointer;
}
 .card-header h5{
  font-family: 'Roboto Bold', 'Roboto Regular', 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #1A475F;
  line-height: normal;
}
 .card-header.collapsed svg,
.card-header.collapsed svg{
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
 .card-header svg{
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.card .card-body {
  border: 1px solid #e4e4e4;
  border-top: 0;
}

/* ERRO 404 */
.img-fundo-404{
  background: url('../img/imagem-erro404.jpg') center;
  background-repeat: no-repeat;
  height: 615px;  
}

/*QUEM SOMOS*/

section.qualify{
  background-color: #E2F0F0;
  padding: 100px 0;
  background-image: url('../img/bg-section.png');
  background-repeat: no-repeat;
  background-position-y: 100%;
}

span.ligacao {
  width: 1px;
  height: 85px;
  border-right: 1px dashed #2d6166;
  position: absolute;
  top: -130px;
  border-left: 0;
  left: 50%;
}

.quem-somos section ul{
  padding: 40px 25px;
  background-color:#CEE8E8;

}
.quem-somos section ul li{
  list-style:none;
  padding-left: 30px;
  position: relative;
}
.quem-somos section ul li:before{
  content:"";
  background-image:url("../img/seta-lista.png");
  background-size: 100%;
  width: 18px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}
.separador{
  border-color: #ffffff !important;
}
.separador::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: -10px;
  top: 0;
}
.separador::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: -10px;
  top: 0;
}
.quem-somos .section-rodape,
.home .section-rodape {
  background: none;
  z-index: 1;
  position: relative;
}
/* @media (max-width: 1366px){ */
  .banner-topo{
    background-position: top 0px right -246px !important;
  }
/* } */

/* SEJA UM VOLUNTÁRIO */
section.banner-topo.seja-um-voluntario{
  background: #A1D663 8px 8px no-repeat url("../img/topo-seja-voluntario.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}

.seja-um-voluntario .section-rodape,
.metodos-analiticos-validados .section-rodape{
    background-color: #FFF !important;
}

.form-group{
  position: relative;
}
.form-group input,
.form-group select,
.form-group textarea{
  border-width: 0px 0px 1px 0px;
  height: 40px;
  font-size: 18px;
}
.form-group.campos textarea{
  height: 50px;
  transition: all .3s ease-out;
}
.form-group.campos.focused textarea{
  height: 130px;
}

.form-control:focus{
  outline: 0;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 2px solid #4A9E84;
  box-shadow: none;
}

.form-group.campos label {
  position: absolute;
  left: 0px;
  top: 0.85rem;
  height: calc(100% - 1.875rem);
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #39424E;
  transition: all .3s ease-out;
}

.form-group.campos.campos-estado label {
  display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5b6575;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group.campos.focused label{
  top: -25px;
  height: 30px;
  font-size: 13px;
}
.form-group.campos.campos-estado.focused label {
  display: block;
  top: -25px;
  height: 30px;
  font-size: 13px;
}
.form-group p{
  font-size: 18px;
  text-transform: uppercase;
  color: #39424E;
}

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
input.styled-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
input.styled-radio:hover  ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
 input.styled-radio:checked ~ .checkmark {
  background-color: #34706E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #C8EA6D;
}

/* Página Métodos */
.banner-topo.metodos-analiticos{
  background: #A1D663 8px 8px no-repeat url("../img/topo-metodos.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}
.iniciais-metodos{
  border-width: 0px;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: rgba(13, 96, 102, 1);
  border: none;
  font-weight: 700;
  font-size: 25px;
  color: #C8E96D;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lista-metodos ul li{
  position: relative;
}
.lista-metodos ul li:before{
  content: '•';
  color: #32B67A;
  font-size: 40px;
  padding: 0px !important;
  position: absolute;
  left: -22px;
  top: 1px;
}
.lista-metodos ul {
    list-style: none;
    color: #666666;
    padding: 0;
}

/* Pagina Fale Conosco */
.banner-topo.fale-conosco{
  background: #A1D663 8px 8px no-repeat url("../img/topo-fale-conosco.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}
.banner-topo.protecao-de-dados{
  background: #A1D663 8px 8px no-repeat url("../img/topo-protecao-de-dados.jpg");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}
.banner-topo.orcamento{
  background: #A1D663 8px 8px no-repeat url("../img/topo-orcamento.png");
  background-position: right;
  height: 180px;
  padding: 0px 0px 15px;
  position: relative;
}
.fale-conosco .informacoes-contato p{
  line-height: 26px;
  color: #0D6066;
}
#fileinput {
    display: none;
}
.title-satisfacao{
  text-align: left;
  font: Regular 40px/53px Roboto;
  line-height: 45px;
  letter-spacing: 0;
  color: #499E84;
  font-size: 40px;
  margin-top: 28px;
  display: block;
  padding-bottom: 20px;
}
.banner-avaliacao-sub{
  background: #A1D663 8px 8px no-repeat url(../img/banner-satisfacao.png);
  background-position: right;
  height: 99px;
  padding: 0px 0px 15px;
  position: relative;
  display: flex;
  align-items: center;  
}
.banner-avaliacao-sub h3{
  text-align: left;  
  letter-spacing: 0;
  color: #1A475F;
  opacity: 1;
}
.banner-avaliacao-sub::after h3{
  content: none !important;
}
.psv--perguntas {
  background-color: #DFECEC !important;
  padding: 20px;
}
.psv--perguntas .psv--pergunta h5 {
  color: #7e7e7e;
  font-size: 20px !important;
  text-transform: inherit !important;
  text-align: center;
}

.banner-avaliacao-sub {
  background: #A1D663 8px 8px no-repeat url(../img/banner-satisfacao.png);
  background-position: right;
  height: 99px;
  padding: 0px 0px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 24px;
  z-index: 9999;

  animation: shake 4.72s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake {
  0% { transform: rotate(0deg) }
  1.78571% { transform: rotate(30deg) }
  3.57143% { transform: rotate(0deg) }
  5.35714% { transform: rotate(-30deg) }
  7.14286% { transform: rotate(0deg) }
  8.92857% { transform: rotate(30deg) }
  10.71429% { transform: rotate(0deg) }
  100% { transform: rotate(0deg) }
}
