/*-- ALL MAIN --*/
	.main-block {
		padding: 2rem 4rem 3rem;
	}
	.main-block-2 {
		padding: 1rem 4rem 3rem;
	}
/*--------------*/

/*-- SLIDE --*/
	#slider {
		height: 80vh;
		background: #fff;
		position: relative;
	}
	.slide {
		width: 100%;
		height: 100%;
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		color: #fff;
	}
	.slide-bg {
		background-color: rgba(0,0,0,.5);
		width: 100%;
		height: 100%;
	}
	#slide-1 { /*WINDOWS*/
		background: url(https://images.unsplash.com/photo-1530133532239-eda6f53fcf0f?ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nnx8d2luZG93c3xlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60);
		background-size: cover;
		background-position: center center;
	}
	#slide-2 { /*NETWORK*/
		background: url(https://images.unsplash.com/photo-1545987796-200677ee1011?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80);	
		background-size: cover;
		background-position: center bottom;
	}
	#slide-3 { /*MUNDO*/
		background: url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8bmV0d29ya3xlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60);	
		background-size: cover;
		background-position: center center;
	}
	.slide-title {
		font-size: 5rem;
    	font-weight: 100;
    	color: var(--celeste);
	}
/*-----------*/

/*-- WE ARE --*/
	#weAre {
		background: #fff;
	}
	#weAre h4 {
		font-weight: 300;
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.3;
		margin: 1.5rem 0;
	}
	#weAre-img a {
		transition: all .3s linear;
		text-align: center;
	}
	#weAre-img a:hover {
		transform: translateY(-15px);
	}
	/*#weAre-img:hover {
		margin-bottom: 20px;
	}*/
/*------------*/

/*-- SERVICES --*/
	#services {
		background: #999797;
	}
	#services-content {
		display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    grid-gap: 2rem;
	}
	.services-card {
		background: #fff;
		width: 100%;
		-webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
	}
	.services-card img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.service-title {
		text-align: center;
		font-weight: 400;
		font-size: 1.7rem;
		line-height: 1.7rem;
		margin: 0.5rem 0;
		padding: 0 1rem;

		/*reglas para separar títulos con palabras largas*/
		word-wrap: break-word;
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.services-modal {
		background: #fff;
		overflow-y: scroll !important;
		-ms-overflow-style: none;  /* Hide on modal scrollbar for IE and Edge */
  		scrollbar-width: none;  /* Hide on modal scrollbar for Firefox */
	    display: block;
   		padding: 2rem;
	}
	.service-modal-img {
		width: 30%;
		height: 100% !important;
	   float: left;
	}
	.service-modal-img img {
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
    }
    .modal-partner {
    	width: 10% !important;
    	height: auto !important;
    }
	.service-modal-info {
		width: 70%;
    	float: left;
    	box-sizing: border-box;
    	padding: 0 0 0 1.5rem;
    	display: flex;
    	flex-direction: column;
    	height: 100% !important;
   		justify-content: flex-end;
    	text-align: left;
	}
	.service-modal-title {
		font-weight: 400;
		font-size: 3rem;
		text-align: left;
		color: #5a5a5a;
		margin-bottom: 2rem;
		line-height: 2.5rem;
	}
	.wsp-btn {
		width: 100%;
		text-align: right;
	}
	.services-modal::-webkit-scrollbar { /* Hide on modal scrollbar for Chrome, Safari and Opera */
  		display: none;
	}
	.morph-content {
		width: 200px !important;
		height: 50px !important;
	}
	.morph-button {
		display: flex  !important;
	    flex-direction: column !important;
	    justify-content: space-between !important;
	}
	.morph-button-fixed {
		width: 100% !important;
		height: 100% !important;
	}
	.icon-close::before { /*close modal*/
  		color: #fff;
    	background: red;
    	border-radius: 50%;
  	}
/*--------------*/

/*-- CLIENTS --*/
	#clients {
		background: #fff;
	}
	#clients-content {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 0 2rem;
	}
	.client img {
		width: 100%;
	}
	.client {
		height: 125px;
		min-height: 100%;
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}
	.client:hover {
		transform: translateY(-5px);
	}
/*-------------*/

/*-- PARTNERS --*/
	#partners {
		background: #a3a3a3;
	}
	#partners-sub {
		justify-content: space-evenly;
		align-items: baseline;
	}
	.partner {
		width: 25%;
		text-align: center;
		margin: 0 1rem;
	}
	.partner img {
		width: 50%;
	}
	.partner-name {
		text-align: center;
    	margin-top: 1rem;
    	font-weight: 600;
   		font-size: 1.3rem;
	}
/*--------------*/
