
html{
	scroll-behavior: smooth;
}
body{
	background: #fff;
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
}
.contenedor{
	width: 90%;
	max-width: 1300px;
	margin: auto;
}

.cabecera{
	height: 100vh;
	background:linear-gradient(rgba(84,93,220,.9), rgba(96,171,245,.9)), url(../img/fondo-home.jpg) left no-repeat;
	background-size: cover;
	margin-top: -205px
}
@media (max-width:800px){
	.cabecera{
		margin-top: -205px;
	}
}


#divmenu{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	
}
.boton{
	text-decoration: none;
	text-transform: uppercase;
	background-color: #246ED2;
	padding: 10px;
	color: white;
	border-radius: 5px;
	
}
.boton:hover{
	background-color: #1F57A3;
}
.contenedor-titulo{
	display: flex;
	justify-content: center;
	margin: 20vh 0;
	padding-top: 200px;
	
}
.contenedor-titulo .titulo{
	
	text-align: center;
}
.titulo h1{
	text-transform: uppercase;
	font-size: 50px;
}
@media (max-width:800px){
	.titulo h1{
		font-size: 25px;
	}
}
.titulo h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 45px;

}
@media (max-width:800px){
	.titulo h2{
		font-size: 20px;
	}
}
h3{
	text-align: center;
	color: #000000;
	font-family: 'Libre Baskerville', serif;
}

header p{
	font-size: 30px;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
}
.menu{
	position: fixed;
	width: 100%;
	transition: .3s;
	z-index: 2;
}
.shadow{
	box-shadow: 0 10px 20px 0 rgba(126, 29, 29, 0.1);
}
.navegacion ul li{
	display: inline-block;
	margin-left: 20px;
	list-style: none;
	margin-top: 18px;
	font-weight: bold;

}
.navegacion ul li a{
	text-decoration: none;
	color: #fff;
	transition: color .3s ease-in-out;
	
}
.navegacion ul li a:hover{
	
	color: rgb(148, 197, 167);
	font-weight: bold;
	
}
/*Sobre mi*/
.sobremi img{
	width: 378px;

}
.sobremi h3{
	font-size: 55px;
	font-weight: normal;

}
.sobremi .contenido{
	display: flex;
	justify-content: space-around;
}
section .contenido p{
	color:#000000;
}
.sobremi .sobremi-texto{
	width: 42%;
	text-align: justify;
	
}

.sobremi-texto .boton{
	display: inline-block;
	margin-top: 30px;
	
}
@media (max-width:800px){
	.contenido{
		flex-direction: column;
	}
	.sobremi-img{
		width: 100%;
	}
	.sobremi .sobremi-texto{
		width: 100%;
	}
}
/*Servicios*/
section {
	color: #000000;
}
.servicios h3{
	text-align: center;
	font-size: 55px;
	font-weight: normal;
}
.contenedor-servicios{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	color: #ffffff;

}

