/* Var */

:root {
    --primary: #193986;
    --second: #86BE1E;
    --white: #fff;
    --black: #000;

    /* Variables para uso global (necesarias en style.css y navbar.css) */
    --background: #FFFFFF;
    --foreground: #000000;
    --destructive: #d4183d;
    --border: rgba(25, 57, 134, 0.15);
    --input-background: #F8F9FA;
    --radius: 10px;
    --muted: #F5F5F5;
    --muted-foreground: #7A7A7A;
    --shadow-sm: 0 1px 2px 0 rgb(25 57 134 / 0.08);
    --shadow-md: 0 4px 6px -1px rgb(25 57 134 / 0.15);
    --shadow-lg: 0 10px 15px -3px rgb(25 57 134 / 0.2);
    --card: #FFFFFF;
}

/* Estilos para los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    /* Extra bold */
}

/* Estilos para el resto del contenido */
p, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /* Normal */
}

/* Generales */

.b-deg-b {
    border: solid 3px transparent;
    border-radius: 50% !important;
    background-image: linear-gradient(white, white), linear-gradient(to bottom, rgba(134, 190, 30, 1), rgba(25, 57, 134, 1) 115%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.b-deg-t {
    border: solid 4px transparent;
    border-radius: 50% !important;
    background-image: linear-gradient(white, white), linear-gradient(to top, rgba(134, 190, 30, 1), rgba(25, 57, 134, 1) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

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

.height-100 {
    height: 100px;
}


.df-end {
    display: flex;
    justify-content: flex-end;
}

.br-1r {
    border-radius: 1rem;
}

.fs-1r {
    font-size: 1.1rem;
    text-align: justify;
}

.fs-04r {
    font-size: 1rem;
    text-align: justify;
}

.fw-900 {
    font-weight: 900;
}

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

.tt-u {
    text-transform: uppercase;
}


.mt-negativo {
    margin-top: -1.6rem;
}

/* Top */

/* .ma-tb {
    margin: auto;
}*/

.bg-deg {
    background: linear-gradient(90deg, rgba(25, 57, 134, 1) 0%, rgba(134, 190, 30, 1) 72%, rgba(255, 255, 255, 1) 100%);
}

/* Nav */

.bg-white {
    background-color: #F8F8F9;
}

.logo {
    width: 5rem;
    height: auto;
}

.text-hg {
    transition: all ease-in-out 0.5s;
}

.text-hg:hover {
    color: var(--second);
}

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

.font-weight-bold {
    font-weight: 700;
}

.font-weight-black {
    font-weight: 900;
}

.border-black {
    border: 1px solid #585858 !important;
}

.rotation {
    rotate: 90deg;
}

/* Feature*/


.fs-9 {
    font-size: 0.9rem;
}

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

.column-center {
    flex-direction: column;
    align-items: center;
}

.position-relative-top-negative {
    position: relative;
    top: -45px;
}

.position-relative-top-negative-30 {
    position: relative;
    top: -30px;
}

/* About */

.icon-about {
    font-size: 1.6rem;
    margin-left: 0.5rem;
}

.fs-1r-b {
    text-align: center;
}

/* Marcas */

.slider {
    width: 90vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(200px * 24);
}

.slider .slide-m {
    width: 200px;
    margin: 0 1rem;
}

.slider .slide-m img {
    width: 100%;
    height: 4rem;
}

.slide-m img {
    filter: opacity(0.5);
    transition: all ease-in-out 0.4s;
}

.slide-m img:hover {
    filter: opacity(1);
}

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

    100% {
        -webkit-transform: translateX(calc(-200px * 12));
        transform: translateX(calc(-200px * 12));
    }
}

/**Parallax**/

.parallax:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.6);
    filter: brightness(.6);
}

.store {
    position: relative;
    height: auto;

}

.store:before {
    background-image: url(../source/img/carousel/carousel-01.webp);
    content: '';
}

ul.resumen {
    position: relative;
    padding: 120px 0;

}

/* Feature*/





.fs-f {
    font-size: 1.6rem;
}

/* Contacto */



.wrap {
    word-wrap: break-word;
    text-overflow: ellipsis;
}

/*Mision - Vision Start*/

.prueba {
    transition: all ease-in-out 0.5s;
}

.prueba:hover {
    scale: 1.1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* Contacto */



/* Footer */

.mb-0 {
    margin-bottom: 0 !important;
}

.padding {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(3rem/2);
    padding-left: calc(3rem/2);
}

.pad {
    padding-left: calc(3rem/2);
    padding-right: calc(3rem/2);
}

