@font-face {
  font-family: "Montserrat-Bold";
  src: url("/fonts/Montserrat/Montserrat-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/fonts/Montserrat/Montserrat-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/Montserrat-Bold.otf") format("opentype");
  font-weight: bold;
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-weight: normal;
}

@font-face {
  font-family: "AvenirAcn";
  src: url("/fonts/Avenir/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AvenirAcn";
  src: url("/fonts/Avenir/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

.gdpr-cookie-notice {
  position: fixed;
  background: #014C96;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all ease 1s;
  transform: translateY(100%);
  z-index: 1000;
  font-family: "Montserrat-Regular";
}

.gdpr-cookie-notice .cookies-title,
.gdpr-cookie-notice .cookies-subtitle {
  color: white !important;
  font-size: 15px;
}

.gdpr-cookie-notice .cookies-title a,
.gdpr-cookie-notice .cookies-subtitle a {
  color: white;
  font-family: "Montserrat-Bold";
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-btn {
  background: white;
  color: #e3342f;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-settings {
  background: #009FE3;
  color: white;
  margin-right: 10px;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-settings:hover {
  background-color: #06b2fc;
  color: white;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-accept {
  background: #D50F42;
  border-radius: 0;
  color: white;
  margin-right: 10px;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-accept:hover {
  background-color: #ff1954;
  color: white;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-reject {
  background: #014C96;
  border: 1px solid #009FE3;
  border-radius: 0;
  color: white;
  margin-right: 10px;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav-item-reject:hover {
  background-color: #0c65bd;
  color: white;
}

@media (max-width: 768px) {
  .gdpr-cookie-notice {
    flex-direction: column;
  }

  .gdpr-cookie-notice .gdpr-cookie-notice-nav {
    display: block;
    width: 100%;
  }

  .gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-nav-item-reject {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .gdpr-cookie-notice .gdpr-cookie-notice-nav {
    margin: auto;
  }
}

.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
  transform: translateY(0);
}

.gdpr-cookie-notice-description {
  margin: 0;
  padding: 0 16px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .gdpr-cookie-notice-description {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
}

.gdpr-cookie-notice-nav {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
}

.gdpr-cookie-notice-nav-item {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  color: white;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
}

.gdpr-cookie-notice-nav-item:hover {
  text-decoration: none;
}

.gdpr-cookie-notice-nav-item-btn {
  background: #e3342f;
  border-radius: 3px;
}

.gdpr-cookie-notice-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#e3342f"/></svg>');
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  align-items: center;
  padding: 20px 10px;
  display: none;
}

.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
  display: flex;
}

.gdpr-cookie-notice-modal-content {
  width: 470px;
  border-radius: 6px;
  background: white;
  margin: auto;
}

.gdpr-cookie-notice-modal-header {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f4f5f7;
}

.gdpr-cookie-notice-modal-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.gdpr-cookie-notice-modal-close {
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  transform: rotate(45deg);
}

.gdpr-cookie-notice-modal-close:before,
.gdpr-cookie-notice-modal-close:after {
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #bdbdbd;
}

.gdpr-cookie-notice-modal-close:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gdpr-cookie-notice-modal-close:hover {
  transform: rotate(45deg);
  opacity: 1;
}

.gdpr-cookie-notice-modal-cookies {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gdpr-cookie-notice-modal-cookie {
  display: block;
  border-bottom: 1px solid #f4f5f7;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gdpr-cookie-notice-modal-cookie-row {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

.gdpr-cookie-notice-modal-cookie-title {
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}

.gdpr-cookie-notice-modal-cookie-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bdbdbd transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -2px;
  transition: all ease 0.3s;
}

.open .gdpr-cookie-notice-modal-cookie-title:after {
  transform: rotate(180deg);
}

.gdpr-cookie-notice-modal-cookie-state {
  color: #e3342f;
  margin-left: auto;
  font-size: 15px;
}

.gdpr-cookie-notice-modal-cookie-input {
  opacity: 0;
}

.gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch {
  background: #e3342f;
  box-shadow: inset 0px 0px 0px 1px #e3342f;
}

.gdpr-cookie-notice-modal-cookie-input-switch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px #bdbdbd;
  margin: 0 0 0 auto;
  position: relative;
  transition: all ease 0.3s;
  cursor: pointer;
}

.gdpr-cookie-notice-modal-cookie-input-switch:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;
  content: "";
  display: block;
}

.gdpr-cookie-notice-modal-cookie-info {
  margin: 0;
  padding: 0 16px 12px 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
  display: none;
}

.open .gdpr-cookie-notice-modal-cookie-info {
  display: block;
}

.gdpr-cookie-notice-modal-footer {
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px 16px 16px;
  border-radius: 0 0 6px 6px;
  flex-wrap: wrap;
}

.gdpr-cookie-notice-modal-footer-item {
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #e3342f;
  position: relative;
}

.gdpr-cookie-notice-modal-footer-item:after {
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -5px;
  background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#e3342f"/></svg>') no-repeat left center;
  height: 12px;
  width: 8px;
  content: "";
  display: block;
}

.gdpr-cookie-notice-modal-footer-item-btn {
  padding: 0 16px;
  color: white;
  background: #e3342f;
  border-radius: 3px;
  position: relative;
}

.gdpr-cookie-notice-modal-footer-item-btn span {
  transition: all ease 0.3s;
}

.gdpr-cookie-notice-modal-footer-item-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  content: "";
  opacity: 0;
  transition: all ease 0.3s;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center;
}

.gdpr-cookie-notice-modal-footer-item-btn.saved span {
  opacity: 0;
}

.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
  opacity: 1;
}

.gdpr-cookie-notice-modal-footer-item:hover {
  text-decoration: none;
  opacity: 1;
}

.gdpr-cookie-notice-modal .gdpr-cookie-notice-modal-cookie-state {
  color: #014C96;
}

.gdpr-cookie-notice-modal .gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch {
  background: #D50F42;
  box-shadow: inset 0px 0px 0px 1px #e3342f;
}

.gdpr-cookie-notice-modal .gdpr-cookie-notice-modal-footer-item-statement:hover {
  color: #014C96;
}

.gdpr-cookie-notice-modal .gdpr-cookie-notice-modal-footer-item {
  color: #014C96;
}

.gdpr-cookie-notice-modal .gdpr-cookie-notice-modal-footer-item-btn {
  background-color: #014C96;
  color: white;
}

.gdpr-cookie-notice-modal .gdpr-cookie-notice-modal-footer-item-btn:hover {
  background-color: #014C96;
  color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  height: 100%;
  font-family: "Montserrat-Regular";
  font-size: 15px;
  margin: 0;
  min-height: 100vh;
  min-width: 100%;
  overflow-x: hidden;
  padding: 0;
  padding-bottom: 0px;
  width: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

main {
  background-color: #fff;
  min-height: 50vh;
  flex-grow: 1;
  position: relative;
}

.blue {
  color: #084EA3;
}

.magenta {
  color: #D50F42;
}

.text-balance {
  text-wrap: balance;
}

.bold {
  font-family: "Montserrat-Bold";
}

a,
a:hover {
  text-decoration: none;
}

.clearfix {
  clear: both;
  display: block;
  float: none;
}

header .bg-header {
  position: relative;
  width: 100%;
}

header .bg-header-participa {
  position: relative;
  width: 100%;
}

header .menu {
  background: linear-gradient(90deg, #084EA3 0%, white 100%);
  font-family: "Montserrat-Regular";
  font-size: 15px !important;
  min-height: 50px;
}

header .menu .nav-link {
  color: white;
  padding-bottom: 0;
  padding-top: 13px;
}

header .menu .nav-link:hover {
  border-bottom: solid 1px white;
}

header .menu .active {
  color: white;
  font-family: "Montserrat-Bold";
}

.sidebar {
  background-color: #373838;
  border-radius: 12px;
  display: none;
  font-family: "Montserrat-Regular";
  left: 0;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 90%;
  z-index: 9;
  overflow: auto;
}

.sidebar ul {
  margin: 0;
  padding: 35px 35px 45px 35px;
}

.sidebar ul li {
  list-style: none;
  line-height: 43px;
}

.sidebar ul li a.nav-link {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  display: block;
  font-size: 2.5rem;
  padding: 1.3rem 0;
  transition: 0.5s;
  text-decoration: none;
}

.sidebar ul li a.nav-link:hover {
  color: #b0241e;
}

.sidebar ul li a.nav-link.active {
  color: #b0241e;
  font-weight: 800;
}

.sidebar ul li:last-child a.nav-link {
  border-bottom: none;
}

.sidebar .fas,
.sidebar .fa,
.sidebar .fab,
.sidebar .far {
  margin-right: 15px;
}

.sidebar .dropdown-divider {
  border-top: 1px solid #3b3b3b !important;
}

.bg-blue {
  background-color: #084EA3;
  color: white;
  width: auto;
}

.bg-blue-light {
  background-color: #084EA3;
  width: auto;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-40 {
  border-radius: 40px;
}

.card-1,
.card-2,
.card-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin: 0;
  position: relative;
  width: 100%;
}

.card-1 {
  min-height: 268px;
  background-image: url("/assets/img/cards/card_1.jpg");
}

.card-2 {
  min-height: 268px;
  background-image: url("/assets/img/cards/card_2.jpg");
}

.card-3 {
  min-height: 400px;
  background-image: url("/assets/img/cards/card_3.jpg");
}

footer {
  background-image: url("/assets/img/backgrounds/footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  color: white;
  z-index: 1;
  font-size: 12px;
}

footer .foot {
  position: relative;
}

footer .foot img.logo {
  display: inline-block;
  width: 130px;
}

#movil a {
  text-decoration: none;
}

#movil h5 {
  background-color: #084EA3;
  border-radius: 40px;
  color: white;
  margin-top: 20px;
  transition: 0.3s;
}

#movil h5:hover {
  background-color: #0265c7;
  color: white;
}

.r-movil {
  z-index: 3;
}

.r-movil span {
  color: #084EA3 !important;
  font-size: 1.5rem;
}

.mt-title-movil span {
  color: #084EA3;
  font-size: 1.3rem;
}

.img-responsive {
  width: 100%;
}

.btn-acceder {
  background-color: transparent;
  border-radius: 20px;
  border: solid 2px white;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.3s;
}

.btn-acceder:hover {
  background-color: #084EA3;
  color: white;
}

.btn-gray {
  background-color: #6c757d;
  border-radius: 20px;
  color: white;
  font-family: "Montserrat-Regular";
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.3s;
}

.btn-gray:hover {
  background-color: rgba(108, 117, 125, 0.8);
  color: white;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
}

#home .cta {
  margin: 30px 0;
}

#home .cta img {
  display: inline-block;
  margin-bottom: 30px;
  max-height: 120px;
}

#home #home-first-row {
  background-color: #dddddd;
  background-image: url("/assets/img/backgrounds/slide.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.agenda-img {
  text-align: left;
}

.agenda-img img {
  max-width: 800px;
  width: auto;
}

.section-icon {
  left: -130px;
  margin-top: 5px;
  position: absolute;
  top: 5;
}

.section-icon img {
  width: 80px;
}

input.form-control,
textarea.form-control {
  background-color: #eae8e8;
}

#logo-sections {
  width: 15%;
  display: inline-block;
  margin: 10px 30px;
  text-align: center;
}

#informacion {
  position: relative;
}

#informacion #sen-logo {
  margin: auto;
  text-align: center;
}

