@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
--bs-font-epilogue: 'Epilogue', sans-serif;
--bs-font-sora: 'Sora', sans-serif;
--bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
);
}

*{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
}
.overflow-hiden{
    overflow: hidden;
}

.border-r-curso {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.border-l-curso {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-rp-agente{
    width: 70px;
    height: 70px;
}
.btn-rp-agente:hover{
    background: #00D680 !important;
    transition: .5s;
}

.btn-rp-carga {
    width: 70px;
    height: 70px;
}

.btn-rp-carga:hover {
    background: #FF500B !important;
    transition: .5s;
}

.view-iframe{
    min-height: 400px;
}

.box-imagen-mk {
    overflow: hidden;
    border-radius: 10px;
    
}

.box-imagen-mk > img{
    
}
.box-imagen-mk p{
    font-size: 0px !important;
}
.box-imagen-mk:hover img{
    transform: scale(1.05);
    transition: .5s;
}

.box-imagen-mk:hover p {
font-size: 18px !important;
    transition: .5s;
}
.gr-image-agente:hover{
    border-radius: 12px 12px 0px 0px;
    background: linear-gradient(180deg, rgba(0, 214, 128, 0.00) 0%, rgba(0, 214, 128, 0.50) 100%);
}
.box-benefits2 .div-box{
    background: linear-gradient(33.02deg, rgba(17, 17, 17, 0.9) 20.18%, rgba(217, 217, 217, 0) 111.63%);
    border-radius: 15px;
}

.mh-100{
    max-height: 100vh !important;
}

.gr-image-curso:hover{
    border-radius: 12px 12px 0px 0px;
        background: linear-gradient(180deg, rgba(255, 80, 11, 0.00) 0%, rgba(255, 80, 11, 0.50) 100%);
}
.slide-trackp:hover{
    animation-play-state: paused;
}
.slide-trackr:hover {
    animation-play-state: paused;
}

.fs-5_1 {
    font-size: 18px;
}

.small_footer_servicios{
    font-size: 12px !important;
}

.small_footer{
    font-size: 13px !important;
}

.pt-6{
    padding-top: 6rem !important;
}

.mt-4_5{
    margin-top: 2rem !important;
}

.mb-6{
    margin-bottom: 4rem !important;
}

.text-dark {
    color: #1E1E1E !important;
}

.font-sora {
  font-family: var(--bs-font-sora)  !important;
}

.font-sora_300 {
    font-weight: 300 !important;
}

.font-sora_400 {
    font-weight: 400 !important;
}

.font-sora_500 {
    font-weight: 500 !important;
}

.font-sora_600 {
    font-weight: 600 !important;
}

.title{
    font-size: 50px !important;
}

.title_form{
    font-size: 40px !important;
}

.font-epilogue {
  font-family: var(--bs-font-epilogue) !important;
}

.font-epilogue_300 {
    font-weight: 300;
}

.font-epilogue_400 {
    font-weight: 400;
}

.font-epilogue_500 {
    font-weight: 500;
}
.linea{
    height: 1px;
    background:#CDCDCD;
}

.font-epilogue_600 {
    font-weight: 600;
}

.box-login{
    max-height: 100vh;
    overflow: hidden;
}

.box-login2 {
    max-height: 140vh;
    overflow: hidden;
    
}
.box-login2 .box-form1{
    max-height: 140vh;
}

@media (min-width:1400px) {
.box-login2 {
        max-height: 110vh;
        overflow: hidden;

    }

    .box-login2 .box-form1 {
        max-height: 110vh;
    }
}

.carousel-bx{
    overflow: hidden;
    border-radius: 15px;
}

.img-hover:hover{
    transform: scale(1.03);
    transition: .5s;
}

.border-verde{
    border:1px solid #00D680 !important;
}

.border-orange {
    border: 1px solid #FF500B !important;
}

.border-verde:hover {
    background: #00D680;
}
.box-enfoque:hover{
    box-shadow: 0 .6rem 2rem rgba(0, 0, 0, .15) !important;
    transition: .5s;
}
.box-enfoque:hover .title-enfoque {
    padding-bottom: 10px;
    transition: .5s;
}

.border-orange:hover {
    background: #FF500B;
}


@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.sliderp {
    background: white;
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*
.sliderp::before,
.sliderp::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 150px;
    z-index: 2;
}
*/

.item-menu-unique{
    color: #585858 !important;
}

/*
.sliderp::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.sliderp::before {
    left: 0;
    top: 0;
}
*/

.sliderp .slide-trackp {
    -webkit-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.sliderp .slidep {
    height: 50px;
    width: 250px;
    text-align: center;
        font-size: 13px;
}

.slidep img {}




@-webkit-keyframes scroll2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(250px * 7));
        transform: translateX(calc(250px * 7));
    }
}

