* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.nav-item {
  color: #fff;
}

.navbar-brand {
  margin-left: 30px;
  padding: 30px;
}

.nav-item:hover {
  color: rgb(22, 23, 24);
  text-decoration: underline;
  /* transition: 5s; */
  zoom: 110%;
}

#collapsibleNavbar {
  padding: 20px;
  margin: 25px;
}

.jumbotron {
  background-color: rgba(223, 186, 105, 0.9);
  border-style: solid;
  border-width: 1px;
}

.container-card {
  margin: 0 auto;
  float: center;
  margin-bottom: 50px;
}

.container {
  background-color: rgba(255, 223, 223, 0.2);
}

.btn {
  background-color: rgba(223, 186, 105, 0.9);
  margin: 10px;
  color: #fff;
}

.row {
  border-width: 1px;
  margin-bottom: 20px;
  border-style: groove;
  border-color: rgba(193, 193, 193, 0.1);
  background-color: rgba(229, 229, 229, 0.066);
}

.btn:hover {
  color: rgb(22, 23, 24);
  text-decoration: underline;
  transition: 2.5s;
  zoom: 110%;
}

.carousel-inner img {
  position: relative;
  top: -40px;
  width: 1000px;
  margin: auto;
}

#Psicoterapeuta {
  font-weight: 350;
}

.carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}

.carousel-control-next-icon {
  height: 30px;
  width: 30px;
}

footer {
  height: 120px;
  width: 100%;
  padding: 30px;
  margin: auto;
  background-color: rgb(83, 88, 96);
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-size: x-large;
  font-weight: 400;
  border-style: solid;
  border-color: rgba(9, 8, 8, 0.3);
  position: absolute;
}

i:hover {
  color: rgb(22, 23, 24);
  text-decoration: underline;
  transition: 1.5s;
  zoom: 120%;
}

.fa-brands {
  font-size: x-large;
  color: rgb(204, 206, 207);
}

.sectionContact {
  height: 100%;
  width: auto;
}

#contactForm {
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  background-color: rgba(229, 229, 229, 0.1);
}

.DatosPsico {
  text-align: center;
}

.faqHeader {
  text-align: center;
  font-size: 40px;
}

.accordion {
  margin: 40px;
  padding: 50px;
}

.accordion-toggle {
  text-align: center;
}

.panel-body {
  margin: 50px;
}

/*# sourceMappingURL=estilos.css.map */
