body{
	overflow-x:hidden; 
}
body{
	overflow-x:hidden; 
}
body{
  font-family: 'Raleway';
}
body p{
  color: gray;
}
body h2{
  color: gray;
}

h1{
	font-weight: 300;
}
.bg-google1{
	height: auto;
	background-image: url(../iconos/adwords-fondo.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: white;
	padding-top: 6em;
	padding-bottom: 5em;
}
.bg-google1 h1{
	font-weight: 800 !important;
	font-size: 40px;
	color: white;
}

.bg-google1 p{
	font-size: 18px;
	font-weight: 100;
	color: white;
}
.btn-solicitar{
	background-color: rgb(243,146,0);
	padding: 1em;
}

.bg-google{
	padding-left: 6.5em;
	background-color: rgb(247,247,247);
	vertical-align: middle;
}
.bg-google h1{
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.bg-google nav ul{
	list-style: none;
	padding-left: 0;
	padding-top: 1em;
}
.bg-google nav ul li{
	display: inline-block;
	margin-right: 1em;
}
.bg-google nav ul li a{
	font-weight: 200;
}
.actual{
	font-weight: 700 !important;
}
.btn-solicitar{
	color: white !important;
}
.publique-su-negocio h1{
	font-weight: 300;
	color: gray !important;
}
.publique-su-negocio p{
	margin-top: 1em;
	color: gray !important;
}
.publique-su-negocio a{
	margin-top: 1em;
	margin-bottom: 1em;
	color: gray !important;
}
.publique-su-negocio img{
	max-width: 900px;
}



.utilizar-google h2{
	font-weight: 300;
}
.utilizar-google h3{
	font-size: 16px;
    font-weight: 700;
    color: #444;
}
.item-utilizar{
	display: flex;
	display: -webkit-flex;
	margin: 2em;
}
.item-utilizar .img{
	/*width: 33px;*/
    height: 33px;
    margin-right: 10px;
}


.resultados h2{
	font-weight: 300;
}
.resultados h3{
	font-size: 16px;
    font-weight: 700;
    color: #444;
}
.item-resultado{
	display: flex;
	display: -webkit-flex;
	margin: 1em;
}
.item-resultado .img-1{
	/*width: 33px;*/
    height: 33px;
    margin-right: 10px;
}
.resultados img{
	max-width: 900px;
}



 #object-2{
	visibility: hidden;
}

#object-3, #object-4{
	visibility: hidden;
	opacity: 0;
}
.visibilidad-planes{
	visibility: visible !important;
	opacity: 1 !important;
	transition-property: opacity, visibility;
	transition-delay: 1s;
	transition: 1s;
}
@media screen and (max-width: 667px){
	.bg-google nav ul li{
		padding-top: 1em;
	}
	
}
@media screen and (max-width: 480px){
	.bg-google1{
		background-size: cover;
		background-position: 50%;
	}
}