@keyframes scroll2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(250px * 7));
        transform: translateX(calc(250px * 7));
    }
}

.sliderq {
    background: white;
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*
.sliderq::before,
.sliderq::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
*/

/*
.sliderq::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.sliderq::before {
    left: 0;
    top: 0;
}
*/

.sliderq .slide-trackq {
    -webkit-animation: scroll2 80s linear infinite;
    animation: scroll2 80s linear infinite;
    display: flex;
    margin-left: calc(-250px * 7);
    width: calc(250px * 14);
}

.sliderq .slideq {
    height: 50px;
    width: 250px;
    text-align: center;
    font-size: 13px;
}

.slideq img {}

.rounded-15{
    border-radius: 15px !important;
    overflow: hidden;
}
.box-pr{
    border-radius: 0px 0px 12px 12px;
}
.shadow-bx{
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
}
.border-black2{
    border: 1px solid #111111;
}
.box-bene{
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.box-service-item{
    overflow: hidden;
    border-radius: 15px;
    
}
.box-service-item:hover div {
    background: linear-gradient(180deg, rgba(0, 214, 128, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.box-service-item:hover{
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
}
.box-service-item:hover img{
    transform: scale(1.04);
    transition: .5s;
}
.box-service-item:hover h4 {
    padding-bottom: 15px;
    transition: .5s;
}
.bx-producto{
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
    border-radius: 9px;
    overflow: hidden;
}


.bg-verde{
    background: linear-gradient(101deg, #00D680 13.9%, #015B30 85.04%);
}
.bg-verde2{
    background: #00D680;
}
.bg-naranja{
    background: #FF500B;
}
.bg-plomo{
    background: #DFDFDF;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px !important;
    line-height: 20px;
    position: absolute;
    top: 35px !important;
    left: 0;
    width: 35px !important;
    height: 35px !important;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #FF500B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 35px !important;
    height: 35px !important;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.bg-gradiente-naranja{
    background: linear-gradient(93.78deg, #FF500B 34.21%, #840F0C 112.2%);
}

.timeline {
    display: flex;
    padding: 20px;
   
  }

/* General Style */


/* timeline */
#timeline {
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 1px solid #111111;
}

#timeline li {
    margin: 40px 0;
    position: relative;
}

#timeline p {
    margin: 0 0 15px;
}

#timeline .date {
    margin-top: -10px;
    top: 50%;
    left: -158px;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}

#timeline .circle {
    margin-top: -10px;
        top: 50%;
        left: -45px;
        width: 30px;
        height: 30px;
        padding: 1.8px;
        background: white;
        border: 1px solid #111111;
        border-radius: 50%;
        display: block;
        position: absolute;
}

#timeline .circle div {
  
   
    background: #FF500B;
    border: 1px solid #eee9dc;
    border-radius: 50%;
    display: block;
    width: 25px;
        height: 25px;
    
}

#timeline .content {
  
    max-height: 180px;
    min-height: 180px;
    display: flex;
    border-width: 2px;
    border-color: 0;
    border-radius: 0.5em;
    position: relative;
}
.bx-img{
    position: relative;
}
.bx-img button{
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 25px;
}

.bx-img i:hover{
    color: #FF500B;
}





#timeline .content p {
    
        border-color: #eee9dc;
        margin-right: 20px;
        transform: translateX(20px);
        transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}

#timeline .content img{
  display: none;
  opacity: 0;
}

#timeline .content:hover img {
    display: block;
    opacity: 1;
    transition: .5s;
}

#timeline label {
    font-size: 1.3em;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 20px;
    transition: transform 0.2s linear;
}

#timeline .radio {
    display: none;
}

#timeline .radio:checked+.relative label {
    cursor: auto;
    transform: translateX(42px);
}



#timeline .radio:checked~.content p {
    max-height: 200px;
    color: #eee9dc;
    transition: color 0.3s linear 0.3s;
}

#timeline .radio:checked+.relative .circle {
    background: #FF500B;
}

