/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media screen and (min-width:1900px) {
    :root {
        --block_padding:64px;
    }
    div.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    h1.author_name {
        font-size:40px;
        margin-bottom:24px;
    }
    h2.author_status {
        margin-bottom:8px;
    }
    div.welcome_block {
        height: 650px;
    }
}
@media screen and (min-width:751px) and (max-width:1899px) {
    :root {
        --block_padding:64px;
    }
    div.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    h1.author_name {
        font-size:40px;
        margin-bottom:24px;
    }
    h2.author_status {
        margin-bottom:8px;
    }
    div.welcome_block {
        height: 650px;
    }
}
@media (min-width:1px) and (max-width:750px) {
    :root {
        --block_padding:32px 16px;
    }
    div.menu {
        display: none;
    }
    div.welcome_block_row_1 {
        -webkit-box-ordinal-group:2;
            -ms-flex-order:1;
                order:1;
    }
    div.welcome_block_row {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 16px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        margin:16px;
        padding:32px;
        border-radius: 24px;
        -webkit-box-ordinal-group:3;
            -ms-flex-order:2;
                order:2;
        position: absolute;
        z-index:5;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    h1.author_name {
        font-size:30px;
        margin-bottom:24px;
    }
    h2.author_status {
        font-size:20px;
        margin-bottom:8px;
    }
    div.welcome_block_row {
        margin-top:500px;
    }
    div.welcome_block_row_1 {
        margin-top:100px;
    }
    
}
.typing-demo {
    width: 100%;
    -webkit-animation: typing 2s steps(22), blink .5s step-end infinite alternate;
            animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 16px;
  }
  
  @-webkit-keyframes typing {
    from {
      width: 0
    }
  }
  
  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @-webkit-keyframes blink {
    50% {
      border-color: transparent
    }
  }
      
  @keyframes blink {
    50% {
      border-color: transparent
    }
  }
* {
    margin: 0;
    padding: 0;
}
h1 {
    font-size:28px;
}
:root {
    --brand-color:#0bceaf;
    --pink:hsl(1, 49%, 40%);
}
a {
    color:#000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color:var(--brand-color)
}
a.block {
    color:#000;
}
a.block:hover {
    color:#000;
}
.center {
    text-align: center;
}
html {
    overflow-x: hidden;
}
html,body {
    overflow-x:hidden;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size:16px;
    overflow-x:hidden;
}
header {
    width: 100%;
    position: absolute;
    background-color: transparent;
    z-index:9999;
}
header.fixed {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index:9999;
}
div.header_row {
    max-width: 1280px;
    width:100%;
    min-width: 50px;
    height:64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
div.logo {
    margin-left:16px;
    width:150px;
    height:64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
img.logo_img {
    width:150px;
    height: auto;
    cursor: pointer;
}
div.menu {
    max-width: 800px;
    width: 100%;
    min-width: 50px;
    margin-left: auto;
    height: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.menu_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
ul.menu_nav > li {
    list-style-type: none;
    cursor: pointer;
    font-size:18px;
    font-weight: 600;
    padding:8px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul.menu_nav > li:hover {
    color:var(--brand-color);
}
ul.menu_nav > li.active {
    background-color: var(--brand-color);
    color:white;
    border-radius: 24px;
}
/* Main */

section {
    width:100%;
    height: auto;
    padding:16px 16px 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.grey_background {
    background-color: hsl(40, 100%, 95%);
}
div.row_s {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    width:100%;
    min-width: 50px;
    height:100%;
}
div.row {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    width:100%;
    min-width: 50px;
    min-height:480px;
    height:100%;
}
div.row_center {
    max-width: 700px;
    width: 100%;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
div.row_center > iframe {
    width:100%;
    border-radius: 24px;
}
div.row_flex {
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
div.row_image {
    margin-top:64px;
    top:0;
    position: sticky;
    max-width: 150px;
    width: 100%;
    min-width: 50px;
    height:100%;
}
img.row_image_pic {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
div.row_image_1 {
    top:0;
    position: sticky;
    max-width: 300px;
    width: 100%;
    min-width: 50px;
    height:100%;
}
img.row_image_pic_1 {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
div.row_info {
    margin:32px 0;
    max-width:450px;
    width:100%;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
div.row_info_block {
    width:100%;
    height:auto;
    padding:16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
div.row_info_block > ul {
    margin:24px 0 0 32px;
    list-style-type: "✔   ";
}
div.row_info_block > ul > li {
    margin-top:4px;
}
div.quote {
    padding:64px 0;
    max-width: 900px;
    width: 100%;
    min-width: 50px;
    margin: 0 auto;
}
.blockquote-8 {
    position: relative;
    padding: 16px 24px;
    margin: 16px 46px;   
    font-size: 16px;
    text-align: center;
}
.blockquote-8:before,
.blockquote-8:after {
    position: absolute;
    color: #BFE2FF;
    font-size: 100px;
    font-family: Times, sans-serif;   
    line-height: 100px;   
}
.blockquote-8:before {
    content: '“';
    left: -30px;
    top: -10px;
}
.blockquote-8:after {
    content: '”';
    right: -30px;
    bottom: -10px;
}
.blockquote-8 cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
}
a.write_whatsapp {
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    max-width:300px;
    width: 100%;
    min-width: 50px;
    padding:16px 16px;
    background-color: var(--brand-color);
    border-radius: 30px;
    font-size:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin:16px auto;
}
img.whatsapp {
    width: 20px;
    height: auto;
    margin-right:8px;
}
.pink {
    color:hsl(1, 49%, 40%);
}
div.timer {
    margin:48px 0 32px 0;
    display: flex;
    justify-content: center;
}
div.timer_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100px;
    margin: 0 8px;
}
div.timer_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:80px;
    font-size:24px;
    font-weight: bold;
    background-color: #eee;
    border-radius: 24px;
    margin-bottom:8px;
}



@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 var(--brand-color);
  }
  
  50% {
    box-shadow: 0 0 30px 0 var(--brand-color);
  }
}

a.btn {
    width:200px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:32px auto;
  background: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

a.btn-glow {
    margin-top:32px;
    text-align: center;
    background: var(--brand-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 34px;
    box-shadow: 0 0 0 0 var(--brand-color);
    animation: glow 1.4s linear infinite;
}
div.social_network {
    margin-top:16px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap:0 32px;
}
div.social_network > a {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    gap:8px;
    font-size:16px;
}
.reverse{
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reverse.active{
    transform: translateX(0);
    opacity: 1;
  }
.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }