* {
    margin: 0;
    padding: 0;
    border: 0;
}

.img-header{
    background-color: #39424E;
    width: 100%;
    height: 110px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}


#background-loader {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 300;
    position: absolute;
}

#loader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    top: 40%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999; /* Garante que o loader esteja acima de tudo */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*html {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    overflow-x: hidden;*/
/*}*/

body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 15px;
    width: auto;
}

.container-table{
    background-color: #4fab4f;
}

.container-table .table {
    background-color: #f2f4f4;
    width: 90%;
    margin: auto;
}

.second-table{
    position: relative;
    background-color: #65058b;
    margin-top: 44px;
}

.container-table>.second-titles>h1{
    margin: -0.2rem 0 -0.32rem 0;
}

.second-titles>h5{
    margin: -0.2rem 0 -0.32rem 0;
    padding-top: 30px;
}

.table-overlay {
    position: relative;
    z-index: 2;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

.table-overlay th {
    height: 50px;
    border-radius: 0;
}


.table-overlay th,
.table-overlay td {
    border: none;
}

.table-overlay tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-overlay tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.second-table .table-overlay th {
    background-color: #4fab4f;
    text-align: center;
    color: #ffff;
    padding: 2px;
}

.second-table .table-overlay td {
    text-align: center;
    color: #65058b;
    font-weight: bolder;
    line-height: 20px;
    background: unset;
    padding: 2px;
    border-radius: 0;
}

.varejo{
    width: 40%;
    border: none;
    font-size: 30px;
    text-shadow: 1px 1px 1px black;
}

.rectangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 404px;
    height: 655px;
    background-color: darkorange;
    z-index: 1;
    border-radius: 3000px 0px 0px 4500px
}

.titles{
    margin-left: 80px;
    margin-bottom: 10px;
}

.titles>h1{
    font-size: 4.2rem;
    line-height: 110%;
    margin: -0.2rem 0 1.68rem 0;
    font-family: "Lilita One", sans-serif;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px black;
}

.titles>h5{
    font-size: 2.14rem;
    line-height: 110%;
    margin: -2.906667rem 0 0.656rem 0;
    font-family: "Lilita One", sans-serif;
    color: #FFA500;
}

.titles>p{
    color: #fff;
    font-weight: 900;
    font-size: large;
}

.table-one{
    width: 90%;
    margin: auto;
    background-color: #f2f4f4;
    border: 1px solid black;
}

