
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background: rgb(247, 249, 255);
}

a {
  color: #5da2dc;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5da2dc;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5da2dc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  /* min-height: 100% !important; */
  min-height: 90vh;
  background-color: var(--color-secondary);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: #fff;
  background:  url("../images/banner/banner1.jpeg") center/cover no-repeat;
  position: relative;
}
.hero-all{
    background:  url("../images/banner/banner11.jfif") center/cover no-repeat;
}
.sobre1{

    background:  url("../img/banner/sobre1.jpeg") center/cover no-repeat;

}
.contact1{
    background:  url("../img/banner/contact.jpeg") center/cover no-repeat;
}
.hero::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.4) !important;
    width: 100%;

    height: 100%;
}
.hero-2{
  position: relative;
  height: 100%;
}
.hero-2 h1{
  color: #fff;
}
.hero-2 img{
  position: absolute;
  top:0;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  z-index: -1;
}
.hero::before{
  position: absolute;
  top: 0;
  bottom: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    width: 100%;
    height: 100%;
}

.hero h1 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  z-index: 100;
}
.hero strong{

}
@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  z-index: 100;
}
.hero h4,button {

    z-index: 100;
  }

.hero form {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  z-index: 100;
}

.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: var(--color-primary);
  padding: 15px 30px;
}

.hero form .btn-primary:hover {
  background-color: #2756ff;
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
}


.cta

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5da2dc;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.container-banner{
  position: relative;
}

.styles_bgShape__6taiB {
  width: 70%;
  height: 75%;
  position: absolute;
  background: #f1f2f4;
  border-radius: 24px;
  z-index: 0;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-40%,-50%)
}

@media screen and (max-width: 767px) {
 .styles_bgShape__6taiB {
      display:none
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #5da2dc;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #5da2dc;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #5da2dc;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #5da2dc;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about  h3 {
  font-weight: 600;
  font-size: 26px;
  color: #5da2dc;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5da2dc;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.map h3{
  color: #5da2dc;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
  border-radius: 20px;
  background-color: #dfe0e2;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #5da2dc;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #5da2dc;

}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-top: 2px solid #dfe0e2;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #5da2dc;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #5da2dc;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #5da2dc;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #5da2dc;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5da2dc;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #5da2dc;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #5da2dc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #5da2dc;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #5da2dc;
}

.departments .nav-link.active h4 {
  color: #5da2dc;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #5da2dc;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 35px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 35px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .link-btn{
  width: 100%;
  padding: 10px 20px;
}
.testimonials .testimonial-item p {

  margin: 0 15px 0 15px;
  padding: 0 20px;

  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5da2dc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5da2dc;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5da2dc;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5da2dc;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #5da2dc;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  /* padding: 20px; */
  padding-top: 60px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.box {
    height: 462px;
}
.pricing img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 30px;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 0px -20px;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;

}

.pricing h4 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing-img{
  width: 15px !important;
  height: 15px !important;
  border-radius:0% !important;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  padding-left: 30px;
  color: #444444;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul i {
  color: #5da2dc;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  /* margin: 20px 30px; */
  margin-bottom: 10px;
  padding: 20px 15px;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
}

.pricing .btn-buy {
  background: #5da2dc;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  /* border-radius: 4px; */
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #5da2dc;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5da2dc;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #5da2dc;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #5da2dc;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #5da2dc;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5da2dc;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #5da2dc;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.styles_button__tuUJh {
  background-color: transparent;
  padding: 0;
  width: 100%;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all .4s
}

.styles_button__tuUJh:hover {
  transition: all .4s;
  border: 1px solid var(--blue)
}

.styles_card_course__x84E9 {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.3rem;
  padding: 2rem 1.5rem 2rem 6.25rem;
  border-radius: 8px;
  border: 1px solid #f1f2f4;
  box-shadow: 0 16px 40px rgba(0,0,0,.04);
  transition: all .4s;
  z-index: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #fff
}

.styles_card_course__x84E9 .styles_cornerRibbon__yy0W5 {
  width: 200px;
  padding: 6px;
  position: absolute;
  text-align: center;
  color: var(--blue);
  left: -55px;
  top: 25px;
  transform: rotate(-45deg);
  background: #e6eeff;
  z-index: 1
}

