/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #004289;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 19px;
  bottom: 90px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.cor-branca{
  color: #fff!important;
}

.bg-verde-agua{
  background-color: #3B9DA3!important;
  border-color: #3B9DA3!important;
}

.display-flex{
  display: flex;
}

.margin-bottom-10{
  margin-bottom: 10px;
}

.btn-primary{
  background-color: #004289;
  border-color: #004289;
}

.btn-whatsapp {
  background: #6FAF3E;
  border: 2px solid #6FAF3E;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
}

.btn-whatsapp img{
  margin-right: 10px;
}

.btn-whatsapp:hover {
  background: #629c35;
  border-color: #629c35;
  color: #fff;
}

.btn-floating-left{
  position: absolute;
  left: -25px;
  top: 40%;
  color: #C9C9C9;
}

.btn-floating-right{
  position: absolute;
  right: -25px;
  top: 40%;
  color: #C9C9C9;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 45px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  background-color: #F2F2F2;
  padding: 150px 0 0 0;
}

.intro-altura{
  height: 400px;
  margin-bottom: 220px;
  background-color: #fff !important;
}

#intro .intro-img {
  width: 57%;
  float: right;
  margin-bottom: -100px;
}

#intro .intro-info {
  width: 42%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

#intro .intro-info p {
  color: #fff;
  font-size: 18px;
}

#intro .intro-info h2 span {
  color: #BBF0F3;
}

#intro h2.sobre{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

#intro p.sobre{
  color: #fff;
  font-size: 18px;
}

#intro h4{
  color: #3B9DA3;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

#intro .img-intro{
  box-shadow: 0 1px 6px 5px rgba(68, 88, 144, 0.2);
  width: 100%;
  margin-top: 20px;
}

#intro .intro-info .btn-whatsapp,
#intro .intro-info .btn-servicos {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 25px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-whatsapp {
  background: #6FAF3E;
  border: 2px solid #6FAF3E;
  color: #fff;
  padding: 10px 20px;
}

#intro .intro-info .btn-whatsapp:hover {
  background: #629c35;
  border-color: #629c35;
  color: #fff;
}

#intro .intro-info .btn-servicos {
  border: 2px solid #fff;
}

#intro .intro-info .btn-servicos:hover {
  background: #004289;
  border-color: #004289;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 25px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #007bff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 40px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #F2F2F2;
}

/* Sessao clientes
--------------------------------*/

#clientes {
  background: #F2F2F2;
  padding: 50px 0 80px 0;
}

#clientes h3{
  font-size: 30px;
  font-weight: bold;
  color: #7B7C7D;
}

#clientes .carousel-indicators{
  top: 160px;
}

#clientes .carousel-indicators li{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #004289;
}

#clientes .about-container .background {
  margin: 20px 0;
}

#clientes .about-container .content {
  background: #fff;
}

#clientes .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#clientes .about-container p {
  line-height: 26px;
}

#clientes .about-container p:last-child {
  margin-bottom: 0;
}

#clientes .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#clientes .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#clientes .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#clientes .about-container .icon-box:hover .icon {
  background: #007bff;
}

#clientes .about-container .icon-box:hover .icon i {
  color: #fff;
}

#clientes .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#clientes .about-container .icon-box .title a {
  color: #283d50;
}

#clientes .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#clientes .about-extra {
  padding-top: 60px;
}

#clientes .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}


/* Sessao nossas soluções
--------------------------------*/

#portfolio {
  width: 100%;
  position: relative;
  background: url(../img/fundo-simetricos.png) center bottom no-repeat;
  background-size: cover;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio h3{
  font-size: 30px;
  font-weight: bold;
  color: #7B7C7D;
  text-align: left;
  position: relative;
  padding-left: 20px;
}

#portfolio h3::before { 
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #3B9DA3;
  width: 10px;
  height: 37px;
}