.rodape-table{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.rodape-table>.span-right{
    font-family: "Lilita One", sans-serif;
    color: #65058b;
    font-size: 20px;
}

.rodape-table-second {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /*margin: 15px;*/
    padding: 15px;
}

.items-left p,
.items-left ul {
    display: inline-block;
    vertical-align: top;
    text-align: start;
}

.items-right {
    margin-right: 10px;
}

.linkpet{
    background:#65058b; ;
    color: #FFFFFF;
    text-align: center;
    padding: 1px;
}

.items-left p {
    margin-left: 66px;
    color: #3ea469;
    font-weight: bolder;
    font-size: 21px;
    line-height: 22px;
    text-shadow: 1px 1px 1px #000000;
}

.items-left ul {
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 10px;
    line-height: 21px;
    text-shadow: 1px 1px 1px #222222;
}

.items-right h6 {
    margin-right: 65px;
    background-color: #4fab4f;
    padding: 11px;
    height: 60px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    border-collapse: collapse;
    text-align: right;
    width: 256px;
    color: #FFFFFF;
    font-weight: bolder;
}

.items-left>.aviso p {
    color: #FFFFFF;
    padding: 10px;
    margin-left: 55px;
    font-weight: bolder;
    font-size: 15px;
}

.rectangle-second {
    position: absolute;
    bottom: 49px;
    right: 317px;
    width: 76px;
    height: 74px;
    background-color: #4fab4f;
    z-index: 2;
    border-radius: 50%;
    border: #FFFFFF 1px solid;
}

.rectangle-second img {
    padding: 5px;
    margin-left: 5px;
    margin-top: 3px
}

.items-right span {
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin-left: 60px
}

tr>th {
    padding: 1px 5px;
    border: 1px solid #726f6f;
}
tr>td{
    padding: 2px 1px;
    border: 1px solid #726F6F;
}

tr > .leve, .tranquilo, .ideal, .essencial, .completo, .carencia{
    width: 30px;
    text-align: center;
    border-radius: 0;
    /*font-size: 15px;*/
    font-weight: bolder;
    line-height: 20px;
    letter-spacing: 2px;
}

th.coberturas, th.leve, th.tranquilo, th.ideal, th.essencial, th.completo, th.carencia{
    font-family: "patua one", sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 1px #222222;
}

th {
    background-color: #65058b;
    color: white;
}

td {
    color: #666;
}

th.coberturas {
    letter-spacing: 2px;
}

.coberturas {
    width: 30%;
    text-align: center;
}

td.coberturas{
    text-align: start;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 1px 1px 6px
}

.img-header{
    background-color: #39424E;
    width: 100%;
    height: 150px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-bottom: -20px;
}

.logo-pet{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: end;
    margin-right: 20px;
}

.third-container-layout {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f2f4f4;
}

.rectangle-top {
    position: absolute;
    top: 4px;
    left: 30%;
    width: 488px;
    height: 265px;
    background-color: #65058b;
    z-index: 1;
    border-radius: 10px 10px 1000px 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rectangle-top h3 {
    color: #FFFFFF;
    word-wrap: break-word;
    font-family: "Lilita One", sans-serif;
    font-size: 2.92rem;
    line-height: 110%;
    margin: 0.946667rem 0px 9.168rem 0;
    text-shadow: 1px 1px 1px #000000;
}

.rectangle-bottom {
    position: absolute;
    bottom: 4px;
    right: 33.5%;
    width: 488px;
    height: 265px;
    background-color: #65058b;
    z-index: 0;
    border-radius: 1000px 1000px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rectangle-bottom p {
    font-size: 1.50rem;
    line-height: 110%;
    margin: 12.093333rem 0 0.656rem 0;
    font-family: "Lilita One", sans-serif;
    color: #FFA500;
}

.layout-titles {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.layout-titles h3 {
    margin-top: 11%;
    margin-left: 9%;
    font-family: "caprasimo", sans-serif;
    color: #65058b;
    font-size: 40px;
}

.title-right-side {
    margin-top: 109px;
    margin-right: 96px;
}

.title-right-side p {
    color: #65058b;
    font-weight: bold;
    margin-bottom: 10px;
}

.layout-titles-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.layout-titles-bottom h3 {
    margin-top: 0;
    margin-left: 4%;
    font-family: "caprasimo", sans-serif;
    color: #65058b;
    font-size: 40px;
}

.title-right-side-bottom {
    margin-top: 23px;
    margin-right: 118px;
}

.title-left-side-bottom {
    margin-bottom: 60px;
    margin-left: 97px;
}

.title-left-side-bottom p {
    color: #65058b;
    line-height: 20px;
}

.title-right-side-bottom .list-right-side-bottom ul>li {
    list-style-type: disc;
    padding-left: 16px;
    color: #65058b;
    line-height: 20px;
}

.destaque-green {
    color: #4fab4f;
}

.middle-div {
    display: flex;
    justify-content: space-between;
    background-color: orange;
    width: 100%;
    height: 163px;
    margin-top: 0%;
    padding: 20px;
    box-sizing: border-box;
}

.middle-div .list-right ul>li{
    color: #65058b;
    list-style-type: disc;
    margin-right: 100px;
    margin-top: 6px;
    line-height: 20px;
    font-weight: bolder;
    font-size: 20px;
    padding-left: 15px;
}

.middle-div .list-left ul>li {
    color: #65058b;
    list-style-type: disc;
    margin-left: 50px;
    margin-top: 6px;
    line-height: 20px;
    font-weight: bolder;
    font-size: 20px;
    padding-left: 15px;
}
.middle-div .list-left span {
    display: block;
    margin-top: 30px;
    margin-left: 32px;
    color: #65058b;
    line-height: 20px;
    font-weight: bolder;
    font-size: 15px;
}

.middle-round-div {
    position: absolute;
    top: 320px;
    left: 649px;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 380px;
    background-color: #e3e0e0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 1px 1px 5px 0px #222222;
    border: 7px solid #FFFFFF;
}

.middle-round-div img {
    margin-left: 15%;
    margin-top: 16%;
}


/* Estilos padrão para telas pequenas (celulares) */
@media only screen and (max-width: 767px){
    .third-container-layout {
        position: relative;
        width: auto;
        height: auto;
    }

    .last-page .titles-left-last-page h2 {
        font-size: 35px;
    }

    .last-page .titles-left-last-page h4 {
        font-size: 26px;
    }

    .middle-div .list-left span {
        display: block;
        font-size: 13px;
    }

    .list-left {
        position: relative;
        right: 36px;
    }

    .list-right {
        position: relative;
        left: 78px;
    }

    .title-right-side-bottom .list-right-side-bottom ul>li {
        padding-left: 0;
        line-height: 20px;
    }

    .layout-titles-bottom h3 {
        margin-top: 0;
        font-size: 40px;
    }

    .rectangle-bottom p {
        margin: 8.093333rem 0 0.656rem 0;
    }

    .rectangle-second {
        bottom: 66px;
        right: 278px;
    }

    .titles {
        margin-left: 40px;
        margin-bottom: 10px;
    }

    .rectangle {
        height: 868px;
    }

    .items-right {
        position: relative;
        left: 36px;
    }

    .items-left {
        position: relative;
        right: 36px;
    }

    .rectangle-bottom {
        position: absolute;
        top: 368px;
        right: 232px;
        width: 324px;
        height: 185px
    }

    .middle-round-div {
        position: absolute;
        top: 295px;
        left: 373px;
        transform: translate(-50%, -50%);
        width: 265px;
        height: 265px;
    }

    .middle-round-div img {
        margin-left: 23px;
        margin-top: 43px;
        width: 196px;
        height: 145px;
    }

    .rectangle-top {
        position: absolute;
        top: 4px;
        left: 208px;
        width: 324px;
        height: 194px;
    }

    .rectangle-top h3 {
        font-size: 2.92rem;
        line-height: 110%;
        margin: 2.946667rem 0px 9.168rem 0;
    }

    .middle-div {
        width: 100%;
        height: 149px;
        bottom: 10px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
    }

    .title-right-side {
        margin-top: 93px;
        margin-right: 15px;
    }

    .title-left-side-bottom {
        margin-bottom: 60px;
        margin-left: 36px;
    }

    .title-right-side-bottom {
        margin-top: 23px;
        margin-right: 24px;
    }

    .layout-titles h3 {
        margin-top: 19%;
        margin-left: 46px;
        font-size: 40px;
    }

    .last-page .titles-left-last-page {
        position: absolute;
        left: 76px;
        top: 49px;
    }

    .last-page .images-rectangle .big-rectangle-img-dog img {
        top: 140px;
        width: 260px;
        height: 260px;
    }

    .last-page .images-rectangle .littler-rectangle-img-microchip img {
        width: 100px;
        height: 100px;
        top: 308px;
        left: 162px
    }

    .last-page .paragraph-left-bottom p{
        position: relative;
        bottom: 117px;
    }

    .last-right {
        position: relative;
        bottom: 47px;
        line-height: 31px;
        font-size: 14px;
        right: 40px;
        text-align: center;
    }

    .title-warning-right {
        position: relative;
        bottom: 38px;
        font-size: 15px;
        line-height: 22px;
    }
}

/*Estilos específicos para ipad air*/
@media only screen and (width: 820px) and (height: 1180px) {
    .rectangle-second {
       top: 786px;
    }

    .list-right {
        position: absolute;
        left: 571px;
        top: 142px;
    }

    .middle-div .list-left span  {
        font-size: 13px;
        margin-top: 30px;
        margin-left: 5px;
    }

    .middle-round-div img {
        margin-left: 3%;
        margin-top: 19%;
        width: 209px;
        height: 149px;
    }
}

/* Estilos para tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .third-container-layout {
        height: auto;
    }

    .last-page .title-warning-right {
        position: relative;
        bottom: 75px;
        font-size: 15px;
    }

    .last-page .paragraph-left-bottom p {
        position: relative;
        bottom: 64px;
    }

    .last-page .images-rectangle {
        bottom: 778px;
    }

    .last-page .titles-left-last-page {
        left: 100px;
        top: 46px;
    }

    .last-page .titles-left-last-page h2 {
        font-size: 44px;
    }

    .last-page .titles-left-last-page h4 {
        font-size: 34px;
    }

    .last-right {
        position: relative;
        bottom: 84px;
        line-height: 28px;
        font-size: 18px;
    }

    .middle-div .list-left span {
        font-size: 13px;
    }

    .list-left {
        position: relative;
        right: 32px;
    }

    .list-right {
        position: relative;
        left: 75px;
    }

    .items-right {
        position: relative;
        left: 37px;
    }

    .titles {
        margin-left: 39px;
        margin-bottom: 10px;
    }

    .rectangle {
        height: 80%;
    }

    .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .rectangle-bottom,
    .rectangle-top {
        position: absolute;
        width: 36%;
        height: auto;
        /*background-color: #65058b;*/
        /*z-index: 0;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        /*text-align: center;*/
    }

    .rectangle-bottom {
        top: 65%;
        right: 31.5%;
        border-radius: 1000px 1000px 10px 10px;
        height: 163px;
    }

    .rectangle-second {
        position: absolute;
        bottom: 66px;
        right: 278px;
        width: 76px;
        height: 74px;
        /*background-color: green;*/
        /*z-index: 2;*/
        /*border-radius: 50%;*/
        /*border: #FFFFFF 1px solid;*/
    }

    .items-left>.aviso p {
        color: #FFFFFF;
        padding: 10px;
        margin-left: 36px;
        font-weight: bolder;
        font-size: 15px;
    }

    .items-left p {
        margin-left: 43px;
        color: #3ea469;
        font-weight: bolder;
        font-size: 21px;
        line-height: 22px;
        text-shadow: 1px 1px 1px #000000;
    }

    .rectangle-bottom p {
        font-size: 1.50rem;
        line-height: 110%;
        margin: 8.093333rem 0 0.656rem 0;
        /*font-family: "Lilita One", sans-serif;*/
        /*color: #FFA500;*/
    }

    .rectangle-top {
        top: 0%;
        left: 32%;
        border-radius: 10px 10px 1000px 1000px;
        height: 142px;
    }

    .rectangle-top h3 {
        color: #FFFFFF;
        word-wrap: break-word;
        /*font-family: "Lilita One", sans-serif;*/
        font-size: 2.92rem;
        line-height: 110%;
        margin: 4.946667rem 0px 9.168rem 0;
        text-shadow: 1px 1px 1px #000000;
    }

    .middle-round-div {
        position: absolute;
        top: 48%;
        left: 49.5%;
        transform: translate(-50%, -50%);
        width: 258px;
        height: 54%;
        /*background-color: #e3e0e0;*/
        /*border-radius: 50%;*/
        /*z-index: 1;*/
        /*box-shadow: 1px 1px 5px 0px #222222;*/
        /*border: 7px solid #FFFFFF;*/
    }

    .middle-round-div img {
        margin-left: 19px;
        margin-top: 19%;
        width: 198px;
        height: 139px;
    }

    .middle-div {
        display: flex;
        background-color: orange;
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .title-right-side {
        margin-top: 5%;
        font-size: small;
        margin-right: 2%;
    }

    .title-left-side-bottom {
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .title-right-side-bottom {
        margin-top: 2%;
        margin-right: 2%;
        font-size: small;
    }

    .layout-titles h3 {
        margin-top: 9%;
        margin-left: 5%;
        /*font-family: "Lilita One", sans-serif;*/
        /*color: #65058b;*/
        /*font-size: 40px;*/
    }
}

/* Estilos para laptops e desktops */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .third-container-layout {
        height: auto;
    }

    .title-right-side-bottom .list-right-side-bottom ul>li {
        font-size: larger;
    }

    .rectangle-bottom,
    .rectangle-top {
        position: absolute;
        width: 31%;
        height: auto;
        background-color: #65058b;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .rectangle-bottom {
        top: 61%;
        right: 36%;
        border-radius: 1000px 1000px 10px 10px;
        height: 204px
    }

    .rectangle-second {
        position: absolute;
        bottom: 60px;
        right: 307px;
        width: 76px;
        height: 74px;
        /*background-color: green;*/
        z-index: 2;
        border-radius: 50%;
        border: #FFFFFF 1px solid;
    }

    .items-left>.aviso p {
        color: #FFFFFF;
        padding: 10px;
        margin-left: 36px;
        font-weight: bolder;
        font-size: 15px;
    }

    .items-left p {
        margin-left: 43px;
        color: #3ea469;
        font-weight: bolder;
        font-size: 21px;
        line-height: 22px;
        text-shadow: 1px 1px 1px #000000;
    }

    .rectangle-bottom p {
        font-size: 1.50rem;
        line-height: 110%;
        margin: 8.093333rem 0 0.656rem 0;
        /*font-family: "Lilita One", sans-serif;*/
        color: #FFA500;
    }

    .rectangle-top {
        top: 0.2%;
        left: 33.2%;
        border-radius: 10px 10px 1000px 1000px;
        height: 193px
    }

    .rectangle-top h3 {
        color: #FFFFFF;
        word-wrap: break-word;
        /*font-family: "Lilita One", sans-serif;*/
        font-size: 2.92rem;
        line-height: 110%;
        margin: 2.946667rem 0px 9.168rem 0;
        text-shadow: 1px 1px 1px #000000;
    }

    .middle-round-div {
        position: absolute;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        width: 306px;
        height: 56%;
    }

    .middle-round-div img {
        margin-left: 36px;
        margin-top: 19%;
        width: 210px;
        height: 149px;
    }

    .middle-div {
        width: 100%;
        height: auto;
        position: relative;
        top: 16px;
    }

    .title-right-side {
        margin-top: 5%;
        font-size: small;
        margin-right: 59px;
    }

    .title-right-side p {
        font-size: larger;
    }

    .title-left-side-bottom {
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .title-right-side-bottom {
        margin-top: 2%;
        margin-right: 97px;
        font-size: small;
    }

    .layout-titles h3 {
        margin-top: 7%;
        margin-left: 5%;
        /*font-family: "Lilita One", sans-serif;*/
        color: #65058b;
        font-size: 40px;
    }

    .list-right {
        position: relative;
        left: 50px;
    }
}


/* Estilos para telas maiores, como TVs */
@media only screen and (min-width: 1441px) {
    .third-container-layout {
        height: auto;
    }

    .list-right {
        position: relative;
        right: 64px;
    }

    .list-left {
        position: relative;
        left: 46px;
    }

    .rectangle-bottom,
    .rectangle-top {
        position: absolute;
        width: 28%;
        height: auto;
        background-color: #65058b;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .rectangle-bottom {
        top: 66%;
        right: 37.8%;
        border-radius: 1000px 1000px 10px 10px;
        height: 200px;
    }

    .rectangle-bottom p {
        font-size: 1.5rem;
        line-height: 110%;
        margin: 8.093333rem 0 0.656rem 0;
        /*font-family: "Lilita One", sans-serif;*/
        color: #FFA500;
    }

    .rectangle-top {
        top: 0%;
        left: 34%;
        border-radius: 10px 10px 1000px 1000px;
        height: 201px;
    }

    .rectangle-top h3 {
        color: #FFFFFF;
        word-wrap: break-word;
        /*font-family: "Lilita One", sans-serif;*/
        font-size: 2.92rem;
        line-height: 110%;
        margin: 2.946667rem 0px 9.168rem 0;
        text-shadow: 1px 1px 1px #000000;
    }

    .rectangle-second {
        position: absolute;
        bottom: 58px;
        right: 317px;
        width: 76px;
        height: 74px;
        background-color: #4fab4f;
        z-index: 2;
        border-radius: 50%;
        border: #FFFFFF 1px solid;
    }
    .middle-round-div {
        position: absolute;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        width: 26%;
        height: 63%;
    }

    .middle-round-div img {
        margin-left: 18%;
        margin-top: 16%;
        width: 240px;
        height: 175px;
    }

    .middle-div {
        display: flex;
        background-color: orange;
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .title-right-side {
        margin-top: 5%;
        margin-right: 109px;
        font-size: larger;
    }

    .title-left-side-bottom {
        margin-bottom: 3%;
        margin-left: 8%;
        font-size: larger;
    }

    .title-right-side-bottom {
        margin-top: 2%;
        margin-right: 138px;
        font-size: larger;
    }

    .layout-titles h3 {
        margin-top: 6%;
        margin-left: 100px;
        /*font-family: "Lilita One", sans-serif;*/
        color: #65058b;
        font-size: 41px;
    }
}

.last-page {
    position: relative;
    width: 100%;
    height: 709px;
    background-color: #f2f4f4;
    z-index: 1;
}

.titles-left-last-page {
    font-family: "caprasimo", sans-serif;
    position: absolute;
    z-index: 4;
    left: 161px;
    top: 88px;
}

.titles-left-last-page h2 {
    color: #4fab4f;
    font-size: 50px;
}

.titles-left-last-page h4 {
    color: #65058b;
    font-size: xx-large;
}

.larger-left-rectangle {
    position: absolute;
    background-color: #f7d7b1;
    width: 333px;
    height: 607px;
    border-radius: 0 424px 424px 0;
    z-index: 2;
    top: 72px;
}

.smaller-left-rectangle {
    position: absolute;
    background-color: #eab97e;
    width: 307px;
    height: 555px;
    border-radius: 0 410px 410px 0;
    z-index: 3;
    box-shadow: 0 0 13px 4px #afa3a3;
    top: 101px;
}

.last-page .images-rectangle {
    position: absolute;
    left: 94px;
}

.last-page .big-rectangle-img-dog img {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    position: absolute;
    z-index: 3;
    left: 10px;
    top: 237px;
}

.last-page .littler-rectangle-img-microchip img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: 3;
    top: 459px;
    left: 195px;
}

.last-page .list-right-last-page {
    display: flex;
    color: #65058b;
    font-size: 20px;
    font-weight: bolder;
    line-height: 44px;
    flex-direction: column;
    align-items: center;
    padding: 41px;
    margin-left: 473px;
    transform: translateY(115px);
}

.last-page .list-right-last-page img {
    margin-right: 10px;
}

.last-page .title-warning-right {
    color: #4fab4f;
}

.last-page .title-warning-right h4 {
    font-family: "caprasimo", sans-serif;
}

.paragraph-left-bottom {
    position: absolute;
    bottom: 64px;
    left: 20px;
    z-index: 3;
    font-weight: bolder;
}

.form-container {
     background-color: #f2f4f4;
    padding: 0 90px 0 90px;
}

.form-container h5 {
    text-decoration: underline;
    font-weight: 800;
    padding-left: 10px;
}

.button {
    display: flex;
    justify-content: center;
    margin-top:25px;
}
button.finbyz-button {
    /*color:  #00c7BA;*/
    text-decoration: none;
    background-color: #f2f4f4;
    -webkit-transition: .3s all ease;
    transition: .3s ease all;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 144px;
    font-weight: 700;
    padding: 14px 0;
    border: 3px solid  #00c7BA;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.1);
    z-index: 2;
}
button.finbyz-button:before {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    /*background-color: #00c7BA;*/
    z-index: -1;
}
button.finbyz-button:hover,
button.finbyz-button:focus
{
    color: #FFF;
}
button.finbyz-button:hover:before,
button.finbyz-button:focus:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.mensagem-sucesso{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
    text-align: center;
}

.e-loadholder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    width: 240px;
    height: 240px;
    border: 5px solid #1B5F70;
    border-radius: 120px;
    box-sizing: border-box;
}

.e-loadholder:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    content: " ";
    display: block;
    /*background: #f2f4f4;*/
    background: #FFFFFF;
    transform-origin: center;
    z-index: 0;

}

.e-loadholder:after {
    width: 100px;
    height: 105%;
    -webkit-animation: outerRotate2 30s infinite linear;
    -moz-animation: outerRotate2 30s infinite linear;
    -o-animation: outerRotate2 30s infinite linear;
    animation: outerRotate2 30s infinite linear;
}

.e-loadholder .m-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    width: 200px;
    height: 200px;
    color: #888;
    text-align: center;
    border: 5px solid #2a93ae;
    border-radius: 100px;
    box-sizing: border-box;
    z-index: 20;
    text-transform: uppercase;
}

.e-loadholder .m-loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    content: " ";
    display: block;
    /*background: #f2f4f4;*/
    background: #FFFFFF;
    transform-origin: center;
    z-index: -1;
}