#informacion #sen-logo img {
  width: 50%;
}

#informacion #location #map-location #iframe-map {
  width: 100%;
}

#informacion #location #cod-qr-map {
  text-align: center;
}

#informacion #location #cod-qr-map img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

#informacion #location #cod-qr-map p {
  margin-top: 65px;
  padding: 0;
}

#informacion #location #cod-qr-map a {
  display: block;
}

#programa {
  color: #6b6b6b;
  font-family: "Montserrat-Regular";
}

#programa a {
  color: #b0241e;
}

#programa .r-movil {
  margin: 10px 0;
  padding: 0;
}

#programa .program {
  margin-bottom: 40px;
}

#programa #program1,
#programa #program5 {
  height: 170px;
}

#programa #program2,
#programa #program6 {
  height: 158px;
}

#programa #program3,
#programa #program7 {
  height: 225px;
}

#preguntas {
  color: #6b6b6b;
}

#preguntas .r-movil {
  margin: 10px 0px;
  padding: 0;
}

#presentaciones {
  font-family: "Montserrat-Regular";
}

#presentaciones .title {
  color: #084EA3;
  font-family: "Montserrat-Bold";
}

.icon-header {
  z-index: 1305;
}

.m-menu {
  position: absolute;
  width: 100%;
  right: 0;
}

