@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #003973;
  --primary-font: #ffffff;
  --secondary-font: #000;
  --third-font: #06A566;
  --border-green: #06A566;
  --border-white: #ffffff;
  --bg-whithe: #ffffff;
  --bg-black: #000000;
  --bg-green: #06a566;
  --bg-primary-color-brillo: #004A94;
  --bg-overlay-gradient: rgb(0, 0, 0);
  --color-contrast-on-bgwhite: #e8e8e8;
  --color-btn-secondary: #48B4F7;
  --color-btn-secondary-hover: #8BD8FF;
  --border-input-gray: #C1C1C1;
  --border-input-focus: #001573;

}

/* =======================================================
  *
  * 	Style 
  *
  * ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  /* overflow-x: hidden; */
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-hero1 div.container-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(0, 0, 0, 0.4);
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #2D6CDF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #2D6CDF;
  outline: none;
  text-decoration: none;
}

/* p {
    margin-bottom: 20px;
  } */

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 23px;
}

::-webkit-selection {
  color: #fff;
  background: #2D6CDF;
}

::-moz-selection {
  color: #fff;
  background: #2D6CDF;
}

::selection {
  color: #fff;
  background: #2D6CDF;
}

/* btn-inscribirme */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #3DBE87 !important;
  /*4ACF98*/
  box-shadow: 0 0 5px #3DBE87, 0 0 10px #3DBE87, 0 0 15px #3DBE87 !important;
}

#fh5co-hero1 {
  position: relative;
  height: 30rem;
  top: 8rem;
  /* background: #fff url(../images/loader.gif) no-repeat center center; */
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* object-fit: cover; */
}

.swiper-pagination-bullet {
  background: rgb(0, 94, 115, 0.1) !important;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #007363 !important;
}

#fh5co-hero1 .mySwiper swiper-slide h2,
#fh5co-hero1 .mySwiper swiper-slide h3,
#fh5co-hero1 .mySwiper swiper-slide p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: var(--primary-font) !important;
}

#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides h2 {
  top: 35%;
}

#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides h3 {
  top: 43%;
}

#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides p {
  top: 55%;
}

#fh5co-hero1 .mySwiper swiper-slide h3.text {
  top: 50%;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

/* #fh5co-hero1 .mySwiper swiper-slide h3 */
/* #fh5co-hero .flexslider .slider-text>.slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
} */

.fh5co-bg-section {
  background: #e8e8e8;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

.custom-headerPrinCourses {
  position: relative;
  /* Aquí puedes agregar otros estilos específicos para este contenedor si es necesario */
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Fondo oscuro con transparencia */
  z-index: 1;
  /* Asegura que esté debajo del contenido pero encima del fondo */
}

/* .slider-text {
  position: relative;
  z-index: 2;
  /* Asegura que el texto esté encima del overlay * /
} */

/* .overlay-gradient {
  background-color: rgba(0, 0, 0, 0.4);
  height: 492px;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.container {
  position: absolute;
  z-index: 9
} */

#fh5co-course-categories1 {
  margin-top: 11rem;
}

#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
  margin-top: 3rem;
  clear: both;
}

.services {
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services h3 {
  font-size: 18px;
  font-weight: 400;
}

.services h3 a {
  color: #000;
}

.services .icon {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.04);
  display: table;
  text-align: center;
  /* margin: 0 auto;
  margin-bottom: 30px; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1rem;
}

/* @media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
} */

.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services:hover .icon,
.services:focus .icon {
  background: #005E73;
}

.services:hover .icon i,
.services:focus .icon i {
  color: #fff;
}

.services .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fh5co-counters {
  padding: 5rem 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

/* .fh5co-counters .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
} */

/* .fh5co-counters .counter-wrap {
  border: 1px solid red !important;
} */

#fh5co-counter .containerPart-custom .row-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: white;
  font-family: "Roboto Slab", serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .1em;
}

.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 2em;
  display: block;
  font-family: "Roboto Slab", serif;
}

