<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}

:root {
    --color1: #f47e5e;
}

body {
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;

}

img {
    width: 100%;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

@media all and (min-width: 650px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}

.main-container {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.g-pstyle0 {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: 700;
}


@media all and (min-width: 650px) {
   .main-container {
    border-top: 4px solid #000;
    border-bottom: 2px solid #000;
    }
    
    .g-pstyle0 {
        font-size: 24px;
    }
}

/*-----------------------------------------

AI2HTML STYLE A PARTIR DAQUI

-----------------------------------------*/
#g-turma-da-monica_on-box .g-artboard {
    margin:0 auto;
}
#g-turma-da-monica_on-box .g-artboard p {
    margin:0;
}
.g-aiAbs {
    position:absolute;
}
.g-aiImg {
    display:block;
    width:100% !important;
}
.g-aiSymbol {
    position: absolute;
    box-sizing: border-box;
}
.g-aiPointText p { white-space: nowrap; }
#g-turma-da-monica_on-desktop {
    position:relative;
    overflow:hidden;
}
#g-turma-da-monica_on-desktop p {
    font-weight:500;
    font-size:16px;
    line-height:19px;
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity:1;
    letter-spacing:0em;
    text-align:left;
    color:rgb(0,0,0);
    text-transform:none;
    padding-bottom:0;
    padding-top:0;
    mix-blend-mode:normal;
    font-style:normal;
    height:auto;
}
#g-turma-da-monica_on-desktop .g-pstyle0 {
    font-weight:700;
    font-size:24px;
    line-height:29px;
}
#g-turma-da-monica_on-desktop .g-pstyle1 {
    font-weight:700;
    font-size:28px;
    line-height:34px;
    text-align:center;
    color:rgb(89,32,46);
}
#g-turma-da-monica_on-desktop .g-pstyle2 {
    text-align:right;
}
#g-turma-da-monica_on-desktop .g-pstyle3 {
    font-weight:700;
    font-size:24px;
    line-height:29px;
    text-align:center;
    color:rgb(89,32,46);
}
#g-turma-da-monica_on-mobile {
    position:relative;
    overflow:hidden;
}
#g-turma-da-monica_on-mobile p {
    font-weight:500;
    font-size:14px;
    line-height:17px;
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity:1;
    letter-spacing:0em;
    text-align:left;
    color:rgb(0,0,0);
    text-transform:none;
    padding-bottom:0;
    padding-top:0;
    mix-blend-mode:normal;
    font-style:normal;
    height:auto;
}
#g-turma-da-monica_on-mobile .g-pstyle0 {
    font-weight:700;
    font-size:21px;
    line-height:25px;
}
#g-turma-da-monica_on-mobile .g-pstyle1 {
    font-weight:700;
    font-size:21px;
    line-height:25px;
    color:rgb(89,32,46);
}
</pre></body></html>