/*
SKIN 
*/

/********** Template CSS **********/
:root {
    --primary: #93CD7D;
    /*--primary_prec_value: #FF800F;*/

    --secondary: #AAC7A27A;

    /*--secondary_prec_value: #001064;*/

    --light: #F6F7F8;


    --dark: #006E00B0;
   /* --dark_prec_value: #010A35;*/
}




.btn-primary {
    color: #000;
    background-color: var(--primary) !important;
    border-color: var(--dark) !important;
}


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

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


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

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

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


.facts {
    /* background: var(--secondary) !important; */
    background: #0000 !important;
}

.page-header {
    background: linear-gradient(rgba(1, 10, 53, .8), rgba(1, 10, 53, .8)), url(/home/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/*** Footer ***/
.footer {
    color: #505050;
}


elemento {
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #006E00;
    border: 12px solid #006E00;
}