.icon-link .fas {
  color: white;
  font-size: 2.1rem;
}

.corner {
  position: absolute;
  margin-left: -34px;
  margin-top: -50px;
  max-width: 85px;
}

.inactivo {
  cursor: not-allowed;
  opacity: 0.4;
}

.inactivo a {
  cursor: not-allowed;
  opacity: 0.4;
}

.inactivo p {
  cursor: not-allowed;
  opacity: 0.4;
}

h2 {
  color: #2c4ea3;
  font-family: "Montserrat-Bold";
  font-weight: bold;
}

h4 {
  color: #75cfb4;
  font-family: "Montserrat-Bold";
}

.btn-blue {
  background-color: #2c4ea3;
  border-radius: 2px;
  color: #FFF;
  padding: 8px 15px;
  transition: 0.3s;
}

.btn-blue:hover {
  color: #FFF;
  opacity: 0.8;
}

.btn-green {
  background-color: #75cfb4;
  border-radius: 2px;
  color: #FFF;
  padding: 8px 15px;
  transition: 0.3s;
}

.btn-green:hover {
  color: #FFF;
  opacity: 0.8;
}

.topo {
  background-color: #2c4ea3;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  padding-top: 4px;
  text-align: center;
  width: 100px;
}

.topo img {
  height: 90px !important;
}

