@import 'assets/css/foundation.css';
@import 'assets/css/app.css';
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  background: #0D0D0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: url(assets/img/FondoPantalla.png) no-repeat center top #0D0D0D;
  background-size: contain;
}
@media only screen and (max-width: 42em) {
  html, body {
    background: url(assets/img/Bg_movil.png) no-repeat center top #0D0D0D;
  }
}

body.gracias, body.aviso {
  background: #0D0D0D;
  color: #F2E1CE;
}

div.gracias {
  padding: 10em 0;
  text-align: center;
}
div.gracias h2 {
  font-size: 1.5em;
}

.notice {
  background: #D9AA1E;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9em;
  padding: 0.3em 0;
}
.notice p {
  margin: 0;
  line-height: 1;
}
.notice a {
  color: #0D0D0D;
}
@media only screen and (max-width: 42em) {
  .notice {
    padding: 0.3em 0.2em;
  }
}

a:hover {
  border-bottom: 1px solid;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}

.gr {
  background: rgb(188, 148, 93);
  background: -webkit-gradient(linear, left top, right top, from(rgb(188, 148, 93)), color-stop(50%, rgb(247, 200, 136)), to(rgb(160, 125, 77)));
  background: linear-gradient(90deg, rgb(188, 148, 93) 0%, rgb(247, 200, 136) 50%, rgb(160, 125, 77) 100%);
}

.cta {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
}
.cta:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}

.cta_whatsapp {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em 0.8em 2.3em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.cta_whatsapp:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}
.cta_whatsapp:hover:before {
  background: url("assets/img/icono_whatsapp_b.svg") no-repeat center bottom;
  background-size: contain;
}
.cta_whatsapp:before {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  background: url("assets/img/icono_whatsapp.svg") no-repeat center bottom;
  background-size: contain;
  margin-right: 0.2em;
  top: 1.05em;
  left: 1.1em;
}

.cta_mail {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em 0.8em 2.3em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.cta_mail:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}
.cta_mail:hover:before {
  background: url("assets/img/icono_mail_b.svg") no-repeat center bottom;
  background-size: contain;
}
.cta_mail:before {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  background: url("assets/img/icono_mail.svg") no-repeat center bottom;
  background-size: contain;
  margin-right: 0.2em;
  top: 1.05em;
  left: 1.1em;
}

.cta_b {
  background: #0D0D0D;
  color: #D9AA1E;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_b:hover {
  background: #252525;
  color: #D9AA1E;
  border-bottom: none;
}

.cta_master {
  color: #D9AA1E;
  font-weight: 900;
  text-transform: uppercase;
}
.cta_master:hover {
  color: #F2E1CE;
}

table {
  background: none;
}
table td, table th, table tr {
  background: none;
}

.thelegacy_preview {
  background: black;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 42em) {
  .thelegacy_preview img {
    width: 80%;
  }
}

