@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.slide__principal {
  background-image: url("../images/position/cursos/header_cursos.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
}
.slide__principal .bg {
  padding: 130px 20px;
  background-color: rgba(0, 54, 95, 0.6);
}
.slide__principal .bg .sp_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.slide__principal .bg .sp_cont h4 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.slide__principal .bg .sp_cont .texto {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.bradcrum {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #fff;
  margin: -20px auto 80px;
  padding: 10px 30px;
  border-radius: 40px;
}
.bradcrum .b_cont {
  width: 100%;
  text-align: center;
}
.bradcrum .b_cont p {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 150%;
  /* 27px */
}
.bradcrum .b_cont p a {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.bradcrum .b_cont p img {
  width: 20px;
  margin: 0 15px;
}

.evento__section {
  width: 100vw;
  display: block;
  padding: 50px 20px;
}
.evento__section .es_cont {
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  justify-content: space-between;
}
.evento__section .es_cont .evento {
  width: 65%;
  display: block;
}
.evento__section .es_cont .evento .imagen_evento {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.evento__section .es_cont .evento .imagen_evento img {
  width: 100%;
  border-radius: 10px;
}
.evento__section .es_cont .evento .evento_descripcion {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.evento__section .es_cont .evento .evento_descripcion .share {
  width: 10%;
  display: block;
}
.evento__section .es_cont .evento .evento_descripcion .share p {
  color: #0b0909;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
  /* 21px */
}
.evento__section .es_cont .evento .evento_descripcion .share hr {
  background-color: #13a538;
  height: 2px;
  width: 40px;
  border: none;
  margin-bottom: 30px;
}
.evento__section .es_cont .evento .evento_descripcion .share ul {
  width: 100%;
  display: block;
}
.evento__section .es_cont .evento .evento_descripcion .share ul li {
  list-style: none;
  margin-bottom: 30px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont {
  width: 85%;
  display: block;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .info_top {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  justify-content: space-between;
  border-radius: 16px;
  margin-bottom: 70px;
  background: linear-gradient(90deg, #59c575 0%, #0176d0 68.63%);
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .info_top p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  display: flex;
  align-items: center;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .info_top p img {
  margin-right: 10px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos {
  width: 100%;
  display: block;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc h4,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos h4 {
  color: #00365f;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 30px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc p,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos p {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 20px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc p:last-child,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos p:last-child {
  margin-bottom: 30px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc ul,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos ul {
  width: 100%;
  display: block;
  padding-left: 30px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc ul li,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos ul li {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 10px;
}
.evento__section .es_cont .evento .evento_descripcion .evento_cont .desc ul li:last-child,
.evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos ul li:last-child {
  margin-bottom: 30px;
}
.evento__section .es_cont .evento .mapa_section {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporción 16:9 (altura 56.25% del ancho) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.evento__section .es_cont .evento .mapa_section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.evento__section .es_cont .compra {
  width: 30%;
}
.evento__section .es_cont .compra .comprar {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid gray;
  position: sticky;
  top: 100px; /* O el valor que necesites (por ejemplo, 20px) */
  background-color: white; /* Para asegurarte de que el fondo no se "pierda" al hacer scroll */
  z-index: 1; /* Para asegurarte de que el elemento se quede encima de otros */
}
.evento__section .es_cont .compra .comprar .titulo {
  background-color: #015ea6;
  padding: 20px 73px;
  border-radius: 16px 16px 0 0;
  text-align: center;
}
.evento__section .es_cont .compra .comprar .titulo p {
  color: #f2f2f2;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
}
.evento__section .es_cont .compra .comprar .evento_compra_info {
  width: 100%;
  display: block;
  padding: 30px 30px 0;
}
.evento__section .es_cont .compra .comprar .evento_compra_info .eci {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.evento__section .es_cont .compra .comprar .evento_compra_info .eci .texto {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.evento__section .es_cont .compra .comprar .evento_compra_info .eci .tf {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  line-height: 140%;
}
.evento__section .es_cont .compra .comprar .evento_compra_info .eci .tf.gratis {
  color: #13a538;
}
.evento__section .es_cont .compra .comprar .evento_compra_info .eci .tf span {
  color: #d91515;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  text-decoration: line-through;
}
.evento__section .es_cont .compra .comprar .evento_compra_info .eci:last-child {
  border-bottom: 2px solid #646363;
  padding-bottom: 30px;
}
.evento__section .es_cont .compra .comprar .add_cart {
  width: 100%;
  padding: 0 30px 30px;
  display: block;
}
.evento__section .es_cont .compra .comprar .add_cart .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-decoration: none;
}
.evento__section .es_cont .compra .comprar .add_cart .cta_btn img {
  margin-left: 5px;
}

.mapa_section_mobile {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporción 16:9 (altura 56.25% del ancho) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.mapa_section_mobile iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1020px) {
  .evento__section .es_cont {
    flex-wrap: wrap;
  }
  .evento__section .es_cont .evento {
    width: 100%;
  }
  .evento__section .es_cont .evento .mapa_section {
    display: none;
  }
  .evento__section .es_cont .compra {
    width: 100%;
  }
  .evento__section .es_cont .compra .comprar {
    width: 50%;
    margin: 50px auto;
  }
  .evento__section .es_cont .mapa_section_mobile {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .evento__section .es_cont .evento .evento_descripcion .share {
    display: none;
  }
  .evento__section .es_cont .evento .evento_descripcion .evento_cont {
    width: 100%;
  }
  .bradcrum {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  .evento__section .es_cont .evento .evento_descripcion .evento_cont .info_top {
    flex-wrap: wrap;
  }
  .evento__section .es_cont .evento .evento_descripcion .evento_cont .info_top p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .evento__section .es_cont .compra .comprar {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .slide__principal .bg .sp_cont h4 {
    font-size: 24px;
    text-align: center;
  }
  .slide__principal .bg .sp_cont .texto {
    text-align: center;
  }
  .evento__section .es_cont .evento .evento_descripcion .evento_cont .desc h4,
  .evento__section .es_cont .evento .evento_descripcion .evento_cont .objetivos h4 {
    font-size: 24px;
  }
}/*# sourceMappingURL=evento.css.map */