@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    box-sizing: border-box;
    text-decoration: none
}

a {color:#555555;}

body {
    color:#656565;
	height: 100%;
    padding:0px 0px 0px 0px;
    margin: 0px;
}

html {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    font-family: 'Barlow', sans-serif;
}

.adpreview {
  padding: 20px;
  border: 1px solid #dadce0;
}

.headlines {
  color: #1a0dab;
  font-size: 20px;
  line-height: 1.3;
  font-family: arial,sans-serif;
}
.url {
  color: #202125;
  font-size: 14px;
  line-height: 1.58;
  font-family: arial,sans-serif;
}
.description, .description2 {
    padding-top:5px;
  color: #4d5156;
  font-size: 14px;
  line-height: 1.58;
  font-family: arial,sans-serif;
}

.texto-destacado {
    padding-top:5px;
  color: #1a0dab;
  font-size: 14px;
  line-height: 1.58;
  font-family: arial,sans-serif;
}

nav {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}


.img-responsive 
{
display: block;
max-width: 100%;
height: auto;
}

.logo-responsive {height:80px;}


.siteLinks_mobile {line-height:18px; font-size:13px; overflow:hidden; font-size:16px; padding:10px 0;}
.siteLinks_mobile a {display:block; padding:10px 0;}

.mobileBox {border:3px solid #ccc; border-radius: 20px 20px 0 0; padding:20px 20px 0 20px; width:100%; margin:auto;}
.mobileScreen {border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; border-radius: 20px 20px 0 0; padding:10px 10px 0 10px;}
.phone {border:3px solid #ccc; width:80px;border-radius:5px; height:5px; margin:10px auto;}
.mobileBg{background:#f5f5f5; padding:20px;min-height:50px;}

.card {background:#fff; border-radius:3px; overflow:hidden; padding:10px; 
box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 1px 5px 0 rgba(0,0,0,.084);}

.card .telefone {margin-left:25px;}
.card .telefoneLine .fa { font-size:20px; margin-right:5px; position:absolute;}

.divisor{border-bottom: 1px solid #ebebeb; margin: 9px -16px 10px;}


