:root{
	--color-primario:#00998e;
	--color-secundario:#004f47;
}
html {
  scroll-behavior: smooth;
} 
body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:#555555;
}
main,section,article,footer{
	display:block;
	width:100%;
	float:left;
}
.contenedor{
	display:block;
	margin:0 auto;
	width:90%;
	overflow: auto;
}
.contenedor-80{
	display:block;
	margin:0 auto;
	width:80%;
}
.max-700{
	display:block;
	margin:0 auto;
	width:80%;
	max-width: 700px;
}
.contenedor-1600{
	display:block;
	margin:0 auto;
	width:90%;
	max-width:1600px;
}
.centrar{
	text-align: center;
}
.ciruclo-img{
	display: block;
	width:60px;
	height: 60px;
	margin:10px auto 0 auto;
	border-radius: 150px;
	background:#fff;
}
.ciruclo-img img{
	display: block;
	width: 60%;
	margin:0 auto;
	padding-top:10px; 
}
.descripcion-mostrar{
    opacity: 0;
	visibility: hidden;
	display: none;
	transition:0.3s;
}
#overlay .flex-33:hover .descripcion-mostrar{
	opacity: 1;
	visibility: visible;
	display: block;
}
.row{
	display:block;
	width:100%;
	float:left;
}
.relative{
	position: relative;
}
.full-width{
	width:100%;
	display:block;
}
.vertical-center{
    align-items: center;
}
.flex-container{
	display:flex;
	width:100%;
	flex-flow: row wrap;
}
.flex-10{
	flex:0 0 10%;
}
.flex-15{
	flex:0 0 15%;
}
.flex-16{
	flex:0 0 16.6666%;
}
.flex-20{
	flex:0 0 20%;
}
.flex-25{
	flex:0 0 25%;
}
.flex-30{
	flex:0 0 30%;
}
.flex-33{
	flex:0 0 33.33%;
}
.flex-14{
	flex: 0 0 12.5%;
	margin: 10px 0;
}
.flex-40{
	flex:0 0 40%;
}
.flex-50{
	flex:0 0 50%;
}
.flex-60{
	flex:0 0 60%;
}
.flex-70{
	flex:0 0 70%;
}
.flex-80{
	flex:0 0 80%;
}
.flex-85{
	flex:0 0 85%;
}
.display-flex{
	display:flex;
	flex:0 0 100%;
}
.m-t-16{
	margin-top:16px;
}
.p-b-10{
	padding-bottom:10px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-200{
	padding-top:200px;
}
.p-t-10{
	padding-top:10px;
}
.p-t-70{
	padding-top:70px;
}
.p-t-30{
	padding-top:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.m-r-10{
	margin-right: 10px;
}
.col-10{
	display:inline-block;
	width:10%;
	float:left;
}
.col-20{
	display:inline-block;
	width: 20%;
	float:left;
}
.col-25{
	display:inline-block;
	width: 25%;
	float:left;
}
.col-30{
	display:inline-block;
	width: 30%;
	float:left;
}
.col-33{
	display:inline-block;
	width: 33.3333%;
	float:left;
}
.col-40{
	display:inline-block;
	width: 40%;
	float:left;
}
.col-50{
	display:inline-block;
	width:50%;
	float:left;
}
.col-60{
	display:inline-block;
	width:60%;
	float:left;
}
.col-70{
	display:inline-block;
	width:70%;
	float:left;
}
.col-80{
	display:inline-block;
	width:80%;
	float:left;
}
.col-90{
	display:inline-block;
	width:90%;
	float:left;
}

header{
	background:url(../img/header.jpg?v=2) center center no-repeat;
	background-size:cover;
	height:100vh;
	border-bottom: 10px solid #e5d3be;
}
#nav{
	background:transparent;
	position: fixed;
	z-index: 99;
	width: 100%;
	transition: 0.3s;
	top:32px;
}
.whatsapp{
    position:fixed;
    z-index:9;
    bottom:15px;
    right:20px;
    width:80px;
    height:80px;
}
.whatsapp img{
    display:block;
    width:100%;
}
.boton-top{
	background: rgb(229,211,190);
	background: -moz-linear-gradient(90deg, rgba(229,211,190,1) 0%, rgba(201,166,135,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(229,211,190,1) 0%, rgba(201,166,135,1) 100%);
	background: linear-gradient(90deg, rgba(229,211,190,1) 0%, rgba(201,166,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5d3be",endColorstr="#c9a687",GradientType=1); 
	display: inline-block;
	padding:8px 32px !important;
	border-radius: 8px;
	color:#000000 !important;
	transition: 0.3s;
	text-decoration: none;
}
.boton-top:hover{
	background: rgb(229,211,190);
	background: -moz-linear-gradient(-90deg, rgba(229,211,190,1) 0%, rgba(201,166,135,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(229,211,190,1) 0%, rgba(201,166,135,1) 100%);
	background: linear-gradient(-90deg, rgba(229,211,190,1) 0%, rgba(201,166,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9a687",endColorstr="#e5d3be",GradientType=1); 
}
.logo{
	display: block;
	width: 200px;
}
#nav ul{
	float:right;
	width: auto;
	margin:0;
}
#nav ul li{
	list-style: none;
	margin:0 16px;
	padding:8px 16px;
}
#nav ul li a{
	color:#fff;
	text-decoration: none;
	display:block;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	padding:0 6px;
	text-transform: uppercase;
	transition: color .3s cubic-bezier(0.11, 0.7, 0, 1);
}
.link4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transform: scale(0);
  transition: transform .3s cubic-bezier(0.11, 0.7, 0, 1);
}

.link4:hover:after {
  transform: scale(1);
}


header .cta{
	display:inline-block;
	margin:0 auto;
	background:var(--color-primario);
	color:#fff;
	padding:16px 64px;
	font-size: 30px;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s;
}
header .cta:hover, #ayudamos .cta:hover{
	 background: rgb(12,210,196);
background: -moz-linear-gradient(180deg, rgba(12,210,196,1) 0%, rgba(10,92,86,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(12,210,196,1) 0%, rgba(10,92,86,1) 100%);
background: linear-gradient(180deg, rgba(12,210,196,1) 0%, rgba(10,92,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0cd2c4",endColorstr="#0a5c56",GradientType=1); 
}
header h1{
	color:#fff;
	font-size:80px;
	margin:0;
}
header h2{
	font-size:45px;
	font-weight: lighter;
	color:#fff;
	margin:15px 0;
}
header h3{
	font-size: 30px;
	font-weight: bold;
	margin:15px 0 30px 0;
	color:#fff;
}
#nosotros{
	background:url(../img/back-nosotros.jpg) center center no-repeat;
	background-size:cover;
	padding:100px 0 250px 0;
}
#nosotros h2, #desarrollos h2{
	color:#fff;
	font-size:50px;
	text-align: center;
	display: block;
	margin:0 auto;
	width: 80%;
	max-width: 700px;
}
#nosotros h3{
	font-size:25px;
	color:#fff;
	text-align: center;
	font-weight: lighter;
}
#nosotros .cta{
	background:#fff;
	padding:16px 64px;
	font-size:18px;
	margin-top:16px;
	border-radius: 8px;
	text-decoration: none;
	color:var(--color-secundario);
	font-weight: bold;
}
#ayudamos{
	background:url(../img/back-ayudamos.jpg) center center no-repeat;
	background-size:cover;
	padding:300px 0 150px 0;
	position: relative;
}
.cajas3{
	position: absolute;
	top:-150px;
	width: 100%;
	color:#fff;
	text-align: center;
}
.box-verde{
	background:url(../img/back-col-verde.jpg) center center no-repeat;
	background-size:cover;
	display: block;
	width: 80%;
	height: auto;
	overflow: auto;
	padding:32px 0;
	border-radius: 18px;
	margin:0 auto;
	transition: 0.3s;
}
.box-verde:hover{
	transform:scale(1.1);
}
.cajas3 .icon{
	width:100px;
	height:100px;
	border-radius: 100%;
	background: #fff;
	margin:0 auto;
	line-height: 100%;
	color:#000;
}
.cajas3 h3{
	font-size:35px;
	text-align: center;
	color:#fff;
}
.box-amarilla{
	background:url(../img/back-col.jpg) center center no-repeat;
	background-size:cover;
	display: block;
	width: 80%;
	margin:0 auto;
	height: auto;
	overflow: auto;
	padding:32px 0;
	border-radius: 18px;
	transition: 0.3s;
}
.box-amarilla:hover{
	transform:scale(1.1);
}
#ayudamos .max-700 h2{
	font-size:40px;
	color:#fff;
}
#ayudamos .max-700{
	color:#fff;
	line-height: 1.4;
}
#ayudamos .cta{
	background: var(--color-primario);
	padding:16px 64px;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 8px;
	font-size:24px;
	margin:0 auto;
}
#invertir{
	padding:120px 0;
	background:url(../img/back-invertir.jpg) center center no-repeat;
	background-size:cover;
}
#invertir h2{
	font-size:45px;
	color:var(--color-secundario);
}
.icon-invertir{
	display:inline-block;
	width:80px;
	height: 80px;
	background:var(--color-secundario);
	line-height: 80px;
	text-align: center;
	margin-right: 16px;
}
.text-invertir{
	color:var(--color-secundario);
	width: calc(100% - 96px);
}
.text-invertir h3{
	margin:0 0 8px 0;
}
#overlay{
	background:url(../img/back-overlay.jpg?v=1) center center no-repeat;
	background-size:cover;
	height: 80vh;
}
#overlay .flex-33{
	height:250px;
	text-align: center;
	color:#fff;
	position:relative;
	transition: 0.3s;
}
#overlay .flex-33:hover .caja-arriba{
	height:100%;
	background:rgba(0,79,71,0.7);
	opacity:1;
    visibility:visible;
}
#overlay .flex-33:hover h3{
    font-size:45px;
}
#overlay h3{
	display: block;
	width: 100%;
	font-size:35px;
	transition: 0.3s;
}
.personas{
	position: absolute;
	bottom: 0;
	width: 90%;
}
.caja-arriba{
    opacity:0;
    visibility:hidden;
    height:250px;
    overflow:hidden;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(0,0,0,0.7);
    transition:0.3s;
}
#formulario{
	display: block;
	width: 100%;
	background: url(../img/back-formulario.jpg) center center no-repeat;
	background-size:cover;
}
.caja-form{
	margin:80px auto 120px auto;
	display: block;
	width: 80%;
	background: #fff;
	max-width: 500px;
	padding:24px 0;
	border-radius: 16px;
}
form{
	overflow: auto;
}
form .row{
	margin-top:16px;
}
input[type=text],input[type=tel],input[type=email]{
	display: block;
	width: calc(100% - 22px);
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 5px 0;
}
input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus{
	outline: none;
	border: 1px solid #144588;
}
select{
	display: block;
	width: calc(100% - 2px);
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 5px 0;
}
select:focus{
	outline: none;
	border: 1px solid #144588;
}
button{
	background: var(--color-primario);
	color: #ffffff;
	font-size: 20px;
	padding: 12px 0;
	border-radius: 10px;
	border: 0;
	width: 100%;
}
input.error, select.error{
	border: 1px solid #ff0000 !important;
	background: url(../img/error.png) 96% center no-repeat;
}
label.error{
	color: #ff0000;
	font-size: 12px;
}
.valid{
	border: 1px solid #80d10a !important;
	background: url(../img/check.png) 96% center no-repeat;
}
#nav.blanco{
	background:rgba(0,79,71,0.97);
	top:0;
	padding:8px 0;
}
footer{
	padding:80px 0;
	border-bottom: 20px solid var(--color-primario);
	font-size: 16px;
}
.socialm{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: var(--color-secundario);
	color:#fff;
	text-align: center;
	line-height: 35px;
	border-radius: 35px;
	margin:0 8px;
}
.caja-form-uno{
	display:block;
	width:90%;
	margin:0 auto;
	padding:16px 0;
	border-radius: 16px;
	background: #fff;
}
.caja-form-uno .flex-50{
	text-align: left;
}
.derecha{
	text-align: right;
}
footer h4{
	font-size:16px;
	font-weight: lighter;
}
footer h3{
	font-size:16px;
	font-weight: lighter;
}
hr{
	display: block;
	width: 100%;
	height: 1px;
	background:#f0f0f0;
	margin:16px 0;
	border:0;
	
}

