/* -------------------------------- 

TEXT STYLES

-------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}

	.conocenos-page h1 {
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 700;
		text-transform: none;
	}

	.project-main-title h1,
	.project-main-title h2 {
		color: #000;
	}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
}
	
	.slide-title h2 {
		margin-bottom: 0.75em;
	}

	.section-title h2 {
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.7rem;
		margin-bottom: 1em;
	}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 300;
}

	.bg-section h3 {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1em;
		text-align: center;
	}

	.section-title h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	.bg-section.contacto-section h3 {
		margin-bottom: 0;
		text-align: left;
	}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
}

	.projects-list h4,
	.cbp-ntaccordion h4 {
		font-weight: 400;
	}

	.cbp-ntaccordion h4 {
		text-transform: none;
		letter-spacing: 0;
	}

	.cbp-ntaccordion h4 {
		margin: 15px 0 0;
	}

	.cd-footer h4 {
		text-transform: none;
		letter-spacing: normal;
	}

	.project-features h4 {
		margin-bottom: 0.05em;
	}



h5 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 1em;
}

	.contacto-section h5 {
		margin-bottom: 2em;
	}

p,
.project-features ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 0.7em;
	font-weight: 300;
}
	 
	.project-features p,
    .project-features ul li {
        margin-bottom: 0.35em;
    }

   .project-features .short-info p {
	  margin-bottom: 0.8em;
   }

   .project-features .nota p {
	  font-size: 80%;
	  text-transform: uppercase;
	  line-height: 1.5;
	  text-align: right;
   }

	.conocenos-page .slide-title p {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	
	.section-content p,
	.section-content ul {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: 400;
	}

	.project-features p,
    .project-features ul li,
	.services-list p,
	.cd-footer p {
		font-weight: 400;
	}

	.section-content ul {
		margin-bottom: 0.7em;
	}

	.section-content ul li {
		margin-bottom: 0.3em;
	}

	.conocenos-page .slide-title p a,
	.conocenos-page .slide-title h3 a {
		color: #f4f5f6;
		font-weight: 700;
	}

	.conocenos-page .section-content p a,
	.contacto-page .section-wrapper a {
		font-weight: 700;
		color: #777;
	}

	.conocenos-page p a:hover,
	.conocenos-page .slide-title h3 a:hover,
	.contacto-page .section-wrapper a:hover {
		color: rgb(244,124,0);
	}

	.bg-section p {
		font-weight: 400;
	}

.bullet-list li {
	list-style: inherit;
	list-style-image: url("img/list-bullet.svg");
	list-style-position: initial;
	margin-left: 25px;
}

.full-width-list li {
	float: left !important;
	width: 100% !important;
	margin-left: 0 !important;
}

hr {
	width: 100%;
	float: left;
	margin: 20px 0;
	border: none;
	border-top: 1px solid #e1e1e1;
	clear: both;
}


/* Elecnor Menu Styles Override */

nav .navbar-nav {
	display: block;
}
.dropdown-menu > li > a {
	font-size: 11px;
}

	@media (max-width: 768px) {
		.navbar {
			min-height: inherit;
		}
		.container>.navbar-header {
			padding: 5px 0;
		}
	}


/* VIDEO EMBED RESPONSIVE */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social-links {
	display: inline-block;
	margin-left: .5em;
}

.social-links a {
	line-height: 25px;
}

.social-links a img {
	line-height: 25px;
	width: 25px;
}

/* Button styles */
.button {
	display: inline-block;
	padding: 12px 40px;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	color: #1a171b;
	letter-spacing: 0.05em;
}

	.button:hover {
		border-color: rgb(244,124,0);
		background: #fff;
		text-decoration: none;
	}


.loading-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	background-image: url("img/loader_light.gif");
	background-repeat: no-repeat;
	background-position: 51% 49%;
}

.animated {
	-webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  	-webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1; z-index: 9999;}
  50% {opacity: 1;}
  100% {opacity: 0; z-index: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1; z-index: 9999;}
  50% {opacity: 1;}
  100% {opacity: 0; z-index: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}