#portfolio p.descricao{
  text-align: left;
  margin: 0;
  font-size: 15px;
  padding-bottom: 20px;
  color: #333333;
  width: 50%;
}

#portfolio .centralizar{
  width: 73%;
  margin: 0 auto;
}

#portfolio .card{
  border: 0;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.2);
}

#portfolio .card-title{
  text-transform: uppercase;
  color: #7B7C7D;
  font-size: 18px;
  letter-spacing: 3px;
}


/* Sessão Vantagens
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services h3{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box-vantagens{
  height: 220px;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: 15px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .description {
  font-size: 16px;
  color: #7B7C7D;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

#services .box-tag{
  background-color: #3F9CFF;
  color: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 14px;
}

#services .title-vantagens,
#services .description-vantagens{
  margin-left: 0!important;
  margin-top: 20px;
}


/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  padding-bottom: 40px;
}

#team h3{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

#team .fotos-medicos{
  justify-content: center;
  margin-bottom: 50px;
  max-width: 92vw;
  margin: 0 auto;
}

#team .card{
  padding: 0;
  border: 0;
  box-shadow: 0 10px 29px 5px rgba(68, 88, 144, 0.1);
  margin: 10px;
  transition: all 0.3s ease-in-out;
  flex-direction: row;
}

#team .card:hover{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#team .card-block{
  padding: 15px;
  color: #7B7C7D;
  font-size: 16px;
}

#team .card-title{
  color: #3B9DA3;
  font-weight: bold;
  font-size: 18px;
}

#team .crm-medico{
  color: #3B9DA3;
  font-size: 18px;
}

#team .card-text{
  margin-top: 10px;
  font-size: 12.5px;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 3%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
  padding: 5px;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  background: #fff;
}

#testimonials .container{
  background: #ECF5FF;
  border-top: 9px solid #3B9DA3;
  padding-top: 20px;
  padding-bottom: 50px;
}

#testimonials h3{
  font-size: 30px;
  font-weight: bold;
  color: #3B9DA3;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}



/* Propaganda Section
--------------------------------*/

#propaganda {
  background: #fff;
  padding-top: 60px;
}

#propaganda h3{
  font-size: 30px;
  font-weight: bold;
  color: #7B7C7D;
}

/* Agendamento / Whatsapp Section
--------------------------------*/

#agendamento{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../img/comece-agora.jpg) right bottom no-repeat;
  background-size: cover;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

#agendamento h3{
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
}

#agendamento .container-agendamento{
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#agendamento .btn-whatsapp {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 5px;
  transition: 0.5s;
  background: #6FAF3E;
  border: 2px solid #6FAF3E;
  color: #fff;
  margin: 0;
}

#agendamento .btn-whatsapp:hover {
  background: #629c35;
  border-color: #629c35;
  color: #fff;
}

/*--------------------------------------------------------------
# Sobre
--------------------------------------------------------------*/

.infos-sobre{
  background-color: #EAEBEF;
  padding-top: 50px;
}

.infos-sobre h5{
  font-weight: bold;
  color: #3B9DA3;
  font-size: 18px;
  margin-bottom: 10px;
}

.infos-sobre .descricao{
  color: #333333;
  font-size: 16px;
}

.infos-sobre .margin-negativa{
  margin-top: -90px;
}

.section-header-sobre{
  width: 351px;
  padding: 30px;
  background-color: #3B9DA3;
  text-align: left;
}

.section-header-exames{
  width: auto!important;
}

.section-header-sobre h3{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.section-header-sobre-titulo{
  color: #BBF0F3;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.resumo-servico{
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #F2F2F2;
}

.lista-resumo{
  background-color: #EAEBEF;
  padding-top: 50px;
  margin-top: 85px;
}

.lista-resumo h5{
  font-weight: bold;
  color: #3B9DA3;
  font-size: 18px;
  margin-bottom: 50px;
}

.lista-resumo .margens{
  margin-top: -90px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Instalação
--------------------------------------------------------------*/

#instalacao {
  padding: 60px 0;
}

#instalacao h3{
  font-size: 30px;
  font-weight: bold;
  color: #7B7C7D;
  text-align: left;
  position: relative;
  padding-left: 20px;
}