.styles_card_course__x84E9 .styles_cornerRibbon__yy0W5 p {
  font-weight: 400;
  font-size: .8125rem;
  line-height: 150%;
  color: var(--blue);
  text-transform: unset
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH {
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  position: relative;
  color: #fff;
  top: -5px
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH small {
  font-weight: 700
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH p {
  font-family: var(--font-title);
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_header__PtIsz {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_header__PtIsz .styles_icon__rjffh {
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 10px
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_cost__0gRVf {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-title)
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_cost__0gRVf small {
  margin-right: 3px;
  font-size: 1rem
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_cost__0gRVf div {
  font-size: 1.5rem
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j ul {
  list-style: none;
  list-style-type: none;
  text-align: start;
  margin: 15px 0
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  padding: .3rem 0
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j ul li img,.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j ul li svg {
  font-size: 1rem;
  margin-right: 4px
}

.styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j ul li:last-child {
  border-bottom: 2px solid #dfe0e2;
  padding-bottom: 16px
}

@media screen and (min-width: 1200px) {
  .styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j {
      font-size:.8rem
  }

  .styles_card_course__x84E9 .styles_limitContent__eOMHH .styles_dates__SWg8j ul li {
      padding-top: .5rem
  }
}

.styles_button__h6_rD {
  background-color: transparent;
  width: 100%;
  padding: 0
}

.styles_card_course__Eer7H {
  width: 100%;
  display: flex;
  background: #f7f9ff;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.3rem;
  padding: 10px 15px 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #fff
}

.styles_card_course__Eer7H small {
  font-weight: 700
}

.styles_card_course__Eer7H p {
  font-family: var(--font-title);
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700
}

.styles_card_course__Eer7H .styles_header__oFCO8 {
  min-height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 25px
}

.styles_card_course__Eer7H .styles_header__oFCO8 .styles_icon__VJ6Bv {
  position: relative;
  margin-right: 15px;
  width: 35px;
  height: 35px
}

.styles_card_course__Eer7H .styles_cost__NkelY {
  display: flex;
  align-items: top;
  position: relative
}

.styles_card_course__Eer7H .styles_cost__NkelY small {
  margin-right: 3px;
  font-size: 1rem
}

.styles_card_course__Eer7H .styles_cost__NkelY p {
  font-size: 1.5rem
}

.styles_card_course__Eer7H .styles_content__owHp1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  position: relative
}

.styles_card_course__Eer7H .styles_content__owHp1 ul {
  list-style: none;
  list-style-type: none
}

.styles_card_course__Eer7H .styles_content__owHp1 li {
  display: flex;
  align-items: center;
  padding: .25rem 0
}

.styles_card_course__Eer7H .styles_content__owHp1 img,.styles_card_course__Eer7H .styles_content__owHp1 svg {
  margin-right: 6px
}

@media screen and (min-width: 768px) {
  .styles_card_course__Eer7H {
      margin-bottom:0;
      min-height: 180px
  }
}

.styles_cornerRibbon__4iEfA {
  width: 100%;
  padding: 6px;
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  top: 0;
  left: 0;
  background: #e6eeff
}

.styles_cornerRibbon__4iEfA p {
  font-weight: 400;
  font-size: .875rem;
  line-height: 150%;
  color: var(--blue);
  text-transform: unset
}

.styles_button__wzqkL {
  background-color: transparent;
  padding: 0
}

.styles_card_course__5GeBP {
  width: 100%;
  min-height: 370px;
  background: #fff;
  color: var(--text-gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3rem;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #f1f2f4;
  box-shadow: 0 16px 40px rgba(0,0,0,.04);
  transition: all .4s;
  z-index: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

.styles_card_course__5GeBP small {
  font-weight: 700
}

.styles_card_course__5GeBP p {
  font-family: var(--font-title);
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700
}

.styles_card_course__5GeBP .styles_header__DsTFT {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 150px;
  margin-bottom: auto
}

.styles_card_course__5GeBP .styles_header__DsTFT .styles_icon__wvSZi {
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 10px
}

.styles_card_course__5GeBP .styles_cost__C8wzF {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-title)
}

.styles_card_course__5GeBP .styles_cost__C8wzF small {
  margin-right: 3px;
  font-size: 1rem
}

.styles_card_course__5GeBP .styles_cost__C8wzF div {
  font-size: 1.5rem
}

.styles_card_course__5GeBP .styles_dates__lIJzs ul {
  list-style: none;
  list-style-type: none;
  text-align: start;
  margin: 15px 0
}

.styles_card_course__5GeBP .styles_dates__lIJzs ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  padding: .3rem 0
}

.styles_card_course__5GeBP .styles_dates__lIJzs ul li img,.styles_card_course__5GeBP .styles_dates__lIJzs ul li svg {
  font-size: 1rem;
  margin-right: 4px
}

.styles_card_course__5GeBP .styles_dates__lIJzs ul li:last-child {
  border-bottom: 2px solid #dfe0e2;
  padding-bottom: 16px
}

@media screen and (min-width: 1200px) {
  .styles_card_course__5GeBP .styles_dates__lIJzs {
      font-size:.8rem
  }

  .styles_card_course__5GeBP .styles_dates__lIJzs ul li {
      padding-top: .5rem
  }
}
.styles_card_course__5GeBP:hover {
  transition: all .4s;
  border: 1px solid var(--blue)
}

.styles_cornerRibbon__MIjcm {
  width: 200px;
  padding: 6px;
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  left: -55px;
  top: 25px;
  transform: rotate(-45deg);
  background: rgba(0,59,178,.17)
}

.styles_cornerRibbon__MIjcm p {
  font-weight: 400;
  font-size: .8125rem;
  line-height: 150%;
  color: var(--blue);
  text-transform: unset
}

.styles_button__tmTQW {
  background-color: transparent;
  width: 100%;
  padding: 0
}

.styles_card_course__I0jWz {
  width: 100%;
  min-height: 270px;
  display: flex;
  background: #fff;
  color: var(--text-gray);
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.3rem;
  padding: 10px 15px 15px;
  border-radius: 8px;
  border: 1px solid #f1f2f4;
  box-shadow: 0 16px 40px rgba(0,0,0,.04);
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

.styles_card_course__I0jWz small {
  font-weight: 700;
  color: var(--text-body)
}

.styles_card_course__I0jWz p {
  font-family: var(--font-title);
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-gray)
}

.styles_card_course__I0jWz .styles_header__mpv7z {
  min-height: 70px;
  display: flex;
  align-items: center
}

.styles_card_course__I0jWz .styles_header__mpv7z[data-has-corner-ribbon=true] {
  margin-top: 25px
}

.styles_card_course__I0jWz .styles_header__mpv7z .styles_icon__KEyE5 {
  position: relative;
  margin-right: 15px;
  width: 35px;
  height: 35px
}

.styles_card_course__I0jWz .styles_cost__oHBfO {
  display: flex;
  align-items: top
}

.styles_card_course__I0jWz .styles_cost__oHBfO small {
  margin-right: 3px;
  font-size: 1rem
}

.styles_card_course__I0jWz .styles_cost__oHBfO p {
  font-size: 1.5rem
}

@media screen and (max-width: 350px) {
  .styles_card_course__I0jWz .styles_cost__oHBfO {
      flex-direction:column;
      align-items: flex-start
  }
}

.styles_card_course__I0jWz .styles_content__uX8bw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0
}

.styles_card_course__I0jWz .styles_content__uX8bw ul {
  list-style: none;
  list-style-type: none
}

.styles_card_course__I0jWz .styles_content__uX8bw li {
  display: flex;
  align-items: center;
  padding: .5rem 0;
  font-size: 16px
}

.styles_card_course__I0jWz .styles_content__uX8bw img,.styles_card_course__I0jWz .styles_content__uX8bw svg {
  margin-right: 6px
}

@media screen and (min-width: 768px) {
  .styles_card_course__I0jWz {
      margin-bottom:0;
      min-height: 180px
  }
}

.styles_cornerRibbon__Wt86O {
  width: 100%;
  padding: 6px;
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  top: 0;
  left: 0;
  background: rgba(0,59,178,.17)
}

.styles_cornerRibbon__Wt86O p {
  font-weight: 400;
  font-size: .875rem;
  line-height: 150%;
  color: var(--blue);
  text-transform: unset
}

section.styles_courses_home__53Y2B {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
  background: #fff
}

@media screen and (min-width: 1024px) {
  section.styles_courses_home__53Y2B {
      padding-bottom:6rem
  }
}

.styles_headline_courses__Iqy16 {
  width: 100%;
  color: var(--text-body);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem
}

.styles_modality_courses__cvSD_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.styles_modality_courses__cvSD_ h2 {
  font-size: 1.8rem;
  font-weight: 400
}

.styles_modality_courses__cvSD_ p {
  font-size: 1.3rem
}

@media screen and (min-width: 768px) {
  .styles_modality_courses__cvSD_ h2 {
      font-size:2rem
  }
}

.styles_newCourse__K_lLW {
  margin: 20px 0 40px
}

.styles_display_courses__xmuIE {
  width: 100%;
  overflow: hidden
}

@media screen and (min-width: 768px) {
  .styles_display_courses__xmuIE {
      display:grid;
      grid-template-columns: repeat(2,1fr);
      grid-auto-rows: auto;
      grid-gap: 1rem;
      gap: 1rem;
      padding-bottom: 3rem
  }
}

@media screen and (min-width: 1024px) {
  .styles_display_courses__xmuIE {
      display:grid;
      grid-template-columns: repeat(3,1fr);
      grid-gap: 1.5rem;
      gap: 1.5rem
  }
}

@media screen and (min-width: 1320px) {
  .styles_display_courses__xmuIE {
      display:grid;
      grid-template-columns: repeat(4,1fr);
      grid-gap: 1.5rem;
      gap: 1.5rem
  }
}

.styles_content__0wE3r {
  text-align: center;
  color: var(--text-body)
}

.styles_content__0wE3r a:hover {
  text-decoration: underline
}


.styles_container__LqHYv {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 540px;
  position: relative;

}

@media screen and (min-width: 768px) {
  .styles_container__LqHYv {
      max-width:720px
  }
}

@media screen and (min-width: 992px) {
  .styles_container__LqHYv {
      max-width:960px
  }
}

@media screen and (min-width: 1200px) {
  .styles_container__LqHYv {
      max-width:1140px
  }
}

@media screen and (min-width: 1320px) {
  .styles_container__LqHYv {
      max-width:1320px
  }
}

.styles_section_about__bvs11 {
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 0
}

@media screen and (min-width: 768px) {
  .styles_section_about__bvs11 {
      min-height:45vh
  }
}

@media screen and (min-width: 1024px) {
  .styles_section_about__bvs11 {
      min-height:35vh;
      background-position: top
  }
}

@media screen and (min-width: 1200px) {
  .styles_section_about__bvs11 {
      height:90vh
  }
}

@media screen and (min-width: 1900px) {
  .styles_section_about__bvs11 {
      height:80vh
  }
}

.styles_bgImg__PnmNz img {
  object-position: top;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}

.styles_card__8WGnl {
  max-width: 300px;
  color: #fff;
  padding: 30px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  position: relative
}

.styles_card__8WGnl:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #5da2dc;
  mix-blend-mode: multiply;
  border-radius: 5px
}

.styles_card__8WGnl .styles_content__fBd_7 {
  position: absolute
}

.styles_card__8WGnl .styles_content__fBd_7 header {
  margin-bottom: 1rem
}

.styles_card__8WGnl .styles_content__fBd_7 header h2 {
  font-weight: 400
}

.styles_card__8WGnl .styles_content__fBd_7 main p {
  font-size: 1.1rem;
  margin-bottom: 2.3rem
}

.styles_card__8WGnl .styles_content__fBd_7 main a {
  background: #fff;
  color: #5da2dc;
  font-family: var(--font-title);
  padding: 10px 15px;
  border-radius: 5px;
  transition: all .2s;
  font-size: 14px
}

.styles_card__8WGnl .styles_content__fBd_7 main a:hover {
  transition: all .2s;
  filter: brightness(.9)
}

@media screen and (min-width: 768px) {
  .styles_card__8WGnl {
      margin-left:0
  }

  .styles_card__8WGnl .styles_content__fBd_7 main p {
      margin-bottom: 3rem
  }
}

@media screen and (min-width: 1024px) {
  .styles_card__8WGnl {
      max-width:330px
  }

  .styles_card__8WGnl .styles_content__fBd_7 header {
      font-size: 1.2rem
  }
}

@media screen and (min-width: 1200px) {
  .styles_card__8WGnl {
      max-width:360px;
      min-height: 100vh
  }

  .styles_card__8WGnl .styles_content__fBd_7 header {
      padding-top: 5rem
  }

  .styles_card__8WGnl .styles_content__fBd_7 main a {
      padding: 10px
  }
}


section.styles_parallax_section__OFQJo {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 30vh
}

.styles_banner__PALj6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;

  position: relative;
}

.styles_banner__PALj6 img {
  object-fit: cover;
}

.styles_parallax__OGi_Q {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%
}

.styles_parallax__OGi_Q:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #5da2dc;

  mix-blend-mode: multiply
}

.styles_text__nH3x_ {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  z-index: 10;
  font-family: var(--font-title)
}

@media screen and (min-width: 768px) {
  .styles_text__nH3x_ span:last-child {
      padding-left:15rem
  }
}

@media screen and (min-width: 1200px) {
  .styles_text__nH3x_ {
      font-size:2.5rem;
      line-height: 3rem
  }
}

.newsletter-area-2 {
    /* padding-top: 160px;
    padding-bottom: 160px; */
    position: relative;
    z-index: 8;
}
.newsletter-wrapper {
    padding: 40px 70px 40px;
}

.btn,.appointment-btn,.btn-cta-nano-cvs,.btn-wrap {
    border: none !important;
    border-radius: 0 !important;
}
.more-post {
    /* position: absolute; */
    padding-top: 20px;
    /* right: 13px; */
    font-weight: 600;
    font-size: 18px;
    color: #5da2dc;
    float: right !important;
    text-align: right;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
    margin-top: 40px;
  }

  .contact .info-item i {
    font-size: 20px;

    color: #000;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }

  .contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
  }

  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(14, 29, 52, 0.8);
  }

  .contact .php-email-form {
    width: 100%;
    background: #fff;
  }

  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }

  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }

  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }

  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }

  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
  }

  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
  }

  .contact .php-email-form input {
    height: 44px;
  }

  .contact .php-email-form textarea {
    padding: 10px 12px;
  }

  .contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }

  .contact .php-email-form button[type=submit]:hover {
    background: rgba(13, 66, 255, 0.8);
  }

  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
