*{
    box-sizing: border-box;
	text-decoration: none;
}

html{
	font-size: 14px;
}

body{
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	padding: 0 !important;
}

img{
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	letter-spacing: 0;
}

.container{
	max-width: 1024px;
}

header{
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	padding: 15px 0;
}

header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-contact {
	text-align: center;
    margin-top: 15px;
}

.header-contact a {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #26a0d9;
}

.cleaner{
	display: block;
	content: '';
	clear: both;
}

hr{
	width: 60%;
	height: 1px;
	border: none;
	margin: 0 auto 40px;
	background: #26a0d9;
}

.logo img{
	display: block;
	height: 100px;
}

#portada{
	background-size: cover;
	background-position: center;
	min-height: 270px;
	padding-top: 10%;
}

h1{
	display: inline-block;
	font-weight: 400;
	font-size: 2.4rem;
    line-height: 2.7rem;
	margin: 0;
	color: #fff;
	padding: 20px;
	background: rgba(0, 0, 0, 0.35);
	border-left: 5px solid #26a0d9;
}

header p{
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

header p span{
	font-size: 1.2em;
}

#about-us{
	padding: 40px 0;
}

h2{
	margin: 0;
    color: #26a0d9;
    font-size: 1.9em;
    font-weight: 700;
}

h2 i{
	color: #808080;
	margin-right: 10px;
}

h2 span{
	font-weight: 300;
	font-size: 1em;
	margin-top: 5px;
}

#about-us p {
    color: #000;
    font-size: 1.9em;
    font-weight: 700;
    margin: 40px 0 0;
    text-align: center;
}

#about-us ul{
	list-style: disc inside;
	margin: 25px 0 0;
	padding: 0;
}

#about-us li {
    color: #808080;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
    padding: 0;
    margin-bottom: 5px;
}

#whatsapp{
	display: none;
}


/*************
   SERVICIOS
**************/

#servicios article{
	width: 100%;
	min-height: 55px;
	margin: 30px auto;
	padding: 25px;
	text-align: center;
	background: #eee;
	border: 1px solid #ddd;
}	

#servicios article h3{
	margin: 0 0 10px;
	color: #333;
	font-size: 1.6em;
}

#servicios article i {
    display: block;
    font-size: 3rem;
    margin: 0 0 10px;
    color: #26a0d9;
}

#servicios article p{
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 300;
	color: #808080;
	margin-bottom: 0;
}

.sprite{
	background: url(../images/sprite.png);
}

@keyframes rotar{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotar{
	from{
		-webkit-transform: rotate(0);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}

#servicios .sprite{
	margin: 0 auto;
}

.diagnostico .sprite:hover,
.correo .sprite:hover,
.virus .sprite:hover,
.internet .sprite:hover
{
	animation: rotar 0.75s ease-out;
	-webkit-animation: rotar 0.75s ease-out;
}

.abonos .sprite:hover{
	transform: rotate(180deg);
}

.diagnostico .sprite{
	width: 72px;
	height: 72px;
	background-position: 0 0;
}

.correo .sprite{
	width: 70px;
	height: 74px; 
	background-position: 0 -82px;
}

.abonos .sprite{
	width: 64px;
	height: 64px;
	background-position: 0 -248px;
}

.virus .sprite{
	width: 72px;
	height: 72px;
	background-position: 0 -322px;
}

.internet .sprite{
	width: 72px;
	height: 72px;
	background-position: 0 -166px;
}

.ml{
	position: relative;
}

.ml img#referencias{
	position: relative;
	width: 95%;
	max-height: 99px;
	top: -20px;
}

.ml img#ml{
	width: 132px;
	height: 96px;
	margin: -5px auto 10px;
}

.ml a{
	display: block;
	margin: auto;
	text-decoration: underline;
	font-size: 1.4em;
	font-weight: 600;
	color: #333;
}

/*************
  FORMULARIO
**************/

label{
	font-size: 1.2rem;
	margin-bottom: 5px;
}	

form{
	margin: 10px auto 40px;
	overflow: hidden;
	width: 100%;
	max-width: 700px;
}

form h3{
	color: #fff;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

label, input{
	display: block;
	width: 100%;
}

input{
	height: 50px;
}

textarea{
	min-height: 130px;
}

input, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 0 !important;
    border: none;
    background: #fff;
    color:#26a0d9;
    resize: none;
}

button#envio{
	width: 125px;
	height: 40px;
	float: right;
	background: #26a0d9;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.1rem;
	text-shadow: none;
	font-weight: 600;
	color: #f7f7f9;
	margin-bottom: 0;
	padding: 0;
}

button#envio:hover{
	background: #26a0d9;
}

button#envio:disabled{
	opacity: 0.75;
}

#formulario input.error{
	background: url(../images/mal.png) right no-repeat !important;
	margin-bottom: 5px;
}

