<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">     .center {
            text-align: center;
        }
        
        .tile.foto-sobreposta-grande .tile-content,
        .tile.foto-sobreposta-pequena .tile-content,
        .tile.foto-sobreposta .tile-content {
            height: 100%;
            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: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 0 16px 16px;
            position: static;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .9)));
            background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .9) 100%);
            background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .9));
        }
        
        .tile.foto-sobreposta-grande .tile-content .imag img,
        .tile.foto-sobreposta-pequena .tile-content .imag img,
        .tile.foto-sobreposta .tile-content .imag img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -2;
        }
        
        .tile.foto-sobreposta,
        .tile.foto-sobreposta .tile-content img {
            height: 375px;
        }
        
        .tile.foto-sobreposta,
        .tile.foto-sobreposta .tile-content img {
            height: 375px;
        }
        
        .tile.foto-sobreposta,
        .tile.foto-sobreposta-grande,
        .tile.foto-sobreposta-pequena {
            position: relative;
            margin-bottom: 36px;
        }
        
        .tile.foto-sobreposta-grande .tile-content .tile-subtitle,
        .tile.foto-sobreposta-pequena .tile-content .tile-subtitle,
        .tile.foto-sobreposta .tile-content .tile-subtitle {
            color: #fff;
            position: static;
            font-size: 14px;
        }
        
        .nitf-basic-tile .tile-subtitle {
            position: relative;
        }
        
        .nitf-basic-tile .tile-subtitle {
            font-weight: 600;
            font-size: 1.4rem;
            color: #555;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: 8px;
        }
        
        .foto-sobreposta-grande .social-links,
        .foto-sobreposta-pequena .social-links,
        .foto-sobreposta .social-links {
            border: 1px solid transparent;
            background-color: transparent;
            top: 8px;
            right: 8px;
            bottom: 0;
        }
        
        .social-links {
            position: absolute;
            bottom: -7px;
            top: auto;
            right: 0;
            width: auto;
            max-width: 32px;
            height: 32px;
            line-height: 30px;
            border: 1px solid #fff;
            border-radius: 16px;
            -webkit-transition: max-width .2s linear, padding .2s linear;
            -o-transition: max-width .2s linear, padding .2s linear;
            transition: max-width .2s linear, padding .2s linear;
            overflow: hidden;
            padding-right: 32px;
            background: #fff;
        }
        
        #main .social-links {
            white-space: nowrap;
            line-height: 42px;
            padding: 0;
            position: absolute;
            top: 0;
            right: 0;
        }
        
        .nitf-basic-tile h2 a {
            font-weight: 600;
            font-size: 1.2rem;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 8px;
        }
        
        .visualClear {
            clear: both;
        }
        
        .nitf-basic-tile h2 {
            font-family: 'Rawline SemiBold';
            font-weight: 400;
            font-size: 1.6rem;
            color: #555;
            line-height: 1.0;
            margin: 0;
            padding: 0;
            border: 0;
            letter-spacing: normal;
            vertical-align: baseline;
        }
        
        .tile-default {
            width: 100%;
            padding-bottom: 36px;
        }
        
        .alerta-corona {
            background: linear-gradient(90deg, #d7d7ff 0%, #92cdfa 100%);
            z-index: 3;
            
            margin-top: -2vw;
             
        }
        
        #covid19-animation {
            position: absolute;
            bottom: 200px;
            right: 0;
            width: 540px;
            height: 200px;
            transform: translateY(-50%);
            pointer-events: none;
        }
        
 
        
        #covid19-animation .forg--1 {
            position: absolute;
            bottom: 50px;
            left: 115px;
            animation: leftRight 6s ease-in-out infinite;
        }
        
        #covid19-animation .forg--1 img {
            animation: floating 8s ease-in-out infinite;
        }
        
        #covid19-animation .forg--2 {
            position: absolute;
            top: 70px;
            left: 260px;
            animation: leftRight 5s ease-in-out infinite;
        }
        
        #covid19-animation .forg--2 img {
            animation: floating 7s ease-in-out infinite;
        }
        
        #covid19-animation .forg--3 {
            position: absolute;
            bottom: 80px;
            left: 390px;
            animation: leftRight 7s ease-in-out infinite;
        }
        
        #covid19-animation .forg--3 img {
            animation: floating 9s ease-in-out infinite;
        }
        
        #covid19-animation .forg--4 {
            position: absolute;
            top: 30px;
            left: 390px;
            animation: leftRight 5.5s ease-in-out infinite;
        }
        
        #covid19-animation .forg--4 img {
            animation: floating 7.5s ease-in-out infinite;
        }
        
        #covid19-animation .forg--5 {
            position: absolute;
            bottom: 70px;
            left: 440px;
            animation: leftRight 5s ease-in-out infinite;
        }
        
        #covid19-animation .forg--5 img {
            animation: floating 7s ease-in-out infinite;
        }
        
        #covid19-animation .back--1 {
            position: absolute;
            top: 60px;
            left: 60px;
            animation: leftRight 6s ease-in-out infinite;
        }
        
        #covid19-animation .back--1 img {
            animation: floating 8s ease-in-out infinite;
        }
        
        #covid19-animation .back--2 {
            position: absolute;
            bottom: 80px;
            left: 0px;
            animation: leftRight 5s ease-in-out infinite;
        }
        
        #covid19-animation .back--2 img {
            animation: floating 7s ease-in-out infinite;
        }
        
        #covid19-animation .back--3 {
            position: absolute;
            bottom: 44px;
            left: 60px;
            animation: leftRight 6s ease-in-out infinite;
        }
        
        #covid19-animation .back--3 img {
            animation: floating 7s ease-in-out infinite;
        }
        
        #covid19-animation .back--4 {
            position: absolute;
            bottom: 90px;
            left: 160px;
            animation: leftRight 7s ease-in-out infinite;
        }
        
        #covid19-animation .back--4 img {
            animation: floating 9s ease-in-out infinite;
        }
        
        #covid19-animation .back--5 {
            position: absolute;
            top: 10px;
            left: 170px;
            animation: leftRight 6s ease-in-out infinite;
        }
        
        #covid19-animation .back--5 img {
            animation: floating 7s ease-in-out infinite;
        }
        
        #covid19-animation .back--6 {
            position: absolute;
            bottom: 60px;
            left: 260px;
            animation: leftRight 5s ease-in-out infinite;
        }
        
        #covid19-animation .back--6 img {
            animation: floating 7s ease-in-out infinite;
        }
        
        #covid19-animation .back--7 {
            position: absolute;
            bottom: -24px;
            left: 262px;
            animation: leftRight 6s ease-in-out infinite;
        }
        
        #covid19-animation .back--7 img {
            animation: floating 9s ease-in-out infinite;
        }
        
        #covid19-animation .back--8 {
            position: absolute;
            top: 16px;
            left: 440px;
            animation: leftRight 4s ease-in-out infinite;
        }
        
        #covid19-animation .back--8 img {
            animation: floating 6s ease-in-out infinite;
        }
        
        @keyframes floating {
            0% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(20px);
            }
            100% {
                transform: translateY(0);
            }
        }
        
        @keyframes leftRight {
            0% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(10px);
            }
            100% {
                transform: translateX(0);
            }
        }
        
        .page-headerg {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
        }
        
        .b1 {
           
            background-repeat: no-repeat;
            background-size: 100% 100%;
            position: relative;
        }
        
        .img-1f {
            position: absolute;
            width: 116px;
            animation: leftRight 6s ease-in-out infinite;
            left: 0;
        }
        
        .img-1f img {
            width: 116px;
            animation: floating 8s ease-in-out infinite;
        }
        
        .img-1br {
            position: absolute;
            width: 116px;
            bottom: 0;
            right: 0;
            animation: leftRight 5s ease-in-out infinite;
        }
        
        .img-1br img {
            width: 116px;
            animation: floating 7s ease-in-out infinite;
        }
        
        .b1 p {
            padding: 10px;
        }
        

        svg {
            position: fixed;
            height: 100%;
            left: 50%;
            margin-left: -88.888vh;
            /* Half of width / height */
        }
        
        @media (min-aspect-ratio: 16/9) {
            svg {
                height: auto;
                left: 0;
                width: 100%;
                top: 50%;
                margin-left: 0;
                margin-top: -28.125vw;
                /* Half of height / width */
            }
        }
        
        .content2 .social-description {
            display: inline-block;
            max-width: 150px;
            width: 145px;
            text-align: center;
            margin: 15px 0 0;
        }
        
        .content2 .social-description h2 {
            margin-bottom: 5px;
        }
        
        .content2 {
            max-width: 450px;
            margin: 0 auto;
        }
        
        .filter-color {
            z-index: 2;
            position: absolute;
            height: 100%;
            width: 100%;
            background: rgba(44, 44, 44, 0.2);
            background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(160, 159, 158, 0.6));
            background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
            background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
            background: linear-gradient(0deg, rgba(44, 44, 44, 0.14), rgba(90, 89, 89, 0.68));
        }
        
        .page-header .container {
            z-index: 3;
        }
        
        .page-header.page-header-small {
            min-height: 60vh;
            max-height: 640px;
        }
        
        .content2 .social-description p {
            font-weight: bold;
            font-size: 14px;
        }
        
        .sobre {
            webkit-clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0 100%);
            background-color: #ce3e8d !important;
        }
        
        .banner2 {
            padding-bottom: 0px !important;
            margin-bottom: -60px;
            z-index: 10;
            background: transparent;
        }
        #secondary img, article img, figure, img, img.wp-post-image {
    max-width: 100%;
    height: auto;
}

