html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgba(15, 6, 5, 0.8);
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-left: 10px;
}
.navbar-custom .navbar-nav .nav-item .nav-button img {
  height: 25px;
  width: auto;
  margin-left: 15px;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(5rem + 72px);
  padding-bottom: 5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#E0AE9B), to(#935942));
  background: linear-gradient(0deg, #E0AE9B 0%, #935942);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
}
header.masthead .bg-circle-1 {
  height: 0rem;
  width: 0rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFD57B), to(#A77E12));
  background: linear-gradient(0deg, #FFD57B 0%, #A77E12 100%);
}
header.masthead .bg-circle-2 {
  height: 30rem;
  width: 30rem;
  top: -15rem;
  right: -15rem;
  background: linear-gradient(60deg, #704432 0%, #E0AE9B 100%);
}
header.masthead .bg-circle-3 {
  height: 25rem;
  width: 25rem;
  bottom: -20rem;
  right: 3%;
  background: linear-gradient(-60deg, #EE7CAE 0%, #C51D75 100%);
}
header.masthead .bg-circle-4 {
  height: 15rem;
  width: 15rem;
  top: -7rem;
  right: 65%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD1C9), to(#C26051));
  background: linear-gradient(180deg, #FAD1C9 0%, #C26051 100%);
}
header.masthead .abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
  fill: #704432;
}

@media (min-width: 576px) {
  header.masthead {
    padding-top: calc(4rem + 55px);
    padding-bottom: 6rem;
  }
  header.masthead .bg-circle-1 {
    height: 30rem;
    width: 30rem;
    bottom: -20rem;
    left: -16rem;
  }
  header.masthead .bg-circle-2 {
    height: 30rem;
    width: 30rem;
    top: -15rem;
    right: -18rem;
  }
  header.masthead .bg-circle-3 {
    height: 30rem;
    width: 30rem;
    bottom: -24rem;
    right: -15%;
  }
  header.masthead .bg-circle-4 {
    height: 35rem;
    width: 35rem;
    top: -25rem;
    right: 70%;
  }
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: calc(6rem + 55px);
    padding-bottom: 8rem;
  }
  header.masthead .bg-circle-1 {
    height: 38rem;
    width: 38rem;
    bottom: -22rem;
    left: -22rem;
  }
  header.masthead .bg-circle-2 {
    height: 30rem;
    width: 30rem;
    top: -12rem;
    right: -15rem;
  }
  header.masthead .bg-circle-3 {
    height: 30rem;
    width: 30rem;
    bottom: -20rem;
    right: -5%;
  }
  header.masthead .bg-circle-4 {
    height: 35rem;
    width: 35rem;
    top: -28rem;
    right: 50%;
  }
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(8rem + 55px);
    padding-bottom: 12rem;
  }
  header.masthead .bg-circle-1 {
    height: 60rem;
    width: 60rem;
    bottom: -35rem;
    left: -35rem;
  }
  header.masthead .bg-circle-2 {
    height: 30rem;
    width: 30rem;
    top: -15rem;
    right: -15rem;
  }
  header.masthead .bg-circle-3 {
    height: 30rem;
    width: 30rem;
    bottom: -18rem;
    right: 3%;
  }
  header.masthead .bg-circle-4 {
    height: 35rem;
    width: 35rem;
    top: -25rem;
    right: 50%;
  }
}
@media (min-width: 1200px) {
  header.masthead {
    padding-top: calc(8rem + 55px);
    padding-bottom: 8rem;
  }
  header.masthead .bg-circle-1 {
    height: 75rem;
    width: 75rem;
    bottom: -35rem;
    left: -45rem;
  }
  header.masthead .bg-circle-2 {
    height: 45rem;
    width: 45rem;
    top: -20rem;
    right: -15rem;
  }
  header.masthead .bg-circle-3 {
    height: 20rem;
    width: 20rem;
    bottom: -4rem;
    right: 3%;
  }
  header.masthead .bg-circle-4 {
    height: 30rem;
    width: 30rem;
    top: -18rem;
    left: 12%;
  }
}
.principal {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.principal h2 {
  margin-bottom: 2rem;
  font-weight: 800;
}
.principal p ~ h2 {
  margin-top: 2rem;
}
.principal p > strong {
  color: #5BFBA1;
}
.principal ol {
  list-style: none;
  counter-reset: list;
}
.principal ol li::before {
  content: counter(list);
  color: #FCC600;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.principal ol li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  counter-increment: list;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #704432 25%, #FFFFFF 50%, #704432 75%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #704432), color-stop(50%, #FFFFFF), color-stop(75%, #704432)) 1;
     border-image: linear-gradient(to right, #704432 25%, #FFFFFF 50%, #704432 75%) 1;
}
.principal .ejes img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.principal .ejes img.iconito {
  margin: 0px auto 20px;
}
.principal .ejes h3 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FCC600;
  color: #FCC600;
}
.principal .transversal {
  font-size: 1.5rem;
}
.principal .amarillo {
  color: #F9D29E;
  font-weight: bold;
}
.principal .abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
  fill: white;
}

.programa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.programa h2 {
  margin-bottom: 1rem;
}
.programa p ~ h2 {
  margin-top: 2rem;
}
.programa ul li {
  margin-bottom: 10px;
}
.programa table {
  border: 2px solid #704432;
  font-size: 13px;
}
.programa table thead tr {
  background: #704432;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
  font-size: 15px;
}
.programa table thead th {
  border-left: 1px solid white;
}
.programa table thead th:first-child {
  border-left: none;
}
.programa table thead th .icon {
  width: 35px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}
.programa table tbody tr {
  background: white;
  border-bottom: 1px solid #704432;
}
.programa table tbody tr:nth-child(even) {
  background-color: #cb9d8a;
}
.programa table tbody tr td {
  border-right: 1px solid #704432;
}
.programa table tbody tr td:nth-child(1) {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.programa table tbody tr td .icon {
  width: 35px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}
.programa table span {
  display: block;
  width: 100%;
}
.programa table span.actividad {
  color: #204973;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}
.programa table span.nombre {
  background-image: url(../img/icon_persona.png);
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-bottom: 10px;
}
.programa table span.moderador {
  color: #B93070;
  font-weight: bold;
  background-image: url(../img/icon_moderador.png);
  line-height: 16px;
  font-size: 14px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.programa table span.ponencia {
  background-image: url(../img/icon_ponencia.png);
  font-size: 14px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.programa table span.traductor {
  color: #73bba0;
  margin-bottom: 4px;
}
.programa table span.separador {
  font-size: 15px;
  text-align: center;
  margin: 15px auto 8px auto;
  font-weight: bold;
  color: #060403;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
}
.programa .abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
  fill: white;
}

.fechas {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.fechas h2 {
  color: #704432;
  border-bottom: 2px solid #704432;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  font-weight: 800;
}
.fechas a {
  color: #704432;
  text-decoration: none;
}
.fechas a:hover {
  text-decoration: underline;
}
.fechas .tarjeta {
  margin-bottom: 3rem;
}
.fechas .tarjeta img {
  width: 50%;
  height: auto;
}
.fechas .tarjeta .titulo {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  color: #c26051;
  margin-top: 10px;
  margin-bottom: 5px;
}
.fechas .tarjeta .fecha {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.75rem;
}
.fechas .correo {
  border-top: 2px solid #704432;
  width: 100%;
}
.fechas .abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
  fill: #704432;
}

@media (min-width: 992px) {
  .fechas .tarjeta .titulo {
    font-size: 1.5rem;
  }
  .fechas .tarjeta .fecha {
    font-size: 1.2rem;
  }
}
.modalidades {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.modalidades h2 {
  color: white;
  border-bottom: 2px solid #704432;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  font-weight: 800;
}
.modalidades .card-title {
  color: #704432;
  font-size: 1.2rem;
  font-weight: 800;
}
.modalidades .card-text {
  font-size: 0.9rem;
  text-align: left;
}
.modalidades .abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  width: 100%;
  fill: #c26051;
}
@media (min-width: 768px) {
  .modalidades .abajo {
    height: 4rem;
  }
}

.signup-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.signup-section h2 {
  color: #704432;
  border-bottom: 2px solid #704432;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
}
.signup-section .div {
  margin-bottom: 25px;
}
.signup-section .abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  width: 100%;
  fill: #390d0a;
}
@media (min-width: 768px) {
  .signup-section .abajo {
    height: 4rem;
  }
}

.registros thead tr {
  background: #704432;
}
.registros thead tr th {
  color: white;
}
.registros tbody tr:nth-child(even) {
  background-color: #bb7f67;
}
.registros tbody tr:hover {
  background: #eac8c2;
}

footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #c26051;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
footer .container img {
  display: block;
}

.bg-primary {
  background-color: #704432 !important;
}

.bg-secondary {
  background-color: #c26051 !important;
}

.text-primary {
  color: #704432 !important;
}

.btn-primary {
  background-color: #704432;
  border-color: #704432;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #4d2f22 !important;
  border-color: #4d2f22 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 68, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(112, 68, 50, 0.5);
}

.btn-secondary {
  background-color: #c26051;
  border-color: #c26051;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #a6483a !important;
  border-color: #a6483a !important;
}
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 96, 81, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194, 96, 81, 0.5);
}