*{
	margin:0;
	padding: 0;
	
}

body{
	font-family: 'Montserrat';
	background-image: url(..//imagenes/cap_3.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/*	------------------------------ NAV         -----------------*/



nav{
	font-family: 'Montserrat';
  	width: 100%;
	position: sticky;
	background-color: white;
}

nav ul{
	margin: auto;
	height: 90px;
	width: 1158px;
	list-style: none;
}

nav .logo_con{
	margin: 0;
	float: left;
}

nav li{
	float: right;
	width: 120px;
	height: 90px;
	margin-left: 20px;
}

nav li a{
	color: #000000;
	font-size: 20px;
	width: 100%;
	text-align: center;
	height: 100%;
	display: block;
	line-height: 90px;
	text-decoration: none;
	transition: all 0.3s ease-out;
	border-radius: 0 0 20px 20px;
	transition: all 0.5s;

}

.mdl{
	width: 250px;
}

nav li a:hover{
	transition: all 0.5s;
	transform: translateY(0) scale(1.1);
}

nav ul li img{
	float: left;
	margin-left: 4px;
	width: 250px;
	margin-top: 25%;
}



.pptn a{
	padding-top: 22px;
	height: 100%;
}
.pptn a:hover{
}


.logo_con{
	width: 90px;
	transition: all 0.5s;
}

.logo_con a{
	padding-top: 8px;
}

.logo_con a:hover{
	background-color: rgba(225,47,32,0.0);

}

.logo_con:hover{
	transition: all 0.5s;
	transform: translateY(0) scale(1.1);
}

#menu{
    display: none;
    z-index: 10;
}

#logomenu{
	display: none;
}

/*--------------------------- HEADER ------------------------*/
header{
	width: 100%;
	height: 450px;
	background-image: url(../imagenes/Background.svg);
	background-repeat: no-repeat;
	background-color: white;
	background-size: cover;
	background-position: 0 -450px;
}

header section{
	position: relative;
	width: 1158px;
	height: 280px;
	margin: auto;
	z-index: 0;
}

header section article{
	float: left;
	width: 458px;
	height: 390px;
	margin-top: 150px;
}

header section h1{
	display: block;
	float: left;
	font-size: 80px;
	width: 100%;
	margin-top: 150px;
	margin-left: 120px;
	line-height: bottom;
}

header section a{
	text-decoration: none;
	text-align: center;
	width: 700px;
	line-height: 90px;
	font-size: 80px;
	height: 90px;
	margin-left: 250px;
	float: left;
	color: white;
	display: block;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	border-radius: 50px;
	font-weight: bold;
}



/*--------     QUE   -----------*/

section{
	width: 1158px;
	height: 100%;
	margin: auto;
}

section article{
	height: 400px;
	margin-top: 120px;
}

section article h3{
	width: 50%;
	font-size: 3em;
	float: left;
	margin-top: 60px;
	margin-left: 30px;
	margin-bottom: 20px;
}

section article p{
	width: 49%;
	font-size: 20px;
	margin-left: 30px;
	float: left;
}

section article img{
	width: 500px;
	border-radius: 10px;
}

#servicioss{
	background-image: url(../imagenes/logfon.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 70%;
	background-position: 50% 30%;

}

.build img{
	float: left;
}


/*-----------------------*/
.agendd img{
	float: right;
}
/*------------------*/

.email img{
	float: left;
	margin-right: 50px;
}

.email h3{
	width: 40%;
}
/*----------------*/

.omni img{
	float: right;
}

.omni h3{
	width: 50%;
}

.omni p{
	width: 45%;
	float: left;
}
/*-----------------------------*/

.crm img{
	float: left;
	margin-right: 50px;
}
.crm h3{
	width: 30%;
	font-size: 2.5em;
	margin-top: 0;
}
/*---------*/

.sales img{
	float: right;
}



/*----------------------------------*/

.memb img{
	float: left;
}


/*--------------------------------------------------------*/

.kolla h3{
	margin-top: 0;
}

.kolla img{
	float: right;
}

/*-----------------------------------------------*/

.buil img{
	float: left;
}


/*----------------------------------------*/

.ecomm h3{
	margin-top: 0;
}
.ecomm img{
	float: right;
}


/*-------------------------------------------------*/

.emplo img{
	float: left;
}

.emplo h3{
	margin-top: 10px;
}


/*---------------------------------------------------*/

.gess img{
	float: right;
}


/*---------------------animacion------------------------*/


.animadoleft{
	opacity: 0;
	transition: all 0.5s;
}

/*------------------------------------------------------*/


