header, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #868686;
}

/* Navbar */
.navbar-brand {
  padding: 0px;
  color: #5D5D5D;
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
  margin-top: 10px;
}

.navbar-brand>.title {
  height: 100%;
  padding: 10px;
  width: auto;
  font-size: 1.4em;
  margin: 15px;
}

.navbar-brand>title {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar {
  border-top: 8px solid #b187b1;
  background-color: white;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0px;
}

.navbar-nav li {
  margin: 20px 0px;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}

#navbar .buttonSeparator {
  border-right: 1px solid #e8e8e8;
}

.navbar a {
    color: #6d6d6d;
    text-decoration: none;
}

.navbar-nav a:hover {
  color: #313131;
  background-color: transparent !important;
}

.navbar-toggle {
  background-color: #b187b1;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-collapse {
  text-align: right;
}

.prontlifeLogo {
    margin-top: 15px !important;
    cursor: pointer;
}

.prontlifeLogo a.prontlifeLink {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.prontlifeLogo .prontlifeImage {
  max-width: 134px;
  cursor: pointer;
}
/* Navbar */

/* Carousel */
#topCarousel.carousel {
  height: 70vh;
}

#topCarousel .carousel-caption {
  z-index: 10;
}

#topCarousel.carousel .item {
  height: 70vh;
  background-color: #777;
  min-height: 330px;
}
#topCarousel .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

#topCarousel .carousel-inner .container {
  display: flex;
  justify-content: flex-start;
}

#topCarousel .carousel-inner .sliderContent {
  width: 20vw;
  min-height: 315px;
  height: 50vh;
  background-color: white;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  opacity: 0.6;
  align-items: center;
  justify-content: space-around;
  left: 20%;
  text-align: center;
  color: #292929;
  min-width: 280px;
}

.sliderContent .sliderSub {
  font-size: 3rem;
}

.sliderContent .sliderTitle {
  font-size: 4rem;
  color: #4e4e4e;
}

.sliderContent .sliderText {
  font-size: 2rem;
  padding: 0px 15%;
}

.sliderContent .btn {
  font-size: 2rem;
  padding: 10px;
}

#topCarousel .carousel-inner {
    min-height: 320px;
}

/* Carousel */

/* Sections */
.section .sectionTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #b187b1;
  margin-bottom: 50px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* Sections */

/* Especialidade */

.specialityIcon {
    border: 5px solid gainsboro;
    /* border-radius: 50%; */
    width: 240px;
    /* max-width: 180px; */
    /* height: 128px; */
}

.specialityCol {
  text-align: center;
}

.specialityTitle {
  margin: 30px 0px;
  font-size: 1.2em;
}

/* Especialidade */



/* Sobre Médico */
.doctorSection .doctorImage {
  text-align: center;
}

.doctorSection .doctorResume {
  font-size: 16px;
  line-height: 30px;
  /*max-width: 50%;*/
  text-align: center;
}

.doctorResume .specialityTitle {
  margin-bottom: 0px;
}

.doctorSection img {
    border-radius: 50%;
    max-width: 300px;
    border: 13px solid #fafafa;
}

.doctorSection .doctorSpeciality {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.doctorSection .doctorContainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  flex-direction: column;
}

/* Sobre Médico */

/* Curriculo */

.curriculumContainer ul {
  list-style-type: disc;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    list-style-position: inside;
    padding-top: 20px;
    padding-bottom: 20px;
}

.curriculumContainer li {
  border-bottom: 1px solid whitesmoke;
  padding: 10px 0px;
  color: #b187b1;
}

.curriculumContainer span {
  color: #868686;
}

.curriculumContainer .specialityTitle {
  text-align: center;
}

.curriculumTwo {
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
}
/* Curriculo */

/* Sobre */

.aboutText {
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: justify;
}

.aboutSection .aboutList ol {
    list-style-type: upper-roman;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
}

.grayBG {
  background-color: #fafafa;
}



#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control.left
{
  left: -12px;
}

#quote-carousel .carousel-control.right
{
  right: -12px !important;
}

#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #b187b1;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: #b187b1;
}

/* Contato */
.contactSection .contactInfo {
  font-size: 1.3em;
  color: #b187b1;
}

.contactSection .form-control {
  border: 1px solid #b187b1;
  background-color: white;
}

.contactSection .form-horizontal .form-group {
  margin: 20px 0px 0px 0px;
}

.contactSection .form-horizontal textarea {
  margin: 20px 0px 0px 0px;
}

.contactSection .contactMessage {
  padding-top: 20px;
}

.contactSection .btn {
  margin: 20px 0px;
}

.contactSection .sectionTitle {
  text-align: left;
}
/* Contato */


/*/Planos/*/
.plansSection .plansContainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.plansSection .plansContainer > p {
  margin-bottom: 0px;
  max-width: 50%;
}

.plansSection .specialityTitle {
  text-align: center;
  margin-top: 0px;
}

.plansSection .plansContainer img {
  max-width: 300px;
  width: 100%;
}
/*/Planos/*/
.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #b187b1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

#map {
  height: 300px;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.btn-pink {
  color: white;
    background-color: #9770a0;
}

@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
	
	.logo{
		 margin: 5px 0px !important;
	}
	
	.contactInfo .msg{
	  margin-left:5px; 
	  font-size:12px; 
	  font-style:italic;
	}

}

@media (max-width: 768px) {

  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

  .logo{
		 margin: -5px 10px !important;
  }
  
  .doctorSection img {
   
    max-width: 264px;
   
   }
  
  #quote-carousel .carousel-indicators {
      bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
      display: inline-block;
      margin: 0px 5px;
      width: 15px;
      height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
      margin: 0px 5px;
      width: 20px;
      height: 20px;
  }

  .navbar-collapse {
        border-bottom: 1px solid #f3f3f3;
  }

  .navbar-brand>.title {
    margin: 0px;
    margin-left: 15px;
    padding-left: 0px;
    padding-top: 9px;
  }

  .navbar-toggle {
    margin-top: 3px;
  }

  #navbar .buttonSeparator {
    border-right: 0px;
  }

  .navbar-header {
    border-bottom: 1px solid #f3f3f3;
  }

  .curriculumContainer ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .contactSection .sectionTitle {
    text-align: center;
  }

  .contactSection .contactInfo {
    text-align: center;
    padding: 5px;
  }


  #topCarousel .carousel-inner .item.active, #topCarousel .carousel-inner .item.next {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #topCarousel .carousel-inner .sliderContent {
    left: auto;
    bottom: auto;
    position: relative;
  }

  .doctorSection .doctorResume {
    max-width: 100%;
    text-align: center;
  }

  .plansSection .plansContainer > p {
    max-width: 100%;
    text-align: center;
  }

  .plansSection .specialityTitle {
    margin-top: 20px;
  }

  .aboutSection .aboutList ol {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  
  .contactInfo .msg{
	  margin-left:0px; 
	  font-size:12px; 
	  font-style:italic;
	  display:block;
	  margin-top:5px;
  }
  
}

.btn-primary {
    color: #fff;
    background-color: #b187b1;
    border-color: #955C95;
}

a{
	color:#b187b1;
}

h2.sectionTitle{
	margin-top: 0px;
	line-height: 1.42857143;
}
