body{
    font-family: "Sora", serif;
    font-optical-sizing: auto;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    background-color: #03115F;
    background-image: url('../img/bg-m.svg');
    @media (min-width: 992px) { 
        background-image: url('../img/bg-escritorio.svg');
    }
}

h2{
    font-size: 30px;
    line-height: 38px;
    @media (min-width: 992px) { 
        font-size: 36px;
        line-height: 45px;
    }
}

/********* FONTS **********/


.sora-regular {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.text-blue{
    color: #39B1A7;
}

/**********HEADER **********/
#navBarMain{
    @media (min-width: 992px) { 
        border: 1px solid #3A5BA7;
        background-color: #03115F;
        border-radius: 100px;
        padding: 5px;
    }
    
}

@media (max-width: 991.8px) { 
    .navbar-nav{
        width: 230px;
    }
    
}



.navbar{
    background-color: #03115F !important;
    @media (min-width: 992px) { 
        padding: 20px 140px;
    }    
    .nav-link{
        color: #39B1A7 !important;
        font-size: 16px;
        padding-left: 15px !important;
        padding-right: 15px !important;        
        @media (min-width: 992px) { 
            font-size: 20px;
        }        
    }
    .nav-link.active{
        color: #FFF !important;
    }
    .nav-link:hover{
        color: #FFF !important;
    }
}

.nav-link img{
    height: 100%;
}


.navbar-toggler{
    border: 0;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-contacto{
    background-color: #FAAF3B;
    color: #03115F;
    border-radius: 100px;
    padding: 10px 20px;
    @media screen and (max-width: 991.8px) { 
        width: 100%;
    }
}

.btn-contacto:hover{
    background-color: #FFFFFF;
    color: #03115F;
}

#offcanvasNavbar{
    background-color: #1E3583;
    max-width: 275px;
    color: #74C8C1;
}

.offcanvas-body{
    padding-top: 50px;
}

#offcanvasNavbar .nav-link{
    color: #74C8C1 !important;
    font-size: 18px;
    line-height: 23px;   
    padding: 30px 20px 30px 5px;     
    border-bottom: 1px solid #74C8C1;  
    width: 100%;      
}

#offcanvasNavbar .nav-link:after{
    content: "\f105"; /* Unicode for fa-angle-right */
    font-family: "Font Awesome 6 Free"; /* or 5 Free if using older version */
    font-weight: 900;
    margin-left: 8px;
    float: right;
}

#offcanvasNavbar .nav-item:first-child .nav-link{
    border-top: 1px solid 
}

 #offcanvasNavbar .btn-close{
    color: #FFFFFF !important;
 }

/*************** HOME *****************/
.hero-home{
    @media (min-width: 992px) { 
        min-height: 600px;
    }
}

.logo-home{
    margin-top: 120px;
    margin-bottom: 170px;
    @media (min-width: 992px) { 
        margin-top: 150px;
        margin-bottom: 45px;
    }
  
}

.btn-descubrir{
    padding: 12px 24px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 100px;
    
    background-color: #03115F;
    border: 1px solid #39B1A7;
    color: #39B1A7;
    margin-bottom: 85px;
    @media (max-width: 991.8px) { 
        width: 100%;    
        margin-bottom: 85px;
    }
}
/******************** ABOUT US ***************/
h2{
    font-size: 30px;
    line-height: 38px;
    @media (min-width: 992px) { 
        font-size: 36px;
        line-height: 45px;
    }
}

.about-us p{
    font-size: 14px;
    line-height: 24px;
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 24px;
    }
}

/**************** GLOBAL TMCS ***************/


.global-tmcs .accordion-item{
    border-radius: 20px !important;
    background-color: #3A5BA7;
    border: 0;
    margin-top: 20px;
}

.global-tmcs .accordion-header{
    background-color: #3A5BA7;
    /*border-radius: 20px 20px 0px 0px  !important;*/
    border-radius: 20px!important;

}

.global-tmcs .accordion-button::after{
    background-image: url('../img/ico-plus.svg');
}

.accordion-button:not(.collapsed)::after{
    transform: rotate(45deg);
}


.global-tmcs .accordion-header button{
    background-color: #74C8C1;
    border: 0;
    color: #1E3583;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    border-radius: 20px !important;
    box-shadow: 0px 12px 6px #00000029;
    @media (min-width: 992px) {         
        font-size: 21px;
        line-height: 26px;
    }
}

.global-tmcs .accordion-body{
    background-color: #3A5BA7;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
    border-radius: 0px 0px 20px 20px  !important;
    border: 0;
    @media (min-width: 992px) {         
        font-size: 16px;
        line-height: 19px;
    }
}