/*--------------------------------------------------------------
# Diversos
--------------------------------------------------------------*/
ul .cursos {
    padding: 0;
    list-style: none;
    padding-left: 30px;
    color: #444444;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
}
.advanced{

    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}


.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active


 {
    color: #fff;
    background-color: #5da2dc !important;
    border-color: #5da2dc !important;
    box-shadow: none;
}


.advanced{

    color: #5da2dc !important;
}

.form-control:focus{
    box-shadow: none;
    border: 1px solid #5da2dc;


}
.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    /* padding: 10px 0; */
    text-align: center;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); /* Adding shadow */
    z-index: 100;
  }
.prices-bar{
    background-color: #f8f9fa;
    /* padding: 10px 0; */
    text-align: center;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); /* Adding shadow */
    z-index: 100;
}
  .accordion-button:not(.collapsed) {
    background-color: #5da2dc;
    color: #fff;
}
#curso_del .card-body {
    height: 396px;
    /* background: #f7f9ff; */
}
.h2-couse{
    height: 72px;
}
/* styles.css */
.navbar-scrolled {
    background-color: #333; /* Change this to your desired color */
    transition: background-color 0.3s ease-in-out;
}
ul.cursos {
    list-style: none;
    text-align: left;
}

.accordion-item {
    margin-top: 10px;
}
.btn-primary-1 {
    background: #fff !important;
    border: 1px solid #5da2dc !important;
    color: #000;
}