.topo-text {
  color: #2c4ea3;
}

.banner-blue {
  background-color: #2c4ea3;
  border-radius: 6px;
  padding: 25px 35px;
}

.banner-blue span {
  color: #FFF;
  display: inline-block;
  width: 70%;
}

#informacion h1,
#informacion h2,
#informacion h3,
#informacion h4,
#informacion h5,
#preguntas h1,
#preguntas h2,
#preguntas h3,
#preguntas h4,
#preguntas h5,
#participa h1,
#participa h2,
#participa h3,
#participa h4,
#participa h5,
#programa h1,
#programa h2,
#programa h3,
#programa h4,
#programa h5,
#presentaciones h1,
#presentaciones h2,
#presentaciones h3,
#presentaciones h4,
#presentaciones h5,
#survey h1,
#survey h2,
#survey h3,
#survey h4,
#survey h5 {
  color: #084EA3;
  font-family: "Montserrat-Bold";
}

#informacion h2,
#preguntas h2,
#participa h2,
#programa h2,
#presentaciones h2,
#survey h2 {
  display: inline-block;
  font-size: 19px;
  margin-left: 15px;
  vertical-align: top;
}

#directo {
  line-height: 18px;
}

#directo h4 {
  color: #084EA3;
  font-family: "Montserrat-Bold";
}

#directo .qr-movil {
  max-width: 170px;
}

#directo .card-3 {
  color: white;
}

#directo .card-3 h5 {
  text-transform: uppercase;
}

#survey {
  position: relative;
}

#survey h5 {
  color: #084EA3;
  font-family: "Montserrat-Bold";
}

#survey input[type=radio] {
  display: none;
}

#survey label {
  background: white;
  padding: 5px 25px 5px 25px;
  color: #084EA3;
  position: relative;
  transform: skew(-20deg);
}

#survey .clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

#survey label:hover,
#survey label:hover ~ label {
  background: #084EA3;
  color: white;
  cursor: pointer;
}

#survey input[type=radio]:checked ~ label {
  background: #084EA3;
  color: white;
}

#survey .mt-4,
#survey .my-4 {
  width: 70%;
  margin: auto;
}

.no-cursor {
  cursor: none;
}

#showQuestions,
#graph {
  cursor: none;
  max-width: 1180px;
}

#showQuestions .show-questions,
#graph .show-questions {
  margin: auto;
}

#showQuestions .show-questions h1,
#graph .show-questions h1 {
  color: #430098;
  font-size: 28px;
  font-weight: 900;
}

#showQuestions .show-questions h4,
#graph .show-questions h4 {
  color: #084EA3;
  font-weight: bold;
}

#showQuestions .progress,
#graph .progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 15px;
  margin-left: 0;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#showQuestions .percent,
#graph .percent {
  text-align: right;
}

.completed {
  background-color: rgba(189, 189, 189, 0.36);
}

#menuMovil {
  position: absolute;
}

.pt-menu {
  padding-top: 65px;
}

.sidebarBtn {
  background: #b0241e;
  opacity: 0.9;
  border-radius: 5px;
  position: fixed;
  top: 15px;
  width: 49px;
  height: 35px;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  outline: none;
  right: 15px;
}

.sidebarBtn span {
  display: block;
  width: 35px;
  height: 2px;
  background: white;
  position: absolute;
  top: 16px;
  left: 8px;
  transition: 0.3s;
}