/***************** ADD VALUE ***************/
.add-value h4{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 24px;
    }
}

.add-value ul{
    margin-left: -20px;
}

.add-value li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 5px;
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 24px;
    }
}

/***************** MEMBERSHIP ***************/
.membership li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 10px;
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 24px;
    }
}

.wrap-membership{
    border-radius: 20px;
    background-color: #3A5BA7;
    position: relative ;
}

.wrapper-buttons{
    padding: 3px;
    border-radius: 100px;
    border: 1px solid #3A5BA7;
}

.btn-change{
    flex: auto;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 100px;
}

.btn-change:not(.active):hover{
    background-color: #1E3583;
    font-weight: bold;
    cursor: pointer;
}

.btn-change.active{
    background-color: #3A5BA7;
    font-weight: bold;
}

.wrap-membership p{
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    @media (min-width: 992px) { 
        font-size: 18px;
        line-height: 24px;
    }
}

h3.header-membership{
    position: absolute;
    top: 15px;
    left: 35%;
    font-size: 18px;
    line-height: 24px;
    color: #03115F;
    @media (min-width: 992px) { 
        font-size: 24px;
        line-height: 30px;
    }
}
/******************** ALL IN ONE ***************/
.hero-allone{
    margin-bottom: 20px;
    @media screen and (min-width: 992px) { 
        margin-bottom: 80px;
        
    }
}

.bg-allone{
    background-image: url('../img/img-vb-all-in-one-m@2x.png');
    min-height: 450px;
    background-size: cover;
    background-position: center;
    color: #FFF;
    border-radius: 20px;
    @media (min-width: 992px) { 
        background-image: url('../img/img-vb-all-in-one@2x.png');
    }
}

.allone-plataforma{
    padding: 10px;
    @media (min-width: 992px) { 
        padding-size: 40px;
    }
    .slick-dots li button:before{
        font-size: 10px;
    }
    .slick-prev:before,
      .slick-next:before {
         color: #39B1A7;
       }
}


.allone-tipos{
    padding: 0;
    .col-tabs{
       border-radius: 20px;
       z-index: 1;
       margin-top: -20px;
       @media (min-width: 992px) { 
            margin-top: 0;
        }
    }
}
.col-items{
    background-color: #3A5BA7;
    border-radius: 20px 20px 0 0;
    padding-bottom: 30px;
    @media (min-width: 992px) { 
        border-radius: 0 20px 20px 0;
        margin-bottom: 0;
        margin-left: -20px;
        z-index: 0;
    }
}
.img-check{
    margin-left: 32px;
    margin-top: 170px;
}
#tabs-tipos{
    padding-left: 0;
}
#tabs-tipos li{
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    font-size: 21px;
    line-height: 26px;
    color: #1E3583;
    > button:hover{
        opacity: 1;
        border-bottom: 1px solid #1E3583;
    }        
}   
#tabs-tipos li a{
    text-decoration: none;
    color: #1E3583;
}
#tabs-tipos li a:hover button{
    border-bottom: 1px solid #1E3583;
}
#tabs-tipos li a[aria-selected=true] button{
    color: #03115F;
}
#tabs-tipos li .fa-angle-right{
    margin-right: 20px;
    padding: 3px 6px;
    border: 2px solid #3A5BA7;
    border-radius: 100px;
    font-size: 16px;
}
#tabs-tipos li a[aria-selected=true] .fa-angle-right{
    background-color: #1E3583;
    color: #74C8C1;
    border: 2px solid #1E3583;
}
.lista-items{
    padding: 0;
    background-color: #3A5BA7;
    padding-left: 10px;
    @media (min-width: 992px) { 
        padding-left: 40px;
    } 
    > li{
        list-style: none;
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
        padding-top: 20px;
        @media (min-width: 992px) { 
            font-size: 16px;
            line-height: 24px;  
        }
        > img{
            margin-right: 10px;
        }
    }
}
#myTabContent{
    height: 100%;
}


.col-tabs{
    background-color: #74C8C1;
}

.col-badges{
    background-color: #3A5BA7;
}

.badges-tabs button{
    border: 1px solid #03115F;
    flex-basis: 45%;
    margin: 6px 5px;
    justify-content: space-between;
    font-size: 14px;
    border-radius: 100px;
    z-index: 50;
}
.badges-tabs button[aria-selected=true]{
    background-color: #03115F;
    color: #74C8C1;
    
}




.allone-necesario{
    border-top: 1px solid #74C8C1;
    padding: 0;
    @media (min-width: 768px) { 
        min-height: 600px;
        padding: 150px 20px 50px 20px;
        background-image: url('../img/img_allinone_grey@2x.png');
        background-position: center;
        background-size: cover;
        border: 0;
    }
    .row-bg-resp{
        @media (min-width: 992px) { 
            background-image: url('../img/img_allinone_grey_m@2x.png');
            background-position: center;
            background-size: cover;   
            padding: 40px 20px;
        }
    }
   
    .btn-descubrir{
        background-color: #FAAF3B;
        color: #03115F;
        border: 0;
        padding: 12px 24px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 100px;
        font-weight: bold;
    }
    .btn-descubrir:hover{
        background-color: rgba(255, 255, 255, 1);
    }
    
}

.necesario-list {
    display: flex;
    flex-direction: row; /* Arrange items in a column */
    flex-wrap: wrap;
    height: 100%; /* Occupy all the height of the parent container */
    align-items: center; /* Vertically center the content in each column */
    @media screen and (min-width: 992px) { 
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        justify-content: space-between;
    }
    

}

.necesario-list > .column {
    flex: 1; /* Make each column take up equal height */
    flex-basis: 49%;
    display: flex;
    flex-direction: column; /* Ensure content inside each column is also arranged vertically */
    justify-content: center; /* Center content vertically within the column */

}

.necesario-list > .column img {
    width: 36px;
    margin: auto;
}


.allone-necesario h5{
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    @media (min-width: 992px) { 
        font-size: 18px;
        line-height: 22px;
    }
}

.allone-necesario h4{
    color: #FFF;
    font-size: 21px;
    line-height: 24px;
    @media (min-width: 992px) {         
        font-size: 30px;
        line-height: 37px;
    }
}

.allone-tecnologia{
    border-top: 1px solid #74C8C1;
    @media (min-width: 992px) {
        min-height: 400px;
        border: 0;
    }
    @media (min-width: 1200px) {
        min-height: 500px;
    }
    
}

.allone-tecnologia .row{
    @media (min-width: 992px) {
        position: relative;   
    }
    
}

.allone-tecnologia .row .img-tecnologia-container{
    @media (min-width: 992px) {       
        position: absolute;
        z-index: -1;
        top: 250px;
    }
}

.allone-tecnologia .accordion-item{
    border-radius: 20px !important;
    background-color: #FFF;
    border: 0;
}

.allone-tecnologia .accordion-header{
    background-color: #FFF;
    /*border-radius: 20px 20px 0px 0px  !important;*/
    border-radius: 20px!important;

}

.allone-tecnologia .accordion-button::after{
    background-image: url('../img/ico-plus.svg');
}

.accordion-button:not(.collapsed)::after{
    transform: rotate(45deg);
}


.allone-tecnologia .accordion-header button{
    background-color: #9EA6C6;
    border: 0;
    color: #1E3583;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-radius: 20px !important;
    box-shadow: 0px 12px 6px #00000029;
    @media (min-width: 992px) {         
        font-size: 21px;
        line-height: 25px;
    }
}

.allone-tecnologia .accordion-header button:hover{
    background-color: #7F86B1;
}

.allone-tecnologia .accordion-body{
    background-color: #FFF;
    color: #1E3583;
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
    border-radius: 0px 0px 20px 20px  !important;
    border: 0;
    @media (min-width: 992px) {         
        font-size: 16px;
        line-height: 19px;
    }
}

.allone-tecnologia li{
    margin-bottom: 20px;
}

/***************** INTEGRACION *************/
.hero-integracion{
    color: #FFFFFF;
    background-color: #2A7F7B;
    background-size: cover;
    background-position: center;
    @media (min-width: 992px) { 
        background-image: url('../img/img_integraciones@2x.png');
        padding: 120px 140px 130px 140px;
        min-height: 700px;

    }    
    .bg-responsive{
        background-image: url('../img/img_integraciones_m.png');
        background-size: cover;
        background-position: center;
        min-height: 250px;
        padding: 0;
        > h2{
            margin-top: 25%;
        }
    }
    
    
    
    
    .dream{
        background-color: #39B1A7;
        border-radius: 10px;
        opacity: 0.8;
        margin-bottom: 20px;
        padding: 30px 40px;
        font-size: 16px;
        position: relative;
    }

    .icon-dreams-1{
        position: absolute;
        top: 35%;
        left: -40px;
    }
    .icon-dreams-2{
        position: absolute;
        top: 35%;
        right: -40px;
    }
}

.integracion-main{
    background-image: url('../img/img_integraciones_2_m@2x.png');
    padding: 40px 20px;
    @media (min-width: 992px) { 
        background-image: url('../img/img_integraciones_2@2x.png');
        padding: 50px 140px 0px 140px;
    }
    background-size: cover;
    background-position: center;
}