/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-header {
  position: fixed;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-content {
  background: #ffffff;
  min-height: 100vh;
  z-index: 2;
}

  .contacto-page .cd-main-content {
    min-height: inherit;
  }


/* Common Section styles */

	.section-wrapper {
		position: relative;
		padding: 50px 0;
	}

	.company-description {
		text-align: center;
	}

	.section-title {
		text-align: center;
	}

		.conocenos-page .section-title {
			margin-bottom: 20px;
		}

/* Slider styles */

	.slide-overlay {
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+61,1+100 */
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(99,99,99,0) 75%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(99,99,99,0) 75%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(99,99,99,0) 75%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

		.conocenos-page .slide-overlay {
			background: rgba(0,0,0,0.4);
		}

	.slide-title {
		position: absolute;
		z-index: 2;
		left: 10%;
		right: 10%;
		top: 40%;
		text-align: center;
		color: #fff;
	}

		.homepage .slide-title {
			top: 25%;
		}

		.slide-title.dark-background {
			padding: 20px 15px;
			background: rgba(0,0,0,0.5);
		}

		#sectores .slide-title {
			top: 38%;
		}

	.slide-caption {
		z-index: 2;
		position: absolute;
		bottom: 70px;
		right: 0;
		left: 0;
		color: #ccc;
		text-align: center;
	}

		#sectores .slide-caption {
			color: #fff;
			right: 12%;
			left: 12%;
			bottom: auto;
			top: 52%;
			text-align: center;
		}

	.arrow-down {
		position: absolute;
		z-index: 99;
		bottom: 10px;
		left: 50%;
		margin-left: -20px;
		width: 40px;
		height: 40px;
		background-size: 40px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("img/arrow-down.svg");
		/*border: 1px solid #ccc;*/
		border-bottom: none;
		opacity: 0.7;
	}

		.arrow-down:hover {
			opacity: 1;
		}


/* Services section */

	.services-list li {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}

		.services-list li .extended-list {
			float: left;
			width: 100%;
			margin-bottom: 20px;
		}

		.services-list li .extended-list li {
			margin-top: 10px;
			font-size: 16px;
			font-size: 1.6rem;
			font-weight: 300;
		}

	.services-list li img {
		max-width: 200px;
	}

	.services-image-wrapper {
		width: 120px;
		height: 120px;
		margin: 0 auto;
		background: #f6f6f6;
		padding: 20px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
	}

/* Projects section */

	.projects-section {
		border-top: 1px solid #e1e1e1;
	}

	.projects-list li {
		text-align: center;
		margin: 20px 0; 
	}

	.project-title {
		padding-top: 15px;
	}

	.project-thumb {
		position: relative;
	}

	.project-thumb img {
		-webkit-filter: grayscale(60%);
		filter: grayscale(60%);
	}

	.project-link:hover .project-thumb img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.project-link-overlay {
		z-index: 1;
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0);
		-webkit-transition: opacity 0.25s ease-in;
  		-moz-transition: opacity 0.25s ease-in;
  		-o-transition: opacity 0.25s ease-in;
  		transition: opacity 0.25s ease-in;
	}

	.project-link:hover .project-link-overlay {
		opacity: 1;
		/*background-image: url("img/more-button.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 40px;*/
	}


/* Project Single Page */
	
	.project-main-title {
		position: absolute;
		z-index: 2;
		left: 10%;
		right: 10%;
		top: 30%;
		text-align: center;
		padding: 15px 10px;
		background: rgba(255,255,255,0.4);
	}

		.landing-projects-page .project-main-title {
			top: 43%;
		}

	.project-features {
		float: left;
		width: 100%;
		padding: 25px 0 20px;
		background: #f6f6f6;
	}


/* Conócenos Page */

	.bg-section {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #fff;
	}

	.section-sectores-actividad {
		background-image: url("../img/conocenos-img-07.jpg");
	}
	
	.section-servicios-soluciones {
		background-image: url("../img/conocenos-img-11.jpg");
	}

	.section-equipo {
		background-image: url("../img/conocenos-img-09.jpg");
	}

	.section-medio-ambiente {
		background-image: url("../img/conocenos-img-12.jpg");
	}

	.conocenos-page .section-equipo .section-title,
	.conocenos-page .section-servicios-soluciones .section-title,
	.conocenos-page .section-medio-ambiente .section-title {
		margin: 70px 0;
	}

	.sectores-list li {
		vertical-align: middle;
		text-align: center;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.3;
		width: 100%;
		margin: 8px 0;
	}

	.section-sectores-actividad,
	.section-elecnor-una-compania-global,
	.landing-projects-page #slides {
		max-height: 600px;
	}

	.mapa-web-page #slides {
		max-height: 0;
	}

	.gestion-list li {
		text-align: left;
		background: url("img/list-bullet.svg") no-repeat left 2px;
		margin-left: 0;
		padding-left: 27px;
	}