@media screen and (max-width:1050px){
	.ocultar{
		display: none;
	}
	#nav ul li{
		margin:0;
	}
}
@media screen and (max-width:950px){
    .caja-galeria .flex-50{
	    flex:0 0 100%;
	}
	header h1{
		font-size:60px;
	}
	.logo{
		width: 80%;
	}
	header h2{
		font-size: 36px;
	}
	#nosotros h2{
		font-size: 35px;
	}
	#nosotros{
		padding: 80px 0;
	}
	#ayudamos{
		padding:80px 0;
	}
	.cajas3{
		position: static;
	}
	#ayudamos .flex-33{
		flex:0 0 100%;
		margin:16px 0;
	}
	.cajas3 h3{
		font-size:25px;
	}
	#invertir .flex-50{
		flex:0 0 100%;
	}
	#overlay .flex-33{
		height: 26.66vh !important;
		flex: 0 0 100%;
	}
	#overlay h3{
		font-size:30px;
	}
	#formulario .col-40, #formulario .col-60{
		width:100%;
		text-align: center;
	}
	.personas{
		position: static;
		width: 80%;
		margin:0 auto;
		display: block;
	}
	.flex-33{
	    flex:0 0 100%;
	}
}
@media screen and (max-width:700px){
	header .cta{
		font-size: 18px;
	}
	#formulario h2{
		font-size:20px;
	}
	#invertir{
		background: url(../img/back-invertir.jpg) center center no-repeat;
		background-size:cover;
	}
	footer .flex-50{
		flex:0 0 100%;
		text-align: left !important;
		margin-bottom: 20px;
	}
	header h1{
		font-size:27px;
	}
	header h3{
		font-size:20px;
	}
	#nosotros h2{
		font-size:27px;
	}
	#nosotros .cta{
		display: block;
	}
	header h2{
		font-size: 25px;
	}
	#ayudamos .max-700 h2{
		font-size:30px;
	}
	#invertir h2{
		font-size:35px;
	}
	.caja-form-uno .flex-50{
		flex:0 0 100%;
	}
}
.typing-demo {
  animation: typing 2s steps(18), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  display: inline-block;
  text-align: center;
  width: 18ch;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

span.typed-text {
  font-weight: bold;
  color: #ffffff;
  
}
span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
span.cursor.typing {
  animation: none;
}
@media screen and (max-width:650px){
    header h1{
		font-size:22px;
	}
	header .cta{
	    font-size:14px;
	}
	#overlay .flex-33{
	    display:none;
	}
	#overlay .flex-33:first-of-type{
	    height:100% !important;
	    display:block;
	}
	#overlay .flex-33:hover h3{
	    font-size:30px;
	}
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-pagination-bullet-active{
        background:#00998e !important;
    }
    .back-slide{
        display:block;
        width:100%;
        height:550px;
        background-size:100% auto;
        background-repeat:no-repeat;
        background-position:center center;
        background-color:#000;
    }