.animadoright{
	opacity: 0;
	transition: all 0.5s;
}

/*--------------------------------------*/

.mostrarleft{
	animation: mostrarleft 1s;
}

@keyframes mostrarleft{
	0% {
		transform: translateX(-40px);
	}
	100% {
		transform: translateX(0);
	}
}

/*--------------------------------------------------*/



/*------------------------------------------------*/



/*-------------------------- FOOTER ------------------------------*/
footer{
	height: 200px;
	font-family: sans-serif;
    font-weight: 700;
	color: white;
	border-radius: 100px 100px 0 0;
}

footer article{
	width: 1158px;
	margin: auto;
}

footer article img{
	width: 100%;
}

footer a{
	text-decoration: none;
	width: 450px;
	font-size: 20px;
	float: left;
	margin-left: 86px;
	margin-top: 50px;
	text-align: center;
	color: #9612aa;
	transition: all 0.3s;
}

footer a:hover{
	transition: all 0.5s;
	transform: scale(1.3);
}

footer article p{
	padding: 10px 0;
	text-align: center;
}

.tx{
	 pointer-events: none;
}



/*<------------------------- FIN TAMAÑO PC------------------------------>*/


/*<---------------------------- TAMAÑO LAPTOP---------------------------->*/

@media screen and (min-width: 1141px) and (max-width: 1300px) {



/*---------- NAV -------------*/


nav ul{
	width: 95%;
}

nav li{
	width: 10%;
	margin-left: 16px;
}



/* ------------------- HEADER ------------------*/

header{
	width: 100%;
	height: 800px;
	background-image: url(../imagenes/Background.svg);
	background-repeat: no-repeat;
	background-color: white;
	background-size: cover;
	background-position: 0 -200px;
}

header section{
	width: 90%;
}

header section h1{
	width: 50%;
}


/*--------     QUE   -----------*/

#servicioss{
	width: 100%;
}

#servicioss article{
	width: 90%;
	margin-left: 5%;
	margin-top: 1%;
}

section article img{
	width: 40%;
}

/*----------- FOOTER --------------*/

footer{
	width: 100%;
}

footer article{
	width: 100%;
}

}

@media screen and (min-width: 1025px) and (max-width: 1140px) {



/*---------- NAV -------------*/

#menu{
	margin-top: 25px;
	width: 120px;
	height: 120px;
	float: right;
	display: block;
	}

#logomenu{
		display: block;
		margin-top: 40px;
		margin-left: 30px;
		width: 140px;
		float: left;
	}

#logomenu img{
		width: 140px;
}

nav{
	width: 100%;
	height: 100px;
	position: relative;
}


nav ul{
	 width: 100%;
        height: auto;
        transition: .4s;
        position: absolute;
        background-color: black;
        color: white;
        top: 100px;
        z-index: 7;
}

nav img{
	width: 80px;

}

    .abierto{ left: 0%;}
    .cerrado{ left: -120%;}



	nav ul li{
        float: none;
        width: 100%;
        margin: 0;
    }

	nav ul li a{
	color: white;
	line-height: 80px;
	padding: 0;    
    }

.pptn a{
	padding: 0;
}

     nav ul li a:hover{
    	color: white;
		background-color: rgba(197,194,214);

	}




.neg{
	display: block;
	margin-top: 3%;
	width: 70%;
	float: left;
	margin-left: 15%;
}


.logo_con{
	display: none;
}

header{
	background-position: 0 -200px;
}



header section{
	width: 90%;
}

header section h1{
	width: 50%;
}


/*--------     QUE   -----------*/

#servicioss{
	width: 100%;
}

#servicioss article{
	width: 90%;
	margin-left: 5%;
	margin-top: 1%;
}

section article img{
	width: 40%;
}

/*--     BANNER   ---*/



/*----------- PUB --------------*/


/*----------- PAY --------------*/


/*----------- FOOTER --------------*/

footer{
	width: 100%;
}

footer article{
	width: 100%;
}


footer article a{
	width: 80%;
	margin-left: 10%;
}

}
/*----------------- FINAL LAPTOP----------------*/

/*------------------ TABLET------------------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {



/*---------- NAV -------------*/

#menu{
	margin-top: 25px;
	width: 120px;
	height: 120px;
	float: right;
	display: block;
	}

#logomenu{
		display: block;
		margin-top: 40px;
		margin-left: 30px;
		width: 140px;
		float: left;
	}

#logomenu img{
		width: 140px;
}

nav{
	width: 100%;
	height: 100px;
	position: relative;
}


