@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;}