.xs-padding-top,
.section-content .right-col.md-padding-top {
	padding: 30px 0 0 0;
}


/* Contacto Page */

	.contacto-section {
		background-image: url("../img/conocenos-img-01.jpg");
	}

	.contacto-box {
		max-width: 250px;
		margin: 70px auto 0;
		background-color: rgba(0,0,0,0.2);
		padding: 20px 25px;
		border: 1px dotted #666;
	}

	.contacto-item {
		display: table;
		width: 300px;
		margin: 1em 0 0.5em;
		text-align: left;
		line-height: 1.3;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.contacto-ico {
		width: 27px;
		height: 27px;
		background-size: 27px;
		background-repeat: no-repeat;
		background-position: center;
		padding-right: 20px;
	}

		.contacto-ico.ico-location {
			background-image: url("img/map-marker.svg");
		}

		.contacto-ico.ico-location {
			background-image: url("img/map-marker.svg");
		}

		.contacto-ico.ico-phone {
			background-image: url("img/phone.svg");
		}

		.contacto-ico.ico-mail {
			background-image: url("img/email.svg");
		}

	.contacto-info {
		padding-left: 10px;
	}


/* Footer */
	
	.cd-footer {
		position: relative;
		z-index: 2;
		background: #f6f6f6;
		padding: 100px 0;
	}

	.cd-footer a {
		color: #1a171b;
	}

	.cd-footer a:hover {
		color: rgb(244,124,0);
	}

	.footer-logo {
		display: none;
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}

		.footer-logo img {
			width: 100px;
		}

	/* Share Buttons */
	.share-buttons {
		float:left;
		width:100%;
		margin-bottom:5px;
	}

	.share-buttons .share-text {
		float:left;
		font-size:14px;
	}

	.share-buttons .addthis_toolbox {
		float:left;
		margin-left:5px;
	}

	.share-buttons .addthis_toolbox a,
	.share-buttons .rss-button {
		width:28px !important;
		height:28px;
		margin:0 2px;
		opacity:0.7;
		float:left;
	}

	.share-buttons .addthis_toolbox a:hover,
	.share-buttons .rss-button:hover {
		opacity:1;
		cursor:pointer;
	}

	.share-buttons .addthis_toolbox a.addthis_button_email{
		background:url("img/share-buttons.png") no-repeat left top;
	}

	.share-buttons .addthis_toolbox a.addthis_button_google{
		background:url("img/share-buttons.png") no-repeat -28px top;
	}

	.share-buttons .addthis_toolbox a.addthis_button_twitter{
		background:url("img/share-buttons.png") no-repeat -56px top;
	}

	.share-buttons .addthis_toolbox a.addthis_button_facebook{
		background:url("img/share-buttons.png") no-repeat right top;
	}

	.share-buttons .rss-button {
		background:url("img/rss-button.png") no-repeat right top;
	}

	.share-buttons .addthis_toolbox a span {
		display:none;
	}


/* Common Elecnor Group footer */
#footer {
	display: inline-block;
	width: 100%;
	font-family: "Lucida Grande", "Helvetica", Arial, sans-serif;
	color: #5a5a5a;
	line-height: 1.5;
}

.share-buttons {
	float:left;
	width:100%;
	margin-bottom:5px;
}

.share-buttons .share-text {
	float:left;
	font-size:14px;
}


.footer-links ul {
	margin:0;
	padding:0;
}

.footer-links ul li {
	list-style:none;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0;
}

.footer-links ul li a {
	color:#5a5a5a;
}

.footer-links ul li a:hover,
.contact-info p a:hover {
	color:#ec7404;
	text-decoration:none;
}