nav ul{
	 width: 100%;
        height: auto;
        transition: .4s;
        position: absolute;
        background-color: black;
        color: white;
        top: 100px;
        z-index: 7;
}

nav img{
	width: 80px;

}

    .abierto{ left: 0%;}
    .cerrado{ left: -120%;}



	nav ul li{
        float: none;
        width: 100%;
        margin: 0;
    }

	nav ul li a{
	color: white;
	line-height: 80px;
	padding: 0;    
    }

.pptn a{
	padding: 0;
}

     nav ul li a:hover{
    	color: white;
		background-color: rgba(197,194,214);

	}




.neg{
	display: block;
	margin-top: 3%;
	width: 70%;
	float: left;
	margin-left: 15%;
}


.logo_con{
	display: none;
}


header{
	background-position: 0 -150px;
}



header section{
	width: 100%;
}

header section h1{
	width: 30%;
}

header section a{
	margin-left: 5%;
}


/*--------     QUE   -----------*/

#servicioss{
	width: 100%;
}

#servicioss article{
	width: 100%;
	height: 700px;
	margin-left: 0;
	margin-top: 5%;

}

section article img{
	width: 80%;
	margin-left: 10%;
	float: left;
	margin-top: 5%;
} 

#servicioss article h3{
	margin: 0;
	margin-left: 10%;
	width: 80%;
	margin-top: 5%;
	margin-bottom: 5%;
}

#servicioss article p{
	margin: 0;
	margin-left: 10%;
	width: 80%;
}



.omni img{
	float: left;
}

.agendd img{
	float: left;
}

.sales img {
    float: left;
}

.kolla img {
    float: left;
}

.ecomm img {
    float: left;
}

.gess img {
    float: left;
}

/*--     BANNER   ---*/



footer{
	width: 100%;
}

footer article{
	width: 100%;
}


footer article a{
	width: 80%;
	margin-left: 10%;
}

}

/*---------------------------FINAL TABLET---------------*/

/*------------------------- CELULAR ------------------*/

@media screen and (min-width: 340px) and (max-width: 767px) {


/*---------- NAV -------------*/


/*---------- NAV -------------*/


body{
	background-image: none;
}


#menu{
	margin-top: 25px;
	width: 120px;
	height: 120px;
	float: right;
	display: block;
	}

#logomenu{
		display: block;
		margin-top: 40px;
		margin-left: 30px;
		width: 140px;
		float: left;
	}

#logomenu img{
		width: 140px;
}

nav{
	width: 100%;
	height: 100px;
	position: relative;
}


nav ul{
	 width: 100%;
        height: auto;
        transition: .4s;
        position: absolute;
        background-color: black;
        color: white;
        top: 100px;
        z-index: 7;
}

nav img{
	width: 80px;

}

    .abierto{ left: 0%;}
    .cerrado{ left: -120%;}



	nav ul li{
        float: none;
        width: 100%;
        margin: 0;
    }

	nav ul li a{
	color: white;
	line-height: 80px;
	padding: 0;    
    }

.pptn a{
	padding: 0;
}

     nav ul li a:hover{
    	color: white;
		background-color: rgba(197,194,214);

	}




.neg{
	display: block;
	margin-top: 3%;
	width: 70%;
	float: left;
	margin-left: 15%;
}


.logo_con{
	display: none;
}


header{
	background-position: 0 -150px;
}



header section{
	width: 100%;
}

header section h1{
	width: 80%;
	font-size: 10vw;
	margin-left: 5%;
}

header section a{
	margin-left: 5%;
	width: 80%;
	font-size: 10vw;
}


/*--------     QUE   -----------*/

#servicioss{
	width: 100%;
}

#servicioss article{
	width: 100%;
	height: 700px;
	margin-left: 0;
	margin-top: 5%;

}

section article img{
	width: 80%;
	margin-left: 10%;
	float: left;
	margin-top: 8%;
} 

#servicioss article h3{
	margin: 0;
	margin-left: 10%;
	width: 80%;
	margin-top: 5%;
	margin-bottom: 5%;
}

#servicioss article p{
	margin: 0;
	margin-left: 10%;
	width: 80%;
}



.omni img{
	float: left;
}

.agendd img{
	float: left;
}

.sales img {
    float: left;
}

.kolla img {
    float: left;
}

.ecomm img {
    float: left;
}

.gess img {
    float: left;
}

/*--     BANNER   ---*/



footer{
	width: 100%;
}

footer article{
	width: 100%;
}


footer article a{
	width: 80%;
	float: left;
	height: 50px;
	font-size: 3vw;
	margin-left: 10%;
	margin-top: 8%;
  }

}





