     /** INICIO HERO **/
        .hero-wrapper {
          background-image: url(../img/background/black-luxury-jeep-driving-highway.webp);
          background-position: center center; 
          background-repeat: no-repeat;
          background-size: cover;
          max-height: 675px;
          font-family: Poppins, sans-serif;
          position: relative;
        }

        .permiso-am,.permiso-a1-a2{
            background-image: url(../img/background/moto.webp)!important;
        }

        .permiso-c1-c,.permiso-e, .adr-basico, .competencia-mer{
            background-image: url(../img/background/camion.webp)!important;
        }

        .permiso-d1-d, .cap-viajeros{
            background-image: url(../img/background/view-city-with-motion-effect.webp)!important;
        }

        .permiso-b-e, .cap-mercancias{
            background-image: url(../img/background/furgoneta-con-remolque.webp)!important;
        }

        .adr-cisternas{
            background-image: url(../img/background/camion-cisterna.webp)!important;
        }

        

        

        .hero-wrapper::before {
          background-color: #000000;
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          opacity: 0.6;
          top: 0;
          left: 0;
        }

        .hero-container {
          width: 100%;
          padding-top: 174px;
          max-width: 1140px;
          position: relative;
          z-index: 2;
        }

        .hero-inner {
          display: flex;
        }

        .hero-image {
          width: 33.3333%;
        }

        .hero-img {
          width: 100%;
        }

        .hero-text {
          width: 100%;
        }

        @media (min-width: 860px) {
          .hero-text {
            width: 50%;
          }
        }

        @media (min-width: 650px) {
          .hero-text {
            margin-left: 50px;
          }
        }

        @media (max-width: 650px) {
          .hero-img {
            display: none;
          }
          .hero-image {
            width: 5%;
          }
        }

        .hero-subtitle {
          color: #EE730A;
          font-size: 1rem;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-bottom: 9px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;
        }

        .hero-title {
          color: #FFFFFF;
          font-size: 50px;
          font-weight: 800;
          line-height: 67px;
          letter-spacing: 0.6px;
        }
        /** FIN HERO**/

        /**INICIO COURSE SECTION**/
         @media (min-width: 1000px) {
            .course-section{
                padding-left:10%;
                padding-right:10%;
            }
        }
        @media (max-width: 1000px) {
            .course-section{
                padding-left:30px;
                padding-right:30px;
            }
        }
        .course-section{
            text-align: center;
        }
        .course-section h2{
            color: #EE730A;
            font-size: 17px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            margin-bottom: 13px;
            
            margin-top: 50px;
        }
        .course-section h3{
            color: #000000;
            font-family: "Poppins", Sans-serif;
            font-size: 36px;
            line-height: 52px;
            margin-bottom: 0px;
            font-weight: 600;
        }
        .course-description{
            color: #000000;
            font-size: 18px;
            margin-top:30px;
            line-height: 39px;
        }

        .feature-icon{
            height: 100px;
            width: 100px;
            font-size: 40px;
            border-radius: 100px;
            color: #ee730a;
            background-color: #1a1c23;
            margin: 0 auto 24px auto;
                position: relative;
        }
        .feature-icon:hover{
            background-color: #ee730a;
            color: #fff;
        }

        .feature-icon i {
            position: absolute;
            top: 20px;
            left: 30px;
        }

        .course-features{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px; 
            justify-content: center;
            max-width: 100%;
        }

        @media (max-width: 550px) {
            .course-features{
                grid-template-columns: repeat(1, 1fr);
            }
        }
        @media (min-width: 550px) and (max-width: 900px) {
            .course-features{
                grid-template-columns: repeat(2, 1fr);
            }
        }
        .feature-step{
            height: 30px;
            width: 30px;
            line-height: 30px;
            border-radius: 30px;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            background-color: #ee730a;
            position: absolute;
            bottom: 12px;
            left: -12px;
        }

        .feature-icon:hover .feature-step{
            background-color: #fff;
            color: #000;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }


        .feature-step-top {
            bottom: auto;
            top: 6px;
            left: -10px;
        }
        .feature-card h3{
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 600;
            color: black;
        }

        .course-purchase{
            background-image: url(../img/background/woman-with-headset-video-call-laptop.webp);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 44px 40px 55px 40px;
            margin-top: 18px;
            margin-bottom: 18px;
            border-radius: 3px 3px 3px 3px;
            width: 100%;
            position: relative;
            text-align: left;
        }
        .purchase-background-overlay{
            border-radius: 3px 3px 3px 3px;
            background-color: #1B1B1B;
            opacity: 0.58;
            transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
            inset: 0;
            position: absolute;

        }
        .course-container{
            position: relative;
        }
        .course-container h4{
            font-size: 30px;
            line-height: 38px;
            color: #FFFFFF;
            font-weight: 600;
            margin-bottom: 39px;
        }


        .btn-purchase{
            background-image: none;
            background-color: #ee730a;
            border-color: #ee730a;
        
            padding: 15px 58px 15px 58px;
            border-radius: 3px 3px 3px 3px;
            font-family: "Poppins", Sans-serif;
            font-size: 17px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 58px;
            letter-spacing: 1.2px;
            color: #fff;
        }
        .btn-purchase:hover{
            background-color: #fff;
            color: #1a1c23!important;
        }
        /**FIN COURSE SECTION**/

    /*INICIO PREGUNTAS FRECUENTES*/
    .faq-section{
        background-color: #0F1111;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top:40px;
        display: flex;
        margin-bottom: 40px;
    }
    .faq-container{
        padding: 15px;
        max-width: 1200px;
        width: 100%;
        display: flex;
        margin-left: auto;
        margin-right: auto;

    }

    @media (max-width: 850px) {
        .faq-container{
            display: grid;
        }
        .faq-column-left,.faq-column-right {
            width: 100%!important;
        }
        .faq-accordion {
            margin-right: auto!important;
        }

    }

    .faq-subtitle{
        color: #EE730A;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        margin-bottom: 4px;
        margin-top:40px;
    }
    .faq-column-left{
        width: 50%;
        padding: 15px;
    }
    .faq-column-left h3{
        color: #FFFFFF;
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 44px;
    }
    .faq-column-right{
        width: 50%;
        padding: 15px;
        position: relative;
        align-items: center;
        display: flex;
    }
    .faq-container img{
        width: 100%;
  
    }
    .faq-video-btn{
        height: 76px;
        width: 76px;
        background-image: none;
        background-color: rgb(238, 115, 10);
        font-size: 26px;
       
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
        border-radius: 100%;
    }
    .faq-video-btn:before{
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(238, 115, 10, 0.8);;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        z-index: -1;
    }

   .faq-video-btn:hover:before,.faq-video-btn:focus:before {

      animation-play-state: paused;

    }
    .faq-video-btn i {
         font-weight: 900!important;
         position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .faq-video-btn:hover, .faq-video-btn:focus{
        color: #fff!important;
    }

    @keyframes pulse-border {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(1.5);
            opacity: 0;
        }
    }    
    
    .faq-accordion{
        margin-right: 40px;
        display: grid;
        gap: 15px;
    }
    .faq-item{
        border: 1px solid #363636;
        background-color: #1a1c23;
    }

    .faq-item-header{
        font-weight: 300;
        letter-spacing: 1px;
        padding: 0px;

    }

    .faq-question,.faq-question:hover,.faq-question:focus{
        font-size: 18px;
        color: rgb(255, 255, 255)!important;  
        cursor: pointer; 
        width: 100%;
        display: block;
        padding: 8px 6px 8px 0px;
        justify-content: space-between;
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    .faq-question .indicator{
        margin-right: 10px;
        margin-top: 5px;
        color: rgb(238, 115, 10);
        font-weight: 900;

    }

    .faq-answer{
        color: rgb(204, 204, 204);
        font-size: 18px;
        line-height: 1.444;
        margin-bottom: 24px;
        padding: 0px 30px;
    }

    .indicator {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .indicator.ti-minus {
        transform: rotate(180deg);
    }

    .indicator.ti-plus {
        transform: rotate(0deg);
    }

    .faq-question-text{
        position: relative;
        padding-left:30px;
        padding-right:40px;
    }
    .faq-icon{
        float: right;

    }
    /*FIN PREGUNTAS FRECUENTES*/

    /** INICIO PLAN COMPRA */
    .plan-card{
        box-shadow: 0 15px 40px rgba(22, 22, 22, .11);
        padding: 35px 30px 40px 30px;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 40px;
        margin-top:40px;
        text-align: center;
        max-width: 900px;
        justify-self: anchor-center;
    }

    .plan-price {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 33px;
    font-weight: 700;
    color: #0a0a0a;
    display: inline-flex;
    justify-content: center;
    }
.plan-price:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 6px 19px rgba(0, 0, 0, .06);
    z-index: -1;
     background-color: #fff;
    transition: all 0.25s cubic-bezier(.645,.045,.355,1);
}
.plan-price cite {
    font-size: 18px;
    font-style: normal;
    position: relative;
    top: 4px;
}
.plan-price span {
    position: absolute;
    right: -34px;
    line-height: 58px;
    font-size: 22px;
    padding-right: 10px;
}

.plan-price span:before {
    content: '';
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 58px;
    background-color: #fff;
    transition: all 0.25s cubic-bezier(.645,.045,.355,1);
}

.plan-card:hover .plan-price:before, .plan-card:hover .plan-price span:before {
    box-shadow: none;
    background-color: #ee730a;
}
.plan-card:hover .plan-price {
    color: #fff;
}

.plan-features {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #000;
    margin-top:20px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.plan-features li+li {
    margin-top: 10px;
}
.button-black{
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: .1em;
    text-transform: uppercase;    
}
.button-black a{
    color:  white!important;
    padding:    10px 20px 10px 20px;
    background-color: #000;
}

.button-black a:hover {
    background-color: #ee730a;
    color: #fff;
}
/** FIN PLAN COMPRA */


/**INICIO BLOQUE VIDEO**/
.highlight-block{
    background-color: white;
    text-align: center;
    padding: 40px;
    margin-bottom:  40px;
    
}

.highlight-block h3{
    color: #EE730A;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 13px;
}

.highlight-block h4{
    color: #000000;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 30px;
}
.highlight-video {
    position:   relative;
}
.highlight-video img {
    max-width: 1100px;
}
/**FIN BLOQUE VIDEO**/