.top {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .content_top {
  width: 80vw;
  padding-top: 5vh;
  position: relative;
}
@media only screen and (max-width: 42em) {
  .top .content_top {
    width: 90%;
  }
}
.top .content_top .logo, .top .content_top .introtop {
  text-align: center;
  position: relative;
  z-index: 20;
}
.top .content_top .chica {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 42em) {
  .top .content_top .chica {
    width: 80%;
    top: 3em;
  }
}
.top .content_top .introtop {
  color: #F2E1CE;
  margin-top: 33vh;
}
.top .content_top .introtop span.fecha {
  background: #D9AA1E;
  color: #0D0D0D;
  font-weight: 900;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin: 0 auto 0.3em auto;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media only screen and (max-width: 42em) {
  .top .content_top .introtop span.fecha {
    font-size: 0.8em;
  }
}
.top .content_top .introtop h1 {
  color: #F2E1CE;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 0 0 10px #0D0D0D;
}
.top .content_top .introtop h1 span {
  display: block;
  font-size: 250%;
  text-shadow: 0 0 10px #0D0D0D;
  background: none;
  color: #F2E1CE;
}
.top .content_top .introtop h1 span strong {
  display: block;
  background: rgb(188, 148, 93);
  background: #D9AA1E;
  color: #0D0D0D;
  font-size: 30%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  margin: auto;
  text-shadow: none;
}
@media only screen and (max-width: 42em) {
  .top .content_top .introtop h1 {
    font-size: 1.2em;
  }
  .top .content_top .introtop h1 span {
    font-size: 150%;
  }
  .top .content_top .introtop h1 span strong {
    font-size: 50%;
    margin: 0.5em auto;
  }
}
.top .content_top .legacies_list {
  z-index: 20;
  position: relative;
  color: #F2E1CE;
  width: 60%;
  margin: 2em auto 0em;
}
.top .content_top .legacies_list .legacy {
  text-transform: uppercase;
  text-align: center;
}
.top .content_top .legacies_list .legacy h2 {
  font-size: 1.2em;
  margin: 0;
  line-height: 1;
}
.top .content_top .legacies_list .legacy .headshot {
  border-radius: 50%;
  overflow: hidden;
  max-width: 150px;
  aspect-ratio: 1/1;
  margin: auto;
}
.top .content_top .legacies_list .legacy p {
  color: #BD955E;
}
@media only screen and (max-width: 42em) {
  .top .content_top .legacies_list {
    width: 100%;
  }
}
.top .content_top .infotop {
  text-align: center;
  color: #F2E1CE;
  text-transform: uppercase;
  font-size: 0.8em;
  position: relative;
  z-index: 20;
}
.top .content_top .infotop span {
  margin-top: 0.5em;
  display: block;
}

.roots {
  color: #F2E1CE;
  background: url("assets/img/FondoSalon.png") no-repeat top center;
  background-size: contain;
  padding: 2em 0 2em 0;
  background-size: cover;
}
.roots p:first-of-type {
  font-size: 120%;
}
.roots .dirigido {
  color: #D9AA1E;
  font-size: 1em;
}
.roots .dirigido p:first-of-type {
  font-size: 100%;
}
.roots .meche {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 5% auto;
  grid-template-columns: 30% auto;
  grid-gap: 5%;
  margin-top: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roots .meche .profile {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.roots .meche .profile img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.roots .meche .bio {
  font-size: 0.9em;
}
.roots .meche .bio p {
  margin: 0;
  font-size: 0.95em;
}
.roots .meche .bio p:nth-child(1) {
  color: #D9AA1E;
  font-weight: 900;
}
.roots .meche .bio p:nth-child(2) {
  font-weight: 900;
}
.roots h2 {
  text-align: center;
  color: #D9AA1E;
  text-transform: uppercase;
  padding: 2em 0;
}
.roots .legacies_jazz {
  margin-top: 1em;
}
@media only screen and (max-width: 42em) {
  .roots .legacies_jazz {
    margin-top: 3em;
  }
}
.roots .cta_text {
  padding: 10em 0;
}
.roots .cta_text h3 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  margin-bottom: 0.5em;
}
.roots .cta_text h3 span {
  display: block;
  font-size: 50%;
}
.roots .cta_text p {
  text-align: center;
}
@media only screen and (max-width: 42em) {
  .roots .cta_text h3 {
    font-size: 1.8em;
  }
}

.cta_ama {
  background: #D9AA1E;
  text-align: right;
}
.cta_ama h3 {
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1;
  margin: 0;
}
.cta_ama p {
  font-size: 1.5em;
  line-height: 1;
}
.cta_ama p strong {
  display: block;
}
.cta_ama .eleva {
  padding: 8em 0;
  width: 70%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta_ama .eleva:before {
  content: "";
  display: block;
  height: 100%;
  width: 30em;
  position: absolute;
  top: 0;
  right: -30em;
  background: url("assets/img/broadway_semaforo.png") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 42em) {
  .cta_ama .eleva {
    width: 100%;
    text-align: center;
  }
  .cta_ama .eleva:before {
    display: none;
  }
}

.legacies {
  background: #F2E1CE;
  padding: 5em 0;
}
.legacies .legados_bio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}
@media only screen and (max-width: 42em) {
  .legacies .legados_bio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.legacies .intro {
  width: 60%;
  margin: auto;
}
.legacies .intro h3 {
  font-size: 4em;
  text-align: center;
  margin-bottom: 2em;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 42em) {
  .legacies .intro {
    width: 100%;
  }
  .legacies .intro h3 {
    font-size: 2em;
  }
}
.legacies .legado_bio {
  display: -ms-grid;
  display: grid;
  grid-gap: 2%;
  margin-bottom: 1em;
      grid-template-areas: "uno dos";
}
.legacies .legado_bio .bio {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.legacies .legado_bio .bio h4 {
  font-weight: 900;
  font-size: 2em;
}
.legacies .legado_bio:nth-child(odd) {
  -ms-grid-columns: 50% auto;
  grid-template-columns: 50% auto;
  justify-items: end;
}
.legacies .legado_bio:nth-child(odd) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: dos;
}
.legacies .legado_bio:nth-child(odd) .bio {
  text-align: right;
}
.legacies .legado_bio:nth-child(odd) .precursor {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  right: 0;
}
.legacies .legado_bio:nth-child(even) {
  -ms-grid-columns: auto 50%;
  grid-template-columns: auto 50%;
}
.legacies .legado_bio:nth-child(even) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: uno;
}
.legacies .legado_bio:nth-child(3) {
  -ms-grid-columns: 60% auto;
  grid-template-columns: 60% auto;
  margin-top: -5em;
}
@media only screen and (max-width: 42em) {
  .legacies .legado_bio:nth-child(3) {
    margin-top: 0em;
  }
}
.legacies .legado_bio:nth-child(3) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: dos;
}
.legacies .legado_bio:nth-child(3) .bio {
  text-align: right;
}
.legacies .legado_bio:nth-child(4) {
  -ms-grid-columns: auto 60%;
  grid-template-columns: auto 60%;
}
.legacies .legado_bio:nth-child(4) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: uno;
}
@media only screen and (max-width: 42em) {
  .legacies .legado_bio {
        grid-template-areas: "uno";
  }
  .legacies .legado_bio:nth-child(odd) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .legacies .legado_bio:nth-child(odd) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: uno;
  }
  .legacies .legado_bio:nth-child(odd) .bio {
    text-align: left;
  }
  .legacies .legado_bio:nth-child(odd) .precursor {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .legacies .legado_bio:nth-child(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .legacies .legado_bio:nth-child(even) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: uno;
  }
  @media only screen and (max-width: 42em){
  .legacies .legado_bio:nth-child(odd) .profile {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .legacies .legado_bio:nth-child(even) .profile {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  }
  .legacies .legado_bio:nth-child(even) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .legacies .legado_bio:nth-child(4) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.legacies .legado_bio .precursor {
  background: #33291E;
  color: #F2E1CE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.8em;
  font-size: 0.8em;
  border-radius: 8px;
}
.legacies .legado_bio .precursor span {
  font-size: 80%;
  text-transform: uppercase;
  color: #F2E1CE;
  opacity: 0.5;
}
.legacies .legado_bio .precursor h4 {
  font-size: 1.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.legacies .legado_bio .precursor a {
  color: #D9AA1E;
  text-decoration: underline;
  text-transform: uppercase;
}
.legacies .legado_bio .precursor a:hover {
  border-bottom: none;
}
.legacies .cta_text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5em;
}
.legacies .cta_text h3 {
  font-size: 4em;
}
@media only screen and (max-width: 42em) {
  .legacies .cta_text h3 {
    font-size: 2em;
  }
}

.precursores {
  background: #33291E;
  color: #F2E1CE;
  padding: 5em 0;
}
.precursores h2.intro {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.precursores .precursor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 2em auto;
  grid-template-columns: 30% auto;
  grid-gap: 2em;
  place-items: start;
  margin-bottom: 5em;
}
.precursores .precursor .bio span {
  text-transform: uppercase;
  background: rgb(188, 148, 93);
  background: -webkit-gradient(linear, left top, right top, from(rgb(188, 148, 93)), color-stop(50%, rgb(247, 200, 136)), to(rgb(160, 125, 77)));
  background: linear-gradient(90deg, rgb(188, 148, 93) 0%, rgb(247, 200, 136) 50%, rgb(160, 125, 77) 100%);
  color: #0D0D0D;
  font-weight: 900;
  padding: 0 0.5em;
  line-height: 1;
}
.precursores .precursor .cta_master {
  margin-right: 1em;
  border: 1px solid;
  padding: 0.5em;
  border-radius: 6px;
}
@media only screen and (max-width: 42em) {
  .precursores .precursor {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.info_congreso {
  background: url("assets/img/FondoSalon.png") no-repeat center top;
  color: #F2E1CE;
  padding: 8em 0;
  background-size: cover;
}
@media only screen and (max-width: 42em) {
  .info_congreso {
    background-size: cover;
  }
}
.info_congreso .introinfo {
  text-align: center;
  margin-bottom: 2em;
}
.info_congreso .introinfo h3 {
  color: #D9AA1E;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0em;
}
.info_congreso .introinfo h3 span {
  display: block;
  color: #F2E1CE;
}
.info_congreso .introinfo p {
  font-size: 110%;
  line-height: 1;
}
@media only screen and (max-width: 42em) {
  .info_congreso .introinfo h3 {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
.info_congreso .descinfo p.lab {
  color: #D9AA1E;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}
.info_congreso .cta_text {
  text-align: center;
  margin-top: 2em;
}
.info_congreso .cta_text span {
  text-transform: uppercase;
  margin-top: 1em;
  display: block;
}

.cta_jazz {
  background: url("assets/img/Fondo_dorado.png") no-repeat center center;
  color: #0D0D0D;
  padding: 10em 0;
  text-align: center;
  background-size: cover;
}
.cta_jazz h4 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.cta_jazz h4 span {
  border-bottom: 1px solid;
}
.cta_jazz p {
  font-weight: 500;
}
.cta_jazz blockquote {
  border: none;
  margin: 0;
}
.cta_jazz blockquote p {
  color: #0D0D0D;
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.cta_jazz blockquote p span {
  display: block;
}
@media only screen and (max-width: 42em) {
  .cta_jazz blockquote p {
    font-size: 1.8em;
  }
}

.beca {
  padding: 10em 0;
  color: #F2E1CE;
}
.beca p {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1.1;
}
.beca p strong {
  display: block;
  font-size: 120%;
}
.beca p:first-of-type {
  color: #D9AA1E;
  margin-bottom: 1em;
}
.beca p:last-child {
  font-size: 1.5em;
}
@media only screen and (max-width: 42em) {
  .beca p {
    font-size: 1.2em;
  }
}

.faqs {
  background: #F2E1CE;
  padding: 10em 0;
}
.faqs h3 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
}
.faqs h3 span {
  display: block;
  font-size: 80%;
}
.faqs .preguntas {
  margin-bottom: 3em;
}
.faqs .accordion {
  background: none;
}
.faqs .accordion-title:hover, .faqs .accordion-title:focus {
  background: none;
}
.faqs .accordion-title {
  border-bottom: 1px solid;
  color: #0D0D0D;
  font-size: 1.2em;
  font-weight: 700;
}
.faqs .accordion-content {
  background: none;
}

.teatro {
  padding: 5em 0;
  color: #F2E1CE;
}
.teatro h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0 1em 0;
}
.teatro h3 span {
  color: #D9AA1E;
  display: block;
}

.contacto {
  color: #0D0D0D;
  padding: 10em 0;
}
.contacto h3 {
  color: #0D0D0D;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1;
}
.contacto h3 strong {
  display: block;
}
@media only screen and (max-width: 42em) {
  .contacto h3 {
    font-size: 2em;
  }
}
.contacto .cta_whatsapp, .contacto .cta_mail {
  display: inline-block;
}
@media only screen and (max-width: 42em) {
  .contacto .cta_whatsapp, .contacto .cta_mail {
    font-size: 1em;
    width: 100%;
  }
}
.contacto .cta_whatsapp {
  margin-right: 1em;
}
.contacto .introcontacto {
  text-align: center;
}
.contacto .formulario {
  background: #3d3d3d;
  padding: 3em;
  border-radius: 8px;
  margin-top: 5em;
}
.contacto .formulario form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.contacto .formulario form label {
  color: #F2E1CE;
  text-transform: uppercase;
}
.contacto .formulario form textarea {
  height: 13.8em;
  resize: none;
  border-radius: 5px;
}
.contacto .formulario form input[type=text], .contacto .formulario form input[type=email] {
  border-radius: 5px;
  padding: 1.4em 1em;
}
.contacto .formulario form input[type=submit] {
  background: #D9AA1E;
  color: #0D0D0D;
  padding: 0.7em 1em;
  border-radius: 8px;
  border: none;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.contacto .formulario form .enviar {
  text-align: right;
}
@media only screen and (max-width: 42em) {
  .contacto .formulario form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

footer {
  padding: 10em 0;
  text-align: center;
}
footer .logo {
  margin-bottom: 5em;
}
footer .logo img {
  margin-bottom: 3em;
}
footer .logo p {
  color: #0D0D0D;
}
footer .logo a {
  color: #0D0D0D;
}
footer .alianzas {
  margin-top: 5em;
}

.whatsapp_chat {
  position: fixed;
  bottom: 0;
  right: 2em;
  background: #0D0D0D;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 10px 20px #0D0D0D;
          box-shadow: 0 10px 20px #0D0D0D;
  z-index: 20;
}
.whatsapp_chat img {
  margin: 0.4em auto;
}
.whatsapp_chat span {
  padding: 0.5em;
  display: block;
  background: #D9AA1E;
  color: #0D0D0D;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media only screen and (max-width: 42em) {
  .whatsapp_chat {
    right: 0.5em;
  }
}