@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;
    font-family: 'Barlow', sans-serif;

}

html {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

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

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

.headlines {
  color: #1a0dab;
  font-size: 18px;
  line-height: 18px;
  font-family: arial,sans-serif;
}
.url {
  color: #006621;
  font-size: 14px;
  line-height: 18px;
  font-family: arial,sans-serif;
}
.description, .description2 {
    padding-top:5px;
  color: #545454;
  font-size: 14px;
  line-height: 16px !important;
  font-family: arial,sans-serif;
}

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


.logo-responsive {height:80px;}


/*** generador***/
.lp-pg-generated-password {
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto 10px;
    padding: 20px 16px;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 0;
    border-left: 1px;
    border-style: solid;
    border-color: #eaeaea;
}


.copybtn {    
    display: inline-block;
    width: 32px;
    height: 31px;
    border: 0;
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-image: url(../img/img-icon-copy.png);
    background-size: 24px;
    position: absolute;
    right: 30px;
    top: 24px;
}


.result__viewbox {font-size:30px;}


.lp-pg-settings {
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    margin: 0 auto 15px;
    padding: 25px;
}

.btn-cta-1  {
    color: #000000;
    font-weight: bolder !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff200;
    text-decoration: none;
}

.btn-cta-1:hover {
    color: #000000;
    background: #ffe900;
}
		