.fh5co-counters .icon i {
  font-size: 45px;
  color: #fff;
}

.course {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  /* margin-bottom: 1rem;  */
}

.course .desc,
.course .course-img {
  width: 100%;
  height: 26rem;
  display: inline-block;
  object-fit: cover;
}

/* @media screen and (max-width: 768px) {

  .course .desc,
  .course .course-img {
    width: 100%;
  }
} */

.course .course-img {
  width: 20rem;
  height: 26rem;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* @media screen and (max-width: 768px) {
  .course .course-img {
    height: 270px;
  }
} */

.course .desc {
  padding: 1.7em;
  background: #fafafa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.course .desc h3 {
  font-size: 18px;
  font-weight: 400;
}

.course .desc h3 a {
  color: #000;
}

.course .desc .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.course .desc .btn-course {
  border: 2px solid rgba(0, 0, 0, 0.8) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.course .desc .btn-course:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}

.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /* *display: inline; */
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /* *display: inline; */
  color: #2D6CDF;
  padding-left: 10px;
  padding-right: 10px;
}

.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}

/* .fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
} */

.fh5co-contact-info ul li:before {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9dc";
} */

/* .fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\ea3b";
}

.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e91e";
}

.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9df";
} */

.fh5co-contact-info ul li a {
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-heading {
  margin-bottom: 1rem;
}

.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

/* .fh5co-heading h2:after {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.08);
} */

/* .fh5co-heading p {
  font-size: 14px;
} */

.wrap-price {
  padding: 2em 2em;
}

.wrap-price-btn {
  padding: 2em 4em;
}

.pricing__feature-list {
  width: 100%;
  float: left;
}

.pricing__feature-list li {
  margin-bottom: 10px;
}

.pricing__item {
  width: 100%;
  float: left;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pricing__item {
    margin-bottom: 30px;
  }
}

/* .fh5co-blog {
  margin-bottom: 30px;
  width: 100%;
  float: left;
} */

/* @media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
} */

.fh5co-blog .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}

.fh5co-blog .blog-text {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  padding: 30px;
  float: left;
}

.fh5co-blog .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}

.fh5co-blog .blog-text span.comment {
  float: right;
}

.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
  padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
  color: black;
}

.fh5co-blog .blog-text .btn-blog {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.fh5co-blog .blog-text .btn-blog:hover {
  color: #fff !important;
}

#fh5co-register {
  margin-top: 0;
  padding: 2rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fh5co-register h2,
#fh5co-register h3,
#fh5co-register p {
  color: #fff;
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown>.simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.simply-countdown>.simply-section>div {
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  width: 120px;
}

.simply-countdown>.simply-section .simply-amount,
.simply-countdown>.simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown>.simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown>.simply-section .simply-word {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  /* words */
}

.staff {
  width: 100%;
  height: 32rem;
  float: left;
  display: block;
  /* margin-bottom: 40px; */
  border: 1px solid #C1C1C1;
  border-radius: 15PX;
}

.staff .staff-img {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  display: table;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.staff .staff-img:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.staff .staff-img .fh5co-social {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.staff .staff-img .fh5co-social li {
  display: inline-block;
  /* padding: 0 7px; */
}

.staff h3 {
  font-size: 18px;
}

.staff h3 a {
  color: #000;
}

.staff span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.staff:hover .staff-img:before {
  opacity: 1;
}

.staff:hover .staff-img .fh5co-social {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#fh5co-gallery {
  padding-top: 2.5em;
}

#fh5co-gallery h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

#fh5co-gallery h2 span {
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  position: relative;
}

#fh5co-gallery h2 span:before,
#fh5co-gallery h2 span:after {
  position: absolute;
  top: 18px;
  bottom: 0;
  content: '';
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

#fh5co-gallery h2 span:before {
  lett: 0;
  margin-left: -125px;
}

#fh5co-gallery h2 span:after {
  right: 0;
  margin-right: -110px;
}

