/* html{
    scroll-behavior: smooth;
} */

  /* FFC857 amarillo
  19323C azul */

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

/*background 2 */
.background-course {
  background-image: url(https://images.unsplash.com/photo-1588993986550-6ae221c7146e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* backdrop-filter: blur(12px); */
  height: 55rem;
  filter: blur(9px);
  -webkit-filter: blur(9px);
}

@media screen and (max-width: 989px) {
  .background-course {
    height: 88rem;
  }
}

@media screen and (max-width: 490px){
  .background-course {
      height: 100rem;
  }
}
@media screen and (max-width: 360px){
  .background-course {
      height: 110rem;
  }
}

/* nav-bar */
.topnav {
  overflow:overlay ;
  background-color: transparent;
  vertical-align: middle;
  z-index: 1000;
}

#header-nav {
  position:fixed;
  width:100%; 
  z-index:1000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}

.topnav a:hover {
  border-bottom: 3px solid #123b5b;
}

.topnav a.active {
  border-bottom: 3px solid #123b5b;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:last-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: inline-flex;
    position: absolute;
    right: 100px;
    top: 25px;
  }
}

@media screen and (max-width: 600px) {
  /* .topnav.responsive {position: relative;} */
  /* .topnav.responsive .icon {
    position: absolute;
    display: inline-flex;
    top: 20px;
  } */
  .topnav.responsive a {
    /* float: none; */
    display: block;
    /* text-align: left; */
  }
  button.btn.btn--pro.btn--hover-shine.active {
      position: fixed;
      top: 3%;
      left: 80%;
  }
}

/*inicio */
#img-proorder-inc img {
  width:15rem;
  position: absolute;
}

.ml15 {
  font-weight: 800;
  font-size: 2.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

.ml15 .word {
  display: inline-block;
  line-height: 1em;
  color:white;
}
#titinicio{
  position:absolute;
  /* top:30rem; */
  top: 17rem;
}

@media screen and (max-width: 600px) {
  #titinicio{
  position:absolute;
  /* top:15rem; */
  top:13rem;
  text-align: -webkit-center;
  }
  .ml15 {
  font-weight: 800;
  font-size: 1.95em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  }
  #img-proorder-inc img {
    width:10rem;
  }
}
@media screen and (max-width: 450px) {
  .ml15 {
    font-weight: 800;
    font-size: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 372px) {
  .ml15 {
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
  }
}
.btn--pro {
  color: #ffffff;
  background-color: #27395c;
  
}

.btn--pro:hover {
  color: #fff;
  background-color: #1a263d;
  border: 2px solid #ffffff;
}

.btn--pro.btn-hover-shine {
  background-color: #27395c;
  border: 2px solid #ffffff;
}
.mt--5{
  margin-top:5rem!important;
}

/* progress-bar */
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: white;
  }
  .progress-container {
    width: 100%;
    height: 5px;
    /* background: #ccc; */
  }
  
  .progress-bar {
    height: 5px;
    background: #123b5b;
    width: 0%;
  }

/*/////////////////////////////// 
           Aurthor
///////////////////////////////*/
#equipup{
  /* padding: 100px; */
  height: -webkit-fill-available;
  /* background-color: #19323C; */
  border-radius: 20%;
  border:solid 5px #19323C ;
  
}
.row.spacing-bottom {
  margin-top:12%;
}
  
