/*  STYLESHEET FOR: index.html 

Index:
+ VARIABLES
+ HERO
  - Background image specification
  - Title text specification
  - Paragraph text specification
+ CERTIFICATION
  - Title specification
  - Img for items text
  - Img container
  - Img specification
+ SERVICES
  - Section specifiaction
  - Title specification
  - Cards specification
  - Cards movement specification
  - Cards img specification
  - Cards title specification
  - Cards text specification
  - Text movement specification
  - Cards button specification
  - Button moreservices specification
+ COSTUMERS
  - Title specification
  - Reference link specification
+ ANIMATIONS
*/

/* ######################## VARIABLES ######################## */
:root {
    --base-color1: #cdd751;
    --base-color2: #929497;
    --base-color3: #1e56a2;
    --dark-text: #222222;
    --light-text: #f5f5f5;
    --light-bg: #eeeeee;
    --dark-bg: #0a1b2c;

    --font-base: 'Libre Franklin', sans-serif;
    --swiper-theme-color: var(--base-color1) !important;
}

html {
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
}


body {
    background-color: var(--light-bg) !important;
    font-family: var(--font-base) !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
    height: auto;
}

@media only screen and (max-width: 2500px) {
    .page-wrapper {
        overflow: hidden;
    }
}

.flat-top {
    background-color: #222222;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flat-top .email{
    margin-top: 10px;
    margin-right: 35px;
    margin-left: 40px;
}
.flat-top .email a{
    text-decoration: none;
    color: var(--light-bg);
    transition: all 0.5s ease-in-out;
}
.flat-top .email a:hover{
    text-decoration: none;
    color: var(--base-color1);
    transition: all 0.5s ease-in-out;
}

.flat-top .whatsapp{
    margin-top: 10px;
    margin-left: 10px;
}
.flat-top .whatsapp a{
    text-decoration: none;
    color: var(--light-bg);
    transition: all 0.5s ease-in-out;
}
.flat-top .whatsapp a:hover{
    text-decoration: none;
    color: var(--base-color1);
    transition: all 0.5s ease-in-out;
}

.navbar{
    z-index: 99;
}

/* ######################## HERO ######################## */
/* Background image specification */
#hero_presentation {
    margin: 3rem 0 ;
    height: 43rem;
    background-image: linear-gradient(120deg, #cdd751 20%, #cdd751e0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12)), url(../img/complementos/sap_landingpage/ngcnd_hero.jpg);
    background-position: center;
    background-size: cover;
}

/* Title text specification */
#hero_presentation #title {
    font-weight: bold;
    font-size: xx-large;
    color: var(--dark-text);
    animation: scroll-left 2.5s linear forwards;
}

/* Paragraph text specification */
#hero_presentation p {
    color: var(--dark-text);
    font-size: large;
    text-align: justify;
    animation: scroll-left 2.5s linear forwards;
}

/* ######################## CERTIFICATION ######################## */
/* Title specification */
#certification h1 {
    color: var(--dark-bg);
    animation: zoom 7s forwards;
}

#certification #item_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    animation: appear 7s forwards 1s;
}

#certification #item_list p {
    text-align: justify;
    animation: appear 7s forwards 1s;
}

/* Img for items text */
#certification #item_list img {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: appear 7s forwards 3s;
}

/* Img container */
#certification #logo_partner {
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #cdd751 !important;
    border-width: 0.15rem !important;
    border-radius: 0.5rem !important;
}

/* Img specification */
#certification #logo_partner #logo {
    width: 40%;
    height: auto;
    margin: 26.67% 26.67% 26.67% 26.67%;
}

/* ######################## SOLUTIONS ######################## */
/* Title specification */
#solutions h1 {
    color: var(--dark-bg);
    animation: zoom 7s forwards 3s;
}

/* Img for cards */
#solutions img {
    width: 50%;
    padding-top: 2%;
    display: block;
    margin: 0 auto;
    animation: up 7s forwards 4s;
}

/* Title for cards */
#solutions h3 {
    color: var(--dark-bg);
    text-align: center;
    margin-top: 5%;
    animation: appear 7s forwards 4s;
}

/* Paragraph for cards */
#solutions p {
    color: var(--dark-text);
    text-align: justify;
    padding: 0rem 2rem 0rem 2rem;
    animation: appear 7s forwards 4s;
}

/* ######################## CUSTOMERS ######################## */
/* Title specification */
#costumers h1 {
    color: var(--dark-bg);
    animation: zoom 7s forwards 5s;
}

#costumers img{
    border-radius: 0.7rem;
    animation: up 3s forwards 7s;
}

/* ######################## SALES ######################## */
/* Title specification */
#sales h1 {
    color: var(--dark-bg);
    animation: zoom 7s forwards 7s;
}

/* Card container */
#sales .card {
    max-width: 65%;
    display: block;
    margin: 0 auto;
    background-color: var(--base-color3);
    border-color: var(--light-bg);
    color: var(--light-text);
    border-radius: 15px !important;
    animation: appear 7s forwards 9s;
}

/* Img for presentation */
#sales .card .img-fluid {
    height: -webkit-fill-available;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

/* Card title name */
#sales .card-body .card-title {
    text-align: center;
    font-size: x-large;
    text-transform: uppercase;
}

/* Card text */
#sales .card-body .card-text {
    text-align: center;
    font-size: medium;
    color: #f5f5f592;
}

/* Card link item */
#sales .list-group-item {
    background-color: var(--base-color3);
    border-color: var(--light-bg);
    color: var(--light-text);
    text-transform: uppercase;
    font-size: small;
}

#sales .list-group-item a {
    text-decoration: none;
    color: var(--light-text);
    transition: all 0.3s ease-in-out;
}

#sales .list-group-item a:hover {
    text-decoration: none;
    color: var(--base-color1);
    transition: all 0.3s ease-in-out;
}

/* Card link item img  */
#sales .list-group-item img {
    width: 16px;
    margin-right: 5%;
}

/* ######################## ANIMATIONS ######################## */
@keyframes scroll-left {
    0% {
        transform: translateX(-20%);
    }

    100% {
        left: 100px;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
    
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes up {
    0% {
        transform: translateY(-10%);
    }

    100% {
        top: 0px;
    }
}