#formulario label.error{
	display: block;
	text-align: right;
	width: 100%;
	height: 30px;
	font-size: 11px;
	line-height: 15px;
}

#respuesta img {
	display: inline-block;
   	vertical-align: middle;
   	margin-left: 2px;
}

footer{
	background: #4c4c4c;
	color: #fff;
	font-size: 1.5em;
	overflow: hidden;
	padding: 40px 0;
}

.footer-contact{
	text-align: center;
}

.footer-contact a{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
}

footer .social-media {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 34px;
    height: 34px;
    color: #4c4c4c;
    text-align: center;
    line-height: 34px;
    font-size: 1.4rem;
}

.copyright{
	text-align: center;
	margin-top: 40px;
	font-size: 1rem;
}

.copyright a{
	color: #26a0d9;
	font-size: 1rem !important;
}

.wa{
	display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    transition: all .25s ease;
}

.wa i{
    font-size: 36px;
    vertical-align: middle;
}

.wa:hover{
    transform: scale(1.1);
    color: #fff;
}

.toast-message{
	font-size: 1.2rem !important;
}

#referencias {
    padding: 40px 0;
    text-align: center;
}

#referencias h3{
	font-size: 1.5rem;
}

#referencias a{
	display: inline-block;
}

#referencias img{
	display: inline-block;
	max-width: 100%;
	height: 60px;
}

/************
MEDIA QUERIES
*************/  

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {
	h1{
		font-size: 3.6rem;
		line-height: 3.9rem;
	}
	.container{
		padding: 15px 0;
	}
	#call-us{
		display: none;
	}	
	.ml img#referencias{
		top: -30px;
	}
	footer p:first-of-type{
		margin-left: 10px;
	}
	footer p:last-of-type{
		float: right;
		margin-right: 10px;
	}
}

/* Larger than tablet */
@media (min-width: 750px) {
	h1{
		font-size: 4rem;
		line-height: 4.3rem;
	}
	header .container{
		flex-direction: row;
		justify-content: space-between;
	}
	header .container:after{
		content: none;
	}
	.logo img{
		height: 120px;
	}
	#servicios .box{
		display: flex;
		justify-content: space-between;
	}
	#servicios .box:last-of-type{
		justify-content: center;
	}
	#servicios article{
		width: 48%;
		margin: 0 0 30px;
	}
	#contact_us{
		width: 65%;
		float: left;
		margin: 20px 2.5%;
	}
	.ml img#referencias{
		top: -35px;
	}
	#whatsapp{
		display: block;
		float: right;
		margin: 20px 2% 0 0;
	}	
	#whatsapp:hover{
		animation: wobble 2s;
	}
	#whatsapp img{
		max-width: 280px;
		max-height: 414px;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	h1{
		font-size: 4.7rem;
		line-height: 5rem;
		padding: 20px 40px 20px 20px;
	}
	h2{
		font-size: 2.3rem;
		margin-bottom: 40px;
	}
	header p{
		position: fixed;
		right: 0;
		top: -15px;
		margin-right: 20px;
		background: rgba(0, 0, 0, 0.5);
		padding: 7px;
		border-radius: 0 0 5px 5px;
		z-index: 3;
	}	
	#servicios article{
		margin: 0 0 40px;
		padding: 40px;
	}
	header, main{
		padding: 0;
	}
	.header-contact{
		text-align: left;
	}
	.header-contact a{
		font-size: 1.2rem;
		margin: 5px 0;
	}
	#about-us{
		padding: 60px 0;
	}
	#about-us p {
	    font-size: 2.1em;
	    margin: 60px 0 0;
	}
	#about-us li{
		font-size: 1.4rem;
    	line-height: 1.9rem;
	}
	hr{
		margin: 0px auto 60px;
	}
	footer .box{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	form{
		width: 60%;
		margin: 10px 0 0;
	}
	.footer-contact a{
		font-size: 1.3rem;
	}
	footer .social-media {
	    width: 39px;
	    height: 39px;
	    line-height: 39px;
	    font-size: 1.7rem;
	}
	.ml img#referencias{
		top: -40px;
	}
	#slider{
		display: block;
	}
	#portada{
		height: 75vh;
    	min-height: 500px;
    	max-height: 700px;
	}
	#referencias{
		padding: 60px 0;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	#referencias h3{
		margin: 0 40px 0 0;
	}
	#servicios article i{
		font-size: 3.4rem;
	}
	#servicios article h3{
		font-size: 1.9em;
		margin: 0 0 15px;
	}
	#servicios article p {
    	font-size: 1.2rem;
    	line-height: 1.5rem;
	}
	.wa{
		width: 60px;
    	height: 60px;
    	line-height: 60px;
	}
	.wa i{
		font-size: 40px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

@media (min-width: 2000px) {
	#portada{
		padding-top: 5%;
	}
}