/*(se relacion a o body etc objeto) .clase se relaciona #id relacion de id*/
/*Estilo del parrafo*/
header{
	background-image: url(../img/fondo.jpg);
	height: 100vh;
	background-size: cover;
}

body{
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
}

p{
	font-size: 20px;
}

/*Quitar puntos de la lista*/
li{
list-style: none;
margin-right: 15px;
}

.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lista{
	display: flex;
}

.titular{
	text-align: center;
	margin-top: 100px;
}

#logo{
	margin: 0px;
}

h1{
	font-size: 60px;
	margin : 0px;
}
h2{
	font-size: 25px;
	margin-bottom: 40px;
}

/*Style vinculos quitando la linea*/
a{
	text-decoration: none;
}

#ingresar{
	font-size: 14px;
	background: #5cb8ff;
	padding: 20px 40px 20px 40px;
	color: white;
	border-radius: 10px;
}


.contenedor{
	max-width: 1280px;
	width: 90%;
	margin: auto;
}

/*ARRANCA SECCION SOBRE MI*/

h3{
	text-align: center;
	font-size: 55px;
	font-weight: normal;
}

.contenedor-empresa{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.contenedor-parrafo-y-boton{
	width: 42%;
}

.contenedor-parrafo-y-boton p{
	font-size: 18px;
	font-weight:lighter;
}

.parrafo-final{
margin-bottom: 40px;
}

.seccion-empresa{
	background-image: url(../img/FondoEmpresa.jpg);
	height: 100vh;
	background-size: cover;
}


/*ARRANCA SERVICIOS*/
.contenedor-servicios{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.servicio{
	width: 25%;
	padding: 50px 38px 50px 38px;
	border-radius: 10px;
	margin-bottom: 40px;
	color: white;
}

.violeta{
	background: #5055df;
}

.celeste{
	background: #FA134B;
}

.naranja{
	background: #ADD900;
}

.servicio h4{
	font-size: 30px;
	margin: 0px;
}

.servicio img{
	float: right;
}

.servicio p{
	font-size: 16px;
	font-weight:lighter;
	height: 200px;
}

.seccion-servicios{
	background-image: url(../img/fondoServicios.jpg);
	height: 100vh;
	background-size: cover;
}

/*CLIENTES*/

span{
	font-size: 80px;
	color: black;
}

.owl-nav{
	text-align: center;
}

/*centra imagenes de owl carousel*/
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/*Blog*/

#blog{
	background:#F9FAFC;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contenedor-publicaciones{
	display: flex;
	justify-content: space-around;
}

.publicacion{
	width: 30%;
	box-shadow: 1px 1px 14px #ccc;
	padding-bottom: 20px;
}

#blog img{
	width: 100%;
}

#blog h4{
	font-size: 23px;
	margin: 0;
	padding: 20px;
}

#blog p{
	color: #5A6169;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 20px 20px 20px;
	margin: 0;
}

#blog a{
	display: inline-block;
	margin-left: 20px;
}

.publicacion-segunda img{
	height: 245px;/*aplica par las imagenes cuando no son iguales la clase*/
}

.primer-parrafo{
	padding: 0px 20px 20px 20px !important;
}



#que-esperas{
	background: linear-gradient(rgba(84,93,220,1),rgba(96,171,245,9));
	text-align: center;
	padding: 50px 0 50px 0;
}

#que-esperas h3{
	font-size: 23px;
	color: #FFF;
	margin-bottom: 40px;
}

##que-esperas a{
	padding: 15px 45px 15px 45px;
	transition: 1s;
}

#que-esperas  a:hover{
	color: black;
	transition: 1s;
	transform: scale(1.4);/*rotate(360deg)*/
	display: inline-block;
}

#whatsapp a{
	background: none;
	position: fixed;
	top: 85%;
	right: 1%;
}
.menu-icon{
	display: none;
}

