:root{
	--bg-blue:#f5fbfe;
	--color-blue:#41b5e5;
	--color-blue-dark:#0b4162;
	--color-text: #2f4f4f;
	--color-text-alt:#A9A9A9;
}
body{
	margin:0;
	padding:0;
	line-height: 1.5;
	color:#333;
	font-family: "Montserrat", sans-serif;
}
main,section,article,footer{
	display:block;
	width:100%;
	float:left;
}
.contenedor-1200{
	display:block;
	margin:0 auto;
	width:90%;
	max-width: 1200px;
}
.contenedor-1600{
	display:block;
	margin:0 auto;
	width:90%;
	max-width: 1600px;
}
.contenedor-500{
	display:block;
	margin:0 auto;
	width:90%;
	max-width: 500px;
	text-align: center;
}
.contenedor-80{
	display:block;
	margin:0 auto;
	width:80%;
}
.contenedor-90{
	display:block;
	margin:0 auto;
	width:95%;
}
.centrar{
	text-align: center;
}
.derecha{
	text-align: right;
}
.row{
	display:block;
	width:100%;
	float:left;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
	top:10px;
}
.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-40{
	flex:0 0 40%;
}
.flex-50{
	flex:0 0 50%;
}
.flex-60{
	flex:0 0 60%;
}
.flex-70{
	flex:0 0 70%;
}
.flex-75{
	flex:0 0 75%;
}
.flex-80{
	flex:0 0 80%;
}
.flex-85{
	flex:0 0 85%;
}
.display-flex{
	display:flex;
	flex:0 0 100%;
}
.p-12{
	font-size:12px;
	line-height: 18px;
}
.p-13{
	font-size:13px;
	line-height: 19px;
}
.romper{
	word-break: break-all;
}
.cta:hover i{
	color:#8dba1a;
}
.p-14{
	font-size:14px;
	line-height:20px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-200{
	padding-bottom:200px;
}
.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-10{
	padding-top:10px;
}
.p-t-30{
	padding-top:30px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.m-r-10{
	margin-right: 10px;
}
.m-b-32{
	margin-bottom: 32px;
}
.m-b-64{
	margin-bottom: 64px;
}
.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;
}
nav{
	width: 100%;
	display: block;
	padding: 8px 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.items-menu-dots{
	display: inline-block;
	margin:0;
	padding: 0;
}
.logo{
	display: block;
	width: 120px;
}
.logo img{
	display: block;
	width: 100%;
	border: 0;
	outline: none;
}
.menu-top{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.items-menu-dots li{
	list-style: none;
	display: inline-block;
}
.items-menu-dots  .flex-container img{
	margin-right: 4px;
}
.items-menu-dots li a{
	padding: 6px 14px;
	text-decoration: none;
	color:#5e5e5d;
}
.cta-call{
	display: inline-block;
	padding: 8px 14px;
	border-radius: 24px;
	background: #000000;
	color:#fff;
	text-decoration: none;
}
.cta-call .gleen-circle{
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background:#00ff00;
	margin:0 8px 0 0;
}
.cta-call .arrow-cta{
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 0 0 16px;
}
header h1{
	font-size: 45px;
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
}
.box-header{
	padding: 150px 0;
	text-align: center;
}
#logos{
	padding: 40px 0;
}
#logos h3{
	font-size: 28px;
	font-weight: 500;
}
#chart{
	background:var(--bg-blue);
	padding: 50px 0;
}
#chart h2{
    font-size:45px;
    color:#666666;
    font-weight: 400;
}
#chart h2 strong{
    font-size:45px;
    color:#222222;
}
#principios{
	padding: 50px 0;
}
#principios h2{
	margin:0;
}
#principios .flex-33{
	margin-bottom:24px;
}
.title-bullet{
	margin: 0;
}
.title-bullet img{
	width: 24px;
	margin:0 4px 0 0;
}
.box-shadow{
	border-bottom-left-radius: 16px;
	border-left:3px solid #dff3fb;
	padding: 16px 8px;
	border-bottom:3px solid #dff3fb;
	display: block;
	width: calc(100% - 6px);
}
#soluciones{
	background: var(--bg-blue);
	padding: 50px 0;
}
#soluciones h2{
	font-weight: 500;
	text-align: center;
	margin:0 0 24px 0;
}
#soluciones h2 strong{
	color:#41b6e6;
}
.caja-soluciones{
	width: calc(90% - 18px);
	border:1px solid #41b5e5;
	border-radius: 8px;
	background:#fff;
	padding: 8px;
	position: relative;
	transition: 0.3s;
	margin:0 auto;
}
.logo-soluciones{
	width: 100%;
}
.logo-soluciones img{
	height: 50px;
}
.text-soluciones{
	padding: 24px 0 60px;
}
.cta-absoluto{
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.plus{
	position: absolute;
	z-index: 1;
	bottom: 8px;
	right: 16px;
	width: 42px;
	transition: 0.3s;
}
.plus img{
	display: block;
	margin:0;
}
.caja-soluciones:hover .plus{
	transform: rotate(180deg);
}
#contacto{
	padding: 50px 0;
}
#contacto h2{
	text-align: center;
	margin:0 0 16px 0;
	font-weight: 500;
}
#contacto h2 strong{
	color:#60bfe8;
}
input{
	background: #e3f4fb;
	display: block;
	margin:4px 0 24px 0;
	border:0;
	width: 80%;
	font-size: 16px;
	padding: 6px 12px;
}
textarea{
	display:block;
	background: #e3f4fb;
	width: 80%;
	border:0;
	padding: 6px 12px;
	border-radius:5px;
	transition: 0.3s;
	height: 80px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:11px;
	line-height: 18px;
}
input:focus, textarea:focus{
	outline: none;
}
.datos-contacto{
	margin-bottom: 24px;
}
.icon-contacto{
	width: 50px;
}
.text-contacto{
	width: calc(100% - 70px);
}
button{
	background:#39b6e5;
	padding: 8px 32px;
	font-size: 24px;
	margin:16px auto 0 auto;
	border:0;
	display: block;
	border: 16px;
	cursor: pointer;
	color:#fff;
}
footer{
	background:#083b5b;
	padding: 16px 0;
	text-align: center;
	color:#fff;
	width: 100%;
}
.mob-menu{
	display: none;
	height:65px;
	width:80px;
	position: absolute;
	right: 2.5%;
	top:0px;
}

