@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;400;700&display=swap');

h1, h2, h3 { font-family: 'Comic Neue', cursive; }
header {
  width: 100%;
  background-color: #33e58c;
  padding:10px 5px;
  border-bottom: 2px solid #dadada;
}

header #cabecera {
  background-color: #FFF;
  border-radius: 15px;
  overflow: hidden;
}

.contenido01 {
  background-color: #efefef;
}

h1, h3 {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
}

h2 {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.bg-light { background-color: #f2f2f2!important;}
.camiseta_grid {width:350px;}
.fancybox-show-thumbs .fancybox-inner {right:0;}
.fancybox-thumbs-x {
  top:auto;
  bottom:0;
  left: 0;
  right:auto;
  width:100%;
}
.fancybox-thumbs__list { margin:0 auto; }
.fancybox-caption { bottom:unset!important; top:0; }
.nombre, .nombre_nino {
  font-size:18px;
  font-family: 'Comic Neue', cursive;
  margin: 5px 0 10px;
  font-weight: bold;
}
.nombre_nino {
  margin: 0 0 10px;
}

.btn_contacto {
  position: fixed;
  bottom:20px;
  right: 20px;
  width: 70px;
}
@media (min-width: 768px) {
  .btn_contacto {
    bottom:40px;
    right: 40px;
    width: inherit;
  }
}