.sidebarBtn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: -10px;
  left: 0;
  transition: 0.3s;
}

.sidebarBtn span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.3s;
}

.sidebarBtn .toggle span {
  background: transparent;
}

.sidebarBtn.toggle span {
  background: transparent;
}

.sidebarBtn.toggle span:before {
  top: 0;
  transform: rotate(45deg);
}

.sidebarBtn.toggle span:after {
  top: 0;
  transform: rotate(-45deg);
}

.sidebarBtn:focus {
  border: none;
  outline: none;
}

.main-active {
  left: 250px;
}

.menu-movil {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 5px;
}

.progress-bar {
  background-color: #b0241e !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid black;
}

.table-bordered thead th {
  border: 1px solid black;
  border-bottom-width: 2px;
}

.participa-hold .participa-item .question_option {
  margin-bottom: 8px;
  padding: 4px 10px;
}

.participa-hold .participa-item .question_option.selected {
  background-color: #084EA3;
  color: #FFF;
  font-weight: normal;
}

.participa-hold .participa-item a.question_option {
  background-color: #ddd;
  color: #111;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px;
}

.green-band {
  background-color: #75cfb4;
}

@media (max-width: 1380px) {
  .section-icon {
    display: none;
  }
}

@media (max-width: 1250px) {
  .agenda-img img {
    max-width: 650px;
  }
}

@media (max-width: 1199px) {
  #programa .program,
  #programa #program1,
  #programa #program2,
  #programa #program3,
  #programa #program5,
  #programa #program6,
  #programa #program7 {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #home #home-first-row {
    background-image: url("/assets/img/backgrounds/slide.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .agenda-img img {
    max-width: 580px;
  }

  .sidebar {
    top: 60px;
  }

  #informacion #location #cod-qr-map {
    text-align: center;
  }

  #informacion #location #cod-qr-map img {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  #home #home-first-row {
    background-image: none;
  }

  .agenda-img {
    text-align: center;
  }

  .agenda-img img {
    max-width: 100%;
  }

  footer .docs,
  footer .logos {
    text-align: center;
  }

  #sen-logo img {
    width: 50% !important;
    display: block;
    margin-top: 0.25rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 576px) {
  .green-band .col-sm-4 {
    margin-bottom: 50px;
  }

  .green-band .col-sm-4:last-child {
    margin-bottom: 0;
  }

  .banner-blue span {
    display: block;
    width: 100%;
  }

  .banner-blue .btn-green {
    display: block;
    float: none;
    margin: 25px auto 0 auto;
    width: auto;
  }
}

@media (max-width: 450px) {
  .sidebar ul {
    padding: 20px 25px;
  }

  .sidebar ul li {
    line-height: 35px;
  }

  .sidebar ul li a.nav-link {
    font-size: 1.8rem;
    padding: 1rem 0;
  }

  #home .cta img {
    max-height: 180px;
  }
}

h5,
h6 {
  color: #084EA3;
}

.fw-bold {
  font-weight: bold;
}

.img-play {
  width: 25%;
}

.btn {
  color: white;
  background-color: #084EA3;
}

.btn:hover {
  color: white !important;
  background-color: #29CFB4;
}

.si input,
.group-form input,
.group-form select {
  line-height: 3;
  border-color: rgba(128, 128, 128, 0.226) !important;
}

.si input,
.group-form input[type=text],
.group-form input[type=email],
.group-form input[type=tel],
.group-form select {
  margin-bottom: 20px;
  width: 100%;
  height: 45px !important;
  border-radius: 0 !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-indent: 0.5rem;
}

.si input[type=text]::-moz-placeholder, .group-form input[type=text]::-moz-placeholder, .group-form input[type=email]::-moz-placeholder, .group-form input[type=tel]::-moz-placeholder {
  color: rgba(128, 128, 128, 0.496);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.si input[type=text]:-ms-input-placeholder, .group-form input[type=text]:-ms-input-placeholder, .group-form input[type=email]:-ms-input-placeholder, .group-form input[type=tel]:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.496);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.si input[type=text]::placeholder,
.group-form input[type=text]::placeholder,
.group-form input[type=email]::placeholder,
.group-form input[type=tel]::placeholder {
  color: rgba(128, 128, 128, 0.496);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group-form input[type=text]::focus,
.group-form input[type=email]::focus,
.group-form input[type=tel]::focus {
  border-color: #084EA3 !important;
}

.mb-20px {
  margin-bottom: 20px;
}