.gallery {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.gallery:hover {
  -webkit-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
}

#fh5co-footer {
  margin-top: 0rem;
  padding: 1rem 0;
  background: #efefef;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff !important;
  background-position: center -9rem;
}

/* #fh5co-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Asegura que el overlay esté sobre la imagen de fondo * /
} */

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}

/* @media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
} */

#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #fff;
}

#fh5co-footer .copyright .block {
  display: block;
}

#fh5co-footer .copyright .block a {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* @media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
} */

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #2D6CDF;
  border: 2px solid #2D6CDF;
  background-color: rgb(12, 97, 146);
  color: #fff;
  border: none !important;
  border: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: rgba(12, 97, 146, 0.8);
  /* Reducir un poco la opacidad */
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.7);
  /* Sombra blanca */
}

.btn-primary.btn-outline {
  background: transparent;
  color: #2D6CDF;
  border: 2px solid #2D6CDF;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #2D6CDF;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 14px;
  font-weight: 400;
}

.form-control:focus {
  /* outline: none; */
  /* box-shadow: none;
    border-color: #000; */
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #007bff;
  /* Color del placeholder por defecto */
  text-align: left;
  /* Alinea el texto del placeholder al margen izquierdo */
}

.form-control:focus::placeholder {
  color: transparent;
  /* Color del placeholder al estar activo */
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
/* ESTILOS AGREGADOS */
.social-link:hover {
  text-shadow: 0 0 1.5rem rgb(12, 97, 146, 2);
}

.text-title-second {
  font-size: 3.5rem;
  color: white;
  font-family: "Roboto Slab", serif;
  /* font-size: calc(2em - 20px); */
}

.custom-teacher {
  height: auto;
}

.custom-servicesI {
  height: 47rem;
}

.custom-servicesS {
  /* height: 74rem; */
  width: 25rem;
  height: auto;
}

.more-content {
  display: none;
}

.custom-carousel {
  height: auto;
  width: 100%;
  border-radius: 5px;
}

.course-img,
.desc {
  transition-duration: 0.5s;
}

.course:hover .course-img {
  transform: translateX(100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.course:hover .desc {
  transform: translateX(-100%);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* background-color: #0065a1e3; */
}

.desc-second {
  /* display: none; */
  justify-content: center;
  align-items: center;
}

.course-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo semitransparente */
  display: none;
  /* Por defecto oculto */
  justify-content: center;
  align-items: center;
}

.container-formCourse {
  width: 30rem;
  /* Ancho del formulario */
  background-color: #fff;
  /* Fondo blanco */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Sombra */
}

.container-formCourse h2 {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
}

.btn-primary,
.btn-secondary {
  width: 100%;
  margin: 0px;
  cursor: pointer;
}

.custom-btnPrin {
  width: 29rem;
  background-color: #06A566;
}

/* Estilos agregados */
.custom-product {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.avatar {
  width: 50px;
  height: auto;
  border-radius: 50%;
}

.comment {
  margin-bottom: 20px;
}

.comment-header {
  height: 100%;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
}

.comment-author {
  margin-top: 0rem;
}

.comment-content {
  display: flex;
  align-items: center;
  padding: 2rem 2rem 2rem 2rem;
  width: 100%;
  height: auto;
  margin-bottom: 0rem;
}

.comment-custom {
  width: 100%;
  height: auto;
  display: flex;
  /* flex-direction: row; */
}

.comment-contentCustom {
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 1rem rem;
}

.comments {
  width: 100%;
  height: auto;
  display: none;
}

/* Estilos para el contenedor "top" */
.top {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 0;
  margin-bottom: 0;
  background-color: #003973 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-facebook2:before,
.icon-twitter2:before,
.icon-dribbble2:before,
.icon-github:before {
  color: white;
}

.icon-facebook2:hover,
.icon-twitter2:hover,
.icon-dribbble2:hover,
.icon-github:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255);
}

.social-custom {
  display: inline-block;
  margin-right: 1rem;
  color: white !important;
}

.info-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menuCustom {
  width: 100%;
  padding: 0;
}

.container-custom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fh5co-logo {
  margin-right: auto;
  width: 6rem;
  /* Alinea al principio */
}

.btn-cta {
  background-color: #06A566;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  -ms-border-radius: 1;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem !important;
  color: #fff;
}

.btn-cta:hover {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  color: white;
}

.btnNav-custom {
  padding: 0.5rem;
  font-size: 14px;
  margin: 0;
}

.custom-btnRedic {
  width: 15%;
  height: auto;
  border: #0065a1 2px solid !important;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 20px;
  background-color: #fffefe;
  color: #000000;
  cursor: pointer;
  margin: 0rem 0rem 3rem 0rem;
}

.custom-btnRedic:hover {
  background-color: #0065a1 !important;
  border: none !important;
}

.custom-btnCurso {
  width: auto;
}

.logoPrin {
  width: 7rem;
  height: auto;
}

.custom-p {
  margin: 0rem;
  color: white;
}

.custom-ul {
  margin: 0rem;
}

.custom-animateBox {
  margin-top: 11rem;
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

/* .custom-course {
    height: 24rem !important;
} */
.custom-register {
  width: 100%;
}

.course-img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom-header {
  width: 100%;
}

.col-md-3 {
  width: 25%;
  float: left;
}

.carousel-control {
  width: 5rem;
  font-size: 5rem;
  background: none;
  color: #000;
}

.carousel-control:hover {
  color: #0065a1;
}

.container-notices {
  width: 100%;
  height: auto;
}

.custom-col {
  position: relative;
  /* width: 100%; */
  height: 24rem;
  padding: 0 !important;
}

.custom-col:hover img,
.custom-col:hover .overlay {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* .custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

/* .overlay h3 {
  margin-bottom: 10px;
} */

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  text-align: center;
}

.custom-wrapPrice {
  margin-bottom: 0rem !important;
}

/* .collage {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  height: 30rem;
}

.image-wrapper {
  position: relative;
  width: calc(50% - 5px);
  height: 100%;
  overflow: hidden;
}

.large-image {
  width: 50%
}

.large-imageCustom {
  width: 100%;
}

.column-wrapper {
  width: calc(50% - 5px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row-wrapper {
  display: flex;
  gap: 10px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  /* display: block; * /
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-wrapper:hover img {
  transform: scale(1.1);
}

.image-wrapper:hover .overlay {
  /* opacity: 1; * /
}

.row-wrapper {
  height: 45%;
} */

/* Navbar */
.nav-custom {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 2rem;
  left: 0;
  background-color: #003973 !important;
}

.navbar-nav .nav-item.active {
  border-bottom: 2px solid #48B4F7;
  transition: border 0.3s ease, background-color 0.3s ease;
  /* Transición para suavizar el cambio */
  /* margin: 0; */
  padding: 0;
}

.navbar-nav .nav-item {
  margin-right: 20px;
}

.navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: white;
  position: relative;
  padding: 5px 5px;
}

#navbar-screen .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #48B4F7;
  transition: width 0.3s ease-in-out;
}

#navbar-screen .nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-screen .dropdown-menu {
  margin-top: 2.3rem;
  background: #C1C1C1;
  padding-left: 0;
  border-left: none;
}