.button_container {
  position: absolute;
  top: 17px;
  right: 25%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: var(--color-blue);
  border: none;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: var(--color-blue);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open .row {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 100px 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  min-height: 80px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  text-align: center;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size:30px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 30%;
  background:var(--color-blue);
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.sticky-chart{
	display: none;
}
@media screen and (max-width:850px){
	.flex-50{
		flex:0 0 100%;
	}
	nav{
		padding: 16px 0;
	}
	.manu-primario .items-menu{
		display: none;
	}
	.mob-menu{
		display: block;
	}
	input{
		width: calc(100% - 32px);
	}
	textarea{
		width: calc(100% - 32px);
	}
	#soluciones .flex-33{
		margin-bottom: 24px;
	}
	.box-header{
		padding: 40px 0;
	}
	header h1{
		font-size: 40px;
	}
	.chart-hid{
		display: none;
	}
	.sticky-chart{
		position: relative;
		display: block;
		float: left;
	}
	.col-pin{
		position: sticky;
		top:16px;
		display: inline-block;
		width: 80px;
	}
	.bullets-sticky{
		width: calc(100% - 90px);
		float: right;
	}
	.bullets-sticky h4{
		margin:0 0 16px 0;
		color:#083b5b;
	}
	#contacto .col-80{
		width: 100%;
	}
	.col-pin img{
		width: 80%;
		display: block;
	}
	#chart h2, #chart h2 strong{
	    font-size:30px;
	}
}
@media screen and (max-width:650px){
	.flex-33{
		flex:0 0 100%;
	}
	header h1{
		font-size: 40px;
	}
	#galeria h2, #galeria h1{
		font-size: 28px;
		line-height: 1;
	}
	.caja-numero{
		width: 100%;
		margin:0 0 24px 0;
	}
	.accordion{
		display: none;
	}
	.caja-redondeada{
		width: calc(80% - 100px);
	}
	header h2{
		font-size:30px;
	}
	header{
		padding: 20px 0;
	}
}
