/*RCGS Configure CSS3+s Styles*/
:root {
    --primary: #B91C21;
    --second: #282F50;
    --ligth: #f6f7f8;
    --grey: #dedede;
    --alert: indianred;
    --gray: #616A6B;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-light {
    background-color: var(--ligth) !important;
}

.bg-mix {
    background: linear-gradient(180deg,var(--ligth)50%,var(--grey));
}

.bg-grey {
    background-color: var(--grey) !important;
}
/*@over botstrap styles TEXT*/
.text-light-grey {
    color: var(--grey) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.backg-primary-color {
    background-color: var(--primary) !important;
}

.text-secondary {
    color: var(--second) !important;
}

.text-grey {
    color: var(--gray) !important;
}

.text-light {
    color: var(--ligth) !important;
}

.label_mje {
    color: var(--alert);
}

.spinner-grow {
    width: 1rem;
    height: 1rem;
}

/*@over botstrap styles BOTONES */
.btn-primary {
    background-color: var(--primary) !important;
    
}

.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:hover {
    background-color: var(--second) !important;
}

.btn-gray {
    background-color: var(--gray) !important;
}

.bg_second {
    background-color: var(--second) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primary);
    border-color: var(--primary);
    ;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .header-home {
        background-position-x: -30rem !important;
    }
}

@media (max-width: 468px) {
    .logoNav {
        max-width: 200px !important;
    }

    .header-home {
        background-position-x: -35rem !important;
    }

    .text-custom2 {
        text-shadow: 1px 1px 0px white !important;
    }
}

.text-customN {
    --bs-text-opacity: 1;
    color: rgb rgb(0, 0, 0) !important;
    text-shadow: 1px 1px 2.0px rgb(255, 255, 255);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.header-home {
    background: url(/img/img_banner.jpg) center no-repeat;
    background-size: cover;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.degradado {
    background: linear-gradient(180deg, rgb(65 88 105 / 30%) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

/*Boton flotante*/
.btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 5px 0 0 5px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    padding: 15px 25px; /* Relleno del boton */
    position: fixed;
    right: 0px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

    .btn-flotante:hover {
        background-color: var(--second);
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateX(-10px);
        width: 80px;
        right: -10px;
        color: #ffffff;
    }

.btn-0 {
    bottom: 195px;
    background-color: var(--second);
}

.btn-1 {
    bottom: 140px;
    background-color: #25D366;
}

.btn-2 {
    bottom: 85px;
    background-color: #4267B2;
}

.btn-3 {
    bottom: 30px;
    background-color: #0A66C2;
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
    }
}

.alert-promo {
    color: #ffffff;
    background-color: #ff182d;
    border-color: #ff0019;
    border-radius: 0;
}

/*Index/logo @Bruno & @Chris 23-10-24*/

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

    .logoCaroucel{
        width: 65% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .logoCaroucel{
        width: 50% !important;
    }
}

@media only screen and (max-width: 992px) {
    .logoCaroucel{
        width: 100% !important;
    }

    .header-home-1 {
        background-position-x: -60rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .header-home-1 {
        background-position-x: -70rem !important;
    }

    .header-home-2 {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 896px) {
   
    .header-home-1 {
        background-position-x: -63rem !important;
    }
}

@media only screen and (max-width: 648px) {
   
    .header-home-1 {
        background-position-x: -68rem !important;
    }
}

@media only screen and (max-width: 920px) {
   
    .header-home-2 {
        background-position-x: -48rem !important;
    }
}

@media only screen and (max-width: 867px) {
   
    .header-home-2 {
        background-position-x: -50rem !important;
    }
}

@media only screen and (max-width: 768px) {
   
    .header-home-3 {
        background-position-x: -60rem !important;
    }
}

@media only screen and (max-width: 638px) {
   
    .header-home-3 {
        background-position-x: -63rem !important;
    }
}

@media only screen and (max-width: 675px) {
   
    .header-home-3 {
        background-position-x: -69rem !important;
    }
}