.e-loadholder .m-loader:after {
    width: 100px;
    height: 106%;
    -webkit-animation: outerRotate1 15s infinite linear;
    -moz-animation: outerRotate1 15s infinite linear;
    -o-animation: outerRotate1 15s infinite linear;
    animation: outerRotate1 15s infinite linear;
}

.e-loadholder .m-loader .e-text {
    font-size: 14px;
    /*font-size: 1.1rem;*/
    line-height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    -webkit-animation: textColour 1s alternate linear infinite;
    -moz-animation: textColour 1s alternate linear infinite;
    -o-animation: textColour 1s alternate linear infinite;
    animation: textColour 1s alternate linear infinite;
    display: block;
    width: 140px;
    height: 140px;
    text-align: center;
    border: 5px solid #3bb2d0;
    border-radius: 70px;
    box-sizing: border-box;
    z-index: 20;
}

.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    content: " ";
    display: block;
    /*background: #f2f4f4;*/
    background: #FFFFFF;
    transform-origin: center;
    z-index: -1;
}

.e-loadholder .m-loader .e-text:before {
    width: 110%;
    height: 40px;
    -webkit-animation: outerRotate2 3.5s infinite linear;
    -moz-animation: outerRotate2 3.5s infinite linear;
    -o-animation: outerRotate2 3.5s infinite linear;
    animation: outerRotate2 3.5s infinite linear;
}

.e-loadholder .m-loader .e-text:after {
    width: 40px;
    height: 40%;
    -webkit-animation: outerRotate1 8s infinite linear;
    -moz-animation: outerRotate1 8s infinite linear;
    -o-animation: outerRotate1 8s infinite linear;
    animation: outerRotate1 8s infinite linear;
}

#particleCanvas-White {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    width: 100%;
    height: 50%;
    opacity: 0.1;
}

#particleCanvas-Blue {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -moz-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    -o-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    width: 300px;
    height: 300px;
}

/****Animação do loader**/

@-webkit-keyframes outerRotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-moz-keyframes outerRotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-o-keyframes outerRotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes outerRotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes outerRotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-moz-keyframes outerRotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-o-keyframes outerRotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes outerRotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-webkit-keyframes textColour {
    0% {
        color: #fff;
    }
    100% {
        color: #3BB2D0;
    }
}
@-moz-keyframes textColour {
    0% {
        color: #fff;
    }
    100% {
        color: #3BB2D0;
    }
}
@-o-keyframes textColour {
    0% {
        color: #fff;
    }
    100% {
        color: #3BB2D0;
    }
}
@keyframes textColour {
    0% {
        color: #fff;
    }
    100% {
        color: #3BB2D0;
    }
}
