.numberCircle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color:white;
    background:#3498db;
    margin: 0 auto;
    z-index: 1;
    transform: translateY(-110%);
    line-height: 40px;
}
ul{
    list-style: none;
}
ul.liststeps li::before {
/* \2022 is the CSS Code/unicode for a disc */
    content: "\2022";
    color: #30A5BF;
    display: inline-block;
    width: 1em;
    font-weight: bold;
    font-size:1.1rem;
}
.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #17a2b8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 24px;
}
.feature-item {
    margin-bottom: 20px;
    display: flex;
}
.feature-text {
    margin-left: 15px;
    max-width: 230px;
}
.feature-text h2 {
    font-size: 18px;
    font-weight: bold;
}
.oferta-icon {
    width: 50px;
    height: 50px;
    background-color: #17a2b8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    min-width: 50px;
    margin-top: 10px;
}
.oferta-item {
    margin-bottom: 20px;
    display: flex;

}
.oferta-text {
    margin-left: 15px;
    margin-top: 20px;
}
.oferta-text h2 {
    font-size: 18px;
    font-weight: bold;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.video-thumbnail {
    width: 100%;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
}
.youtube-video {
    display: none;
    width: 100%;
}
.team-member {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 200px; /* Ajusta el tamaño según tus necesidades */
    height: 200px; /* Ajusta el tamaño según tus necesidades */
    margin: 0 auto 20px; /* Centra el elemento */
}
.team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen cubra todo el área */
    border-radius: 50%;
    transition: transform 0.5s;
}
.team-member:hover img {
    transform: scale(1.1);
}
.team-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
}
.team-info h4 {
    font-size: 1.1rem
}
.team-member:hover .team-info {
    opacity: 1;
}
.cta-section {
    background-color: #006f91;
    color: white;
    padding: 50px 0;
    text-align: center;
}
.cta-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.cta-section .btn {
    margin: 10px;
    padding: 15px 30px;
    border-radius: 25px;
}
.icon {
    display: inline-block;
    margin-top: 30px;
}
.icon img {
    max-width: 100px;
}
.image-title3{
    width: 320px;
    height: 320px;
    position: absolute;
    bottom: 115px;
    right: 320px;
}
.image-title2{
    width: auto;
    height: 130px;
    position: absolute;
    bottom: 181px;
    right: 41px;
}
li.item1 {
    position: relative;
    list-style-type:none;
    margin: 0 0 20px 0;
}
li.item1::before {
    content: "";
    background-image: url('{{ asset('landingpage/icon_li.png') }}');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 25px;
    height: 26px;
    left: -40px;
    top: 2px;
}
li.item2 {
    margin: 0 0 20px 0;
}
li.item2::before {
    content: "•"; 
    color: #30a5bf
}
.overflow-image {
    position: absolute;
    top: -20px; /* Ajustar según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    width: 150px; /* Ajustar según sea necesario */
    height: auto;
    z-index: 1; /* Asegura que la imagen esté por encima de otros elementos */
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 5px;
}
.card {
    height: auto;
}
.displayt-1 {
    font-size: 100px !important; 
    line-height: 135px !important;  
    font-weight: bold !important;
}
.displayt-2 {
    font-size: 80px !important; 
}
.image-title {
    display: block !important;
}
.image-title3-desc {
    display: block !important;
}
.title_curriculum {
    color: #0d2b3f !important; 
    font-size: 78px !important; 
    line-height: 89px !important; 
    font-weight: bold !important;
}
.title_academy {
    font-size: 65px !important; 
    line-height: 72px !important; 
    font-weight: bold !important;
}
.title-img-academy {
    height: auto;
}
.title-academy-2 {
    font-size: 79px; 
    font-weight: bold;
}
.title3_button {
    margin-top: 120px;
}
.get-curriculum {
    position: absolute; 
    bottom: 0; 
    left: 14rem;
}
.button-get {
    max-width: 1024px;
}
.back-image {
    margin: 0 10px 0 0; 
    background-size: 174px; 
    background-position: right; 
    background-repeat: no-repeat; 
    background-image: url({{ asset('landingpage/title_icon2.png') }})
}
@media screen and (max-width: 768px){
    .back-image {
        background-image: none;
    }
    .get-curriculum {
        left: 9rem;
        bottom: -15px;
    }
    .image-title3 {
        display: none;
    }
    .title3_button {
        margin-top: 40px;
    }
    .displayt-2 {
        margin-bottom: 15px;
        font-size: 53px !important; 
    }
    .displayt-1 {
        font-size: 68px !important; 
        line-height: 88px !important;  
        font-weight: bold !important;
    }   
    .image-title {
        display: none !important;
    }
    .image-title3-desc {
        display: none !important;
    }
    .title_curriculum {
        color: #0d2b3f !important; 
        font-size: 57px !important; 
        line-height: 65px !important; 
        font-weight: bold !important;
    }
    .title_academy {
        font-size: 50px !important; 
        line-height: 64px !important; 
        font-weight: bold !important;
    }
    .title-img-academy {
        height: 100px;
    }
}
@media screen and (max-width: 680px){
    .get-curriculum {
        left: 6rem;
        bottom: -30px;
    }
}
@media screen and (max-width: 576px){
    .get-curriculum {
        left: 7rem;
        bottom: -32px;
    }
    .btn-style-tb5 {
        font-size: 11px;
    }
    .title3_button {
        margin-top: 40px;
    }
    .title-academy-2 {
        font-size: 50px; 
        font-weight: bold;
    }
    .image-title3 {
        display: none;
    }
    .displayt-1 {
        font-size: 58px !important; 
        line-height: 68px !important;  
        font-weight: bold !important;
    }   
    .btn-style-tb5 {
        padding: 12px 22px;
        font-size: 11px;
    }
    .image-title {
        display: none !important;
    }
    .image-title3-desc {
        display: none !important;
    }
    .image-title2{
        display: none;
    }
    .title_academy {
        font-size: 40px !important; 
        line-height: 52px !important; 
        font-weight: bold !important;
    }
}