.contenedor-servicios .violeta{
	background-image: linear-gradient(to top, #5055df, #6d68f3);
	box-shadow: 0 12px 30px 0 rgba(80,85,233,.37);

}
.contenedor-servicios .celeste{
	background-image: linear-gradient(to top, #40a8f9, #5cb8ff);
	box-shadow: 0 12px 30px 0 rgba(86,162,222,.3);
	
}
.contenedor-servicios .servicio{
	padding: 34px 30px 38px 30px;
	border-radius: 10px;
	width: 24%;
	margin-bottom: 40px;
	position: relative;
}
.contenedor-servicios h4{
	font-size: 30px;
	margin: 0;
}
.contenedor-servicios p{
	opacity: .6;
	text-align: justify;
	margin-bottom: 20px;
	height: 194px;
}
.contenedor-servicios .icono{
	float: right;
}
.contenedor-servicios .waves{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (max-width:800px){
	.contenedor-servicios{
		flex-direction: column;
		
	}
	.contenedor-servicios .servicio{
		width: 82%;
	}
}
/*Section Trabajos*/

.trabajos h3{
	font-size: 55px;
	font-weight: normal;

}
.trabajos img{
	transform: scale(1);
	transition: .3s ease-in-out;
}
.trabajos img:hover{
	transform: scale(1.1);
}
.trabajos a{
	text-decoration: none;
	color: #1F57A3;
}
.trabajos p{
	text-align: center;
}
.owl-nav button{
	color: #5cb8ff !important;
	margin: 0 40px !important;
	font-size: 59px !important;
}

.owl-dots{
	display: none;
}
.owl-nav button:hover{
	background: none !important;
}
/*Trabajar conmigo*/
.trabajar-conmigo h3{
	font-size: 55px;
	text-align: center;
	font-weight: normal;
}
.trabajar-conmigo .contenedor-conmigo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.trabajar-conmigo .item{
	width: 28%;
	text-align: center;
}
.trabajar-conmigo ul li{
	list-style: none;
}
.trabajar-conmigo ul li:nth-child(2){
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 10px;
	margin-bottom: 20px;
	
}
.trabajar-conmigo ul li:nth-child(3){
	line-height: 31px;
}
@media (max-width:800px){
	.trabajos h3{
		font-size: 25px;
	}
	.trabajar-conmigo .contenedor-conmigo{
		flex-direction: column;
	
	}
	.trabajar-conmigo .item{
		width: 90%;
		text-align: justify;
	}
	.trabajar-conmigo .item ul{
		padding: 0;
	}
	.trabajar-conmigo .item ul li:nth-child(2){
		background: rgb(231, 163, 163);
		text-align: center;
	}
	.trabajar-conmigo .item ul li:nth-child(1){
		
		text-align: center;
	}
}
/*section wordpress*/

.wordpress .contenedor-wordpress{
	display: flex;
	align-items: center;
}
.wordpress h3{
	font-size: 55px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0;
}
.wordpress p{
	text-align: center;
}
.wordpress .wordpress-texto{
	width: 41%;
	margin: auto;
}
.wordpress .wordpress-texto ul li{
	line-height: 35px;
}
@media (max-width:800px){
	.wordpress h3{
		font-size: 30px;
	}
	.contenedor-wordpress {
		flex-direction: column;
	}
	.wordpress .wordpress-texto{
		width: 100%;
	}

}
/*section hostin*/
.contenedor-info{
	display: flex;
	margin-top: 30px;
	

}

.hosting h3{
	font-size: 55px;
	margin-bottom: 20px;
}
.hosting p{
	text-align: center;
	width: 60%;
	margin: auto;
	margin-bottom: 15px;
}
.hosting .contenedor-info .info{
	width: 48%;
	margin: auto;
}
.hosting .contenedor-info .grande{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 16px;
	
}
.contenedor-info ul li{
	list-style: none;
}
.hosting .icono{
	line-height: 50px;
}
.hosting .check{
	vertical-align: middle;
	margin-right: 10px;
}
@media (max-width:800px){
	.hosting h3{
		font-size: 30px;
	}
	.hosting p{
		width: 100%;
		text-align: justify;
	}
	.contenedor-info{
		flex-direction: column;
	}
	.hosting .contenedor-info .info{
		width: 100%;
		margin: auto;
	}

}
/*Section blog*/
.blog{
	background: #f9fafc;
}
.blog h3{
	font-size: 55px;
	font-weight: normal;
}
section .contenido{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
.contenido .blog-item{
	width: 400px;
	box-shadow: 1px 1px 14px rgb(224, 168, 168);
}
.blog img{
	width: 100%;
}
.blog .blog-texto{
	background: #fff;
	padding: 20px;

}
.blog .contenido h4{
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 15px;
}
.blog .blog-texto p{
	color: #5a6169;
	font-size: 16px;
	line-height: 24px;
}
.blog .contenido .boton{
	width: 105px;
	background: #5cb8ff;
	display: inline-block;
	padding: 15px 16px;
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
	border-radius: 5px;
	transition: background .3s ease-in-out;
}
.blog .contenido .boton:hover {
	background: #104f86;
}
@media (max-width:800px){
	.contenido{
		flex-direction: column;
	}
	.contenido .blog-item{
		width: 100%;
		margin-bottom: 20px;
	}
	.blog h3{
		font-size: 30px;
	}
}
/*section cta*/
.cta{
	background:linear-gradient(rgba(84,93,220,.9),rgba(96,171,245,.9));
	text-align: center;
	padding: 50px;
	margin-top: 40px;
}
.cta h3{
	font-size: 23px;
	color: #fff;
	padding-top: 20px;
}
.cta a{
	width: 157px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: #5cb8ff;
	display: inline-block;
	padding: 15px 16px;
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
	border-radius: 5px;
	transition: background .3s ease-in-out;

}
.cta a:hover{
	background: #104f86;
}
@media (max-width:800px){
	.cta{
		background:linear-gradient(rgba(84,93,220,.9),rgba(96,171,245,.9));
	text-align: center;
	padding: 50px;
	margin-top: 40px;
		width: 77%;
		margin: auto;
	}
}
/*Contacto*/
.contacto h3{
	font-size: 55px;
}
.contacto .form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 77%;
	margin: auto;

}
textarea{
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid #5cb8ff;
	font-size: 17px;
	color: #212121;
	width: 100%;
	margin-bottom: 40px;
	background: rgb(230, 235, 230);
}
input[type="text"],input[type="email"]{
	width: 49%;
	background: rgb(230, 235, 230);
	padding: 18px 0;
	border: 0;
	border-bottom: 1px solid #5cb8ff;
	font-size: 17px;
	color: #212121;
	margin-bottom: 15px;

}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus{
	outline-color: 0;
	border-bottom: 1px solid #0387d1;

}
input[type="submit"]{
	border: 0;
	width: 165px;
	background: #5cb8ff;
	padding: 15px 0;
	display: inline-block;
	cursor: pointer;
	transition: .3s ease-in-out;
	margin:auto;
}
.success{
	color: #fff;
	background: #44be75;
	padding: 15px 50px;
	margin-bottom: 20px;
	position: fixed;
	top: 90%;
	right: 100px;
	display: none;

	
}
.contacto-info{
	display: flex;
	justify-content: space-around;
	margin-top: 60px;

}
.contacto-info img{
	width: 28px;
	vertical-align: middle;
	margin-right: 10px;
}
@media (max-width:800px){
	.contacto h3{
		font-size: 30px;
	}
	.contacto .form{
		flex-direction: column;
		width: 100%;
	}
	.contacto .form input[type="text"],input[type="email"]{
		width: 100%;
	}
	.contacto-info{
		flex-direction: column;
	}
	.contacto-info .mail{
		margin-bottom: 30px;
	}
}
/*Section footer*/
footer{
	background: #2f2f2f;
	padding: 40px 0;
	text-align: center;
	margin-top: 40px;
}
footer .contenedor{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
footer img{
	margin: 0 40px;
	transform:  rotate(0);
	transition: .4s;
}
footer img:hover{
	
	transform:  rotate(360deg);
	
}
footer p{
	color: #fff;
	padding-top: 40px;
}
@media (max-width:800px){
	footer img{
		margin: 0 19px;
	}
}
#whatsapp{
	position: fixed;
	top: 80%;
	right: 2%;
}
.menu-icon{
	display: none;
}
@media (max-width:800px){
	.menu-icon{
		display: block;
		float: right;
		padding-bottom: 20px;
		margin-top: 17px;
		cursor: pointer;
	}
	header nav{
		position: absolute;
		top: 100px;
		left: 0;
		height: 268px;
		background: #5cb8ff;
		width: 100%;
		margin-top: 20px;
		display: none;
	}
	header nav ul{
	display: flex;
	flex-direction: column;	
	margin-top: 0;
	
	}
	header nav ul li{
		margin-bottom: 5px;
	}
}
@media screen and (min-width:500px) and (max-width:800px){
	header{
		margin-top: -185px;
		height: 61vh;
	}
	.contenedor-servicios .servicio{
		width: 50%;
		margin: auto;
		margin-bottom: 60px;
	}
	.blog .contenido .blog-item{
		width: 60%;
		margin: auto;
		margin-bottom: 50px;
	}
	.success{
		right: 17%;
	}
}