.contact-info h5,
.contact-info p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	margin:0 0 10px;
	font-size:12px;
	font-weight:bold;
}

.contact-info p {
	font-weight:400;
	margin:0 0 4px;
}

.pre-footer {
	margin: 15px 0 0;
}




/* Información legal Page */
.informacion-legal-page h3 {
	margin: 1.5em 0 1em 0;
	padding-top: 0.3em;
	border-top: 1px solid #ccc;
}
.informacion-legal-page p {
	line-height: 1.4;
}


/* -------------------------------- 

Resoluciones superiores a 375px 
iPhone 6

-------------------------------- */

@media (min-width: 375px) {

	.homepage .slide-title {
		top: 30%;
	}
	
		.slide-title.dark-background {
			padding: 20px
		}

	.section-sectores-actividad .slide-title {
		top: 40%;
	}

}


/* -------------------------------- 

Resoluciones superiores a 480px 
Portrait mobiles

-------------------------------- */

@media (min-width: 480px) {

	h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.slide-title {
		top: 47%;
	}

		.homepage .slide-title {
			top: 25%;
			left: 15%;
			right: 15%;
		}

	.projects-list li {
		width: 47%;
	}
	.services-image-wrapper {
		width: 200px;
		height: 200px;
		padding: 40px;
	}

	#sectores .slide-caption {
		top: 52%;
	}

}


/* -------------------------------- 

Resoluciones superiores a 600px 

-------------------------------- */

@media (min-width: 600px) {

}



/* -------------------------------- 

Resoluciones superiores a 768px 

-------------------------------- */