#instalacao h3::before { 
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #3B9DA3;
  width: 10px;
  height: 37px;
}

#instalacao p.descricao{
  text-align: left;
  margin: 0;
  font-size: 15px;
  padding-bottom: 20px;
  color: #333333;
  width: 50%;
}

.img-instalacao{
  margin: 0 auto;
  width: 70%;
}

/*--------------------------------------------------------------
# Quadros de infos gerais
--------------------------------------------------------------*/

.container-quadro-infos-resumo-video{
  width: 100%;
  position: relative;
  background: url(../img/fundo-mock-video.png) center bottom no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 50px;
}

.container-quadro-infos-resumo-fetal{
  width: 100%;
  position: relative;
  background: url(../img/fundo-mock-ultrafetal.png) center bottom no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 50px;
}

.box-resumos{
  display: flex;
  flex-direction: column;
}

.box-resumos .icon {
  position: absolute;
  left: 15px;
  top: calc(50% - 32px);
}

.box-resumos .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}


.info-resumo{
  background-color: #fff;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  margin: 10px;
  margin-right: 25px;
}

.info-resumo p{
  margin: 0;
}

.info-resumo h4{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #2E777B;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #3B9DA3;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 23px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #BBF0F3;
  color: #3B9DA3;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Tela de compartilhamento video bebe
--------------------------------------------------------------*/

#intro-video-bebe {
  width: 100%;
  position: relative;
  background: url("../img/pagina-video-bebe/banner-tela-video1.png") center bottom no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 120px 0 140px 0;
}

li.nome-da-mae{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  margin-right: 40px;
}

.video-frame{
  width:65%; 
  margin: 0 auto; 
  margin-bottom: 10px; 
  padding: 10px; 
  border-radius: 10px; 
  border: 1px solid #50ADEC; 
  background-color: #fff;
}

.compartilhar-video a{
  font-size: 20px;
  display: inline-block;
  background: #3B9DA3;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.compartilhar-video a:hover {
  background: #0067d5;
  color: #fff;
}

.box-exames{
  width: 100%;
  position: relative;
  background: url(../img/pagina-video-bebe/fundo-chanfrado.svg) center bottom no-repeat;
  background-size: cover;
  padding: 0 0 100px 0;
}

.box-exame-infos{
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 10px 1px rgba(68, 88, 144, 0.3);
  border-radius: 5px;
  margin-top: -30px;
}

.box-exame-infos p{
  margin: 0 0 10px 0;
}

.chocalho{
  position: absolute;
  left: -56px;
  bottom: -10px;
  width: 85px;
}

.mamadeira{
  position: absolute;
  right: -28px;
  bottom: -13px;
  width: 70px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }

}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }

  .intro-altura{
    height: auto;
    margin-bottom: 70px;
  }

  #intro h4{
    color: #fff;
  }

  .colum-reverse-responsivo{
    flex-direction: column-reverse;
  }

  .margin-30-responsivo{
    margin: 30px;
  }
  .img-instalacao{
    width: 100%;
  }
  .section-header-sobre{
    width: auto;
  }
  li.nome-da-mae{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  .video-frame{
    width: 100%;
  }
  .compartilhar-video{
    display: block;
    margin-top: 15px;
  }
  .box-exame-infos{
    width: 90%;
  }
  .chocalho{
    left: 14px;
    bottom: -33px;
    width: 54px;
  }
  .mamadeira{
    right: 10px;
    bottom: -9px;
    width: 40px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #team .card{
    flex-direction: column;
  }
  #team img{
    max-width: 40%;
  }
  .info-resumo{
    width: 80%;
  }
  #portfolio p.descricao{
    width: 100%;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}