.position-md-relative{
    position: relative  !important;
}
.text-color{
    color: #111111;
}


/* mobile phones (vertical version only) */
@media screen and (max-width: 767px) {
    .pt-6 {
            padding-top: 2rem !important;
        }

                .title {
                    font-size: 40px !important;
                }
    .text-color {
            color: white
        }
        #timeline .content p {
            max-height: inherit; 
            border-color: #eee9dc;
            margin-right: 20px;
            transform: translateX(20px);
            transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
        }

    #timeline li {
        margin: 50px 0;
    }
        #timeline .date {
            margin-top: -10px;
            top: 50%;
            left: -110px;
            font-size: 0.95em;
            line-height: 20px;
            position: absolute;
        }

    #timeline label {
        width: 85%;
        font-size: 1.1em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        transform: translateX(18px);
    }

    #timeline .content {
        padding-top: 45px;
        border-color: #eee9dc;
    }

}

.hover-naranja:hover{
    background: #FF500B !important;
    transition: .5s;
    color: white !important;
    
}
.hover-naranja:hover i{
   color: white !important;
   
}

.hover-blanco:hover{
    background: white !important;
    transition: .5s;
    color: 1111111 !important;
    
}
.hover-blanco:hover i{
   color: 1111111 !important;
   
}

.hover-verde:hover{
    background: #00D680 !important;
    transition: .5s;
    color: 1111111 !important;
    
}
.hover-verde:hover i{
   color: 1111111 !important;
   
}

