@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.rubik {
	font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.jost {
	font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.mt-negativo {
	margin-top: -10px;
}
.logo-header {
	max-width: 270px;
	height: auto;
}
.text-azul {
	color: #213a6b;
}
.text-verde {
	color: #49827b !important;
}
.iconoR {
	float: left;
	margin-right: .5em;
	max-width: 25px;
    height: auto;
}
.nav-item .active {
	font-weight: bolder;
	border: thin solid #49827b;
}
.nav-link {
	-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
	border: thin solid #FFF;
}
.nav-link:hover {
	border: thin solid #49827b;
}
.video {
	width: 100%;
	height: auto;
	max-width: 100%;
}
#nosotros {
	background-image: url("../images/fondo_nosotros.jpg");
	background-size: 80% auto;
    background-position: top left;
    padding-top: 10vh;
    background-repeat: no-repeat;
	margin-top: -5vh;
}
.pb-10 {
	padding-bottom: 10vh;
}
.servicio {
	position: relative;
}
.img-servicios img {
	width: 100%;
	height: auto;
}
.text-servicios {
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	font-weight: 100;
	font-family: "Rubik", sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
.justifica {
	text-align: justify;
}
.p-servicios {
	text-align: justify;
}
.iconoS {
	max-width: 70px;
	height: auto;
	display: block;
}
#servicios {
	background-image: url("../images/fondoServicios.jpg");
	background-size: 100% auto;
	background-position: top center;
	background-repeat:  no-repeat;
	padding-top: 33vh;
    margin-top: -22vh;
}
#introN {
	background-image: url("../images/fondoServicios.jpg");
	background-size: 100% auto;
	background-position: top center;
	background-repeat:  no-repeat;
}
.img-full {
	width: 100%;
	height: auto;
}
.cuadroS {
	width: 45%;
	padding: 1em;
	background-color: #FFF;
}
.num-servicios {
	color: #e1e1e1;
	font-size: 2.5em;
	font-weight: lighter;
	padding: 8px 0;
}
.titulo-servicios {
	color: #49827b;
	padding-bottom: 10px;
	font-size: 2em;
	font-weight: bolder;
	padding-top: 1em;
}
.texto-servicios {
	color: #192c51;
	font-size: 1.2em;
}
.slick-list {
      margin: 0 -1em !important;
  }
.slick-track
{
    display: flex !important;
}
.slick-slide {
	margin: 0 1em;
	height: inherit !important;
}
#estrategia {
	background-image: url("../images/fondo-estrategia.jpg");
	background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.tec {
	background-color: rgba(73,130, 123, .2);
	padding: 1em;
	min-height: 7em;
}
.tec-contenido {
	width: 100%;
}
.tec-texto {
	float: left;
}
.iconoT {
	display: block;
    float: left;
    margin-right: 2em;
	max-width: 70px;
    height: auto;
}
hr.verde {
	width: 150px;
	height: 10px;
	background-color: #49827b;
	border: none;
	opacity: 1;
	margin: 0 auto;
}
.pie {
	background-image: url("../images/fondo-footer.jpg");
	background-size: cover;
	background-position: center;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	line-height: 2em;
}
ul.menu a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.icono img {
	max-width: 60px;
	height: auto;
}
.iconoP {
	margin-right: .5em;
	    max-width: 25px;
    height: auto;
}
#sliderV .slick-list, #sliderVM .slick-list {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden !important;
}
.slick-dots {
	bottom: 3% !important;
}
.slick-dots li button:before {
	font-size: 18px !important;
	color: #FFF !important;
}
.slick-prev, .slick-next {
	height: 40px !important;
	width: 20px !important;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.slick-prev {
	background-image: url("../images/arrow_prev.png") !important;
}
.slick-next { 
	background-image: url("../images/arrow_next.png") !important;
}
.desktop {
	display: none !important;
}
#cuadroNI {
	background-image: url("../images/degradadoCuadroNosotros.jpg");
	background-size: contain;
	width: 100%;
    height: auto;
    padding: 1em;
    display: table;
    margin-left: 10em;
    position: relative;
}
.pe-10 {
	padding-left:  10em;
}
#nosotrosProyectos {
	background-image: url("../images/fondoProyectos.jpg");
	background-size: cover;
}
.galeriaP .img-galeria:first-child {
	width: calc(25% - 5px);
}
.galeriaP .img-galeria:nth-child(2){
	width: calc(25% - 5px);
}
.galeriaP .img-galeria:nth-child(3){
	width: calc(25% - 5px);
}
.galeriaP .img-galeria:nth-child(4){
	width: calc(25% - 5px);
}
.img-galeria {
	float: left;
	margin-left: 5px;
}
.img-galeria img {
	width: 100%;
	height: auto;
}
#fraseP {
	bottom: 15%;
	right: 5%;
}
#fraseP2 {
	background-color: rgba(73, 130, 123, 0.6);
    padding: 1em 1em 1em 5em;
    top: 45%;
}
hr.linea-verde {
	border: none;
	border-bottom: 1px solid #49827b;
	opacity: 1;
}
#contact input, #contact textarea {
	background-color: #e3e3e3;
	padding: 10px;
    width: 100%;
    border: none;
    border-radius: 0;
}
#send {
	    background-color: #213a6b !important;
    color: #FFF;
    width: auto !important;
    padding: 10px 30px !important;
    font-size: 1.5em;
}
#mapa, #map {
	min-height: 450px;
}
#head-datos {
	text-align: right;
}
@media only screen AND (max-width: 470px){
	.nav-link {
		padding: 5px 15px;
	}
	.mobile {
		display: none !important;
	}
	#nosotros {
		padding-top: 0vh;
	}
	.desktop {
	display: block !important;
	}
	#cuadroNI  {
		margin-left: 0em !important;
		padding: 0.5em;
	}
	.pe-10 {
		padding-left: 0em;
	}
	#fraseP2 {
		top: 0;
    position: relative !important;
	}
	#logo-head, #head-datos {
		text-align: center !important;
	}
	.tec {
		width: 90% !important;
	}
	.galeriaP .img-galeria {
		width: 100% !important;
    margin-bottom: 1em !important;
	}
	#servicios {
		background-image: none;
		padding-top: 0;
		margin-top: 0;
	}
	.iconoT {
		margin-bottom: 10px;
	}
	#negativeS {
		margin-top: -9vh;
	}
	.p-servicios {
background: linear-gradient(to bottom,  #dde8e7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    margin-top: -1vh;
    padding: 2vh;
	}
}