.element {
  display: inline-block;
  margin: 0 0.5rem;
  animation: bounce;
  animation-duration: 2s;
}

.custom-categories {
  height: 100%;
  width: auto;
  /* border: 1px solid; */
  padding: 1rem 0.5rem 1rem 0rem;
  display: flex;
  flex-direction: column;
  background-color: #C1C1C135;
  box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.5),
    inset 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
  animation-name: desplegar;
  animation-duration: 0.5s;
  overflow-y: auto;
}

.custom-categories::-webkit-scrollbar {
  width: 5px;
  /* border-radius: 50% !important; */
}

.custom-categories::-webkit-scrollbar-thumb {
  background-color: rgba(0, 57, 115, 0.5);
  border-radius: 20px;
}

.custom-categories::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 20px;
}

.custom-categories::-webkit-scrollbar-corner {
  background-color: transparent;
}

.custom-categories a {
  color: #000000;
  margin: 2px 2px;
}

.custom-services {
  height: 100%;
  width: auto;
  /* border:1px solid; */
  padding: 1.5rem 1.5rem;
}

.custom-close {
  height: 100%;
  /* border: 1px solid; */
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: end;
}

/* Estilo para el submenú */
.subMenuContainer {
  width: 100%;
  height: 26rem;
  background-color: white;
  animation-name: desplegar;
  animation-duration: 0.5s;
  position: fixed;
  z-index: 999;
  top: 10rem;
  left: 0;
}