.text-big{
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

.text-big2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

.border-black{
    border: 0.02px solid #CDCDCD !important;
}
.top-text{
    margin-top: 88px;
}
.section2{
    background: #0D133A;
}
.bg-pl{
    background: #FF500B;
    opacity: 0.4;
}
.text-border{
    -webkit-text-stroke: 2px white;
    color: transparent;
}
.font-italic{
    font-style: italic;
}
.btn-product{
    display: flex;
}
.box-plan{
    border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.btn-product i{
    font-size: 0px;
}
.btn-product:hover i{
    font-size: 12px !important;
    color: #FF500B;
    transition:.5s;
}
.btn-product:hover p {
    color: #FF500B;
    transition:.5s;
}

.btn-cel-background {
    background-color: #FF500B !important;
    color: white !important;
}

.box-bene{
    min-height: 220px;
}

.small_number{
    font-size: 25px !important;
}

.small{
    font-size: 12px !important;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .box-bene{
        min-height: 260px;
    }

    .small_number{
        font-size: 50px !important;
    }
    
    .btn-cel-background {
        color: #111111 !important;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    }

    .small{
        font-size: 15px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .box-bene{
        min-height: 260px;
    }
    
    .btn-cel-background {
        color: #111111 !important;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    }

    .small_number{
        font-size: 50px !important;
    }

    .small{
        font-size: 15px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .box-bene{
        min-height: 260px;
    }
    
    .btn-cel-background {
        color: #111111 !important;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    }

    .small_number{
        font-size: 50px !important;
    }

    .small{
        font-size: 15px !important;
    }
}

.box-bene:hover p {
    color: white ;
}
.box-bene:hover{
  background: #FF500B; 
  transition: .5s;  
box-shadow: 0 .6rem 0.5rem rgba(0, 0, 0, .15) !important;
}
.img1 {
    display: block;
    max-width: 120px;
    max-height: 130px;
}
.img2{
    display: none;
    max-width: 120px;
        max-height: 130px;
}
.box-bene:hover .img2 {
    display: block;
}

.box-bene:hover .img1 {
    display: none;
}
.text-orange{
    color: #FF500B;
}

.text-naranja {
    color: #FF500B;
}
.box-plan:hover i {
    color: #FF500B !important;
}
.box-benefits{
    background: transparent;
    border-radius: 15px;
}
.box-benefits img{
    min-height: 223px;
    
}
.slick-list {
  padding: 0 !important;
}
.bg-dark2{
    background: #111111;
}

.bg-dark2-gradiente {
    background: linear-gradient(180deg, #111 0%, #3D3D3D 100%);
}






.custom-prev-button{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border:1px solid #FF500B !important;
    background: transparent;
    transition:.5s;
}

.custom-next-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid #FF500B !important;
    background: transparent;
    transition:.5s;
}
.custom-prev-button i{
    color: #FF500B;
}
.custom-next-button i {
    color: #FF500B;
}
.custom-prev-button:hover{
    background: #FF500B;
}
.custom-prev-button:hover i {
    color: white;
}
.custom-next-button:hover {
    background: #FF500B;
}

.custom-next-button:hover i {
    color: white;
}

.acd-item{
border-bottom: 1px solid #7e7e7e;
}

.accordion-body{
    color: #7e7e7e;
}
.btn-beneficio i{
   
    font-size: 0 !important;
}
.bx-portada{
    border-radius: 15px;
    overflow: hidden;
}
.bx-portada > div{
    overflow: hidden;
    border-radius: 15px;
}
.bx-portada iframe {
    max-height: 390px !important;
}
.bx-portada .rounded-15{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bx-img img{
    border-radius: 15px;
}
.bx-img:hover img{
    border: 1px solid #FF500B;
    border-radius: 15px;
}
.bx-portada img {
   width: 100%;
}
.bx-portada:focus .position-absolute {
    z-index: -2;
    transition: .5s;
    opacity: 0;
}
.bx-portada:hover .position-absolute {
    z-index: -2;
    transition: .5s;
    opacity: 0;
}

.bx-portada.hovered  .position-absolute {
    z-index: -2;
        transition: .5s;
        opacity: 0;
    /* Puedes agregar más estilos aquí si es necesario */
}

.btn-beneficio:hover {
    background: #00D680;
    transition: .8s;
}

.btn-beneficio:hover i {
    transition: .8s;
    font-size: 14px !important;
}

.btn-acordion{
    border: 0 !important;
    background-color: none;
    
}
.btn-acordion p{
    font-size: 16px !important;
    color: #1E1E1E !important;
    text-align: left !important;
}
.btn-acordion i{
  font-size: 20px;
  color: #1E1E1E !important;
}

.text-plomo{
    color: #757575;
}

.custom-prev-button-short {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid #FF500B !important;
    background: transparent;
    transition: .5s;
}

.custom-next-button-short {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid #FF500B !important;
    background: transparent;
    transition: .5s;
}

.custom-prev-button-tienda i {
    color: #FF500B;
}

.custom-next-button-tienda i {
    color: #FF500B;
}

.custom-prev-button-tienda:hover {
    background: #FF500B;
}

.custom-prev-button-tienda:hover i {
    color: white;
}

.custom-next-button-tienda:hover {
    background: #FF500B;
}

.custom-next-button-tienda:hover i {
    color: white;
}



.custom-dot{
    height: 3px;
    background: #f4f4f4;
}
.custom-dot.active{
    background: #111111;
}

.custom-dot-tienda {
    height: 3px;
    background: #f4f4f4;
}

.custom-dot-tienda.active {
    background: #111111;
}

.fixed-redes{
    z-index: 9999;
    top: 0;
}

.fixed-scroll {
    z-index: 9999;
    right: 0;
    top: 0;
}


/* start lae */

.menu-all{
    background: transparent;
    z-index: 99999;
   
}
.img-store{
    width: 130px;
}
.label-box:hover{
    background: #00DBB2 !important;
    color: white !important;
    transition: .5s;
    cursor: pointer;
}
.label-box.active{
    background: #00DBB2 !important;
    color: white !important;
}

.img-store2{
    width: 160px;
}
.marcas img{
    filter: grayscale(90);
}
.marcas img:hover{
    filter: grayscale(0);
    transition: .5s;
}

.gradiente-celeste{
    background: linear-gradient(90deg, #03C890 0%, rgba(2, 219, 178, 0.82) 100%);
}
.text-dark{
    color: #111111 !important;
}
.bg-claro{
    background: #F4F6FA;
}
.text-celeste{
    /*color: #00DBB2;*/
    color: #00DBB2;
}
.ingresar:hover{
    background: #00DBB2;
    color: white;
    transition: .5s;
}
.inicio{
  
   min-height: 100vh;
}

.imagen {
    position: relative;
    animation: float 3s infinite;
  }
@keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
  }
.text-verde{
    color: #00D680;
}
.text-md-start{
    text-align: left;
}
.btn-descarga i{
    font-size: 0px;
    transition: .5s;
}
.btn-descarga:hover i{
    font-size: 17px;
    transition: .5s;
}
.hover-bx{
    border-radius: 20px;
    transition: .5s;
}
.hover-bx:hover{
    border-radius: 20px;
    background: linear-gradient(88deg, #DFDFDF 24.41%, rgba(217, 217, 217, 0.00) 96.46%);
    transition: .5s;
    
}
.hover-bx1{
    border-radius: 30px;
}
.hover-bx1:hover{
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
    border-radius: 30px;
}
.hover-bx:hover span {
  color: #111111 !important;
}

.hover-bx:hover p {
color: #111111 !important;
}
.desarrollo{
    position: relative;
    margin-bottom: -100px;
    z-index: 999;
}
.border-botom{
    border: 1px solid white !important;
}
.isotipo{
    left: 0;
    top: 0;
}
.z-index{
    z-index: 99 !important;
}
.circle{
    top:25%;
    left: 3%;;
}
.isotipo2{
    right: 0;
    top: -10%;
}
.shadow-car{
    box-shadow: 0px 10px 35px 0px #B0C0C94D;
    border-radius: 20px;
}
.small2{
    font-size: 14px;
}
.container-sli{
    max-height: 150px;
    min-height: 150px;
}
.container-sli img{
    max-height: 150px;
    width: auto !important;
    max-width: 100% !important;
}
.box-celeste{
    height: 100%;
    min-height: 90vh;
    border-radius: 30px;
    margin-left: -40%;
}
.box-absolute{
    top: 0;
    left: 5%;
}
.bg-options{
    background: rgba(1, 150, 221, 0.50);
}
.bg-options:hover{
    background: rgba(1, 150, 221, 0.30);
    transition: 1.5s;
}
.contacto{
    background: linear-gradient(180deg, #F6F7FB 0%, rgba(246, 247, 251, 0.00) 100%);
}
.border-input{
    background: transparent;
    color: white;
    border:0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #DBDBDB !important;
}
.bg-azul{
    /*
    background: #060F22;
    */
    background: #1E1E1E;
}
.line{
    height: 1px;
    opacity: 0.1;
    
}
.br-r{
    border-right: 1px solid #c4c4c4;
}
.bg-plomo{
    background: #DFDFDF;
}
.bg-plomo2{
    background: linear-gradient(180deg, #FFF 0%, #F6F7FB 61.98%);
}

.bg-plomo3{
    background: #F6F6F6;
}

.carousel-indicators{
    margin-bottom: -2.5rem !important;
        justify-content: flex-end !important;
        z-index: 100 !important;
}
.box-img-marcas{
    min-height: 60px;
}

.border-icon{
    border: 1px solid #7e7e7e !important;
}

.border-icon i {
    color:  #7e7e7e !important;
}



@media(min-width:768px) {
    

    .top-text {
        margin-top: 28px;
    }

   

    .carousel-indicators{
        z-index: 99999 !important;
    }
}

@media(min-width:900px) {
    
    .top-text {
        margin-top: 58px;
    }

    .carousel-indicators{
        z-index: 99999 !important;
    }
}

@media(min-width:1250px) {
    .img-negative {
        position: relative;
        margin-top: -95px;
    }

    .top-text {
        margin-top: 108px;
    }

    .carousel-indicators{
        z-index: 99999 !important;
    }
}

@media(min-width:1400px){
    .img-negative {
        position: relative;
        margin-top: -118px;
    }

    .top-text {
        margin-top: 148px;
    }

    .carousel-indicators{
        z-index: 99999 !important;
    }
}

@media(min-width:1700px) {
    .img-negative {
        position: relative;
        margin-top: -128px;
    }

    .top-text {
        margin-top: 148px;
    }

    .carousel-indicators{
        z-index: 99999 !important;
    }
}

.text-dark1{
    color: #141E2F;
}
.text-dark3{
    color: #333333;
}



.carousel-control-prev {
  justify-content: start;
}
.carousel-control-next {
    justify-content: end;
  }

.carousel-indicators [data-bs-target]{
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4px !important;
    background-color: transparent;
    
}

.carousel-indicators [data-bs-target] span{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: 0 !important;
    margin: auto;
    display: block;
    background-color: white;

}

.carousel-indicators .active{
    border: 1px solid white !important;
}
.service-item{
    text-decoration: none;
    min-height: 355px;
}

.service-item:hover{
    background: #B2E1DE !important;
    transition: 1s;
  
}

.service-item img{
    opacity: 1;
    transition: opacity 0.5s ease;
}
.service-item:hover img{
    opacity: 0;
}

.service-item2:hover{
    background: rgb(6, 158, 154,0.3) !important;
    transition: 1s;
  
}

.service-item2 img{
    opacity: 1;
    transition: opacity 0.5s ease;
}
.service-item2:hover img{
    opacity: 0;
}
.btn-celeste:hover{
    background: #03C890;
}
.border-celeste{
    /*
    border:2px solid #03C890 !important;
    color: #03C890;
    */
    border:2px solid #03C890 !important;
    color: #03C890;
}
.submenu{
    width: 130%;
    text-decoration: none;
    top: 20px;
    left: -10%;
    display: none;
}
.submenu a:hover  {
    background: #f5f5f5;
}
.hover-menu{
    cursor: pointer;
}
.hover-menu:hover .submenu{
    display: block;
}



@media(max-width:576px){

    .container{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
        .container2 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    .text-big {
            font-size: 40px;
            color: white;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: -0.6px;
        }

    .box-menu-all{
        position: fixed;
        height: 100vh;
        width: 100%;
        background: white;
        margin-right: -100%;
        right: 0;
    }
    .submenu{
        position: relative !important;
        width: 100%;
        box-shadow: none !important;
        left: 0;
    }
    .naranja-movil{
        background:#FF500B !important ;
        color: white !important;
    }
    .box-enfoque img{
        width: auto !important;
        height: 100%;
        border-radius: 20px !important;
    }
    .box-enfoque{
        min-height: 410px !important;
    }
    .box-enfoque > div{
        border-radius: 18px;
            overflow: hidden;
    }
       .box-enfoque .fs-5 {
            font-size: 0.8rem !important;
            font-weight: bold !important;
        }
        .box-enfoque{
            min-height: 362px;
        }

        .img1 {
            display: block;
            width: auto;
            max-width: 120px;
            max-height: 100px;
        }

                .img2 {
                    
                    width: auto;
                    max-width: 120px;
                    max-height: 100px;
                }

    .box-menu-all.active{
        position: fixed;
        height: 100vh;
        width: 100% !important;
        transition: .5s;
        background: white;
        margin-right: 0%;
        margin-top: -5%;
    }
    .border-celeste{
        width: 40%;
        text-align: center !important;
    }
    .contacto-menu{
        width: 40%;
        text-align: center !important;
    }

    h2{
        font-size: 20px !important;
    }
    .box-celeste {
        height: 100%;
        min-height: 40vh;
        border-radius: 30px;
        margin-left: -40%;
    }
    .collaborator h5{
        font-size:  1.1rem !important;
    }
    .collaborator p {
        font-size: 1rem !important;
    }
    .box-benefits {
        min-height: 223px;
        border-radius: 15px;
    }
    .minheight{
        min-height: 750px;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .img-negative {
        position: relative;
        margin-top: -62px;
    }
    .img-port{
        min-height: 180px;
    }
        .top-text {
            margin-top: 38px;
        }
}

.shadow-mt{
    box-shadow: 0px 19px 35px 0px rgba(176, 192, 201, 0.30);
    border-radius: 20px;
}
.bx-curso-m:hover{
    box-shadow: 0px 19px 35px 0px rgba(176, 192, 201, 0.30);
}
.bg-morado{
    background: #FF500B;
}
.hover-naranja-texto:hover{
    color:#FF500B ;
}
.gr-celeste{
    background-image: linear-gradient(rgba(2, 151, 219, 1), rgba(2, 151, 219, 0.82));
}
.radius-xl{
    border-radius: 20px;
    overflow: hidden;
}
.small2{
    font-size: 11px;
}
.fs-md-6{
    font-size: 13px !important;
    font-weight: normal !important;
} 

.img-box{
    background: #E6DDF5;
    border-radius: 20px;
    overflow: hidden;
}
.img-box:hover img{
transform: scale(1.2);
transition: .5s;
}
.text-morado{
    color: #FF500B;
}
.border-morado{
    border:2px solid #FF500B;
}
.bg-orange{
    background: #EB875D;
}
.gradiente-naranja2{
    background: linear-gradient(180deg, #FF500B -10.61%, #FF7C49 112.64%);
}

.rounded-25{
    border-radius: 25px;
}
.shadow-form{
    box-shadow: 0 25px 25px -10px rgba(0, 0, 0, 0.3);
}
.gradiente-verde2{
    background: linear-gradient(180deg, #015B30 -56.72%, #00D680 84.7%);
}



.fs-md-62 {
    font-size: 16px !important;
    font-weight: normal !important;
}

@media(max-width:579px){
        .gradiente-naranja2{
            background: white;
        }
        .bg-md-white{
            background: white !important;
        }
        .bg-md-white h5{
            color: black !important;
        }
        .bg-md-white p {
            color: black !important;
        }
        .carousel-bx{
            border-radius: 0;
        }
        .gradiente-verde2{
        background: white;
        }
        .shadow-form{
            box-shadow: none;
        }
        .position-md-relative {
                position: absolute !important;
            }

        .border-t{
            border-top: 1px solid #111111;
        }
        .border-b {
            border-bottom: 1px solid #111111;
        }
        .inicio{
            min-height: auto;
        }
        .text-big {
            font-size: 40px;
            color: white;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: -0.6px;
        }


        .fs-3 {
            font-size: 1.5rem !important;
            font-weight: bold !important;
        }

        .carousel-indicators {
            margin-bottom: 2rem !important;
                justify-content: center !important;
        }
                .box-benefits {
                    min-height: inherit;
                    max-height: auto;
                  
                    border-radius: 25px;
                }

                                .box-benefits img {
                                    min-height: 223px;
                                    width: 100%;
                                     max-height: inherit ;
                                }

    
                            }
@media(max-width:820px) {
        .box-menu-all{
            position: fixed;
            height: 100vh;
            width: 60%;
            background: white;
            margin-right: -60%;
            right: 0;
        }
                .inicio {
                    min-height: auto;
                }
        .br-r {
            border-right: 0;
        }
        .submenu{
            position: relative !important;
            width: 100%;
            box-shadow: none !important;
            left: 0;
            top:5px;
            display: block;
            padding-bottom: 0 !important;
        }

        .box-menu-all.active{
            position: fixed;
            height: 100vh;
            width: 60%;
            transition: .5s;
            background: white;
            margin-right: 0%;
        }
        .border-celeste{
            width: 40%;
            text-align: center !important;
        }
        .contacto-menu{
            width: 40%;
            text-align: center !important;
            color: white !important;
            margin-top: 8px ;
        }

        h2{
            font-size: 24px !important;
        }
        .box-celeste {
            height: 100%;
            min-height: 40vh;
            border-radius: 30px;
            margin-left: -40%;
        }
}
@media(max-width:650px){
    .top-text {
            margin-top: 0px;
        }
}





.wsp-flota{
    position: fixed;
    bottom: 10%;
    right: 2%;
    max-width: 70px;
    z-index: 9998;
}
.portada{
    padding-top: 140px;
}
.subir{
    position: fixed;
    bottom: 25%;
    right: 2%;
    display: none;
    z-index: 99999;
}
.subir.active{
    position: fixed;
    bottom: 25%;
    right: 2%;
    display: block;
    z-index: 99999;
}
.subir a{
    display: block;
    width: 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f2f2f2;
    transition: .5s;
}
.subir a i{
    color: #000;
    display: block;
    margin: auto;
}
.subir a:hover{
    background: #DCB211;
}
.subir a:hover i{
    color: #052433;
}

/*repetidos*/
.plami,
.plamim {
    height: 1.5rem;
    width: 1.5rem;
}

.t-plam,
.t-plaml {
    color: #111111;
}

/*texto*/
.t-plam {}

.t-plaml {
    font-size: 0.75rem;
    padding-top: 0.7rem;
    page-break-after: 0.7rem
}

.t-1,
.t-1-1 {
    font-size: 0.8rem;
}

.t-2 {
    font-size: 1.25rem;
}

.t-3 {
    font-size: 1.35rem;
}

/*contenedor*/
.c-plam {
  
    padding: 1.5rem;
    border: 1px solid var(--primaryColorPromo, #fff);
    border-radius: 24px;
}

.plama {
    text-align: center;
    padding: 0.7rem;
    background-color: #0ae98a !important;
    border: solid #05a460 !important;
    border-radius: 0.7rem;
}
.borde-naranja{
    border:1px solid #FF500B;
}

.plaman {
    border-radius: 0.7rem;
    background-color: hsla(0, 0%, 100%, .05);
    padding: 0.5rem;
    margin: 1rem 0 1rem;
}

.m1 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.m2 {
    margin-top: 1.5rem;
}

/*icono*/
.plami {
    color: #00D680;
    padding-right: 0.4rem;
    font-size: 17px;
}

/*imagen*/
.plamim {
    border-radius: 1.5rem;
}