@media screen and (max-width: 760px) {
  .aurthor-section{
    /* padding: 100px; */
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
    height: auto!important;
    /* background-color: #19323C!important; */
    overflow-x: hidden;
    border:solid 5px #19323C ;
    
    
  }
  .row.spacing-bottom {
    margin-top:0;
  }
}
.aurthor-section {
  overflow: hidden;
    /* padding-top: 70px; */
  }
  
  @media (min-width: 768px) {
    .aurthor-section {
      /* padding-top: 140px; */
    }
  }
  
  .aurthor-image {
    position: relative;
  }
  
  .aurthor-image img, video {
    width: 100%;
  }
  
  /* .aurthor-image:after {
    position: absolute;
    content: "";
    top: -16%;
    left: 0;
    height: 136%;
    width: 100%;
    z-index: -1;
    background-image: url(../img/aurthor-bg-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
  } */
  
  @media (min-width: 768px) {
    .aurthor-image:after {
      left: -23px;
    }
  }
  
  @media (min-width: 992px) {
    .aurthor-image:after {
      left: -40px;
    }
  }

  .aurthor-content {
    margin-top: 45px;
  }
  
  @media (min-width: 768px) {
    .aurthor-content {
      margin-top: 0;
    }
  }
  
  @media (min-width: 992px) {
    .aurthor-content {
      margin-top: 60px;
    }
  }
  
  .aurthor-content .account {
    color: #4ebe86;
    font-family: "Karla", sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  
  @media (min-width: 992px) {
    .aurthor-content .account {
      margin-bottom: 35px;
    }
  }
  
  .aurthor-content h2 {
    color: #FFC857;
    font-family: 'Work Sans', sans-serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -3.02px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  
  @media (min-width: 480px) {
    .aurthor-content h2 {
      letter-spacing: -2.02px;
      font-size: 45px;
      line-height: 50px;
    }
  }
  
  @media (min-width: 768px) {
    .aurthor-content h2 {
      letter-spacing: -1.02px;
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 10px;
    }
  }
  
  @media (min-width: 992px) {
    .aurthor-content h2 {
      margin-bottom: 27px;
      font-size: 48px;
      letter-spacing: -2.02px;
      line-height: 54px;
    }
  }
  
  .aurthor-content p {
    /* color: #FFEDDF; */
    font-family: 'Patua One', cursive;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 25px;
  }
  
  @media (min-width: 480px) {
    .aurthor-content p {
      font-size: 22px;
      line-height: 30px;
    }
  }
  
  @media (min-width: 576px) {
    .aurthor-content p {
      /* padding-right: 56px; */
    }
  }
  
  @media (min-width: 768px) {
    .aurthor-content p {
      font-size: 22px;
      line-height: 30px;
      padding-right: 0;
    }
  }
  
  @media (min-width: 992px) {
    .aurthor-content p {
      font-size: 21px;
      line-height: 36px;
      /* padding-right: 17px; */
    }
  }
  
  @media (min-width: 1200px) {
    .aurthor-content p {
      /* padding-right: 107px; */
    }
  }


/*/////////////////////////////// 
           Course section
///////////////////////////////*/
.course-section {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .course-section {
    padding-top: 50px;
  }
}

.course-shape-3 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.course-accordion .acc-toggle {
  height: 40px;
  border: 0;
}

.course-accordion .acc-toggle:hover, .course-accordion .acc-toggle:focus {
  border: 0;
  outline: none;
  text-decoration: none;
}

.course-accordion .course-card {
  /* margin-bottom: 15px; */
  margin: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(37, 41, 39, 0.03);
          box-shadow: 0 2px 4px rgba(37, 41, 39, 0.03);
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
@media (max-width: 1000px) {
  .course-accordion .course-card {
    /* margin-bottom: 15px; */
    margin: 15px;
    top: 0px!important;
    -webkit-box-shadow: 0 2px 4px rgba(37, 41, 39, 0.03);
            box-shadow: 0 2px 4px rgba(37, 41, 39, 0.03);
    border-radius: 10px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  }
}

/* .course-accordion .course-card:last-child {
  margin-bottom: 0;
} */

.course-accordion .course-card .card-header {
  padding: 30px;
  background: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}

.course-accordion .course-card .card-header .acc-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .course-accordion .course-card .card-header .acc-left-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.course-accordion .course-card .card-header .acc-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

@media (min-width: 576px) {
  .course-accordion .course-card .card-header .acc-right-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .course-accordion .course-card .card-header .acc-right-content {
    margin-top: 0px;
  }
}

.course-accordion .course-card .card-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
}

.course-accordion .course-card .acc-icon {
  min-width: 70px;
  min-height: 70px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .course-accordion .course-card .acc-icon {
    /* margin-bottom: 0; */
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .course-accordion .course-card .acc-head-contents {
    padding-left: 27px;
  }
}

.course-accordion .course-card .acc-head-contents h3 {
  font-family: "Work Sans", sans-serif;
    color: #000000;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -1.26px;
    line-height: 50px;
    margin-top: 8rem;
}

.course-accordion .course-card .acc-head-contents p {
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 28px;
}

.course-accordion .course-card .acc-head-contents p:last-child {
  margin-bottom: 0;
}

.course-accordion .course-card .acc-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.course-accordion .course-card .acc-toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  color: #878b90;
}

.course-accordion .course-card .acc-toggle.collapsed i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.course-accordion .course-card .course-length-badge {
  border-radius: 5px;
  background-color: #4ebe86;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course-accordion .course-card .course-length-badge span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.35px;
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  color: #fff;
}

.course-accordion .course-card .course-length-badge span:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.course-accordion .course-card .course-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .course-accordion .course-card .course-inline-list {
    padding-left: 98px;
  }
}

.course-accordion .course-card .course-inline-list li {
  margin-right: 40px;
}

.course-accordion .course-card .course-inline-list li i {
  min-height: 22px;
  min-width: 22px;
  background: #ddf7ea;
  color: #4ebe86;
  border-radius: 500px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.course-accordion .course-card .course-inline-list li a {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 32px;
}

.course-accordion .course-card .course-inline-list li:last-child {
  margin-right: 0;
}

#course-section-2 {
  position: absolute;
    top: 4%;
    left: 0%;
    /* transform: translate(0%, -50%); */
    width: 100%;
    padding: 0px;
    z-index: 2;
    text-align: center;
}
.section-title h2{
  font-family: "Work Sans", sans-serif;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .20px;
    line-height: 45px;
    text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}

@media screen and (max-width: 600px) {
  .section-title h2{
    font-family: "Work Sans", sans-serif;
      color: #fff;
      font-size: 32px;
      font-weight: 600;
      letter-spacing: .20px;
      line-height: 40px;
      text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
  }
}
@media screen and (max-width: 770px) {
  .section-title img{
    width:8.5rem;
  }
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 2rem;
    color:  #27395c;
}
.slick-prev:focus, .slick-prev.focus {
  outline: 0;
  box-shadow:none!important;
}
.slick-next:focus, .slick-next.focus {
  outline: 0;
  box-shadow:none!important;
}
.slick-arrow{
  padding: 0px;
}

/*  */
.testimonial-slider-wrapper h3 {
  font-family: 'Patua One', cursive;
    color: #000000;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -1.26px;
    line-height: 50px;
}

/* SECTION PRODUCT */
.img-prod{
  border-radius: 25px !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.2) !important;
    /* width:25rem; */
    width:inherit;
}
@media screen and (max-width: 600px) {
  .img-prod{
    border-radius: 25px !important;
      box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.2) !important;
      width:16rem;
  }
}
.btn--prod{
  border-radius: 3rem !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.2) !important;
    cursor: pointer;
    padding: .375rem .375rem;
    width:inherit;
    background-color: #00205f;
}
.btn--prod.focus, .btn--prod:focus,  .btn--prod:hover{
  background-color: #bedeff;
}

