@font-face{
	font-family: 'Gotham Bold';
	src: url('../fonts/GothamBold.ttf');
}
@font-face{
	font-family: 'Gotham Book';
	src: url('../fonts/GothamBook.ttf');
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
header{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99997;
	font-family: 'Gotham Book';
	padding: 5px 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
header .logo{
    padding: 50px 0 0;
    display: block;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
header .logo2{
    display: none;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
header .logo img{
    width: 19%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
header .menu{
	text-align: right;
    color: #fff;
    padding: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
header .menu .cima{
	padding: 15px 0;
}
header .menu .cima .icone{}
header .menu .cima .numero{
	padding: 3px 10px !important;
    text-align: left;
    text-shadow: 2px 2px 5px #00000070;
}
header .menu .cima .numero a{
	color: #fff;
}
header .menu .cima .numero a:hover{}
header .menu .cima .numero span{
	font-family: 'Gotham Bold';
}
header .menu .cima .botao a{
	border: 1px #fff solid;
    border-radius: 30px;
    padding: 2px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-style: italic;
}
header .menu .cima .botao a:hover{
    background: #f98e46;
    text-decoration: none;
}
header .menu .cima .botao a img{}
header .menu .meio{
	padding: 0 0 15px;
}
header .meio .form1{
	padding: 0;
    background: #fff;
    border-radius: 30px;
}
header .meio label.campo1{
	background: #fff;
    padding: 5px 0 5px 20px;
    border-radius: 30px 0 0 30px;
    width: 27.5%;
    margin: 0 !important;
}
header .meio label.campo1 input{
	width: 100%;
	background: none;
	font-size:11px;
	text-align: center;
	border-top: none;
	border-left: none;
    border-bottom: none;
    border-right: 1px #ccc solid;
    color: #000;
}
header .meio label.campo2{
	background: #fff;
    padding: 5px 0;
    border-radius: 0;
    width: 27.5%;
    margin: 0 !important;
}
header .meio label.campo2 input{
	width: 100%;
	border: none;
	background: none;
	font-size:11px;
	text-align: center;
	color: #000;
}
header .meio label.botao{
	background: #f98e46;
    padding: 5px 0;
    border-radius: 0 30px 30px 0;
    width: 40%;
    margin: 0 !important;
}
header .meio label.botao:hover{
	background: #d65b13;
}
header .meio label.botao button{
	background: none;
    border: none;
    font-size: 11px;
    padding: 0;
    font-family: 'Gotham Book';
    text-align: center;
    width: 100%;
}
header .menuAffix{
    display: none;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
header .menu .meio .language{}
header .menu .meio .language .flag{
	padding: 0;
}
header .menu .meio .language .flag1{
	border-right: 1px #ccc solid;
	text-align: left;
}
header .menu .meio .language .flag2{
	text-align: right;
}
header .menu .baixo{
    padding: 20px 0;
    font-family: 'Gotham Bold';
}
header .menu .baixo li{
	display: inline-block;
    font-size: 15px;
    padding: 0 8px;
    text-shadow: 2px 2px 5px #00000070;
    cursor: pointer;
}
header .menu .baixo li a{
    color: #fff;
}
header li ul.sub{
    display: none;
}
header li ul.sub1, header li ul.sub2, header li ul.sub3, header li ul.sub4{
    position: absolute;
    text-align: center;
    width: 250px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    box-shadow: 5px 5px 8px #00000073;
    z-index: 000000;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    /*opacity: 0;*/
}
header li ul.sub li{
    text-align: left;
    color: #333;
    text-shadow: none !important;
    font-family: 'Gotham Book';
    font-size: 13px !important;
    padding: 5px 10px;
}
header li > ul.sub > li a{
    color: #333 !important;
    font-family: 'Gotham Book';
}
header li ul.sub5{
	position: absolute;
    text-align: center;
    width: 200%;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    box-shadow: 5px 5px 8px #00000073;
    z-index: 000000;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    right: 0%;
    /*opacity: 0;*/
}
header li ul.sub5 .coluna{
    text-align: left;
    padding: 21px 30px;
}
header li ul.sub5 .coluna h4{
    color: #ff6700;
    text-shadow: none;
    padding-left: 15px;
}
header li ul.sub5 .coluna li{
    padding: 10px 8px;
    font-size: 13px;
    text-shadow: none;
    font-family: 'Gotham Book';
}
header li ul.sub5 .coluna li a{
    font-family: 'Gotham Book';
    color: #444;
}
/*header li.link1:hover ul.sub{
	z-index: 99998;
	opacity: 1;
}
header li.link2:hover ul.sub{
	z-index: 99998;
	opacity: 1;
}
header li.link3:hover ul.sub{
	z-index: 99998;
	opacity: 1;
}
header li.link4:hover ul.sub{
	z-index: 99998;
	opacity: 1;
}
header li.link5:hover ul.sub{
	z-index: 99998;
	opacity: 1;
    }*/
    header li ul.sub li.linkSub,
    header li ul.sub5 .coluna li
    {
       width: 100%;
       padding: 10px 0px;
       transition: padding .6s;
       -o-transition: padding .6s;
       -moz-transition: padding .6s;
       -webkit-transition: padding .6s;
   }
   header li ul.sub li.linkSub i,
   header li ul.sub5 .coluna li i{
    color: #f98e46;
    opacity: 0;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
header li ul.sub li.linkSub:hover,
header li ul.sub5 .coluna li:hover{
	background: #ccc;
    padding: 10px 0px 10px 20px;
}
header li ul.sub li.linkSub:hover i,
header li ul.sub5 .coluna li:hover i{
    opacity: 1;
}
header li ul.sub li.linkSub:hover a,
header li ul.sub5 .coluna li:hover a{
    color: #333;
}
/*header li ul.sub li a{
	font-family: 'Gotham Bold';
	color: #006687;
    }*/
    header li ul.sub li:hover a{
       color: #fff;
       text-decoration: none;
   }
   .carousel{
       background-image: linear-gradient(to right, #006687 , #2193b9);
       padding: 170px 0 0;
       text-align: center;
       height: 626px;
       overflow: hidden;
   }
   .carousel .img{}
   .carousel .texto{
       text-align: right;
       padding: 130px 15px;
   }
   .carousel .texto h1{
       font-family: 'Gotham Bold';
       color: #fff;
   }
   .carousel .texto h5{
       font-family: 'Gotham Book';
       color: #fff;
       font-size: 22px;
       padding: 0 0 30px;
   }
   .carousel .texto a{
       color: #fff;
       text-transform: uppercase;
       font-family: 'Gotham Bold';
       font-size: 17px;
       background: #ff6700;
       padding: 10px 50px;
       border-radius: 30px;
   }
   .carousel .texto a:hover{
       background: #666;
       text-decoration: none;
   }
   .tituloDominio{
       background: #fff;
       text-align: center;
       padding: 50px 0 0;
   }
   .tituloDominio h4{
       font-family: 'Gotham Book';
       text-transform: uppercase;
       margin: 0;
       color: #007e9f;
   }
   .tituloDominio h1{
       font-family: 'Gotham Bold';
       text-transform: uppercase;
       margin: 10px 0 20px;
       font-size: 32px;
       color: #007e9f;
   }
   .tituloDominio h1 span{
       color: #39c83b;
   }
   .pesquisaDominio{
       background: #333;
       padding: 30px;
   }
   .pesquisaDominio .formulario{}
   .pesquisaDominio .formulario label{
       background: #fff;
       width: 100%;
       border-radius: 30px;
   }
   .pesquisaDominio .formulario label input{
       width: 100%;
       padding: 12px 30px;
       font-size: 16px;
       background: none;
       border: none;
       margin: 0;
       border-radius: 30px;
   }
   .pesquisaDominio .formulario label select{
       width: 19%;
       background: #007e9f;
       color: #fff;
       padding: 11px 24px;
       border: none;
       border-radius: 30px;
       font-size: 16px;
       text-align: center;
       font-family: 'Gotham Book';
       cursor: pointer;
   }
   .pesquisaDominio .botao button{
       background: #39c83b;
       color: #fff;
       border: none;
       font-family: 'Gotham Bold';
       text-transform: uppercase;
       font-size: 16px;
       padding: 10px;
       width: 100%;
       border-radius: 30px;
   }
   .pesquisaDominio .botao button:hover{
       background: #666;
   }
   .pesquisaDominio .botao button i{
       font-size: 22px;
       padding: 0 10px;
   }

   .bottomDominio{
       text-align: center;
       padding: 10px 0 20px;
       font-family: 'Gotham Bold';
       font-size: 14px;
       color: #999;
   }
   .bottomDominio p{}
   .hospedagem{
    padding: 100px 0;
}
.hospedagem .host2{
    margin-top: -40px;
}
.hospedagem .host{
	border: 1px #007e9f solid;
    text-align: center;
    border-radius: 10px;
}
.hospedagem .host .img{
	margin-top: -50px;
}
.hospedagem .host .img img{
    width: 100px;
    height: 100px;
}
.hospedagem .host .titulo{
	padding: 10px 0;
}
.hospedagem .host .titulo h3{
	font-family: 'Gotham Book';
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.hospedagem .host .titulo h1{
	margin: 0;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    font-size: 30px;
}
.hospedagem .host .preco{
	padding: 14px 0 0;
    margin-left: -25px;
    width: 116%;
    background: #007e9f;
    font-family: 'Gotham Bold';
    color: #fff;
    border-radius: 5px;
}
.hospedagem .host .preco .sub{
	font-family: 'Gotham Book';
}
.hospedagem .host .preco .valor{
	font-family: 'Gotham Book';
	line-height: 50px;
}
.hospedagem .host .preco .valor span{
	font-family: 'Gotham Bold';
	font-size: 70px;
}
.hospedagem .host .imp{
    margin-top: -30px;
}
.hospedagem .host .imp h3{
    font-family: 'Gotham Bold';
    background: #ff6700;
    padding: 7px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;       
}
.hospedagem .host .infos{
    padding: 10px 0;
}
.hospedagem .host .infos h4{
    font-family: 'Gotham Book';
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
}
.hospedagem .host .infos h4 span{
    font-family: 'Gotham Bold';
    text-transform: uppercase;: 
}
.hospedagem a{
    background: #ff6700;
    border: 1px #ff6700 solid;
    color: #fff;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    float: left;
    margin: 20px 10% 0px;
    position: relative;
    width: 80%;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
}
.hospedagem a:hover{
    background: #fff;
    color: #ff6700;
    text-decoration: none;  
}
.informacoes{}
.informacoes .imagem{}
.informacoes .texto{
    padding: 130px 0 0 45px;
}
.informacoes .texto h3{
    font-family: 'Gotham Book';
    font-size: 22px;
    margin: 0;
}
.informacoes .texto h1{
    font-family: 'Gotham Bold';
    font-size: 38px;
    color: #ff6700;
    padding: 10px 0 20px;
}
.informacoes .texto p{
    font-family: 'Gotham Book';
    font-size: 18px;
    font-weight: 500;
    color: #444;
    line-height: 19px;
}
.informacoes2{
    text-align: center;
    padding: 80px 0;
}
.informacoes2 .icone{}
.informacoes2 .titulo{
    padding: 0; 
}
.informacoes2 .titulo h3{
    font-family: 'Gotham Bold';
    font-size: 20px;
    color: #ff6700;
    padding: 15px 0;
}
.informacoes2 .texto{
    padding: 0;
    font-family: 'Gotham Book';
    line-height: 14px;
}
.informacoes2 .texto p{}
.informacoes2 .m1{
    border-right: 1px #ccc solid;
    height: 370px;
}
.infobottom{
    background: #222;
    box-shadow: 0px 5px 7px #00000030;
    padding: 30px 0 40px;
}
.infobottom .texto{}
.infobottom .texto h2{
    color: #fff;
    font-family: 'Gotham Book';
    font-size: 28px;
}
.infobottom .texto h2 span{
    color: #ffc700;
    font-family: 'Gotham bold';
}
.infobottom .texto p{
    font-family: 'Gotham Book';
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 70px 0 0;
}
.infobottom .botao{
    text-align: center;
    padding: 40px 0 0;
}
.infobottom .botao a{
    background: #ffc700;
    border: 1px #ffc700 solid;
    color: #222;
    font-family: 'Gotham Book';
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    float: left;
    position: relative;
    width: 80%;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 10px #00000090;
    margin-left: 10%;
    margin-right: 10%;
}
.infobottom .botao a:hover{
    background: #222;
    color: #ffc700;
    text-decoration: none;
}
.infobottom .botao h5{
    width: 100%;
    float: left;
    color: #ffc700;
    font-family: 'Gotham Book';
    text-transform: uppercase; 
}
footer{
    background: url(../img/footer.png);
    background-size: 100%;
}
footer .footer{}
footer .footer .left{}
footer .footer .right{}
footer .footer h3{
    font-family: 'Gotham Bold';
    font-size: 30px;
    color: #fff;
}
footer .footer li{
    font-family: 'Gotham Book';
    display: block;
    font-size: 13px;
    padding: 5px 0;
}
footer .footer li a{
    color: #fff;
}
footer .footer li a:hover{
    color: #ccc;
    text-decoration: none;
}
footer .footer img{
    margin: 40px 0;
}
footer .footer .social{
    padding: 40px 0;
}
footer .footer .social a{
    color: #fff;
    font-size: 30px;
    margin: 0 22px 0 0;
}
footer .footer .social a:hover{
    color: #ccc;
}
footer .footer .f1{}
footer .footer .f2{}
footer .footer .f3{}
footer .footer .f4{}
footer .copyright{
    text-align: center;
    border-top: 1px #666 solid;
    padding: 30px 0 15px;
}
footer .copyright .info{
    font-family: 'Gotham Book';
    color: #fff;
}
footer .copyright .info a{
    font-weight: 700;
    color: #fff;
    font-size: 13px;
}
footer .copyright .info a:hover{
    text-decoration: none;
    color: #ccc;
}
footer .copyright .copy{
    font-family: 'Gotham Book';
    color: #999;
    font-size: 12px;
    padding: 10px 0;
}
.spaceTop{
    height: 60px;
}
.dominioss {
    background: url(../img/banner.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}
.dominioss .tituloDominio{
    background: rgb(67, 67, 64, 0.84);
}
.dominioss .tituloDominio h4{
    color: #fff;
}
.dominioss .tituloDominio h1{
    color: #fff;
}
.dominioss .tituloDominio h1 span{}
.dominioss .pesquisaDominio{
    background: rgb(67, 67, 64, 0.84);
}
.dominiosContent{
    padding: 30px 0;
}
.dominiosContent .line{
    padding: 40px 15px;
    text-align: center;
}
.dominiosContent h3{
    text-align: center;
    font-family: 'Gotham Bold';
    color: #007e9f;
}
.dominiosContent p{
    text-align: center;
    font-family: 'Gotham Book';
    font-size: 15px;
    padding: 20px 170px 0px;
    color: #666;
}
.dominiosContent .coluna{}
.dominiosContent .coluna img{
    text-align: center;
    padding: 70px 40% 10px;
}
.dominiosContent .coluna p{
    text-align: center;
    font-family: 'Gotham Book';
    font-size: 15px;
    padding: 40px 0px 0px;
    color: #666;
}
.dominiosContent .texto{}
.dominiosContent .texto h3{
    text-align: left;
    margin: 0;
}
.dominiosContent .texto h3 span{
    color: #79c74a;
}
.dominiosContent .texto p{
    text-align: left;
    font-family: 'Gotham Book';
    font-size: 15px;
    padding: 20px 0px 0px;
    color: #666;
}
.dominiosContent .img{}
.dominiosContent .img img{}
.host{}
.banner{
    background-size: 100%;
    background: url(../img/hospsites.png);
    padding: 0 !important;
    background-attachment: fixed;
    position: relative;
    z-index: 99995;
}
.banner2{

    background: url(../img/banner-sf-servicos.png);
    background-size: 100%;
    text-align: center;
    padding: 100px 0;
}
.banner h1{
    font-family: 'Gotham Bold';
    color: #fff;
    margin: 10px 0 15px;
}
.banner h3{
    font-family: 'Gotham Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0;
}
.banner h4{
    font-family: 'Gotham Book';
    color: #f98e46;
    margin: 0 0;
}
.btn-down{
    background: url(../img/btn-down.png);
    background-size: 100%;
    text-align: center;
    padding: 30px 0 0;
    margin-top: -30px;
    position: relative;
    z-index: 99996;
}
.btn-down a{
    float: left;
    width: 100%;
    margin-top: -20px;
}
.btn-down a:hover{}
body{
    background: #000;
}
.host2{
    padding: 30px;
}
.hospedagem .opcao{
    font-family: 'Gotham Book';
}
.hospedagem .opcao h5{}
.hospedagem .opcao select{
    width: 90%;
    padding: 5px;
}
.hospedagem .opcao select option{}
.hospedagem .opcao select span{
    font-family: 'Gotham Bold' !important;
    color: #f98e46 !important; 
}
.infoImp{
    text-align: center;
    background: #eeeeee;
    padding: 30px 0;
}
.infoImp img{}
.infoImp h4{
    font-family: 'Gotham Bold';
    font-size: 22px;
    color: #f98e46;
    padding: 15px 0;
}
.infoImp p{
    font-family: 'Gotham Book';
    font-size: 16px;
    line-height: 16px;
}
.tabela{ margin: 0 0 60px;}
.tabela h1{
    font-family: 'Gotham Bold';
    color: #007e9f;
    text-align: center;
    margin: 4% 0 30px 0;
}
.tabela h4{
    font-family: 'Gotham Bold';
    color: #007e9f;
    text-align: left;
    font-size: 15px;
}
.tabela table{
    font-family: 'Gotham Book';
    text-align: center;
    width: 100%;
}
.tabela table tr{}
.tabela table tr td{
    padding: 10px 15px;
    text-transform: uppercase;
}
.tabela table tr.l1{
    background: #eee;
}
.tabela table tr.l2{}
.tabela table .titulo1{
    color: #007e9f;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
}
.tabela table .titulo2{
    color: #007e9f;
    text-align: left;
    border-bottom: 1px #aaa solid;
    text-transform: none;
    width: 35%;
}
.tabela table .fa{

}
.tabela table .fa-times-circle{
    color: #007e9f;
}
.tabela table .fa-check-circle{
    color: #009900;
}
.tabela table .fa-times-circle,
.tabela table .fa-check-circle{
    font-size: 20px;
}
.applic{
    text-align: center;background: #f1f1f1f1;
    padding: 25px 0 0 !important;
}



.applic h1{
    color: #007e9f;
    font-family: 'Gotham Bold';
    margin: 3% 0 30px 0;
}
.applic p{
    font-family: 'Gotham Book';
    line-height: 16px;
}
.applic img{
    padding-top: 20px;
}
.applic h3{
    color: #007e9f;
    font-family: 'Gotham Bold';
    padding: 15px;
}
.applic .buton{
    padding: 30px 0;
}
.applic .buton a{
    background: #ff6700;
    font-family: 'Gotham Bold';
    color: #fff;
    font-size: 16px;
    padding: 10px 100px;
    border-radius: 30px;
    float: left;
    width: 100%;
}
.applic .buton a:hover{
    background: #000;
    text-decoration: none;
}
.contatoSingle{
    background: #383838;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-family: 'Gotham Book';
    color: #fff;
    padding: 40px 0;
}
.contatoSingle h1{
    font-size: 30px;
    margin: 0 0 10px !important;
}
.contatoSingle h1 span{
    color: #ffcd00;
    font-family: 'Gotham Bold';
}
.contatoSingle p{
    font-size: 16px;
    line-height: 16px;
    padding: 5px 80px 0 0;
}
.contatoSingle .buton2{
    padding: 10px 0px 12px;
}
.contatoSingle a{
    background: #ffcd00;
    text-transform: uppercase;
    color: #383838;
    padding: 15px;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
.contatoSingle a:hover{
    background: #fff;
    text-decoration: none;
}
.contatoSingle h5{
    text-transform: uppercase;
    text-align: center;
    color: #ffcd00;
}
.infoImp2{
    text-align: center;
    padding: 0 0 40px;
}
.infoImp2 h1{
    font-family: 'Gotham Bold';
    color: #007e9f;
}
.infoImp2 h3{
    font-family: 'Gotham Bold';
    color: #007e9f;
}
.infoImp2 p{
    font-family: 'Gotham Book';
    font-size: 16px;
    line-height: 17px;
    padding: 10px 0;
}
.banner3{
    background-image: url(../img/banner-victor.jpg);
    background-size: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
}

#vitor {padding: 58px 0;}

.banner3 h1{
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 63.5px 0;
}
.banner3 h1 b{}
.banner3 img{
    width: 45%;
}
.sectionTopicos{
    padding: 0 0 0px !important;
}
.sectionTopicos .topico{
    text-align: center;
    padding: 0 50px;
}
.sectionTopicos .topico img{
    width: 45%;
}
.sectionTopicos .topico h4{
    color: #007e9f;
    font-weight: 750;
    margin: 15px 0 10px;
}
.sectionTopicos .topico p{
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
}
.sectionAutonomia{
    background: #f5f5f5;
    padding: 50px 0;
}
.sectionAutonomia .img{}
.sectionAutonomia .img img{ width: 100%;}

.sectionAutonomia a { text-decoration: none; color: white; border: none; background: #ff6700;
    border-radius: 30px; padding: 8px 60px; margin-top: 10px}

    .sectionAutonomia a:hover {text-decoration: none;color: white;}


    .sectionAutonomia .text{}
    .sectionAutonomia .text h1{
        color: #007e9f;
        font-weight: 700;
        margin: 0 0 30px;
    }
    .sectionAutonomia .text p{
        padding: 0 100px 20px 0;
        line-height: 18px;
        font-size: 16px;
    }
    .sectionAutonomia .topico{
        text-align: center;
        padding: 40px 0 0;
    }
    .sectionAutonomia .topico img{}
    .sectionAutonomia .topico p{
        padding: 15px 0;
    }
    .sectionCpanel{
        padding: 50px 0;
    }
    .sectionCpanel .text{}
    .sectionCpanel .text h1{
        color: #007e9f;
        font-weight: 700;
        margin: 30px 0;
    }
    .sectionCpanel .text p{
        padding: 0 100px 0 0;
        line-height: 18px;
        font-size: 16px;
    }
    .sectionCpanel .topico{
        text-align: center;
        padding: 30px 50px 0;
    }
    .sectionCpanel .topico img{}
    .sectionCpanel .topico p{
        padding: 15px 0 0;
        line-height: 18px;
        font-size: 13px;
    }
    .sectionCpanel .img{}
    .sectionCpanel .img img{}
    .tabelaVPS{}
    .tabelaVPS .tabelaVPS2{
        padding: 0 7%;
    }
    .tabelaVPS tr.title{
        color: #007e9f;
        font-weight: 700;
        font-size: 16px;
    }
    .tabelaVPS tr{
        font-size: 13px;
    }
    .tabelaVPS tr.line1{
        background: #f1f1ff;
    }
    .tabelaVPS tr.line2{}
    .tabelaVPS tr td{
        padding: 8px 15px !important;
    }
    .tabelaVPS tr.title td.l1{}
    .tabelaVPS tr td.l1-2{
        text-align: left;
        color: #007e9f;
        width: 30%;
        text-transform: initial;
    }
    .tabelaVPS tr td.lo{
        width: 20%;
    }
    .tabelaVPS tr td.lo .cifrao{
        width: fit-content;
        float: left;
        color: #007e9f;
        font-family: 'Gotham Book';
        font-size: 20px;
        text-align: right;
        padding: 30px 0 0;
        line-height: 16px;
        margin: 0 auto;
    }
    .tabelaVPS tr td.lo .valorPrincipal{
        width: fit-content;
        float: left;
        color: #007e9f;
        font-family: 'Gotham Bold';
        font-size: 60px;
        line-height: 45px;
        margin: 0 auto;
    }
    .tabelaVPS tr.preco td{
        padding: 50px 0 10px !important;
    }
    .tabelaVPS tr td.lo .decimal{
        width: fit-content;
        float: left;
        font-size: 16px;
        line-height: 23px;
        color: #007e9f;
        text-align: left;
        text-transform: initial;
        font-family: 'Gotham Book';
        font-weight: 900;
        margin: 0 auto;
    }
    .tabelaVPS tr.preco a{
        background: #007e9f;
        color: #fff;
        padding: 10px 0;
        display: inline-block;
        width: 55%;
        border-radius: 30px;
        font-weight: 600;
        margin-top: 10px;
    }
    .tabelaVPS tr.preco a:hover{
        background: #ff6700;
        text-decoration: none;
    }



    .inclusos{     margin: 30px 0 0; padding: 2% 0 3% 0;
      background: #f1f1f1;}

      .inclusos h2 {text-align: center;font-weight: 700;color: #007e9f;}

      .inclusos h1 { 
        font-size: 21px;
        font-weight: 700;
        padding: 3% 0 3% 0;
        color: #007e9f;
    }

    .inclusos li{   padding: 0 0 1% 0; color: black }

    .inclusos img {    width: 9%;}

    .inclusos span {color: #ff6700; font-weight: 600}


    #windows {padding: 58px 0;}

    .banner4 h1{
        text-align: center;
        color: #fff;
        font-size: 36px;
        margin: 0;
        padding: 63.5px 0;
    }

    .banner10{
        background-image: url(../img/email-corporativo.jpg);
        background-size: 100%;
        padding: 100px 0;
        background-repeat: no-repeat;
    }

    #corporativo h1{    
        padding: 0px 0; 
        margin: 3% 0 0 0px; 
        font-size: 33px; 
        color: white;
    }

    #corporativo h2{    
        color: white;
        font-size: 17px;
        margin: 15px 0px 30px 0px;
    }

    #corporativo a {
        text-decoration: none;
        color: white; 
        margin: 0px 0px 0 0px;
        background-color: #f9b800; 
        padding: 9px 15px; 
        border: none; 
        border-radius: 20px;
        font-weight: 600; 
    }

    .topicocorpemail h1 {    
        font-size: 30px;
        font-weight: 700;    
        padding-bottom: 15px;
        color: #0091b0;
    }

    .topicocorpemail a {
        color: white; 
        background-color: #ff6700; 
        padding: 10px 38px; 
        border:none;
        border-radius: 25px;
        margin: 20px 0px 0px 0px; 
        display: block; 
        text-decoration: none; 
    }

    .topicocorpemail p {    
        margin: 0 35px 14px 0px;
        font-size: 17px;
    }

    .topicocorpemail {
        background-color: #f7f7f7;
        margin: 0 0 2% 0;
        padding: 30px 0;
    }

    .vcsabia {
        background: url(../img/e-mail-corporativo2.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .vcsabia h1 {
        text-align: center;
        color: #ffbc00; 
        font-size: 33px; 
        font-weight: 600;
        padding: 15px 0;
    }
    .vcsabia p {
        text-align: center;
        color: white; 
        padding: 0 0 65px 0;
        font-size: 19px; 
        font-weight: 600;
    }
    .spavc { 
        padding: 25px 0;
    }
    .topicocorp h1 {    
        font-size: 30px;
        font-weight: 700;    
        padding-bottom: 15px;
        color: #0091b0;
    }
    .topicocorp a { 
        color: white; 
        background-color: #ff6700; 
        padding: 10px 38px; 
        border:none;
        border-radius: 25px;     
        margin: 20px 0px 0px 0px;
        display: block;
        text-decoration: none;  
        width: 100%;
    }
    .topicocorp a:hover {
        text-decoration: none;
        color: none; 
        color: white;
    }
    .topicocorp p {    
        margin: 0 35px 14px 0px;
        font-size: 17px;
    }
    .topicocorp {
        background-color: #f7f7f7;
        margin: 1% 0 2% 0;
        padding: 0 0 30px 0;
    }
    .banner11{
        background-image: url(../img/backup-online.jpg);
        background-size: 100%;
        padding: 100px 0;
        background-repeat: no-repeat;
    }
    .topicobackup h1 {
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 15px;
        color: #ff8d17;
        padding-top: 22%;
    }
    .topic3 h1 {
        text-align: center; 
        color: #007e9f;
        font-size: 23px;
        font-weight: 600; 
    }
    .topic3 p {
        text-align: center; 
        color: #007e9f;     
        margin-bottom: 40px;
    }
    .topic3 img {     
        display: block;
        margin: auto; margin-top: 35px;
    }
    .topic3 {
        background-color: #f7f7f7;
    }
    .topicocorpbackup {
        background-color: white;
        margin: 1% 0 2% 0;
        padding: 0 0 30px 0;
    }
    .topicocorpbackup p {
        color: #696969;
        margin: 0px 85px 10px 0px;
    }
    .tabelaVPS h1 {    
        text-align: center; 
        color: #007e9f; 
        font-weight: 600;
        font-size: 33px;
        padding: 23px 0;
    }
    .topicossl h1 {
        font-size: 27px;
        font-weight: 700;
        padding-bottom: 15px;
        color: #007e9f;
        padding-top: 1%;
        text-align: center;
    }
    .topicossl{
        background-color:#f7f7f7;    
        padding: 20px 0;
    }
    .topicossl p {
        margin: 0 0 10px;     
        padding-bottom: 3%;
        text-align: center;
        font-size: 16px;
        color: #525252;
    }
    .topic3ssl h1 {
        text-align: center; 
        color: #007e9f;
        font-size: 18px;
        font-weight: 600;
    }

    .topic3ssl img {    
        display: block;
        margin: auto;
        margin-top: 12%;
    }

    .topic3ssl p {color: #00859f;
        text-align: center;
        font-size: 14px;
        padding: 0 0 8% 0;height: 75px;
    }
    .banner12{
        background-image: url(../img/lock.jpg);
        background-size: 100%;
        padding: 100px 0;
        background-repeat: no-repeat;
    }
    .banner13 h1{
        text-align: center;
        color: #fff;
        font-size: 36px;
        margin: 0;
        padding: 17.5px 0;
        font-weight: 700;    
    }
    .banner13 h3{    
        font-size: 15px;
        color: darkorange;
        margin: 0 0 0 79px;
    }
    .banner13 h2{
        font-size: 18px;
        color: white;
        margin: 50px 0 0 131px; 
        font-weight: 600;
    }
    .banner4{
        background-image: url(../img/bg-servidor-windows.jpg);
        background-size: 100%;
        padding: 100px 0;
        background-repeat: no-repeat;
    }
    .banner13{
        background-image: url(../img/email-marketing.jpg);
        background-size: 100%;
        padding: 100px 0;
        background-repeat: no-repeat;
    } 
    a.cm {
        border: none; 
        background: none;
        color: #ff6700;
        font-weight: 500;
    }
    a.verde {
        background: #44c53d; 
        border: 1px #44c53d solid; 
        color: #fff;
        font-family: 'Gotham Bold';
        text-transform: uppercase; 
        float: left; 
        margin: 20px 10%; 
        position: relative; 
        width: 80%;
        font-weight: 500; 
        padding: 10px;
        text-align: center;
        border-radius: 30px;
    }
    .criador p { 
        margin: 7px;
        font-size: 13px;
        color: #5a5a5a;
    }
    .criador i{    
        color: #ff6700;
        padding: 0 15px 0 0;
    }
    .criador h1 {    
        font-weight: 600;
        color: #007e9f;
        margin: 21% 0 0 0;
    }
    .criador h2 {
        font-size: 17px;
        margin: 3px 0 15px 0;
    }
    .criador {    
        background: #f3f3f3;
        height: auto;
    }
    .criador img {
        margin: 56px 0 35px 0;
    }


                                                                                                                                    .criador h1.debaixo {    font-weight: 600;
                                                                                                                                        color: #007e9f;
                                                                                                                                        margin: 11% 0 0 0;}


                                                                                                                                        .criador h2.debaixo {    font-size: 17px;
                                                                                                                                            margin: 3px 0 15px 0;}


                                                                                                                                            .criador img.linha {    margin: 52px 0 40% 0; width: 73%}

                                                                                                                                            .criador h1.linha {    font-weight: 600;
                                                                                                                                                color: #007e9f;
                                                                                                                                                margin: 6% 0 0 0;}

                                                                                                                                                .linh {text-align: center;}


                                                                                                                                                .criador .row {    border-bottom: solid 1px silver;}

                                                                                                                                                .criador img.debaixo {margin: 42px 0 50px 0;}

                                                                                                                                                .criador img.resultado {    margin: 132px 0 90px 0;}

                                                                                                                                                .criador h1.ultimo { font-weight: 600; color: #007e9f; margin: 13% 0 0 0;}

                                                                                                                                                .criador img.ultimo {  margin: 35px 0 50px 0;}

                                                                                                                                                .criador .ultimo {border: none;}

                                                                                                                                                .criador a {    text-align: center; display: block;text-decoration: none;
                                                                                                                                                    color: white;background-color: #00cb3c; padding: 9px 50px; border-radius: 30px;
                                                                                                                                                    border: solid 2px #00cb3c; width: fit-content; margin: 0 0 2% 42%;}

                                                                                                                                                    .criador a:hover {background: #f3f3f3; color: #00cb3c }



                                                                                                                                                    /*     CRIADOR DE SITES      */

                                                                                                                                                    .banner14 {background: url(../img/criador-de-sites.png); background-size: 100%; background-repeat: no-repeat;}

                                                                                                                                                    .banner14 h1 {color: white; font-size: 25px;
                                                                                                                                                        font-weight: 600;}

                                                                                                                                                        .banner14 h3 {color: white;font-size: 17px;
                                                                                                                                                            text-align: justify; padding: 0 0 30px 0;}

                                                                                                                                                            .banner14 a {background-color: #ffb100;color: white;text-decoration: none;
                                                                                                                                                                padding: 8px 40px; border-radius: 20px; font-weight: 700; }

                                                                                                                                                                .banner14 a:hover {text-decoration: none;color: white;}


                                                                                                                                                                .conteud {padding: 3% 0 4% 0;}

                                                                                                                                                                div.img2 {width: 1px;background: silver;padding: 125px 0px;margin: 0 35px;} 

                                                                                                                                                                .conteud h1 {color: #ffcd00;padding-top: 6%;font-weight: 600;font-size: 35px;}

                                                                                                                                                                .conteud p {color: gray; }

                                                                                                                                                                .conteud img {display: block; margin: auto;width: 80%;}

                                                                                                                                                                .conteud2 {padding: 1% 0 0% 0;background-color: #f7f7f7;}

                                                                                                                                                                .conteud2 h4 {text-align: center; color: white;background-color: #007e9f;
                                                                                                                                                                    width: fit-content; padding: 15px 20px; border-radius: 30px; margin: 5% auto auto auto;font-weight: 600;
                                                                                                                                                                }

                                                                                                                                                                .conteud2 h1 {color: gray;    font-size: 21px; text-align: center;font-weight: 600 }

                                                                                                                                                                .conteud2 p {color: gray;    font-size: 14px; text-align: center;    margin: 0 0 11% 0;}

                                                                                                                                                                .bannermeio {background: url(../img/WeCan309.png); background-repeat: no-repeat;background-size: 100%;}

                                                                                                                                                                .bannermeio h1 {color: #ffb100; font-size: 19px; text-align: center; padding: 2% 0 0 0;font-weight: 700;}

                                                                                                                                                                .bannermeio p {font-size: 35px; color: white;padding: 0 0 3% 0; text-align: center;}

                                                                                                                                                                .titulomedio {padding: 3% 0;}

                                                                                                                                                                .titulomedio h1 {color: #656464; font-size: 35px; text-align: center;}

                                                                                                                                                                .titulomedio span {color: #007e9f;  }

                                                                                                                                                                .titulomedio h2 {color: #007e9f;font-size: 17px; text-align: center;}

                                                                                                                                                                .ilustracoes h1 {color: #007e9f; font-size: 25px; text-align: center; padding: 3px 0; font-weight: 600}

                                                                                                                                                                .ilustracoes p {color: gray; text-align: center; font-size: 14px}

                                                                                                                                                                .ilustracoes img {display: block; width: auto; margin: auto; }

                                                                                                                                                                .hospedagem .host span.laranja {color: #ff6700;}

                                                                                                                                                                #vitorsite {    padding: 75px 0;}

                                                                                                                                                                .ilus {padding: 0 0 4% 0;}


                                                                                                                                                                /* SERVIDOR VPS */

                                                                                                                                                                .banner15 {background: url(../img/bg-servidor-VPS.jpg); background-size: 100%;  
                                                                                                                                                                 background-repeat: no-repeat;}

                                                                                                                                                                 .banner15 h1 {color: white; text-align: center; padding: 35% 0 24%;}

                                                                                                                                                                 /* Servidor VPS */

                                                                                                                                                                 .serv {background: #f5f5f5;padding: 2% 0 3% 0px;}

                                                                                                                                                                 .serv h2 {color: #007e9f;font-weight: 700; font-size: 33px}

                                                                                                                                                                 .serv h1 {    color: #007e9f;font-weight: 700;
                                                                                                                                                                    font-size: 25px;}

                                                                                                                                                                    .serv li {color: dimgrey}

                                                                                                                                                                    .serv img {width: 12%;}



                                                                                                                                                                    /* Hospedagem de sites */


                                                                                                                                                                    .banner16 {background: url(../img/banner-hosp-site.png);
                                                                                                                                                                       background-size: 100%; background-repeat: no-repeat;}

                                                                                                                                                                       .banner16 h1 {color: white;}

                                                                                                                                                                       .banner16 h3 {color: white;     font-size: 17px;font-weight: 600;}

                                                                                                                                                                       .banner16 h2 {font-size: 16px; color: #ff6700;}

                                                                                                                                                                       .hospsite {text-align: center;}

                                                                                                                                                                       #vitorhospsite {padding: 80px 0;}

                                                                                                                                                                       .banner17 {background: url(../img/hospedagem-wordpress.png); background-repeat: no-repeat;
                                                                                                                                                                        background-size: 100%;}

                                                                                                                                                                        .banner17 h1 {color: white;}
                                                                                                                                                                        #wordp {padding:  106px 0;}

                                                                                                                                                                        .banner18 {background: url(../img/hospedagem-wordpress.png); background-repeat: no-repeat;
                                                                                                                                                                            background-size: 100%;}

                                                                                                                                                                            .banner18 h1 {color: white;}

                                                                                                                                                                            /* Loja Virtual */

                                                                                                                                                                            .recursos h2 {    text-align: center;color: #007e9f;font-weight: 700;
                                                                                                                                                                                font-size: 32px; padding: 0 0 3% 0;margin: 0}

                                                                                                                                                                                .recursos h1 {    font-size: 18px;color: #007e9f;
                                                                                                                                                                                    text-align: center; font-weight: 600}  

                                                                                                                                                                                    .recursos img {display: block; margin: auto;}

                                                                                                                                                                                    .recursos p {    text-align: center; font-size: 14px; color: #484848;padding: 0 0 12% 0;}                      

                                                                                                                                                                                    .recursos .imgbaixo {    padding-top: 63px;}

                                                                                                                                                                                    .bannerflutua {background: url(../img/WeCan309.png); background-repeat: no-repeat;
                                                                                                                                                                                        background-size: 100%;}

                                                                                                                                                                                        .bannerflutua h3{ color: white; padding: 50px 0;font-size: 22px;
                                                                                                                                                                                            font-weight: 300;}

                                                                                                                                                                                            .bannerflutua h5 {    padding: 60px 57px 6px 0px; text-align: center; color: white;}

                                                                                                                                                                                            .bannerflutua a { color: white; font-weight: 600; background-color: #ffb100;
                                                                                                                                                                                               padding: 7px 35px; border-radius: 5px; text-decoration: none;}

                                                                                                                                                                                               .bannerflutua a:hover {text-decoration: none;color: white;}

                                                                                                                                                                                               .espacinho {background: #f1f1f1f1;padding: 10px 0px;}

                                                                                                                                                                                               .separacao {background: silver;width: 1px !important;padding: 0 !important;
                                                                                                                                                                                                height: 300px;margin: 0 40px;}

                                                                                                                                                                                                .bannerfale {    background-image: url(../img/fale-conosco.png);
                                                                                                                                                                                                    background-size: 100%;
                                                                                                                                                                                                    padding: 95px 0;
                                                                                                                                                                                                    background-repeat: no-repeat;}

                                                                                                                                                                                                    .bannerfale h1 {text-align: center;border-bottom: 2px solid;width: fit-content;
                                                                                                                                                                                                        margin: auto;padding: 3px 0; color: white;font-size: 33px;}

                                                                                                                                                                                                        .bannerfale h2 {font-size: 20px;text-align: center;color: white;margin: 20px 0;}

                                                                                                                                                                                                        .contato {padding: 20px 0px 35px 50px ;}

                                                                                                                                                                                                        .contato input { width: 100%;margin: 10px 0 0px;    padding: 10px 10px;
                                                                                                                                                                                                            border: 1px solid silver;border-radius: 7px;color: black;}

                                                                                                                                                                                                            .input input[placeholder]{color: black;}

                                                                                                                                                                                                            .contato textarea {width: 100% !important;margin: 10px 0;border: 1px solid silver;
                                                                                                                                                                                                                padding: 10px 10px;border-radius: 7px;}

                                                                                                                                                                                                                .contato h1 {font-weight: 600; border-bottom: 3px solid silver; margin: 20px 0;
                                                                                                                                                                                                                    width: 40%;padding: 4px 0;color: #ff6700}

                                                                                                                                                                                                                    .contato p {color: #1b1b1b;}

                                                                                                                                                                                                                    .contato button {border: none; width: 100%;padding: 8px 0;}

                                                                                                                                                                                                                    .contato h2 {color: #ff6700;font-weight: 600;font-size: 26px;
                                                                                                                                                                                                                        margin: 31px 0 20px;letter-spacing: 1px;}

                                                                                                                                                                                                                        .contato ul {padding: 0;list-style: none;}

                                                                                                                                                                                                                        .list {    background: #f1f1f1f1;padding: 60px 0;}

                                                                                                                                                                                                                        .list i {color: #00c100;font-size: 12px;}

                                                                                                                                                                                                                        .list img { width: 25%;display: block;margin: auto; height: 85px;;}

                                                                                                                                                                                                                        .list h1 {text-align: center;font-size: 21px;}

                                                                                                                                                                                                                        .bannerflutua {padding: 11px 0;}




                                                                                                                                                                                                                        .bannermigre {
                                                                                                                                                                                                                            background-image: url(../img/migracao.png);
                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                            padding: 95px 0;
                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannermigre h2 {
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            font-size: 30px !important;
                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .list a {
                                                                                                                                                                                                                            background: #337ab7;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            width: 90%;
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            padding: 9px 0;
                                                                                                                                                                                                                            border-radius: 30px;
                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                            margin: 0 auto 10px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .list a:hover {
                                                                                                                                                                                                                            color: white; 
                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .list h3 {
                                                                                                                                                                                                                            color: #ff6b07;
                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            margin: 20px 0;
                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .list span {
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migra h1 {
                                                                                                                                                                                                                            font-size: 28px;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            color: #007e9f;
                                                                                                                                                                                                                            font-weight: 700;
                                                                                                                                                                                                                            margin: 0px 0 40px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migra h2 {
                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                            color: #007e9f;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migra p {
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migra img {
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migra {
                                                                                                                                                                                                                            padding: 40px 0;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migraazul {
                                                                                                                                                                                                                            background: url(../img/migra-azul.png); 
                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                            background-repeat: no-repeat; 
                                                                                                                                                                                                                            padding: 45px 0;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migraazul h3 {
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            font-size: 23px;
                                                                                                                                                                                                                            line-height: 32px;
                                                                                                                                                                                                                            border-left: 3px solid #f9c124;
                                                                                                                                                                                                                            padding: 0 10px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migraazul a {
                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            background: #ffb100;
                                                                                                                                                                                                                            padding: 10px 0px;
                                                                                                                                                                                                                            width: 90%;
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            border-radius: 30px;
                                                                                                                                                                                                                            font-size: 16px;
                                                                                                                                                                                                                            margin: 40px auto;
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .migraazul a:hover {
                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerconfie {
                                                                                                                                                                                                                            background-image: url(../img/confiar-edson.png);
                                                                                                                                                                                                                            background-size: 100%;padding: 90px 0;
                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerconfie h1 {
                                                                                                                                                                                                                            text-align: center; 
                                                                                                                                                                                                                            border-bottom: 3px solid; 
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            width: fit-content; 
                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            padding: 7px 0;
                                                                                                                                                                                                                            font-size: 33px;
                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerconfie span {
                                                                                                                                                                                                                            color: #ffb100;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerconfie p {
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            margin: 20px 0 0; 
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            font-size: 17px;
                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerconfie i {
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                            width: fit-content;
                                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont {
                                                                                                                                                                                                                            background: #f1f1f1f1;
                                                                                                                                                                                                                            padding: 30px 0 20px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont h1 {
                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                            color: #ff6700;
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont img {
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                            width: 55%; 
                                                                                                                                                                                                                            height: 160px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont p {
                                                                                                                                                                                                                            text-align: justify;
                                                                                                                                                                                                                        }


                                                                                                                                                                                                                        .confiacont2 {
                                                                                                                                                                                                                            padding: 50px 0;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont2 h1 {
                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                            color: #ff6700;
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont2 img {
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                            width: 55%; 
                                                                                                                                                                                                                            height: 160px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .confiacont2 p {
                                                                                                                                                                                                                            text-align: justify;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerpreco {
                                                                                                                                                                                                                            background-image: url(../img/preco-dos-dominios-feito.png);
                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                            padding: 160px 0;
                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço h1 {
                                                                                                                                                                                                                            color: #057a9c;
                                                                                                                                                                                                                            font-size: 22px;
                                                                                                                                                                                                                            font-weight: 500;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            margin: 4% 0 2%;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço span { 
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço a {
                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            background: #090;
                                                                                                                                                                                                                            padding: 6px 0;
                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                            border-radius: 20px;
                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço a:hover {
                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço .linhaazul {
                                                                                                                                                                                                                            background: #007e9f;
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            border-radius: 20px;
                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço h4 {
                                                                                                                                                                                                                            font-size: 17px; 
                                                                                                                                                                                                                            border-right: 1px solid;
                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço h4.excesao {
                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço thead {
                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                            background: #057a9c;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .tabelapreço th.cima {
                                                                                                                                                                                                                            padding: 0px 0px 0 10px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerconfie {
                                                                                                                                                                                                                            background-image: url(../img/confiar-edson.png);
                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                            padding: 90px 0;
                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .bannerqsomos {
                                                                                                                                                                                                                            background-image: url(../img/quem-somos.png);
                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                            padding: 230px 0;
                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .contqsomos h1 {
                                                                                                                                                                                                                            font-size: 27px;
                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                            color: #ff802a;
                                                                                                                                                                                                                            padding: 40px 0px 0;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .contqsomos h1.h1debaixo {    
                                                                                                                                                                                                                            padding: 0px 0 7px;
                                                                                                                                                                                                                            border-bottom: 4px solid #e0e0e0;
                                                                                                                                                                                                                            width: 30%; 
                                                                                                                                                                                                                            margin: 0 0px;
                                                                                                                                                                                                                        }

                                                                                                                                                                                                                        .contqsomos p {    padding: 30px 0;color: black;font-size: 16px;}

                                                                                                                                                                                                                        .contqsomos h5 {padding: 15px 0;font-size: 17px;color: #007e9f;
                                                                                                                                                                                                                            font-weight: 600;}

                                                                                                                                                                                                                            .contqsomos img {display: block;
                                                                                                                                                                                                                                margin: auto;}

                                                                                                                                                                                                                                .pilares {background-image: url(../img/elias-quem.png);
                                                                                                                                                                                                                                    background-size: 100%;background-repeat: no-repeat; margin: 40px 0 0;}

                                                                                                                                                                                                                                    .pilares h1 {
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                        font-weight: 600;
                                                                                                                                                                                                                                        padding: 0px 0 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .pilares h4 {
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                        margin: 35px 0 5px;
                                                                                                                                                                                                                                        font-weight: 400;
                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .pilares p {
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                        font-size: 15px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .pilares .texto {  
                                                                                                                                                                                                                                        padding: 65px 40px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato {
                                                                                                                                                                                                                                        padding: 25px 0;
                                                                                                                                                                                                                                        background: whitesmoke;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato h2 {
                                                                                                                                                                                                                                        margin: 35px 0;
                                                                                                                                                                                                                                        color: #007e9f;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato span {
                                                                                                                                                                                                                                        font-weight: 600;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato h6 {
                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                        color: #007e9f;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato a.cont {
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        margin: 10px 35px 0px;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato a.maps {  
                                                                                                                                                                                                                                        color: black;
                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .finalcontato h1 {
                                                                                                                                                                                                                                        margin: 0;color: #007e9f;
                                                                                                                                                                                                                                        font-size: 28px;
                                                                                                                                                                                                                                        font-weight: 700;
                                                                                                                                                                                                                                        padding: 8px 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .bannerafiliado {
                                                                                                                                                                                                                                        background-image: url(../img/PROGRAMA-DE-AFILIADOS.png);
                                                                                                                                                                                                                                        background-size: 100%;
                                                                                                                                                                                                                                        padding: 230px 0 80px;
                                                                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .bannerafiliado a.botmeio {
                                                                                                                                                                                                                                        background: white;
                                                                                                                                                                                                                                        padding: 10px 30px;
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        width: fit-content;
                                                                                                                                                                                                                                        margin: 56px auto 0;
                                                                                                                                                                                                                                        border-radius: 20px;
                                                                                                                                                                                                                                        color: #007d9e;
                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                        font-weight: 600;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .bannerafiliado a.botbaixo {
                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                        color: #007d9e;
                                                                                                                                                                                                                                        width: fit-content;
                                                                                                                                                                                                                                        margin: 12px auto;
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil {
                                                                                                                                                                                                                                        padding: 30px 0; 
                                                                                                                                                                                                                                        background: #f1f6f8;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil h1 {
                                                                                                                                                                                                                                        color: #007c9d;
                                                                                                                                                                                                                                        font-weight: 700;
                                                                                                                                                                                                                                        margin: 5px 0 15px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil h4 {
                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                        color: #ff700f;
                                                                                                                                                                                                                                        font-weight: 600;
                                                                                                                                                                                                                                        margin: 15px 0 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil a {
                                                                                                                                                                                                                                        font-size: 17px;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        width: fit-content;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil p {    
                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil img {
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        margin: auto;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil a.decorado {
                                                                                                                                                                                                                                        background: #ff6700;
                                                                                                                                                                                                                                        padding: 8px 20px;
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                        border-radius: 20px;
                                                                                                                                                                                                                                        margin: 15px auto 0;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudoafil a.nodecorado {
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                        margin: 3px auto 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado {
                                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado h1 {
                                                                                                                                                                                                                                        color: #007c9d;
                                                                                                                                                                                                                                        font-weight: 600;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        margin: 30px 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado p { 
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                        margin: 5px 0 35px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado img {
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        margin: 0 auto 20px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado h6 { 
                                                                                                                                                                                                                                        font-size: 17px;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        margin: 30px 0px;
                                                                                                                                                                                                                                        padding: 0 35px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado a {
                                                                                                                                                                                                                                        background: #ff6700;
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                        padding: 10px 35px;
                                                                                                                                                                                                                                        border-radius: 30px;
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        width: fit-content;
                                                                                                                                                                                                                                        margin: auto;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .proafiliado a:hover {
                                                                                                                                                                                                                                        background: transparent;
                                                                                                                                                                                                                                        border: 2px solid #ff6700;
                                                                                                                                                                                                                                        color: #ff6700; 
                                                                                                                                                                                                                                        transition: .5s; 
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .bannertrabalhe {
                                                                                                                                                                                                                                        background-image: url(../img/trabalhe-conosco.png);
                                                                                                                                                                                                                                        background-size: 100%;
                                                                                                                                                                                                                                        padding: 130px;
                                                                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudojob p {
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                        margin: 0px 150px 20px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudojob h2 {
                                                                                                                                                                                                                                        color: #007c9d;
                                                                                                                                                                                                                                        font-weight: 600;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        margin: 30px 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudojob h4 {
                                                                                                                                                                                                                                        background: #e0e0e0;
                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                        padding: 12px 15px;
                                                                                                                                                                                                                                        border-radius: 20px;
                                                                                                                                                                                                                                        color: #3c7c9d;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudojob a {
                                                                                                                                                                                                                                        background: #ff6700;
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                        padding: 11px 0px;
                                                                                                                                                                                                                                        border-radius: 30px;
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                        margin: 13px 0 0;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudojob a:hover {
                                                                                                                                                                                                                                        color: white; 
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .conteudojob {
                                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .trabalhoazul {
                                                                                                                                                                                                                                        background-image: url(../img/trabalhe-conosco-azul.png);
                                                                                                                                                                                                                                        background-size: 100%;
                                                                                                                                                                                                                                        padding: 58px;
                                                                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .trabalhoazul p {
                                                                                                                                                                                                                                        color: white; 
                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        padding: 0 120px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .migra img {
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        margin: 70px auto 0px !important;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    div#cookieConsentContainer {
                                                                                                                                                                                                                                        background: #ff6700;
                                                                                                                                                                                                                                        width: 40%;
                                                                                                                                                                                                                                        position: fixed;
                                                                                                                                                                                                                                        z-index: 999;
                                                                                                                                                                                                                                        bottom: 30px;
                                                                                                                                                                                                                                        right: 30px;
                                                                                                                                                                                                                                        padding: 20px;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .cookieButton a {
                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                        background: white;
                                                                                                                                                                                                                                        color: black;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        padding: 10px 0;
                                                                                                                                                                                                                                        font-size: 15px;
                                                                                                                                                                                                                                        margin-top: 15px;
                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .cookieButton a:hover {
                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                        color: black;
                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                    .cookieDesc p {
                                                                                                                                                                                                                                        font-size: 11px;
                                                                                                                                                                                                                                        color: white;
                                                                                                                                                                                                                                    }

.preprontos {
    padding: 4rem 0 6rem;
    background: #f5f5f5;
}

.preprontos h2 {
        font-family: 'Gotham Bold';
    color: #f98e46;
    padding: 15px 0;
}

.preprontos p {
    font-size: 16px;
    color: #333;
}

.preprontos img {
    width: 75%;
    display: block;
    margin: 20px auto;
    animation: flutuando 3s infinite;
    position: relative;
    top: 0;
}

@keyframes flutuando {
    0%{
       top: 0px;
    }
    50%{
       top: -20px;
    }
    100%{
       top: 0px;
    }
}

.apresenta {
    padding: 5rem 0 6rem;
    background-image: url(../img/banner-criacao-de-sites-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.apresenta h1 {
        font-size: 40px;
    font-weight: 700;
}

.apresenta .titulo {
    margin-bottom: 30px;
}

.apresenta p {
    font-size: 16px;
}

.apresenta h3 {
    font-size: 35px;
    color: #f98e46;
    font-weight: 700;
}

.apresenta h3 b {
    font-size: 20px;
}

.apresenta a {
    display: block;
    padding: 10px 20px;
    background: #f98e46;
    color: #fff;
    text-decoration: none;
    border-radius: 75px;
    width: fit-content;
    font-weight: 600;
    margin: 10px 0;
    transition: .2s;
    text-transform: uppercase;
}

.apresenta a:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

.apresenta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apresenta ul li {
    font-size:  16px;
    margin-bottom: 10px;
}

.apresenta ul li i {
    color: #f98e46;
}

.apresenta .chamada p {
    margin: 0 0 -20px;
}

.chamadacriador{
    padding: 4rem 0;
    text-align: center;
    color: #fff;
    background-color: #ff6700;
}

.chamadacriador .row {
    display: flex;
    justify-content: center;
}

.chamadacriador h2 {
    font-weight: 700;
}

.chamadacriador a {
        background: #007e9f;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s;
    font-weight: 600;
}

.chamadacriador a:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

.demo {
        padding: 4rem 0;
    margin: -85px 0 0;
}

.demo h2 {
    font-weight: 800;
    font-size: 24px;
}

.demo .caixa {
    background: #f98e46;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
}

.demo .caixa img {
    width: 100%;
    margin: -110px 0 0;
}

.demo a {
    display: block;
    padding: 10px 30px;
    background: #007e9f;
    color: #fff;
    text-decoration: none;
    border-radius: 75px;
    width: fit-content;
    font-weight: 600;
    margin: 10px auto;
    transition: .2s;
    text-transform: uppercase;
}

.demo a:hover {
    text-decoration: none;
    transform: scale(1.1);
    color: #fff;
}