html
{
    font-size: 62.5%;
}

body
{
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #000000;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

strong
{
    font-weight: bold !important;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

/*FIX CLEAR */

.clear
{
    display: block;
    clear: both;
}

.center
{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

#page-top
{
    background-image: url("../img/bg-landing-page.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    padding: 3.0rem 0rem 5.0rem 0rem;
}

#page-top .content
{
}

#page-top .center .logo
{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

#page-top .center .content .text
{
    width: 42.3%;
    color: #FFF;
    float: left;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

#page-top .center .content .text h1, #page-lower-bottom h1
{
    font-size: 4.8rem;
    line-height: 6.0rem;
    font-weight: bold;
    padding: 0rem 0rem 2.6rem 0rem;
}

#page-top .center .content #form-ebook
{
    display: block;
    width: 41.66%;
    float: right;
    padding: 1.5% 1%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 3.8rem;
}

#page-top .center .content #form-ebook h2
{
    margin-bottom: 4.8rem;
    font-size: 3.0rem;
    font-weight: bold;
    color: #707070;
    text-align: center;
}

#page-top .center .content #form-ebook p
{
    margin-top: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #000;

}
#page-top .center .content #form-ebook p a
{
    text-decoration: underline;
}

#page-top .center .content #form-ebook label
{
    font-weight: bold;
    color: #202124;
    font-size: 1.3rem;
    padding: 0rem 0rem 1.0rem 0rem;
    display: block;
}

#page-top .center .content #form-ebook .field-ebook
{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    border: 2px solid #EBEDED;
    border-radius: 6px;
    padding: 1.5rem;
    margin: 0rem 0rem 1.0rem 0rem;
}

#page-top .center .content #form-ebook .button-ebook
{
    width: 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 2.0rem;
    background-color: #7AC3FF;
    border-radius: 2px;
    cursor: pointer;
    border: 0;
    padding: 1.2rem;
    margin: 2.7rem 0rem 0rem 0rem;
}

#page-bottom
{
    padding: 6.0rem 0rem 6.0rem 0rem;
}

#page-bottom .center .text
{
    width: 40%;
    float: left;
}

#page-bottom .center .text h3
{
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: bold;
    color: #202124;
    padding-bottom: 3.0rem;
}

#page-bottom .center .text p
{
    color: #A6ADB4;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

#page-bottom .center .container
{
    float: right;
    position: relative;
    width: 55%;
    padding-bottom: 30%;
}
#page-bottom .center .container .video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button-ebook-download
{
    display: block;
    text-align: center;
    width: 30rem;
    color: #FFF;
    font-weight: bold;
    font-size: 2.0rem;
    background-color: #e61e2d;
    border-radius: 0.5rem;
    cursor: pointer;
    border: 0;
    padding: 2rem;
    margin: 6rem auto;
}


footer
{
    width: 100%;
    background-color: #A6ADB4;
    color: #FFF;
    padding: 5.0rem 0rem 5.0rem 0rem;
    text-align: center;
}


.loading
{
    width: 10.0rem;
    position: fixed;
    top: 0;
    left: 50%;
    color: #222222;
    border: 1px solid #f0c36d;
    background-color: #f9edbe;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px 5px 10px 5px;
    text-align: center;
    margin-left: -5.0rem;
    display: none;
    z-index: 9999;
}

.sucesso
{
    padding: 1.0rem;
    background-color: #ccebc9;
    border: 1px solid #6abf5a;
    color: #2e7114;
    margin: 0rem 0rem 2.0rem 0rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.sucesso h2
{
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0rem 0rem 1.0rem 0rem;
}

.captcha
{
    display: table;
    padding: 1.0rem 0rem 1.0rem 0rem;
    text-align: center;
    margin: 0 auto;
}

.logo-koala
{
    height: 20rem;
    margin: 0 auto;
}

.bold
{
    font-weight: bold;
}

#page-lower-bottom
{
    height: 55rem;
    background-image: url("../img/AdobeStock_332098654_Preview.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    padding: 3.0rem 0rem 5.0rem 0rem;
}



.box
{
    background-color: #FFF;
    color: #000000;
    width: 10rem;
    height: 5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    box-sizing: border-box;
    border: 2px solid #000000;
}

.center-bottom
{
    margin: 0 auto;
    max-width: 132rem;
}

.heating-chain-box
{
    width: 100%;
    display: flex;
    position: relative;
}

.applications
{
    float: left;
    width: 66rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.applications p
{
    color: #FFF;
    width: 50rem;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.heating-chain
{
    float: right;
    width: 66rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#page-lower-bottom h1
{
    color: #FFF;
    text-align: center;
}

img.application
{
    height: 10rem;
    margin-bottom: 1rem;
}

.app_box
{
    margin-left: 6rem;
    margin-bottom: 4rem;
    width: 10rem;
    display: flex;
    flex-direction: column;
}

.app_box p
{
    width: 100%;
}

.app_box:nth-child(1), .app_box:nth-child(5)
{
    margin-left: 0;
}

.boxes
{
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

img.arrow
{
    height: 7rem;
    position: absolute;
}

.heating-chain-box :nth-child(1)
{
    position: absolute;
    right: 0;
    margin-right: 10rem;
    margin-top: 17rem;
}

.heating-chain-box :nth-child(2)
{
    position: absolute;
    left: 0;
    margin-left: 10rem;
    margin-top: 11rem;
}

.heating-chain-box :nth-child(3)
{
    position: absolute;
    right: 0;
    margin-right: 40rem;
    margin-top: 23rem;
}

.heating-chain-box :nth-child(4)
{
    position: absolute;
    right: 0;
    margin-right: 20rem;
    margin-top: 32rem;
}

.heating-chain-box :nth-child(5)
{
    position: absolute;
    right: 0;
    margin-right: 25rem;
    margin-top: 4rem;
}

.heating-chain-box :nth-child(6)
{
    left: 0;
    margin-left: 17rem;
    margin-top: 4rem;
    transform: rotate(20deg);
}

.heating-chain-box :nth-child(7)
{
    left: 0;
    margin-left: 43rem;
    margin-top: 6rem;
    transform: rotate(80deg);
}

.heating-chain-box :nth-child(8)
{
    left: 0;
    margin-left: 48rem;
    margin-top: 23rem;
    transform: rotate(160deg);
}

.heating-chain-box :nth-child(9)
{
    left: 0;
    margin-left: 21rem;
    margin-top: 27rem;
    transform: rotate(240deg);
}

#whatsapp_call{
    display: block;
    width: 5rem;
    height: 5rem;
    background-image: url(../img/ico/whatsapp.svg);
    background-size: cover;
    position: fixed;
    z-index: 1000;
    bottom: 3rem;
    right: 3rem;
}