.integracion-main{
    .slick-dots li button:before{
        font-size: 10px;
    }
    .slick-prev:before,
      .slick-next:before {
         color: black;
       }
}



.plataformas .container{
    border-bottom: 1px solid #1E32FA;
    padding-bottom: 20px;
    @media (min-width: 992px) { 
        padding-bottom: 60px;    
    }
}

.plataformas span{
    font-family: 'Covered By Your Grace';
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.plataformas p{
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.carrusel-integraciones{
    border-radius: 100px;

}

.carrusel-integraciones:hover{
    background-color: #EDEDED;
}

.carrusel-integraciones.selected{
    background-color: #333333;
    color: #FFF;
}

.carrusel-integraciones.selected span{
    color: #FFF;
}

/************ SOLUCIONES ****************/
h1.title-soluciones{
    color: #FFF;
    font-size: 24px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
    @media (min-width: 992px) { 
        font-size: 36px;
        line-height: 45px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.col-soluciones{
    border-radius: 10px;
    position: relative;
    padding: 0;
    > img{
        border-radius: 10px;
        
    }
    > .solucion-detail{
        position: absolute;
        bottom: 30px;
        
        left: 30px;
        color: #FFF;
        padding-right: 20px;
        
        @media (min-width: 992px) { 
            padding-right: 85px;
        }        
        > h3{
            font-size: 21px;
            line-height: 25px;
            font-weight: 500;
            margin-bottom: 20px;
            @media (min-width: 992px) { 
                font-size: 24px;
                line-height: 29px;
                height: 70px;
            }
        }
        > p{            
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            @media (min-width: 992px) { 
                font-size: 16px;
                line-height: 19px;
                height: 125px;
            }
        }
        > .btn-info{
            border-radius: 100px;
            border: 2px solid #FFF;
            padding: 12px 24px;
            color: white;
            font-weight: bold;
            background: transparent;
            @media (min-width: 992px) { 
                width: 100%;
            }
        }
        > .btn-info:hover{
            background-color: #FFF;
            color: #333333;

        }
    }
  
}

.filtro-soluciones{
    color: #39B1A7;
    border-radius: 100px;
    font-weight: bold;
    margin-right: 5px;
}

.filtro-soluciones:hover{
    background-color: #FFFFFF;
    color: #39B1A7;
}

.filtro-soluciones.selected{
    background-color: #FFFFFF;
    color: #1E3583;
    border-radius: 100px;
    font-weight: bold;
}


/********** SOLUCION DETALLE ********/
.breadcrumb-item + .breadcrumb-item::before{
    content: '>';
}

.breadcrumb li, .breadcrumb a{
    font-family: 'Noto Sans';
    font-weight: 500;
    text-decoration: none;
    color: #3A5BA7 !important;
    opacity: 0.5;
    font-size: 10px;
    line-height: 14px;
    @media (min-width: 992px) { 
        font-size: 12px;
        line-height: 17px;
    }
}

.breadcrumb li.active{
    color: #3A5BA7 !important;
    opacity: 1;
}


.row-img{
    position: relative;
    min-height: 200px;
    border-radius: 10px;
    @media (min-width: 992px) { 
        border-radius: 165px;
    }
}

.row-img img{
    border-radius: 10px;
    @media (min-width: 992px) { 
        border-radius: 165px;
    }
}

.row-img .titulo-solucion{
    position: absolute;
    bottom: 20px;
    color: #FFF;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    @media (min-width: 992px) { 
        font-size: 30px;
        line-height: 37px;
    }
}

.caracteristicas{
    background-color: #3A5BA6;
    padding-top: 20px;
    padding-bottom: 20px;
    @media (min-width: 992px) { 
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.caracteristica{
    border-radius: 10px;
    background-color:#74C8C1;
    max-width: 420px;
    
    @media (min-width: 992px) { 
        line-height: 29px;
    }
    > p{
        color: #1E3583;
        padding: 20px;
        font-size: 18px;
        line-height: 22px;
        height: 100%;
        @media (min-width: 992px) { 
            padding: 30px;
            font-size: 24px;
            line-height: 29px;
        }

    }
}

.descripcion{
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    @media (min-width: 992px) { 
        padding-top: 40px;
        padding-bottom: 40px;

    }
}

.descripcion p{
    font-size: 14px;
    line-height: 18px;
    color: #03115F !important;
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 19px;
    }
}
.relacionados {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .relacionados {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .relacionados h4 {
        font-size: 24px;
        line-height: 28px;
    }
}

.relacionados h4 {
    color: #FFFFFF;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
}


/*************** CONTACTO  ********/
.contacto{
    padding-top: 20px;
    @media (min-width: 992px) { 
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) { 
    .contacto{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.wrapper-contact{
    position: relative;
    @media (min-width: 992px) { 
        padding-left: 90px;
    }
}

.wrapper-contact h3{
    font-size: 14;
    line-height: 24px;
    font-weight: 700;
    
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 24px;      
    }
}


.wrapper-contact a{
    display: block;
    font-size: 14;
    line-height: 24px;
    font-weight: 200;
    text-decoration: none;
    color: #FFFFFF;
    @media (min-width: 992px) { 
        font-size: 16px;
        line-height: 24px;      
    }
}

@media (min-width: 992px) { 
    .wrapper-contact .text-contact{
        position: absolute;
        top: 90px;
        left: 0;    
        max-width: 350px;
    }
}

.form-contacto {
    background-color: #1E3583;
    padding: 40px 20px;
    margin-top: 50px;
    border-top: 1px solid #39B1A7;
    @media (min-width: 992px) { 
        margin-top: 0;
        border: 1px solid #39B1A7;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    .form-contacto {
        padding: 40px;
    }
}

.submit-wrapper-contactForm {
    text-align: left;
}

.form-contacto input[type="checkbox"]{
    accent-color: #1E3583;
    border: 1px solid #FFF;
    margin-right: 5px;
}

button[type=submit] {
    background-color: #39B1A7;
    color: #FFFFFF;
    border-radius: 100px;
    border: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 12px 24px;
    border: 1px solid #FFF;
    text-transform: uppercase;
    @media (max-width: 991.8px) { 
        width: 100%;
    }
}



label{
    font-size: 11px;
    line-height: 14px;
    margin-left: 5px;        
    color: #FFFFFF;
}

.form-control{
    background-color: #3A5BA7;
    border: 0;
}

.form-control::placeholder {
    color: #FFFFFF;
    opacity: .5;
}

input::-webkit-input-placeholder {        
    color: #FFFFFF;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder {        
    color: #FFFFFF;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

input::-moz-placeholder {        
    color: #FFFFFF;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

textarea::-webkit-input-placeholder {        
    color: #FFFFFF;
    font-size: 16px;
}

textarea:-ms-input-placeholder {        
    color: #FFFFFF;
    font-size: 16px;
}

textarea::-moz-placeholder {        
    color: #FFFFFF;
    font-size: 16px;
}


.politica-privacidad a{
    color: #FFFFFF;
    text-decoration: none;
   
}

/****************** FOOTER ***********/
footer {
    border-top: 1px solid #3A5BA7;
    font-weight: 500;
}
footer .btn-up{
    border: 1px solid #39B1A7;
    padding: 5px 10px;
    border-radius: 50px;
    @media (min-width: 992px) {
        padding: 10px 15px;
    }
}

footer a{
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}

footer span{
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}

.btn-close {
    --bs-btn-close-color: #FFF;
}  

/*
footer .btn-up{
    position: relative;
  padding: 0.5rem 1rem;
  background-color: #198754;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

footer .btn-up::after {
    content: "\f062"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 0.5rem;
  }

*/

.fixed-cta {
    position: fixed;
    bottom: 55px;
    right: 55px;
    
  }

@media (max-width: 991.8px) { 
    .fixed-cta {
        width: 100%;  
        text-align: center;  
        right: 0;
    }
}

  .btn-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1em 2.5em; /* espacio lateral para las flechas */
    font-weight: 400;
    font-size: 16px;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(255,255,255,0.4);
    border: 0;
  }


  
  .btn-text {
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
  }


@media (max-width: 991.8px) { 
    .fixed-cta {
        width: 100%;  
        text-align: center;  
        right: 0;
    }

    .btn-arrow {
        font-size: 13px
    }
}
  
  /* Iconos base */
  .icon {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    opacity: 0;
  }
  
  /* Flecha derecha visible por defecto */
  .icon-right {
    right: 1em;
    opacity: 1;
    transform: translate(0, -50%);
  }
  
  /* Flecha izquierda oculta por defecto */
  .icon-left {
    left: 1em;
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  
  /* Hover: texto se mueve, flechas cambian */
  .btn-arrow:hover .btn-text {
    transform: translateX(0.5em); /* texto se corre hacia la derecha */
  }

  .btn-arrow:hover{
    border: 2px solid #FFFFFF;
  }
  
  .btn-arrow:hover .icon-right {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  
  .btn-arrow:hover .icon-left {
    opacity: 1;
    transform: translate(0, -50%);
  }
  