.video{
    position:relative;
    overflow:hidden;
}
.video video{
    position:absolute;
    z-index:1;
    height:100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto auto auto -50%;
    min-height: 50%;
    min-width: 50%;
}
.tarjeta-desarrollo{
    position:absolute;
    z-index:2;
    top:0;
}
.modal{
    z-index:10 !important;
    padding:0 !important;
}
.modal a.close-modal{
    z-index:10;
}
.blocker{
    z-index:100 !important;
}
.caja-galeria{
    max-width:800px;
    width:90%;
    margin: 32px auto 0 auto;
}
.imagen-grande-grid{
    position:relative;
    background-size:cover;
    background-position:center center;
    height:750px;
    overflow:hidden;
}
.caja-texto{
    position:absolute;
    z-index:4;
    width:100%;
    padding:24px 0;
    text-align:center;
    color:#fff;
    left:0;
    bottom:0;
    transition:0.3s;
}
.imga-grid-effect{
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    background-size:cover;
    transition:0.3s;
}
.imagen-grande-grid:hover .caja-texto, .imagen-chica-grid:hover .caja-texto{
    bottom:20px;
}
.caja-overlay{
    position:absolute;
    z-index:2;
    bottom:0;
    width:100%;
    height:150px;
    background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 95%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}
.imagen-chica-grid{
    position:relative;
    background-size:cover;
    background-position:center center;
    height:370px;
    overflow:hidden;
}
.a-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:4;
}










