/* FONTS */
@font-face {
    font-family: 'TypoGraphica';
    src: url("/static/vitrine/css/fonts/TypoGraphica.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
.typographica {
    font-family: TypoGraphica;
}
.acumin {
    font-family: acumin-pro;
    font-weight: 400;
}
.acumin-bold {
    font-family: acumin-pro;
    font-weight: 700;
}
/* GLOBAL */
:root {
    /* GLOBAL */
    --purple-hard-dark : #1a151f;
    --purple-dark : #22002b;
    --purple-middle : #450058;
    --purple-light : #6c0086;
    --white-middle : #e6e6e6;
    --white-light : #eeeeee;
    --filter-light : rgba(255,255,255,0.4);
    --text-shadow-light : rgb(240, 240, 240);
}
/* BOOTSTRAP */ 
.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: var(--purple-dark);
    background-color:rgba(34, 0, 43, 0.1);
    transition: background-color .5s;
}
.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: var(--white-light);
    background-color: var(--purple-dark);
}
.card {
    font-size: 1rem !important;
}
/* GLOBAL */
body {
    background: var(--white-light) url('/static/vitrine/img/background/0.png');
    background-position: center;
    background-repeat: repeat;
    color: var(--purple-dark);
}
.full-page-row {
    min-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    margin:0;
    align-items: center;
    justify-content: center;
}
.side-col {
    min-height: 25vh;
    background-color: transparent;
}
.side-col-vertical {
    background-color: transparent;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    box-shadow:  inset -10px 0px 10px -10px var(--purple-dark);
    min-height: 100vh;
    max-height: 100vh;
    transform: rotate(180deg);
}
.side-col-vertical-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    margin: auto;
    color : var(--side-text);
    text-shadow: 0px 0px 2px var(--text-shadow-light);
    font-size:6vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    min-height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
}
.card-col {
    min-width: 100%;
    position: relative;
}
.card-row {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    min-width: 100%;
}
.title-row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index:99;
    font-weight: bold;
    color: var(--purple-dark);
}
.mh-80 {
    min-height: 80%;
}
.icon-decoration{
    border-left: 12px solid var(--white-light);
}
.icon-decoration::before{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-middle);
    position: absolute;
    left: -12px;
    top:34%;
}
.icon-decoration::after{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-dark);
    position: absolute;
    left: -12px;
    top:67%;
}
.icon-decoration-1{
    border-left: 12px solid var(--white-light);
}
.icon-decoration-1::before{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-light);
    position: absolute;
    left: -12px;
    top:34%;
}
.icon-decoration-1::after{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-middle);
    position: absolute;
    left: -12px;
    top:67%;
}
.text-purple-dark {
    color: var(--purple-dark)
}
.bg-purple-middle {
     background-color: var(--purple-middle) !important;
}
/* HEADER */
.header {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: var(--purple-hard-dark) url('/static/vitrine/img/background/1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.filter-gradient-header {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right bottom, transparent, var(--white-light) 50%);
}
.header .header-text {
    width: auto;
    color: var(--purple-dark);
    text-align: center;
    z-index:99;
}
.header-text h1 {
    font-size: 10rem;
}
.header-subtitle {
    display: flex;
    flex-wrap: nowrap;
}
.subtitle-1 {
    border-right: 12px solid var(--purple-light);
    position: relative;
}
.subtitle-1::before{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-middle);
    position: absolute;
    right: -12px;
    top:34%;
}
.subtitle-1::after{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-dark);
    position: absolute;
    right: -12px;
    top:67%;
}
.subtitle-2 {
    border-left: 12px solid var(--purple-dark);
    position: relative;
}
.subtitle-2::before{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-middle);
    position: absolute;
    left: -12px;
    top:34%;
}
.subtitle-2::after{
    content: "";
    width: 12px;
    height: 33%;
    background-color: var(--purple-light);
    position: absolute;
    left: -12px;
    top:67%;
}
/* SECURITY */
.row-security {
    background: var(--purple-hard-dark);
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
}
.row-security-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 100vh;
    max-height: 100vh;
    color: var(--white-light);
    overflow: hidden;
}
.security-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-height: 100vh;
}
.security-left h1 {
    min-width: 100%;
}
.security-left p {
    border-left: 12px solid var(--white-light);
}
.security-left p::before{
    content: "";
     width: 12px;
     height: 10%;
     background-color: var(--purple-middle);
     position: absolute;
     left: 15px;
}
.security-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-height: 100vh;
    background-color: transparent;
}
.security-right img {
    max-width: 100%;
    max-height: 80%;
}
/* SERVICES */
.row-services {
    background: var(--white-light) url('/static/vitrine/img/background/2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.filter-row-services {
    min-width: 100%;
    min-height: 100vh;
    background: var(--filter-light);
}
.title-row-services::after {
    position: absolute;
    content: "SERVICES";
    top:0;
    z-index: -2;
    color : var(--white-middle);
    font-size:6vw;
    font-weight: bold;
    font-family: TypoGraphica;
}
.content-col-services {
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(to right, var(--white-light) 50%, transparent 50%);
}
.row-services-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 50vh;
    max-height: 50vh;
}
.row-services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 50vh;
    max-height: 50vh;
}
.card i {
    position: absolute;
    top:2%;
    left:2%;
    font-size: 3.5rem;
    color: var(--white-middle);
}
.card-dark-services {
    background-color: var(--purple-hard-dark); 
    color: var(--white-light);
}
/* contact */
.row-contact {
    background: var(--white-light) url('/static/vitrine/img/background/3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.filter-row-contact {
    min-width: 100%;
    min-height: 100vh;
    background: var(--filter-light);
}
.content-col-contact {
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(to left, var(--white-light) 50%, transparent 50%);
}
.row-contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    max-height: 100vh;
}
.row-contact-content a div {
    color: var(--purple-middle);
    transition: color .5s;
}
.row-contact-content a div:hover {
    color: var(--purple-dark);
}
.card-contact {
    min-height: 60%;
    border-bottom: 12px solid var(--white-middle);
}
.card-contact::before{
    content: "";
    width: 33%;
    height: 12px;
    background-color: var(--purple-light);
    position: absolute;
    left: 34%;
    bottom: -12px;
}
.card-contact::after{
    content: "";
    width: 33%;
    height: 12px;
    background-color: var(--purple-middle);
    position: absolute;
    left: 67%;
    bottom: -12px;
}
.row-contact-content i {
    color: var(--purple-middle);
    font-size: 2.5rem;
}
.contactSelectDefault {
    color: #AAAAAA;
    font-weight: 400;
    font-size: 14px;
}
/* PROTECTION */
.row-protection {
    background: var(--purple-hard-dark);
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
}
.row-protection-text {
    display: flex;
    flex-wrap: wrap;
    min-height: 20vh;
    max-height: 20vh;
    color: var(--white-light);
}
.row-protection-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 80vh;
    max-height: 80vh;
    color: var(--white-light);
    overflow: hidden;
}
.protection-content-1 {
    position: absolute;
    left: 5%;
    top: 0;
}
.protection-content-2 {
    text-align: justify;
    position: absolute;
    min-height: 16.25vh;
    max-height: 16.25vh;
    bottom: 50vh;
    left: 60%;
    width: 40%;
}
.protection-content-2 h3 {
    display: flex;
    align-items: center;
}
.protection-content-2 p {
    border-bottom: 2px solid var(--white-light);
}
.protection-content-3 {
    text-align: justify;
    position: absolute;
    min-height: 16.25vh;
    max-height: 16.25vh;
    bottom: 26.25vh;
    left: 50%;
    width: 50%;
}
.protection-content-3 h3 {
    display: flex;
    align-items: center;
}
.protection-content-3 p {
    border-bottom: 2px solid var(--white-light);
}
.protection-content-4 {
    text-align: justify;
    position: absolute;
    min-height: 16.25vh;
    max-height: 16.25vh;
    bottom: 6vh;
    left: 30%;
    width: 70%;
}
.protection-content-4 h3 {
    display: flex;
    align-items: center;
}
.protection-content-4 p {
    border-bottom: 2px solid var(--white-light);
}
/* PRESENTATION */
.row-presentation-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    max-height: 100vh;
}
.content-col-presentation {
    background-color: var(--white-light);
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}
.row-presentation-avatar {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--purple-hard-dark);
    min-height: 50vh; 
    max-height: 50vh;
    overflow: hidden;
    color: var(--white-light);
}
.row-presentation-description {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white-light);
    min-height: 50vh; 
    max-height: 50vh;
    overflow: hidden;
}
.presentation-img {
    background-color: transparent;
    max-height: 35vh;
    width: auto;
}
.presentation-avatar-col {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    max-height: 50vh;
}
.row-presentation-sub-description-1 {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--purple-middle);
    min-height: 19vh;
    max-height: 19vh;
    color: var(--white-light);
}
.row-presentation-sub-description-2 {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white-middle);
    min-height: 19vh;
    max-height: 19vh;
    color: var(--purple-dark);
}
.row-presentation-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 12vh;
    max-height: 12vh;
    min-width: 100%;
    max-width: 100%;
    background-color: var(--purple-hard-dark);
    color: var(--white-light);
    border-top: 2px solid var(--purple-middle);
}
.row-presentation-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 88vh;
    max-height: 88vh;
}
/* DECORATION */
.bg-decoration-0 {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 91.65%;
    min-height: 12vh;
    /*background: linear-gradient(to top right, var(--purple-hard-dark) 50%, transparent 51%); */
    background: linear-gradient(to top right, var(--purple-hard-dark) 50%, var(--purple-middle) 51%,transparent 52%);
}
.bg-decoration-1 {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 91.65%;
    min-height: 6vh;
    /*background: linear-gradient(to bottom right, var(--purple-hard-dark) 50%,transparent 51%);*/
    background: linear-gradient(to bottom right, var(--purple-hard-dark) 50%, var(--purple-middle) 51%, transparent 52%);
}
.bg-decoration-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 50%;
    min-height: 3vh;
    background: var(--purple-hard-dark);
    border-top: 2px solid var(--purple-middle);
}
.bg-decoration-3 {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50%;
    min-height: 3vh;
    background: var(--purple-hard-dark);
    border-bottom: 2px solid var(--purple-middle);
}
.bg-decoration-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 50%;
    min-height: 3vh;
    background: var(--purple-hard-dark);
    border-top: 2px solid var(--purple-middle);
}