/* FOOTER SECTION */
.title_footer h3 {
  font-family: 'Patua One', cursive;
    color: #000000;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -1.26px;
    line-height: 50px;
}

#message{
  width: 100%;
  padding: 15px 17px;
  border-radius: 20px;
  background-color: #e9ecef;
  border: none;
  outline: none;
}
input:focus, textarea:focus {
  background-color: #fff!important;
  box-shadow: 0 0 0 0.2rem rgb(18 59 91);
  
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(18 59 91);
}
.form-control {
  background-color: #e9ecef;
}
/* BENEFICIOS SECTION */
.beneficios_sec h3 {
  font-family: 'Patua One', cursive;
    color: #000000;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -1.26px;
    line-height: 50px;
}

/* DONA SECTION */
.cuarto_dona{
  content: '';
  cursor: pointer;
  width: 13rem;
  height: 13rem;
  border: 80px solid rgb(85 87 90);
}

#cuarto_dona_1{

  border-bottom: none;
  border-right: none;
  border-top-left-radius: 250px;
  float: right;

}
#cuarto_dona_2{
  
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 250px;

}
#cuarto_dona_3{
  
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 250px;
  float: right;

}
#cuarto_dona_4{
  
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 250px;

}
li#cuarto_dona_1:hover, li#cuarto_dona_1.active {
  border: 80px solid rgb(19 83 138);
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 250px;
}
li#cuarto_dona_2:hover, li#cuarto_dona_2.active {
  border: 80px solid rgb(19 83 138);
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 250px;
}
li#cuarto_dona_3:hover, li#cuarto_dona_3.active {
  border: 80px solid rgb(19 83 138);
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 250px;
}
li#cuarto_dona_4:hover, li#cuarto_dona_4.active {
  border: 80px solid rgb(19 83 138);
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 250px;
}