@media (min-width: 768px) {
	
	h1 {
		font-size: 42px;
		font-size: 4.2rem;
	}

		.conocenos-page h1 {
			font-size: 32px;
			font-size: 3.2rem;
		}

	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h3 {
		font-size: 20px;
		font-size: 2rem;
	}

		.bg-section h3 {
			font-size: 22px;
			font-size: 2.2rem;
		}

		.section-title h3 {
			font-size: 24px;
			font-size: 2.4rem;
		}

		.conocenos-page .section-equipo .section-title h3 {
			font-weight: 300;
		}

	h4, .project-title p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h5, .cd-footer p {
		font-size: 14px;
		font-size: 1.4rem;
	}

	p,
    .project-features ul li {
		font-size: 15px;
		font-size: 1.5rem;
	}

		.conocenos-page .slide-title p {
			font-size: 22px;
			font-size: 2.2rem;
		}

		.section-content p,
		.section-content ul {
			font-size: 18px;
			font-size: 1.8rem;
			line-height: 1.3;
			font-weight: 300;
		}
    
	.homepage .slide-title {
		top: 37%;
	}

	.slide-caption {
		bottom: 70px;
		right: 5%;
		left: auto;
		text-align: right;
	}

	.section-wrapper {
		padding: 100px 0;
	}

	.projects-list li {
		width: 32%;
	}

	.footer-logo {
		display: inline-block;
	}

	.company-dates {
		padding-left: 17px;
	}

	.project-features {
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9;
		padding: 40px 0 35px;
	}

		.project-features.additional-features {
			float: left;
			position: static;
		}

	.single-project-page .arrow-down {
		background-image: url("img/arrow-down-grey.svg");
	}
		
	.project-main-title {
		padding: 20px;
	}

	.project-features .project-description {
		padding: 0 0 0 20px;
	}

	.sectores-list li {
		width: 24%;
		font-size: 16px;
		font-size: 1.6rem;
		margin: 10px 0;
	}

	.services-list li .extended-list li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.services-list li {
		width: 33%;
	}

	.services-list li img {
		max-width: 280px;
	}

	.conocenos-page .section-equipo .section-title,
	.conocenos-page .section-servicios-soluciones .section-title,
	.conocenos-page .section-medio-ambiente .section-title {
		margin: 100px 0;
	}

	.gestion-list li {
		width: 47%;
	}
	
	.contacto-section {
		padding-top: 100px;
	}

	.contacto-box {
		max-width: 300px;
		padding: 30px 35px;
	}

	.contacto-item {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.section-content .left-col {
		padding-right: 15px;
	}

	.section-content .right-col {
		padding-left: 15px;
	}

	.xs-padding-top {
		padding-top: 0;
	}
    
    .project-description-list-column {
        padding-right: 20px;
    }

    /* Información legal Page */
	.side-left-column {
		padding-right: 30px;
	}

}



/* -------------------------------- 

Resoluciones superiores a 1024px 

-------------------------------- */

@media (min-width: 1024px) {

	.slide-title h2 {
		margin-bottom: 0.5em;
	}

	hr {
		margin: 40px 0;
	}

	.button {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 15px 60px;
	}

	.homepage .slide-title {
		top: 40%;
	}

	.project-features .project-description {
		padding: 0 20px 0 20px;
	}

	.project-main-title {
		left: 15%;
		right: 15%;
	}

	.section-content .left-col {
		padding-right: 20px;
	}

	.section-content .right-col {
		padding-left: 20px;
	}

	.sectores-list li {
		width: 31%;
	}

	.conocenos-page .section-title {
		margin-bottom: 40px;
	}

	.conocenos-page .section-equipo .section-title {
		padding: 0 100px;
	}

	.section-content .right-col.md-padding-top {
		padding-top: 0;
	}

}


/* -------------------------------- 

Resoluciones superiores a 1170px 

-------------------------------- */

@media (min-width: 1170px) {

	

}



/* -------------------------------- 

Resoluciones superiores a 1366px 

-------------------------------- */

@media (min-width: 1366px) {

	.conocenos-page .slide-title {
		left: 15%;
		right: 15%;
	}

	.conocenos-page h1 {
		font-size: 40px;
		font-size: 4rem;
	}

	.bg-section h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.conocenos-page .slide-title p {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.section-content p, 
	.section-content ul {
		font-size: 20px;
		font-size: 2rem;
	}

	.project-features {
		padding: 50px 0 45px;
	}

	.project-features .project-description {
		padding: 0 25px 0 25px;
	}

	.project-main-title {
		left: 18%;
		right: 18%;
	}

		.landing-projects-page .project-main-title {
			left: 35%;
			right: 35%;
		}

	.section-content .left-col {
		padding-right: 40px;
	}

	.section-content .right-col {
		padding-left: 40px;
	}

	.projects-list li {
		width: 24%;
	}

	.sectores-list li {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 15px 0;
	}

}



/* -------------------------------- 

Resoluciones superiores a 1440px 

-------------------------------- */

@media (min-width: 1440px) {

	h1 {
		font-size: 48px;
		font-size: 4.8rem;
	}

	h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	h4, .project-title p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.project-features h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	p {
		font-size: 16px;
		font-size: 1.6rem;
	}

		.homepage .slide-title p {
			font-size: 18px;
			font-size: 1.8rem;
		}

	.homepage .slide-title {
		left: 22%;
		right: 22%;
	}

	.company-description {
		padding: 100px;
	}

	.project-title {
		padding-top: 25px;
	}

	.project-features .project-description {
		padding: 0 30px 0 30px;
	}

	.sectores-list li {
		font-size: 20px;
		font-size: 2rem;
	}

	.conocenos-page .section-title {
		margin-bottom: 50px;
	}

	.conocenos-page .section-equipo .section-title {
		padding: 0 150px;
	}

}


/* -------------------------------- 

Resoluciones superiores a 1680px 

-------------------------------- */

@media (min-width: 1680px) {

	.conocenos-page .slide-title {
		left: 20%;
		right: 20%;
	}

	.homepage .slide-title {
		left: 27%;
		right: 27%;
		top: 38%;
	}

		.homepage .slide-title h2 {
			margin-bottom: 0.7em;
		}

		.homepage .slide-title p {
			font-size: 20px;
			font-size: 2rem;
		}

	h1 {
		font-size: 56px;
		font-size: 5.6rem;
	}

	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.section-title h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	#sectores .slide-caption {
		right: 20%;
		left: 20%;
	}

}



/* -------------------------------- 

Resoluciones superiores a 1720px 

-------------------------------- */

@media (min-width: 1720px) {

}



/* -------------------------------- 

iPad 1 & 2

-------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {

}

/* iPad vertical */
@media (max-width: 768px) {
    
}

/* Mobile - Desactivamos las particularidades para iPad vertical */
@media (max-width: 736px) {
  
}
