@import 'fontello.css';
*{
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Figtree', sans-serif;
  color: #191b1d;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #191b1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #49479d;
  text-decoration: none;
}
a:focus {
  color: #1b0207;
  text-decoration: none;
}
p {
  color: #191b1d;
  margin: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 18px 24px;
  height: auto;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  border-color: transparent;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EF2D56;
}
.form-select {
  border: 1px solid #e7e7e7;
  position: relative;
}
.form-select:after {
  content: "\e64b";
  font-family: 'themify';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 53px;
}
textarea.form-control{
  min-height: 150px;
}
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.small{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 52px;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 44px;
}
.title h4 {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.title p {
  font-size: 18px;
  margin: 25px 0 0 0;
  font-weight: 400;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img{
  width: 300px;
}
.loader-1 {
	margin-top: 40px;
	height: 50px;
	width: 50px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
0% {
	-webkit-transform: rotate(0deg);
	}
100% {
	-webkit-transform: rotate(220deg);
	}
}
@keyframes loader-1-2 {
0% {
	transform: rotate(0deg);
	}
100% {
	transform: rotate(220deg);
	}
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	border: 3px solid #f79552;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
0% {
	-webkit-transform: rotate(-140deg);
	}
	50% {
	-webkit-transform: rotate(-160deg);
	}
	100% {
	-webkit-transform: rotate(140deg);
	}
}
@keyframes loader-1-3 {
	0% {
	transform: rotate(-140deg);
	}
	50% {
	transform: rotate(-160deg);
	}
	100% {
	transform: rotate(140deg);
	}
}
@-webkit-keyframes loader-1-1 {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	}
	}
	@keyframes loader-1-1 {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topnav.scroll{
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
#topnav .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
#topnav #navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  height: 100%;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #191b1d;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#topnav .navigation-menu > li {
  display: inline-flex;
  align-items: center;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #191b1d;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus,
#topnav .navigation-menu > li.active a {
  background-color: #49479d;
  color: #fff;
}
#topnav .logo {
  display: inline-flex;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
.menu-extras {
  display: none;
}
#video-bg {
  top: -60px;
  left: 0;
  position: fixed;
  z-index: -1;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: relative;
  z-index: 2000;
  display: block;
}
#home-slider .flex-direction-nav > li > a {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  font-size: 15px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li:last-child > a{
  margin-bottom: 0;
}
#home-slider .flex-direction-nav > li > a:hover {
  background-color: #49479d;
  color: #fff;
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;  
  z-index: 200;
  background-color: rgba(0,0,0,0.2);
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h1 {
  font-weight: 700;
  font-size: 64px;
  margin: 0 0 20px 0;  
  display: inline-block;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1;
}
.slide-content p{
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
}
.slide-content strong{
  color: #d4a874;
}
.slide-content .btn-mid{
  margin-top: 50px;
}
.flex-control-nav {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 60px;
  margin: auto;
  text-align: center;
  z-index: 100;
}
.flex-control-nav > li {
  width: auto;
  text-align: center;
  margin: 0 0 15px 0;
  display: block;
}
.flex-control-nav > li:last-child {
  margin-bottom: 0px;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging > li > a.flex-active {
  opacity: 1;
}
.flex-direction-nav {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-slider .flex-direction-nav .flex-nav-prev{
  position: absolute;
  left: 80px;
  bottom: 0;
}
#home-slider .flex-direction-nav .flex-nav-next{
  position: absolute;
  right: 80px;
  bottom: 0;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mr-25 {
  margin-right: 25px!important;
}
.ml-25 {
  margin-left: 25px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.dot{
  color: #49479d;
  display: inline-block;
}
.dot-1{
  color: #f79552;
  display: inline-block;
}
.bg-grey{
  background-color: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  z-index: 10;
}
.cover-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-mid {
  border: none;
  outline: none;
  padding: 18px 35px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  opacity: 1;
  position: relative;
  overflow: hidden;
  background: rgb(247,149,82);
  background: linear-gradient(45deg, rgba(247,149,82,1) 0%, rgba(73,71,157,1) 65%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
	z-index: 5;
  background-color: #49479d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover:after {
  opacity: 1;
}
.btn-mid span {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
  position: relative;
  z-index: 10;
}
#nosotros{
  overflow: visible;
  z-index: 10;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
  position: relative;
  top: -180px;
  margin-bottom: -180px;
}
.about-img{
	position: relative;
	height: 100%;
  border-top: 8px solid #f79552;
}
.about-info{
	padding: 150px 0 80px 40px;
}
.about-info p{
	margin-bottom: 30px;
}
.about-info p:last-child{
	margin-bottom: 0;
}
.about-main{
	font-size: 18px;
}
.pattern{
	position: absolute;
	z-index: 0;
	opacity: 1;
}
.pattern img{
	display: block;
	width: 100%;
}
.pos-1{
	width: 150px;
	left: -25px;
	bottom: 40px;
}
.company-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}
.company-box.first{
  margin-top: 50px;
}
.company-img{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.company-info{
  padding: 60px;
  display: block;
  background-color: #fff;
}
.company-info p{
  margin-bottom: 20px;
}
.company-info p:last-child{
  margin-bottom: 0;
}
.company-logo{
  position: absolute;
  z-index: 15;
  width: 240px;
}
.company-logo img{
  display: block;
  width: 100%;
}
#mision{
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mision .cover-bg{
  background-attachment: fixed;
}
.mission-text{
  position: relative;
  width: 100%;
  max-width: 768px;
  display: block;
  padding: 0 20px;
  z-index: 10;
}
.mission-text .title h2,
.mission-text p{
  color: #fff;
}
.mission-text p{
  font-size: 17px;
}
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
.contact-info{
  padding: 60px;
  background-color: #f9f9f9;
}
.contact-img{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.message-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.message-logo{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.message-logo img{
  width: 240px;
}
.message-container h3{
  color: #014637;
}
.message-container .title{
  width: 100%;
  max-width: 25vw;
}
.message-container .btn-link{
  margin-top: 25px;
}
.message-container .btn-mid{
  margin-top: 30px;
}
.mission-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  margin-top: 80px;
}
.mission-box{
  display: block;
  position: relative;
  padding: 30px;
  background-color: #f9f9f9;
}
.mission-box h3{
  font-weight: 700;
  margin: 0 0 15px 0;
}
.mission-number{
  position: absolute;
  top: -25px;
  right: 25px;
  width: 50px;
  height: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  background: rgb(247,149,82);
  background: linear-gradient(45deg, rgba(247,149,82,1) 0%, rgba(73,71,157,1) 65%);
}
.mission-box ul{
  padding-left: 20px;
}
.company-slider{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.company-slider .slick-list{
  padding: 0;
  height: 100%;
  width: 100%;
}
.company-slider .slick-track{
  height: 100%;
}
footer{
  position: relative;
  z-index: 20;
  padding: 50px 0 0 0;
  background-color: #49479d;
}
.footer-logo{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.footer-logo img{
  height: 60px;
}
.footer-column{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-column a{
  display: inline-flex;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  opacity: 1;
}
.footer-column a:hover{
  opacity: 0.7;
}
.footer-bottom{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #191b1d;
}
.footer-copy{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.footer-copy p{
  color: #fff;
}
.footer-copy p:last-of-type{
  text-align: right;
}
.footer-copy a{
  font-weight: 700;
  color: #fff;
}
.footer-copy a:hover{
  color: #f79552;
}