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

.fw-700{
    font-weight: 700 !important;
}

/*Sliders*/
.sliderweb{
    display: block !important;
}

.slidermovil{
    display: none !important;
}
/*Recargar tabla*/
.refreshTabla{
    margin-top: 3px;
    font-size: 20px;
}
.refreshTabla i{
    color:#ff4530;
    border-radius: 50%;
    border: solid 1px;
    padding: 8px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.refreshTabla i:hover{
    color:#63bd39;
    transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    -webkit-transform:rotate(-360deg);
}
/*end Recargar tabla*/
.estado-cuenta{
    cursor: default!important;
}
.border-solid-1{
    border-left:1px solid #e9eaec;
    border-right:1px solid #e9eaec;
    border-bottom:1px solid #e9eaec;
}

.border-solid-card-1{
    border-left:1px solid #e9eaec;
    border-right:1px solid #e9eaec;
    border-bottom:1px solid #e9eaec;
    border-top:1px solid #e9eaec;
}

.icon-refresh-animate {
    -webkit-animation-name: rotateThis;
    -moz-animation-name: rotateThis;
    -ms-animation-name: rotateThis;
    -o-animation-name: rotateThis;
    animation-name: rotateThis;

    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .2s;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes "rotateThis" {
    from {
        -webkit-transform: scale( 1 ) rotate( 0deg );
        -moz-transform: scale( 1 ) rotate( 0deg );
        -o-transform: scale( 1 ) rotate( 0deg );
        -ms-transform: scale( 1 ) rotate( 0deg );
        transform: scale( 1 ) rotate( 0deg );
    }
    to {
        -webkit-transform: scale( 1 ) rotate( 360deg );
        -moz-transform: scale( 1 ) rotate( 360deg );
        -o-transform: scale( 1 ) rotate( 360deg );
        -ms-transform: scale( 1 ) rotate( 360deg );
        transform: scale( 1 ) rotate( 360deg );
    }
}

@-moz-keyframes rotateThis {
    from {
        -moz-transform: scale( 1 ) rotate( 0deg );
        transform: scale( 1 ) rotate( 0deg );
    }
    to {
        -moz-transform: scale( 1 ) rotate( 360deg );
        transform: scale( 1 ) rotate( 360deg );
    }
}

@-webkit-keyframes "rotateThis" {
    from {
        -webkit-transform: scale( 1 ) rotate( 0deg );
        transform: scale( 1 ) rotate( 0deg );
    }
    to {
        -webkit-transform: scale( 1 ) rotate( 360deg );
        transform: scale( 1 ) rotate( 360deg );
    }
}

@-ms-keyframes "rotateThis" {
    from {
        -ms-transform: scale( 1 ) rotate( 0deg );
        transform: scale( 1 ) rotate( 0deg );
    }
    to {
        -ms-transform: scale( 1 ) rotate( 360deg );
        transform: scale( 1 ) rotate( 360deg );
    }
}

@-o-keyframes "rotateThis" {
    from {
        -o-transform: scale( 1 ) rotate( 0deg );
        transform: scale( 1 ) rotate( 0deg );
    }
    to {
        -o-transform: scale( 1 ) rotate( 360deg );
        transform: scale( 1 ) rotate( 360deg );
    }
}

#fotoCliente{

    width: 28vw;
    margin: auto;
    display: flex;
}
.sinRefinanciar{
    display: none;
}
.refinanciado{
    display: block;
}
/*BUTTON MENU*/
.button-active{

    background: #5f6467!important;
    color: #fff!important;
}
/*END BUTTON MENU*/
/*NAV-PERFIL*/

.nav-perfil >li >a{

font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color:#fff!important;
    padding-bottom: 3px;
    margin: 10px;
}
.nav-perfil > li > a:hover{
    color:#ff4530!important;
}
.nav-perfil {
    list-style: none;
}
.active-nav{

    border-bottom-width: 1px;
    border-bottom-style: solid;

}
/*END NAV-PERFIL*/
.digitaldocument{

    /*width: 40vw;*/
    /*margin: auto;*/
    /*display: block;*/
    width: 30vw;
    margin: auto;
    display: flex;
}

.button-volver{

    float: right;
    margin-right: 15px;
}
.button-volver button{
    font-size: 12px!important;
}

.button-estado{

    float: right;
    margin-right: 15px;
}
.button-estado button{
    font-size: 12px!important;
}
.title-vertical{
    font-weight: 600!important;
}
/*bb-solid*/
.bb-solid-2     { border-bottom: 2px solid #f5f7f9; }
.bb-solid-3     { border-bottom: 3px solid #f5f7f9; }
.bb-solid-4     { border-bottom: 4px solid #f5f7f9; }
.bb-solid-5     { border-bottom: 5px solid #f5f7f9; }
.bb-solid-10     { border-bottom: 10px solid #f5f7f9; }
.bb-solid-30     { border-bottom: 30px solid #f5f7f9; }
.bb-solid-100     { border-bottom: 100px solid #f5f7f9; }

/*End bb-solid*/
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*END SLICK*/
/*button */
.button-grad-green{
    background: #7474BF;
    background: -webkit-linear-gradient(-45deg, #7474BF, #348AC7);
    background: -o-linear-gradient(-45deg, #7474BF, #348AC7);
    background: -moz-linear-gradient(-45deg, #7474BF, #348AC7);
    background: linear-gradient(-45deg, #74bf99, #34c7b3);
}

.button-enviarCV{
    width: 50%;
}

@media ( max-width: 767px ) {
    .button-enviarCV{
        width: 100%;
    }

}

#adjuntarcv{
  display: none;
}

/*MENU*/
a.navbar-brand.page-scroll img {
    height: 71px;
    margin-top: -18px;
}
.navbar-credicompras {
    min-height: 97px;
}
.navbar-credicompras-color{

    background: #fff!important;
}

.nav.navbar-nav.color-nothome li a{
    color: #555 ;
}





.navbar-collapse.collapse.navbar-main-collapse ul li a {

}
.navbar-collapse.collapse.navbar-main-collapse ul li ul li a {
    padding-top: 0px;
}
/*END MENU*/

.lead {
    font-size: 20px;
    font-weight: 300;
}
/*SLIDER*/
/*.item.carousel-img {
    height: 100% !important;
}

.carousel, .item, .active {
    height: 80% !important;
}

.carousel-inner {
    height: 100% !important;
}*/
.carousel, .item, .active {
    height: auto;
}


/*END SLIDER*/
/*ROW-CENTER*/
.row.row-center{

    display: flex;
    justify-content: center;
}

/*FOOTER*/
img#df {
    height: 40px;
}
img#pdp {
    height: 34px;
}
/*END FOOTER*/

/*HOME*/
.text-cc{
    color: #ed4631 !important;
}
div#client img {
    height: 50px;
}
.services{
height: 275px;
margin-left: 90px;
}

.icon-provincias{
    margin-right: 10px;
    height: 30px;
}
/*END HOME*/

/* BARRA TITULO Y LOGIN*/
.bg-grad-day-tripper {
    background-image: linear-gradient(to left, #ff4530, #d5473e, #a84845, #7b4746, #4a4343);
    /*background: -webkit-linear-gradient(-45deg,#075ddf, #C30000);
    background: -o-linear-gradient(-45deg,#075ddf, #C30000);
    background: -moz-linear-gradient(-45deg,#075ddf, #C30000);
    background: linear-gradient(-45deg,#075ddf, #C30000);*/
}
.contact.contact-us-one {
    background-color: rgba(255,255,255,1);
    border-bottom: 10px solid #ddd;
    width: 100%;
}

/* END BARRA TITULO Y LOGIN*/
/*boton whatsapp*/
/*.contenedor-btn {
    width: 90px;
    right: -100px;
    bottom: 0px;
    position: fixed;
    z-index: 100;
}
.btn-whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 20%;
    background: linear-gradient(0deg, #43a15e,#4bed6e);
    right: -10px;
    bottom: 20px;
    position: absolute;
    margin-right: 16px;
    !*margin-bottom: 16px;*!
    border: none;
    outline: none;
    color: white;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    !*transition: .3s;
    -webkit-transition: .3s;*!
    text-align: center;
}
.btn-whatsapp .fa-whatsapp{
    vertical-align: middle;
}
.btn-whatsapp{
    color: #fff;
}
.btn-whatsapp:hover{
    background: #fff;
    color: #1EBEA5 !important;
}*/
/*end whatsapp*/
/*boton volver arriba*/
.go-to-top {
    right: 0px;
    left: 49.4%;
}
/*end boton*/

/*imagen blog popup*/
/*.img-blog-popup{
    cursor: zoom-in;
}*/
.img-blog-popup:hover{
    cursor: pointer;
    opacity: 0.7;
}
.modal-content {
    background-color: transparent;
     border: none;
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
.modal-body {
    padding: 0px;
}
.modal-header {
    padding-right: 0px;
    padding-bottom: 8px;
    border-bottom: none;
}
.close {
    opacity: .6;
}
/*end imagen blog popup*/

/*boton comercios-contacto*/

.comercios-contacto {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 70px;
    z-index: 1000;
    -webkit-transition:  1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.comercios-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 20%;
    background: linear-gradient(0deg, #43a15e,#4bed6e);
    /*background-color: #009688;*/
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}

.comercios-fab:hover {
    /*background-color: #4db6ac;*/
    box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    color: #fff;
    /*box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);*/
}

.comercios-btn-large {
    width: 60px;
    height: 60px;
    line-height: 77px;
}

.comercios-menu {
    position: absolute;
    right: 69px;
    left: auto;
    bottom: 120%;
    transform: scaleY(1) scaleX(1) translateY(-155px) translateX(64px);
    height: 100%;
    /*width: 500px;*/
    list-style: none;
    text-align: right;
}

.comercios-menu li {
    /*display: inline-block;*/
    margin-bottom: 10px;
}

.comercios-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}
.comercios-btn-credicompras { background: linear-gradient(-135deg, #ed1900,#810803); }


.comercios-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}
.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }

.btn-comercios{
    -webkit-transition: -webkit-transform 1s;
    -ms-transition: -ms-transform 1s;
    transition: transform 1s;
}
.rotation{
    transform:rotate(720deg);
}

/*end boton comercios-contacto*/

/*boton whatsapp*/

.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 70px;
    z-index: 1000;
    -webkit-transition:  1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.whatsapp-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 20%;
    background: linear-gradient(0deg, #43a15e,#4bed6e);
    /*background-color: #009688;*/
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}

.whatsapp-fab:hover {
    /*background-color: #4db6ac;*/
    box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    color: #fff;
    /*box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);*/
}

.whatsapp-btn-large {
    width: 60px;
    height: 60px;
    line-height: 77px;
}

.whatsapp-menu {
    position: absolute;
    right: 69px;
    left: auto;
    top: 50%;
    transform: scaleY(1) scaleX(1) translateY(-155px) translateX(64px);
    height: 100%;
    /*width: 500px;*/
    list-style: none;
    text-align: right;
}

.whatsapp-menu li {
    /*display: inline-block;*/
    margin-bottom: 10px;
}

.whatsapp-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}
.whatsapp-btn-credicompras { background: linear-gradient(-135deg, #ed1900,#810803); }

/*.whatsapp-btn-credicompras:hover { background-color: #535961; box-shadow: 2px 2px 6px rgba(0,0,0,0.5);}*/

.whatsapp-btn-person { background-color: #F44336; }

.whatsapp-btn-person:hover { background-color: #e57373; }

.whatsapp-btn-doc { background-color: #ffeb3b; }

.whatsapp-btn-doc:hover { background-color: #fff176; }

.whatsapp-btn-tangram { background-color: #4CAF50; }

.whatsapp-btn-tangram:hover { background-color: #81c784; }

.whatsapp-btn-report { background-color: #2196F3; }

.whatsapp-btn-report:hover { background-color: #64b5f6; }

.whatsapp-btn-feedback { background-color: #9c27b0; }

.whatsapp-btn-feedback:hover { background-color: #ba68c8; }

.whatsapp-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}
.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }

.btn-whatsapp{
    -webkit-transition: -webkit-transform 1s;
    -ms-transition: -ms-transform 1s;
    transition: transform 1s;
}
.rotation{
    transform:rotate(720deg);
}
/*end whatsapp*/


/* Pop Up*/
.vd-modal-dialog {
    padding-top: 10%;
    max-width: 800px !important;
    /*width: 800px !important;*/
}
.modal-body {
    font-size: 16px !important;
    text-align: center !important;
}
.modal-header {
    text-align: center !important;
}
.modal-header-img{
    text-align: center !important;
    position: relative;
    border-bottom: 0px;
}
.close-img{
    color: white;
    opacity: 0.6;
}

.modal-body-img {
    padding-top: 10%;
}

.modal-img{
    position: absolute;
}
div#exampleModalCenter {
    background-color: transparent;
}
.modal-header .close {
    margin-top: -72px;
    margin-right: -1px;
}
.modal-profile{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#modalPass .modal-body{
    padding:0 3rem 0 3rem;
}
/* End Pop Up*/

/*Comercios Adheridos Seccion*/
div#rowinformacionSucursal {
    border: 1px solid #66afe9;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
}
div#informacionSucursal {
    overflow: auto;
    max-height: 260px;
}
.parallax-window-2 {
    min-height: 500px;
}
.border-primary {
    border: none;
}

/*EndComercios Adheridos Seccion*/

/*Perfil*/
.menuperfil{
    width: 100%;
}
#image_input{
    margin: auto;
}
/*End Perfil*/
/*Loader 2*/
#pageloader2 {
    background-color: #00000075;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#pageoader2.bw {
    background-color: #000000;
}
.loader2-item {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 40px;
    width: 40px;
}
.loader2-item img {
    width: 40px;
    height: 40px;
}
/*End Loader 2*/

.autorizarcobro-blue{
    font-size: 25px !important;
    color: #2bc0e4;
    cursor: pointer;
}

.imprimircobro-green{
    font-size: 25px !important;
    color: green;
    cursor: pointer;
}

.anularcobro-red{
    font-size: 25px !important;
    color: red;
    cursor: pointer;
}

.autorizarcobro-gris{
    font-size: 25px !important;
    color: gray;
    cursor: pointer;
}

.imprimircobro-gris{
    font-size: 25px !important;
    color: gray;
    cursor: pointer;
}

.anularcobro-gris{
    font-size: 25px !important;
    color: gray;
    cursor: pointer;
}
.imprimircuotafecha {
    margin-left: 0px !important;
    margin-right: 0;
    font-size: 25px !important;
}

/*front home parallax*/
.color-cc{
    font-weight: 700 !important;
    color: #ed4631;
}
/*end front home parallax*/

/*
Popup
*/
.vd-btn-popup {
    background: white;
    font-size: 18px;
    position: absolute;
    bottom: 50px;
    left: 45%;
}
.vd-modal-dialog .modal-img{
    width: 800px !important;
}
.modal-content-img{
    width: 800px;
    height: 450px;
}
/*End Popup*/

@media only screen and ( max-width: 1024px ) {

    .visible {
        text-align: -webkit-center;
    }
    .services {
        margin-left: 0px;
    }
    .navbar i.fa.fa-bars {
        color: #f74735;
    }
    .top-nav-collapse i.fa.fa-bars {
        color: #f74735;
    }
    a.navbar-brand.page-scroll img {
        height: 69px;
        margin-top: -18px;
        margin-left: 0px !important;
    }
    .comercios-contacto{
        display: none;
    }

    .sliderweb{
        display: none !important;
    }

    .slidermovil{
        display: block !important;
    }
}

@media ( min-width: 768px ) {
    .carousel{
        top:105px!important;
    }
    .modal-dialog{
        width: 800px;
    }
}
@media only screen and ( max-width: 766px ) {

    .visible {
        text-align: -webkit-center;
    }
    .services {
        margin-left: 0px;
    }
    .navbar-header {
        height: 85px;
    }
    a.navbar-brand.page-scroll img {
        margin-top: -8px;
    }
    .navbar-toggle {
        margin-top: 22px;
    }
    a.navbar-brand.page-scroll img {
        height: 75px;
    }
    .navbar-mp .navbar-main-collapse {
        float: none;
    }
    .navbar i.fa.fa-bars {
        color: black;
    }
    .form-group {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mt110 {
        margin-top: 98px;
    }
    .carousel-inner {
        height: 100%;
        padding-top: 97px;
    }
    .carousel-control {
        top: 97px;
    }
}


@media only screen and ( max-width: 480px ) {
    .services {
        height: auto;
        margin-left: 0px;
    }
    .navbar-brand{
        padding-left: 5px !important;
        padding-top: 15px !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

    /*.carousel-inner {
        height: 100% !important;
        padding-top: 98px;
    }
    .carousel, .item, .active {
        height: 38% !important;
    }
    .carousel .carousel-inner .carousel-img {
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }*/
}


@media only screen and ( max-width: 320px ) {


}

.table-planes tbody tr.highlight td {
    background-color: #ccc;
}

/*Sliders screens*/
@media screen and (max-width: 1451px) {
    .carousel-caption h1{
        font-size: 50px;
    }

    .carousel-caption{
        top:15%;
    }
}
@media screen and (max-width: 1301px) {
    .carousel-caption{
        top:10%;
    }
}

@media screen and (max-width: 1201px) {
    .carousel-caption h1{
        font-size: 40px;
    }
    .carousel-caption p{
        font-size: 20px;
    }
    .carousel-caption{
        top:7%;
    }
}

@media screen and (max-width: 1101px) {
    .carousel-caption{
        top:2%;
    }
}

.requirement-conditions-mb {
    margin-bottom: 8px !important;
}

.terms-conditions {
    color: #ff4530 !important;
    transition: color 0.2s ease;
    /* suave cambio */
}

.terms-conditions:hover {
    color: #e03d2b !important;
    /* tono más oscuro */
}

.terms-container-container {
    width: 99.2% !important;
    padding-left: 16% !important;
}

.terms-container {
    width: 80% !important;
    padding-left: 2% !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}

.terms-title {
    width: 55% !important;
    margin-bottom: 25px !important;
}

.terms-content {
    width: 83% !important;
}

@media screen and (max-width: 1201px) {
    .terms-container-container {
        width: 99.2% !important;
        padding-left: 8% !important;
    }

    .terms-container {
        width: 99% !important;
        padding-left: 2% !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .terms-title {
        width: 99% !important;
        margin-bottom: 25px !important;
    }
    .terms-content {
        width: 99% !important;
    }
}