.title_dona_1{
  color:white;
  transform: rotate(-50deg); 
  position:relative;
  top: -1rem;
  left: -3rem;
}
.title_dona_2{
  color:white;
  transform: rotate(50deg); 
  position:relative;
  top: 1rem;
  left: 4rem;
}
.title_dona_3{
  color:white;
  transform: rotate(50deg);
  position: relative;
  top: 6rem;
  left: -3rem;
}
.title_dona_4{
  color:white;
  transform: rotate(-50deg);
  position: relative;
  top: 5rem;
  left: 3rem;
  width: 120%;

}
.list{
  list-style: circle;
}
.text_dona ul {
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  font-size: 20px;
}
.text_dona{
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .text_dona ul {
    border-radius: 10px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    font-size: 16px;
  }
  #cuarto_dona_1{
  
    content: '';
    width: 10rem;
    height: 10rem;
    border: 80px solid rgb(85 87 90);
    border-bottom: none;
    border-right: none;
    border-top-left-radius: 200px;
    float: right;
  
  }
  #cuarto_dona_2{
    
    content: '';
    width: 10rem;
    height: 10rem;
    border: 80px solid rgb(85 87 90);
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 200px;
    float: none!important;
  
  }
  #cuarto_dona_3{
    
    content: '';
    width: 10rem;
    height: 10rem;
    border: 80px solid rgb(85 87 90);
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 200px;
    float: right;
  
  }
  #cuarto_dona_4{
    
    content: '';
    width: 10rem;
    height: 10rem;
    border: 80px solid rgb(85 87 90);
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 200px;
    float: none!important;

  
  }
  .title_dona_1{
    color:white;
    transform: rotate(-50deg); 
    position:relative;
    top: -2rem;
    left: -3rem;
    width: 150%;
  }
  .title_dona_2{
    color:white;
    transform: rotate(50deg);
    position: relative;
    top: 0rem;
    left: 2rem;
    width: 150%;
  }
  .title_dona_3{
    color:white;
    transform: rotate(50deg);
    position: relative;
    top: 4rem;
    left: -4rem;
    width: 150%;

  }
  .title_dona_4{
    color:white;
    transform: rotate(-50deg);
    position: relative;
    top: 3rem;
    left: 1rem;
    width: 200%;
  }
}
.float--none{
  float:none!important;
  animation-duration: 1s;
  animation-name: slidein;
}
.float--right{
  float:right!important;
  animation-duration: 1s;
  animation-name: slideinr;
}
.rfloat--none{
  float:none!important;
  animation-duration: 1s;
  animation-name: rslidein;
}
.rfloat--right{
  float:right!important;
  animation-duration: 1s;
  animation-name: rslideinr;
}


@keyframes slidein {
  from {
    margin-left: 50%;
  }

  to {
    margin-left: 0%;
  }
}
@keyframes slideinr {
  from {
    margin-right: 50%;
  }

  to {
    margin-right: 0%;
  }
}
@keyframes rslidein {
  from {
    margin-left: 50%;
  }

  to {
    margin-left: 0%;
  }
}
@keyframes rslideinr {
  from {
    margin-right: 50%;
  }

  to {
    margin-right: 0%;
  }
}

#img-mobile{
  display:none; 
  position:absolute; 
  top:35rem;
}
#img_inicio{
  display:flex;
  position:absolute; 

}
#laptop{
  top: 8rem;
}
#computadora{
  bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  #img-mobile{
    display: flex;
  }
  #img_inicio{
    display:none;
  }
}
@media screen and (max-width: 800px) {
  #img-mobile{
    display: flex;
    
  }
  #laptop{
    display: none;
  }
  
}
@media screen and (max-width: 600px) {
  #img-mobile{
    top:27rem;    
  }
  
}