
a {color: #666;}
a:hover {color: #000; text-decoration: none;}

a.link-light {color: #ddd;}
a.link-light:hover {color: #fff;}

.inverted {
    filter: invert(100%);
}


body {
    /*overflow-x: hidden;*/
    /*background: url('/media/images/design/bar-bg-success-light-1.svg') ;*/

}

.carousel-indicators {bottom: -3rem;}
.carousel-indicators li {background-color:#9d9d9d }


.bd-navbar {box-shadow: none;}

.shape-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateZ(0);
    overflow: hidden;
}
.shape-container svg {
    display: block;
    fill: #fff;
    pointer-events: none;
    vertical-align: baseline;
}

.shape-line {
    min-height: 19px;
}
.shape-orientation-inverse {
    transform: rotate(180deg);
}
.shape-position-top {
    top: 0;
    margin-top: -1px;
}
.shape-position-bottom {
    bottom: 0;
    margin-bottom: -1px;

}


.pointer {cursor: pointer;}


.panel {
    max-width: 20rem;
    text-align: left;
    float: left;
    position: relative;
    /* background: rgba(255,255,255,0.97); */
    margin: 1rem;
}



.panel .panel-header {}
.panel h3.panel-header { font-size: 1.1rem; color: #727C67; font-weight: 400 !important; }
.panel .panel-body { font-size: 0.8rem; color: #495043; }
.panel .panel-date { font-size: 0.7rem; color: #999; margin-bottom: 0.4rem; display: none;  }

.panel-center-news {max-width: 100%; text-align: center;}

.review {
    width: 25rem;
    text-align: left;
    float: left;
    position: relative;
    margin: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
}

.review-title {color: #726969; text-align: center;}
.review-lead {color: #AD9D9D; text-align: center;}
.review .review-header {font-weight: 500; font-size: 1.2rem;}
.review .review-body { font-size: 0.9rem; color: #7f8489; margin-top: 0.5rem; font-style: italic; }
.review .review-comment { font-size: 0.7rem; color: #7f8489; margin-top: -0.7rem; }
.review .review-stars i {color: #e9bc15; margin-right: 0.5rem; text-shadow:0.1rem 0.1rem 0.1rem #6f6d68;}
.review .review-date { font-size: 0.7rem; color: #999; margin-bottom: 0.4rem; display: none;  }



.z-index-3 {z-index: 3;}
.z-index-2 {z-index: 2;}
.z-index-1 {z-index: 1;}
.z-index-m1 {z-index: -1;}


header img {width: 15rem;}
.text-compl {color: #FF948C;}
.text-compl2 {color: #FF7C73;}
.text-compl3 {color: #FF8F87;}
.text-epat {color: #9e0d03;}
.text-gray-soft {
    color: #838E95 !important;
}
.text-light-white {
    color: #DDDDDD !important;
}



.bg-epat {background-color: #FF948C;}
.bg-red-dark {background-color: #680903;}


.bg-grey {background-color: #f8f8f8;}
.bg-warm {background-color: #fffbf7!important;}
.bg-cold {background-color: #F7FCFF!important;}
.bg-green {background-color: #FBFFF7!important;}
.bg-third {background-color: #ecebe8!important;}



main .bd-title {margin-bottom: 1rem;}
.navbar .nav-item {margin-right: 0.5rem;}


h1 {color:#9e0d03; font-weight: 600;}
h2 {color:#745C5A; font-weight: 200;}
h3 {color:#707070; font-weight: 200;}
h4 {color:#393939; font-weight: 100;}

h2.light {color: #a3a3a3;}

.navbar.page-demo {background-color: #222;}
.navbar.page-firma1 {background-color: #5E5547;}


/*
.navbar.page-home {background-color: #fff;}
.navbar {background-color: #fff;}
.navbar img {filter: invert(1);}
.navbar .nav-link {filter: invert(1);}
*/


p.article {margin-top: 1rem; margin-bottom: 2rem}



.container-greedy {padding-top: 2rem; padding-bottom: 2rem; z-index: 2; position: relative;}

.design-bar {z-index: 0; height: 10rem; pointer-events:  none; position:relative; margin-top: -10rem;}
.design-success { background: url('/media/images/design/1x/Element 3-100.jpg'); background-repeat: no-repeat; background-size: cover; }

.design-grey { background: #f8f8f8 url('/media/images/design/1x/Element 7.png');background-repeat: no-repeat; background-size: 100% 100%; }
.design-epat { background: #FF948C url('/media/images/design/1x/Element 7.png');background-repeat: no-repeat; background-size: 200% 75%; }

.bg-design-epat {background: url('/media/images/design/SVG/Element - epat - 2.svg');background-repeat: no-repeat;background-position:-20rem 7rem;background-size: 180%}

.bg-design-success-top {
    background: url('/media/images/design/SVG/Element 1.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -5rem;
    stroke: transparent;
    stroke-width: 0px;
}

.bg-design-success-bottom {
    background: url('/media/images/design/SVG/Element 1.svg');
    background-repeat: no-repeat;
    background-position:  bottom;
    background-size: 100%;
}

.design-h-1 {height: 10rem;}
.design-h-2 {height: 20rem;}
.design-h-3 {height: 30rem;}
.rotate-1 {transform: rotate(1deg);}
.rotate-2 {transform: rotate(2deg);}
.rotate-3 {transform: rotate(3deg);}
.rotate-4 {transform: rotate(4deg);}
.rotate-m1 {transform: rotate(-1deg);}
.rotate-m2 {transform: rotate(-2deg);}
.rotate-m3 {transform: rotate(-3deg);}
.rotate-m4 {transform: rotate(-4deg);}
.design-m-m6 {margin-top: -6rem;}
.design-m-m5 {margin-top: -5rem;}
.design-m-m4 {margin-top: -4rem;}
.design-m-m3 {margin-top: -3rem;}
.design-m-m2 {margin-top: -2rem;}
.design-m-m1 {margin-top: -1rem;}

.footer-contact { bottom: 0; }
.footer-contact ul li {
    position: relative;
    list-style: none;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.footer-contact a {color: #fff;}
.footer-contact img {}

.container-footer-contact {background-color: #680903}
.container-footer-copyright {background-color: #000000; color: #B0B0B0; padding-top: 1rem; font-size: 0.9rem; }
.container-footer-copyright a {color: #B0B0B0; }
.container-footer-copyright a:hover {color: #fff;}




.widgets-home i { color: #555; font-size: 3rem;}
.widgets-home h6 { color: #222; text-shadow: 0 1px 0 hsla(0,0%,100%,.98); }
.widgets-home>div .small {color: #888;}



.widgets-features i { color: #999; font-size: 3rem;}
.widgets-features h6 { color: #666; }
.widgets-features>div .small {color: #888;}




.widget-cards i {color: #615453; text-shadow: 0.1rem 0.1rem 0.1rem #ccc; font-size: 3rem;}
.widget-cards>div  {padding: 2rem; /*border: 0.1rem solid #eee;*/}


@media (max-width:750px){
    .bd-navbar i.fal {display: none;}
}




.container-breadcrumb {
    /* border-bottom: 1px solid #dee2e6!important; */
    z-index: 3;
    position: relative;
    box-shadow: 1px 1px 1px #ddd;
    background-color: #F5F5F5!important;

}


.breadcrumb {padding-left: 0 !important; background: none; }
.breadcrumb .breadcrumb-item a {color: darkred;}



.container-single {padding-top: 1rem !important; padding-bottom:4rem !important;}





.container-app { padding-top: 2rem !important; padding-bottom:4rem !important; width:60rem; }
.container-app>div {box-shadow: 1px 1px 20px #ccc; background:rgba(255,255,255,0.95); border-radius: 1rem;}
.container-app.new>div {background: #FFFBF6; border: 2px solid red; box-shadow: 1px 1px 5px red !important; }


.container-apps {background-color: rgba(255,255,255,0.86); padding-bottom: 5rem; }

.app-card i { }
.app-card {width: 100%; padding: 0.1rem !important; color: #aaa;}
.app-card>a>div {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 5px 5px 5px rgba(89,89,89,0.2);
    transform: scale(0.95);
    position: relative;
    background: rgba(255,255,255,0.75);
}

.app-card.new>div { }

/*
	.app-card>a>div:hover {color: #fff !important; background: #FF948C; box-shadow: 1px 1px 3px red; }
*/


/* Pre-render the bigger shadow, but hide it */
.app-card>a>div::after {
    content: "";
    border-radius: 1rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.4);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
}
/* Transition to showing the bigger shadow on hover */
.app-card>a>div:hover {
    -webkit-transform: scale(2.25, 2.25);
    transform: scale(1.1, 1.1);
    z-index: 999;

    /* box-shadow: 0 0 15px rgba(89,89,89,0.5); */
}
.app-card>a>div:hover::after {
    opacity: 1;
}






.bg-warning-light {
    background-color: #FFFBDC!important;
}


.bg-white {background-color: #fff !important;}




.img-circle {
    border-radius: 50%;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}





.timeline-image:hover {cursor: pointer;}


.bg-black {background: #000 !important;}


.bg-success-light {
    background-color: #d4edda  !important;;
}














.effect-darken {   }




.effect-darken:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #000;
    pointer-events: none;
}
.effect-darken:hover::after {
    opacity: 0.5;
}





.effect-hover-1 {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
    border-radius: 1rem;
    position: relative;
}

.effect-hover-1:after {
    content: "";
    border-radius: 1rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.effect-hover-1:hover {

    transform: scale(1.15, 1.15);
    z-index: 999;

    /* box-shadow: 0 0 15px rgba(89,89,89,0.5); */
}
.effect-hover-1:hover::after {
    opacity: 1;
}








.effect-hover-white {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
    border-radius: 1rem;
    position: relative;
}

.effect-hover-white:after {
    content: "";
    border-radius: 1rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.effect-hover-white:hover {

    transform: scale(1.05, 1.05);
    z-index: 999;

    /* box-shadow: 0 0 15px rgba(89,89,89,0.5); */
}

.effect-hover-white:hover i {

    /* color: #ccc !important; */
}
.effect-hover-white:hover::after {
    opacity: 1;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background: #f8d7da;
}

.nav {
    display: block;
    padding-left:0;
}
.nav ul {
    
    padding-left:2rem;
    display: none;
}

.nav li.active ul {
    
    display: block;
}

/* TEST AREA */



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


