@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}

h2 {
  font-family: "EB Garamond", serif;
  font-weight: 400 !important;
  font-size: 50px;
  color: #000000;
}
h3 {
  font-family: "EB Garamond", serif;
  font-weight: 400 !important;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}

h4 {
  font-family: "EB Garamond", serif;
  font-weight: 400 !important;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000000;
}
.detalle-lateral {
  font-size: 18px;
}

.tit-curso {
  font-family: "EB Garamond", serif;
  font-weight: 400 !important;
  font-size: 40px;
  color: #ffffff;
}

.tit_curso_home {
  font-weight: 400 !important;
  font-size: 40px;
}

.titulo {
  font-family: "EB Garamond", serif;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 600;
  font-size: 1.5rem !important;
}

.col-det {
  color: #000000;
}

a {
  color: #757575;
}
a:hover {
  color: #5c5c5c;
}

ul li {
  list-style-image: url("../uploads/cognicanonline/bullet.png");
}

.bg_a1 {
  background: #181818;
  color: #ffffff;
}
.bg_a2 {
  background: #000000;
  color: #ffffff;
}
.bg_a1 a,
.bg_a2 a {
  color: #ffffff !important;
}

#bgvid {
  opacity: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.load {
  position: absolute;
  z-index: 97;
  top: 0px;
  width: 100%;
  height: 100%;
}
.load_img {
  position: absolute;
  z-index: 98;
  width: 100%;
  top: 0px;
}
.logo_head {
  position: absolute;
  z-index: 100;
  top: 25px;
  left: 25px;
}
.go {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  width: 100%;
}

.go_course {
  position: absolute;
  top: 20px;
  z-index: 100;
  text-align: right;
  color: #000000;
}

.btn-primary {
  background-color: #5c3240;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 18px;
  padding: 0.5rem 3rem 0.5rem 3rem;
  border-radius: 25px;
  margin-top: 15px;
}
.btn-primary:hover {
  color: #5c3240 !important;
  background-color: #ffffff !important;
  border-color: #5c3240 !important;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #033a1d;
  border-color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-1 {
  color: #5c3240;
  background-color: #ffffff;
  border-color: #5c3240;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 25px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1.focus,
.btn-1:active,
.btn-1.active,
.open > .dropdown-toggle.btn-1 {
  color: #ffffff;
  background-color: #5c3240;
  border-color: #5c3240;
}
.btn-1:active,
.btn-1.active,
.open > .dropdown-toggle.btn-1 {
  background-image: none;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer,
.footer a,
.footer a:hover {
  color: #ffffff;
  font-size: 16px;
}
.footer a {
  padding: 0 10px;
}
.bg_a1 h3 {
  color: #ffffff;
  padding-top: 35px;
}

.tx_error {
  margin-top: 10px;
  font-size: 14px;
  color: #dadada;
}

.pop {
  display: none;
  font-size: 18px;
}
.pop .tit {
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.pop .tit2 {
  font-weight: 500;
  margin-top: 15px;
}

.sep-bloque {
  margin-bottom: 30px;
}

/* Estilos para el texto */
.cartela-video {
  position: absolute;
  z-index: 100;
  bottom: 250px;
  width: 100%;

  h2 {
    font-size: 60px;
    font-weight: 700 !important;
    color: #ffffff;
  }

  p {
    font-size: 30px;
    color: #ffffff;
  }
}

@media (max-width: 1024px) {
  .cartela-video {
    bottom: 40px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 18px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .sep-bloque {
    margin-bottom: 15px;
  }

  .go_course {
    position: relative;
    top: 0px;
    z-index: 100;
    text-align: center;
    margin-bottom: 10px;
  }
  .tit_curso_home {
    font-weight: 400 !important;
    font-size: 40px;
  }
  .tx_curso_home {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding-top: 20px;
    height: auto;
  }

  .cartela-video {
    display: none;
  }

  .checkbox_group {
    padding-top: 20px;
  }
}