/*.dropdown-item*/
#subMenuContainer .row .custom-col-nav .custom-categories a {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0.5rem 0 0.5rem 1rem;
}

#subMenuContainer .row .custom-col-nav .custom-categories a:hover,
.dropdown-item:focus,
.dropdown-item:hover {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: white;
  background: rgb(0, 57, 115, 0.8);
}

.subMenuContainer .row .custom-col-nav .custom-services .cardList .cardService a {
  font-size: 18px;
  color: #000;
}

.subMenuContainer .row .custom-col-nav .custom-services .cardList .cardService a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

@keyframes desplegar {
  from {
    height: 0;
  }

  to {
    height: 26rem;
  }
}

.custom-col-nav {
  height: 26rem;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-inscribirme,
.btn-primary {
  background-color: #06A566;
}


.iconBtn-custom {
  cursor: pointer;
}

.icon-custom {
  font-size: 25px;
}

.cardList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  /* margin-botom: 1rem 0rem; */
}

.cardService {
  width: 20rem;
  height: 8.5rem;
  /* border: 1px solid; */
  padding: 1rem 1rem;
}

.tituloCategoria {
  margin-bottom: 0rem;
}

.custom-headerPrinIndex {
  margin-top: 8rem !important;
  object-fit: cover;
}

.custom-headerPrinCourses {
  margin-top: 4rem !important;
  object-fit: cover;
}

.custom-headerPrinInstructor {
  margin-top: 4rem !important;
  object-fit: cover;
}

.custom-headerPrinContact {
  margin-top: 1.5rem !important;
  object-fit: cover !important;
}

.custom-headerPrinNotice {
  margin-top: 8rem;
}

div.row.row-custom {
  margin: 0;
  width: 100%;

}

.date-counter {
  position: relative;
  z-index: 3;
}

.rowReins-custom {
  position: relative;
  z-index: 2;
}










/* NAVBAR MOVILES */
.mobile-top {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 0;
  margin-bottom: 0;
  background-color: var(--primary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-navbar {
  position: relative;
  z-index: 999;
  top: 0;
}

#offcanvasNavbar div.offcanvas-header a {
  width: 100%;
}

#offcanvasNavbar div.offcanvas-header a i {
  margin-right: 1rem;
  font-size: 17px;
}

#offcanvasNavbar div.offcanvas-header a i span {
  font-size: 17px;
}

/* .mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body ul li.nav-item a.nav-link{
  display: flex;
} */

.mobile-offcanvas {
  width: 15rem !important;
}

.mobile-navbar,
.mobile-offcanvas {
  background-color: var(--primary-color) !important;
  color: var(--border-white);
}

.mobile-navbar .container-fluid a .mobile-logoPrin {
  width: 2.5rem;
  height: auto;
}

.mobile-navbar .container-fluid button.navbar-toggler {
  border-color: var(--border-white);
  display: flex;
  align-items: center;
  padding: 3px 6px;
}

.mobile-navbar .container-fluid button.navbar-toggler svg {
  color: var(--primary-font);
}

.mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body .nav-item .nav-link,
#mobile-navbar a.dropdown-item {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  gap: 1rem;
  font-size: 17px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body .nav-item .nav-link p {
  margin: 0;
}

#mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body ul li.dropdown ul.dropdown-menu p {
  margin: 0;
  font-size: 17px;
  padding: 4px 5px;
  /* overflow: hidden; */
  /* display: inline-block; */
  
}

#offcanvasNavbar div.offcanvas-header button {
  filter: invert(1);
}
#submenu ul li p {
  animation: scroll-text 6s linear infinite;
}

#submenu ul li a {
  animation: scroll-text 8s linear infinite;
}

@keyframes scroll-text {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-100%);
  }
}

#mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body ul.dropdown-menu {
  background: var(--bg-primary-color-brillo);
  border: none;
  margin-top: 0.5rem;
  max-height: 450px;
  overflow-y: auto;
}
#submenu ul#content-submenu {
  padding: 0 10px;
  overflow: hidden;
}
#submenu ul li {
  /* padding: 0 10px; */
  overflow: hidden;
}
#mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body ul.dropdown-menu li a i,
#mobile-navbar .container-fluid .mobile-offcanvas .offcanvas-body ul.dropdown-menu li a p,
#offcanvasNavbar div.offcanvas-body ul li ul li p strong,
#mobile-navbar a.dropdown-item {
  color: var(--primary-font);
}

#offcanvasNavbar div.offcanvas-body ul li#submenu ul li a {
  grid-template-columns: 1fr;
  width: 100%;
  white-space: nowrap;
  /* overflow: hidden; */
  justify-content: flex-start;
  padding: 4px 10px;
  /* transition: all 0.5s ease-in-out; */
}

#mobile-navbar #offcanvasNavbar .offcanvas-footer {
  margin-top: 2rem;
  grid-template-columns: 1fr;
}

#mobile-navbar #offcanvasNavbar div.offcanvas-footer a {
  display: grid;
  grid-template-columns: 1fr 10fr;
  gap: 1rem;
  padding: 0.5rem;
  font-size: 17px;
  margin: 0 1rem 1rem;
  border-radius: 5px;
}

.btn-Logout {
  background-color: var(--bg-primary-color-brillo);
}

#mobile-navbar #offcanvasNavbar div.offcanvas-footer a.btn-Logout i,
#mobile-navbar #offcanvasNavbar div.offcanvas-footer a.btn-Logout span {
  color: var(--primary-font) !important;
}

.content-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.container-icons-social {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
}

.container-icons-social i {
  font-size: 30px;
}

#mobile-navbar div a.logo-mobile p {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}

.container-footer {
  margin-top: 3rem;
}

/* Media queries */
@media screen and (min-width: 1024px) {

  html,
  body {
    width: 100%;
  }

  /*1024px*/
  .mobile-navbar {
    display: none !important;
  }

  .nav-custom,
  .top {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mobile-navbar {
    display: block !important;
  }

  .nav-custom,
  .top {
    display: none !important;
  }
  #fh5co-footer {
    background-position: center 24% !important;
  }
}

@media screen and (max-width: 667px) {
  .mobile-navbar {
    display: block !important;
  }

  .nav-custom,
  .top {
    display: none !important;
  }

  /* Media Queries footer */
  #fh5co-footer div .container div.row {
    display: none;
  }

  /* Registro */
  #fh5co-register .simply-countdown>.simply-section {
    width: 85px;
    height: 85px;
  }

  #fh5co-register .simply-countdown>.simply-section>div {
    height: 100%;
    width: 50%;
  }

  #fh5co-register .simply-countdown>.simply-section .simply-amount {
    font-size: 30px;
  }

  #fh5co-register .simply-countdown>.simply-section .simply-word {
    font-size: 9px;
  }
  #fh5co-register .custom-btnPrin {
    width: 80%;
    background-color: var(--bg-green);
    padding: 0.5rem !important;
  }
  #fh5co-register .custom-header {
    margin: 0 0 1rem 0;
  }
}