/* Estilos de la página de Inicio y generales Desktop */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Fira Sans', sans-serif; */
    /* font-family: 'Josefin Sans', sans-serif;
    font-family: 'Noto Sans', sans-serif; */
}

body {
    background-color: var(--background-color-primary); 
    max-width: 100%;
}

:root {
    --color-primary: #0D1459;
    --color-secondary: #2C337A;
    --color-text: #000;
    --background-color-primary: #FFFFFF;
    --background-color-secondary:#F5F5F5;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.0 * var(--bs-gutter-x));
    margin-left: calc(-.0 * var(--bs-gutter-x));
}

/****** ICONS FONTAWESOME *********/

/* Step 1: Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/****** ICONS FONTAWESOME *********/


/* HEADER INICIO*/
div.header {
    width: 100%;
    height: 477px;
    border-radius: 4px;
    background-image: url("../img/header_img1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

div.mascara-azul {
    width: 100%;
    height: 477px;
    background: linear-gradient(90deg, rgba(1, 11, 103, 0.35) 6.25%, rgba(1, 90, 179, 0.35) 45.13%, rgba(0, 185, 236, 0.35) 100%);
    /* opacity: 0.6; */
}

.title {
   display: flex;
   justify-content: center;
   position: relative;
   margin-top: -260px;
   width: 100%;
   height: 77px;

   font-family: 'Poppins', sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 64px;
   line-height: 77px;

   text-align: center;

   color: #FFFFFF;
}

/* FIN HEADER INICIO*/

.rectangle-azul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 214px;
    padding: 30px 126px 20px 165px;

    background: #016fc0;
}

.confira-alguns-nmeros-da-marlony {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   width: 91%;
   height: 150px;
   font-family: 'Poppins', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 38px;

   color: #F9F9F9;
}

img.image-icon {
    width: inherit;
    color: #F9F9F9;
    filter: invert(100%) url(#color-filter);
}

span.icon {
    display: flex;
    justify-content: center;
    width: auto;
    height: 40px;
}

span.number {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 20px;

  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 58px;
  text-align: center;

  color: #F9F9F9;
}

span.text {
   display: flex;
   justify-content: center;
   width: auto;
   margin-top: 50px;

   font-family: 'Poppins', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 13px;
   line-height: 19px;
   text-align: center;

   color: #F9F9F9;
}


div.inicio {
    display: flex;
    width: 100%;
    height: 530px;
    margin: 100px 0 84px;
}

.a-mais-de-20-anos-no-mercado-de-jogos {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    height: 86px;
    margin: 80px 37px 45px 165px;

    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
}

p.parrafo {
    display: flex;
    justify-content: flex-start;
    width: 75%;
    /* height: 96px; */
    margin: 45px 37px 45px 165px;

    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: start;

    color: #000000;
}

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

.img2 {
    width: 555px;
    height: 335px;
    margin: 60px 165px 30px 0px;
    background-image: url("../img/img2.png");
    background-size: contain;
    background-repeat: no-repeat;
}
