.subtituloBotanicos {
  font-weight: bold;
}

.pDescripcion {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  letter-spacing: 3px;
}

.hPresentacion {
  font-style: italic;
  padding-bottom: 12px;
  font-size: 14px;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 2px;
}

.pPresentacionSpan {
  font-style: italic;
  padding-top: 0;
  font-size: 12px;
}

.iconHeader {
  height: 2.5em;
  max-width: 100%;
}

.tituloTarjeta {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.acordion {
  width: 100%;
  margin-top: 15px;
}

.card-body {
  padding-left: 0;
  padding-right: 0;
}

.botonTarjetas {
  color: #2e3192;
  font-family: DINPro;
  margin-bottom: -5px;
  width: 100%;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 400;
}

.botonTarjetas:hover {
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.pPresentacion {
  font-size: 15px;
}

.card {
  background: #ffffff;
  border-radius: 0;
  border-style: none;
  border-bottom: 2px solid #2e3192 ;
  color: #2e3192;
}

card {
}

@media (max-width: 1199px) {
  .flechaSomos {
    display: none;
  }
}

.h1, h1 {
}

@media (min-width: 1200px) {
  #divContacto {
    width: 1200px;
    height: inherit!important;
    margin: 0 auto;
    flex-direction: row!important;
    align-items: center!important;
  }
}

#logoHorizontal {
  height: 30px;
}

@media (min-width: 1200px) {
  #logoHorizontal {
    display: none;
  }
}

#divContacto {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 8vw;
}

#logoContacto {
  height: 30px;
  margin-bottom: 10px;
}

#linkCel {
  color: white;
}

#linkCel:hover {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

#direccion {
  color: rgb(255,255,255);
  font-family: DINPro;
  font-weight: 400;
  font-size: 14px;
  border-color: rgba(27,20,100,0.96);
}

@media (min-width: 1200px) {
  #direccion {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  #logoContacto {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.navbar-light .navbar-brand {
  margin: 0 auto;
}