.wrapper {

z-index: 0;
position: relative;

}
.cartao-pai {
    width: 100%;
}
.cartao-filho {
    box-shadow: 0px 15px 40px -10px rgba(22,35,49,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px;
    padding: 0px;
    border-radius: 48px;
    overflow: hidden;
   
 
}
 .cartao-filho img{   width: calc(100% - 70%); float:left;}
 .cartao-filho .body{  width: calc(100% - 30%);position: relative; float:left; height: 10em;}
 .cartao-pai:hover &gt; .cartao-filho{box-shadow:0px 0px 10px 0px rgba(22,35,49,0.2);}
 .covid-btn {
    color: #ffffff !important;
    border-width: 10px !important;
    border-color: #7272ff;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700 !important;
    padding-right: 15px;
    padding-left: 15px;
    background-color:#7272ff;
    text-align: center;
    box-shadow:0px 0px 10px 0px rgba(22,35,49,0.2);  
}

.covid-btn:hover {
  box-shadow: 0px 15px 40px -10px rgba(22,35,49,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     } 
     
 .cartao-filho .body p {
    margin: 0;
    font-family: 'Baloo Thambi 2', cursive;
    position: absolute;	font-weight: bold;
    color: #312e20;	
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

    .cartao-pai.noticias .cartao-filho img {
        width: 100%;
        float: left;
    }


    .cartao-pai.noticias .cartao-filho .body {
    padding: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    height: 10em;
}
.cartao-pai.noticias .cartao-filho .body a {
    font-family: 'Baloo Thambi 2', cursive;
    font-weight: bold; 
    font-size:16px;
    color: #312e20;	

}
.title, .description,p,.covid-news {font-family: 'Baloo Thambi 2', cursive;}
.wrapper-footer {
    background-repeat: no-repeat !important;
    background-size: 100% 190px !important;
    margin-top: -10px;
    height: 190px;
}
.loadmapa {

    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;

}
 
.grupo-botao {margin: 0 auto;display: block;width: 250px;}
.texto-desp {font-size: 18px;text-align: justify;}
#unidade,#barraChart,#despesasvsreceitas{margin: 0 auto;}
.text-bold{font-weight: bold;}






@keyframes reta-1-normal{
        0%, 50% {bottom: 0; opacity:0;}
        51%, 75% {bottom: 0; opacity:1;}
        100% {bottom: -10px; opacity:1;}
    }
    
    @keyframes reta-1-hover {
        0% {bottom: -10px;}
        20% {bottom: 0; opacity: 1;}
        50%, 100% {bottom: 0; opacity: 0;}      
    }
    
    @keyframes reta-2-normal{
        0%, 50% {right: 0; opacity:0;}
        51%, 75% {right: 0; opacity:1;}
        100% {right: -10px; opacity:1;}
    }
    
    @keyframes reta-2-hover {
        0% {right: -10px;}
        20% {right: 0; opacity: 1;}
        50%, 100% {right: 0; opacity: 0;}
    }
    
    @keyframes link-icon-normal{
        0%{opacity: 1;background-color:#0AC5D4; height:100%; width:100%; bottom: 0px; right: 0px;}
        50%{opacity: 0;background-color:white; height:100%; width:100%; bottom: 0px; right: 0px;}
        51% {opacity: 1;background-color:white; height:20px; width:20px; bottom: -2px; right: -2px;}
        75%,100% {opacity: 1; height:20px; width:20px; bottom: -2px; right: -2px;}
    }
    
    @keyframes link-icon-hover {
        0% {opacity: 1; height:20px; width:20px; bottom: -2px; right: -2px;}
        20% {opacity: 1;background-color:white; height:20px; width:20px; bottom: -2px; right: -2px;}
        21%, 50%{opacity: 0;background-color:white; height:100%; width:100%; bottom: 0px; right: 0px;}
        75%, 100% {opacity: 1;background:#0ac5d414; height:100%; width:100%; bottom: 0px; right: 0px;}        
    }

    @keyframes blur-p-hover {
        0% {filter:blur(0px)}
        20% {filter:blur(2px)}
        21%, 50%{filter:blur(3px)}
        75%, 100% {filter:blur(5px)}        
    }

    @keyframes blur-title-hover {
        0% {filter:blur(0px)}
        20% {filter:blur(2px)}
        21%, 50%{filter:blur(3px)}
        75%, 100% {filter:blur(5px)}         
    }


   
    @keyframes link-a-normal{
        0% {opacity: 1; font-size:50px;}
        25%, 100% {opacity: 0;font-size:10px;}
    }

    @keyframes link-a-hover{
        0%, 75% {opacity: 0;font-size:10px;}
        100% {opacity: 1; font-size:50px;}
    }


    @keyframes link-a-normal-2{
        0% {opacity: 1; font-size:30px;}
        25%, 100% {opacity: 0;font-size:10px;}
    }

    @keyframes link-a-hover-2{
        0%, 75% {opacity: 0;font-size:10px;}
        100% {opacity: 1; font-size:30px;}
    }

    @keyframes link-arrow-normal{
        0% {opacity: 1; border: 13px solid #0ac5d4; border-bottom-color: transparent; border-left-color: transparent;}
        50%, 100% {opacity: 0; border: 13px solid white; border-bottom-color: transparent; border-left-color: transparent;}
    }

    @keyframes link-arrow-hover{
        0%, 50% {opacity: 0; border: 13px solid white; border-bottom-color: transparent; border-left-color: transparent;}
        75% ,100% {opacity: 1; border: 13px solid #0ac5d4; border-bottom-color: transparent; border-left-color: transparent;}
    }
    
    .relacionado-info a:hover .link-icon .reta-1{ animation: reta-1-hover .8s linear forwards;}
    .relacionado-info a:hover .link-icon .reta-2{ animation: reta-2-hover .8s linear forwards;}
    .relacionado-info a:hover .link-icon{ animation: link-icon-hover .8s linear forwards;}
    .relacionado-info a:hover:after{ animation: link-a-hover .8s linear forwards;}
    .card-idata-area {transition: opacity .4s ease;z-index: 4;top: calc(20% + 50px);background-color:white;border: 2px solid#0ac5d4;border-radius: 10px;color:#0ac5d4;font-size: 14px;font-weight: 500;line-height: 18px;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 30px;cursor: pointer;text-decoration: none;box-sizing: border-box;text-align: center;line-height: 24px;position: relative;margin-bottom: 45px;}
    .card-idata-area.menu-hidden { opacity: 0.001 !important;}
    .card-idata-area .destaque-text { color: #253A44; text-decoration: underline; margin-top: 5px; text-underline-position: under; margin: 5px -15px 0;}
    .card-idata-area:after { content: "LegislaÃ§Ã£o"; position: absolute; top: -20px; border: 2px solid; padding: 5px 20px; border-radius: 10px; font-size: 14px; background-color: #0ac5d4; color: white; border: none;}
    .card-idata-area .btn-more{border: 2px solid; padding: 5px 20px; border-radius: 10px; font-size: 14px; background-color: #0ac5d4; color: white !important; border: none;}
    .card-idata-area .link-icon { display: block; background: white; height: 20px; width: 20px; position: absolute; bottom: -2px; right: -2px; animation: link-icon-normal .8s linear forwards;}
    .card-idata-area .link-icon .reta-1 { display: block; background-color: #0AC5D4; width: 2px; height: 22px; position: absolute; right: 0; bottom: -10px; animation: reta-1-normal .8s linear forwards;}
    .card-idata-area .link-icon .reta-2 { display: block; background-color: #0AC5D4; width: 22px; height: 2px; position: absolute; bottom: 0; right: -10px; animation: reta-2-normal .8s linear forwards;}
    .card-idata-area .overlay { position:absolute; height: 100%; width: 100%; top: 0; left: 0;
     display: flex; align-items: center; justify-content: center; font-size: 50px; font-weight: 300;
      color: #7272ff; opacity: 0; pointer-events: none; animation: link-a-normal-2 .8s linear forwards; z-index:1;}
    .card-idata-area .arrow { z-index:1;position: absolute; content: ""; border: 13px solid white; border-bottom-color: transparent; border-left-color: transparent; right: 100%; top: 0px; animation: link-arrow-normal .8s linear forwards;}

    .card-idata-area:hover .link-icon .reta-1{ animation: reta-1-hover .8s linear forwards;}
    .card-idata-area:hover .link-icon .reta-2{ animation: reta-2-hover .8s linear forwards;}
    .card-idata-area:hover .link-icon{ animation: link-icon-hover .8s linear forwards;}
    .card-idata-area:hover .overlay{ animation: link-a-hover-2 .8s linear forwards;}
    .card-idata-area:hover .arrow { animation: link-arrow-hover .8s linear forwards;}
    .card-idata-area:hover .card-title{ animation: blur-title-hover .8s linear forwards;}
    .card-idata-area:hover p { animation: blur-p-hover .8s linear forwards;}
 
#parallax-container {  width: 100%;    
 background-size: cover;position: relative;
 padding-top: 30vh;
  
  height: 100vh; }
 
#parallax-container img{width:100%; height:auto;}
.id-virus--1 {
    position: absolute;
    width: 39%;
    bottom: -23%;
    left: -10%;
	 animation: leftRight 6s ease-in-out infinite;
}
.id-virus--2{
    position: absolute;
    width: 23%;
    bottom: -23%;
    right: 0%;
	 animation: floating 9s ease-in-out infinite;
}
.id-virus--3{
    position: absolute;
    width: 40%;
    top: -28%;
    right: -10%;
	 animation: floating 5s ease-in-out infinite;
}
.id-virus--4{
     position: absolute;
    width: 30%;
    top: -36%;
    left: 30%;
    z-index: 7;
	 animation: floating 7s ease-in-out infinite;
}
.id-virus--5{
     position: absolute;
    width: 4%;
    top: 10%;
    left: 5%;
	animation: leftRight 6s ease-in-out infinite;
}

.id-virus--6{
     position: absolute;
    width: 3%;
    top: 19%;
    left: 15%;
	animation: floating 4s ease-in-out infinite;
}

.id-virus--7{
     position: absolute;
    width: 4%;
    top: 10%;
    right: 33%;
	animation: leftRight 9s ease-in-out infinite;
}

.id-virus--8{
     position: absolute;
    width: 5%;
    bottom: 15%;
    right: 35%;
	animation: floating 7s ease-in-out infinite;
}

.id-virus--9{
     position: absolute;
    width: 3%;
    bottom: 14%;
    left: 26%;
	animation: floating 5s ease-in-out infinite;
}
.id-virus--10{
     
    width: 200px;
    margin:0 auto;
	animation: leftRight 4s ease-in-out infinite;
}

#parallax-container h2, h4{
    font-family: 'Baloo Thambi 2', cursive;
    font-weight: bold; 
   text-align:center;
    color: #312e20;	

}
#unidade,#barraChart,#despesasvsreceitas{max-width:600px ;width: 100%;}
.embed-responsive-item{min-width:800px;}
.embed-responsive-16by9{min-width:800px;}



.move{animation: leftRight 6s ease-in-out infinite;}
.accent-purple .button  {
    background: #8317e8;
}
.bacv {
    padding: 0 !important;
    overflow: hidden;
}
.limite-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.0rem;
    line-height: 1.35rem;
    max-height: calc(3 * 1.35rem);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #4a4a4a;
    min-height: 65px;
}
.apps{float:right;}
.section.aplicativos .apps img{height:40px; width:auto;}
.section.aplicativos{ padding-top:0px;}
.apps .pc-v2{float:left; margin: 10px !important;}
.apps .atende-em-casa{float:left; margin:10px;}
.apps .sertao-saude{float:left; margin:10px;}
.apps .title {
    margin: 0;
    text-align: left;
    margin-bottom: -20px;
    margin-left: 10px;
}

.mk {
    margin-bottom: 0px;
}
.app-pc, .pc-v2,.cards-infos-home{display:block;} .app-mobel, .mob{display:none;} 
.footer-movel {
    display: none;
}
@media only screen and (max-width: 768px) {
    
#scrolliniti, #divi-hero .nav-fullscreen.bottom {display: none;}    
.cards-infos-home{display: none;}   
.footer-movel {
    display: block;
    height: 60px;
    width: 100%;
    bottom: 0;
    z-index: 2001;
    position: fixed;
    background: #f7f7f7;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);

}	
	 .footer-movel , .footer-movel a, .footer-movel a i { color: #2e2e2e;}

.info-a {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
.home-a {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
.busca-a {
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: center;

}
.footer-movel .col-3 {text-align: center;}
.footer-movel .col-3 a span {
    width: 100%;
    display: block;
    font-size: 12px;
}
	 
.footer {
    display: none;
}	
.app-mobel, .mob{display:block;} .app-pc, .pc-v2{display:none;} 

.mk {
    margin-bottom: 40px;
}

.apps .mob {
 
    float: left;
}
.title {

    font-size: 24px;

}

#xsd .description {
   
    text-align: justify;
}
.description, #xsd .description  { 
      font-size: 14px;
}
 	
	.b1 p {
		padding: 50px;
	}
.embed-responsive-16by9{min-width:600px;}	
.wrapper {

    overflow: hidden;
}
        
        #covid19-animation {
            position: absolute;
            bottom: 200px;
            right: 0;
            width: 100%;
            height: 250px;
            transform: translateY(-50%);
            pointer-events: none;
        }
        
.id-virus--1 {
    position: absolute;
	width: 400px;
	bottom: -35px;
	left: -144px;
	 animation: leftRight 6s ease-in-out infinite;
}
.id-virus--2{
    position: absolute;
	width: 200px;
	bottom: 130px;
	right: -60px;
	 animation: floating 9s ease-in-out infinite;
}
.id-virus--3{
    position: absolute;
    width: 200px;
    top: -108px;
    right: -10%;
	 animation: floating 5s ease-in-out infinite;
}
.id-virus--4{
     position: absolute;
    width: 200px;
    top: -18px;
    left: -80px;
    z-index: 7;
	 animation: floating 7s ease-in-out infinite;
}
.id-virus--5{
     position: absolute;
    width: 55px;
    top: 10%;
    left: 5%;
	animation: leftRight 6s ease-in-out infinite;
}

.id-virus--6{
     position: absolute;
    width: 60px;
    top: 19%;
    left: 15%;
	animation: floating 4s ease-in-out infinite;
}

.id-virus--7{
     position: absolute;
    width: 65px;
    top: 10%;
    right: 33%;
	animation: leftRight 9s ease-in-out infinite;
}

.id-virus--8{
     position: absolute;
    width: 70px;
    bottom: 15%;
    right: 70px;
	animation: floating 7s ease-in-out infinite;
}

.id-virus--9{
     position: absolute;
    width: 70px;
    bottom: 14%;
    left: 26%;
	animation: floating 5s ease-in-out infinite;
}	
.id-virus--10{
    
    width: 180px;
  margin:0 auto;
    animation: leftRight 4s ease-in-out infinite;
}
	
}
@media only screen and (max-width: 420px) {
	
#divi-hero .brand-logo {
    width: 280px;
}
.section.aplicativos {
    padding-top: 0px;
    margin-top: -70px;
    padding-bottom: 0;
}
 
.apps .info {padding-bottom:0px;}

.apps{width: 100%;}	
#xsd .title {
    margin-top: 0;
}
}
@media only screen and (max-width: 360px) {
.apps{width: 100%;}	
#divi-hero .brand-logo {
    width: 280px;
}
.section.aplicativos {
    padding-top: 0px;
    margin-top: -70px;
	padding-bottom: 0;
}
.apps .info {padding-bottom:0px;}
}
#xsd .title {
    margin-top: 0;
}
.banner-intro{width:300px; height:auto; margin:0 auto;display: block;}
#parallax-container .brand-logo{width:300px; height:auto; margin:0 auto;display: block;}
#parallax-container .container{ position:relative; z-index:90;}   </pre></body></html>