/*!
 * Start Bootstrap - One Page Wonder v5.0.1 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: 'Lato';
}

h1,
h2,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}

h3 {
  font-family: 'Catamaran';
  font-weight: 100 !important;
}


.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*  background-color: rgba(255, 255, 255, 0.7); */
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}


.navbar-custom .navbar-nav .nav-item .nav-link {
 
  font-size: 0.9rem;
  position: absolute;
 }

 .fixed-top{
  position: absolute !important;
 }

 .gray a{
  color: #606060 !important;
  font-weight: 700 !important;
 }

.blue a{
  color: #7da1ab !important;
 }

 .blue-titulo{
  color: #016f8a !important;
 }
.card-body > h4 {
  font-weight: 100 !important;
}

.card-body > h4 {
  font-weight: 100 !important;
}
.border-bg{
  border-radius: 10px;
  border: solid 1px #eee;
  margin: 5px;
  transition: 0.8s;
}
.border-bg:hover{
  opacity: 0.6;
  background-color:  rgba(255, 255, 255, 0.7);
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-obesidade-header{
   position: relative;  
  padding-top: calc(3rem + 72px);
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-position: center bottom;
   background-image: url('../img/topo-obesidade.png');   
}
 
 .bg-home-header{
   position: relative;  
  padding-top: calc(5rem + 72px);
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  background-position: center bottom;
   background-image: url('../img/topo-home.png');   
}
 

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

.bg-primary {
  background-color: #007bff !important;
}

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

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #e71d62 !important;
  border-color: #e71d62 !important;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #d55a93 !important;
  border-color: #d55a93 !important;
}


.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
.degrade-gray{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+2,ffffff+72 */
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, #eee 2%, #ffffff 72%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eee 2%,#ffffff 72%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eee 2%,#ffffff 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.degrade-blue{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cc7d3+1,ffffff+54 */
background: rgb(156,199,211); /* Old browsers */
background: -moz-linear-gradient(top, rgba(156,199,211,0.5) 1%, rgba(255,255,255,1) 54%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(156,199,211,0.5) 1%,rgba(255,255,255,1) 54%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(156,199,211,0.5) 1%,rgba(255,255,255,1) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc7d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
} 

.degrade-rosa{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fce2eb+1,ffffff+66,ffffff+66 */
background: #fce2eb; /* Old browsers */
background: -moz-linear-gradient(top, #fce2eb 1%, #ffffff 66%, #ffffff 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fce2eb 1%,#ffffff 66%,#ffffff 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fce2eb 1%,#ffffff 66%,#ffffff 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce2eb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.bg-degrade{
  background-image: url('../img/bg-degrade.jpg');
  background-repeat: repeat-x;
  
 
}
.display-4{
  font-size: 2.5rem !important;
}
.fa-whatsapp{
  font-size: 2rem !important;
  
}

.preview-iframe {
    border: 0;
    width: 100% !important;
    height: 300px !important; 
  }

  @media (max-width: 784px) {
    .preview-iframe {
 
    height: 450px !important; 
  }

  }

   @media (max-width: 500px) {
    .preview-iframe {
 
    height: 550px !important; 
  }

  }