@import 'fontello.css';
html,
body {
  height: 100%;
}
body {
  font-family: 'DM Sans', sans-serif;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*{
  outline: none !important;
}
::-moz-selection {
  background-color: #1d1d1d;
  color: #fff;
}
::selection {
  background-color: #1d1d1d;
  color: #fff;
}
img {
  max-width: initial;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
}
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: #1d1d1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #7a0921;
  text-decoration: none;
}
a:focus {
  color: #1b0207;
  text-decoration: none;
}
p {
  color: #6d747c;
  margin: 0;
  line-height: 1.6;
}
.icon-list li {
  margin-bottom: 10px;
  list-style-type: none;
}
.icon-list li i {
  margin-right: 5px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group .form-control{
  margin-bottom: 0;
}
.form-control {
  padding: 14px 26px;
  height: auto;
  border-radius: 0;
  background-color: #fff;
  font-size: 15px;
  box-shadow: none;
  border-color: #e9e9e9;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #eee;
  background-color: #f1f1f1;
}
.form-select {
  border: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 15px;
}
.form-select:after {
  content: "\f107";
  font-family: 'fontello';
  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;
}
.form-select .form-control{
  margin-bottom: 0;
}
.form-control::-webkit-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #1d1d1d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
}
.form-control::placeholder {
  color: #1d1d1d;
  opacity: 1;
}
.form-control [disabled]{
  display: none;
}
section {
  padding: 100px 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.bg-grey{
  background-color: #f9f9f9;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 38px;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.title h4 {
  font-size: 24px;
  margin: 0;
}
.title h5{
  color: #999;
  text-transform: uppercase;
}
.title p {
  font-size: 18px;
  margin: 25px 0 0 0;
  font-weight: 400;
}
.title-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  align-items: center;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#mask {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#topnav.scroll{
  background-color: #f09124;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 62px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 24px auto;
  height: 18px;
}
#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: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #EF2D56;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  height: 100%;
  display: inline-flex;
  position: relative;
}
#topnav .navigation-menu > li > a {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 15px;
  -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 {
  opacity: 0.5;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: "\e8f1";
  font-family: "fontello";
  margin-left: 6px;
}
#topnav .navigation-menu > li.has-submenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#topnav.scroll .navigation-menu > li.has-submenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}
#topnav .logo {
  padding: 16px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 50px;
  -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;
}
#topnav #navigation{
  display: block;
  height: 100%;
  position: absolute;
  right: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu .btn-access {
  background-color: #f09124;
  height: 50px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu .btn-access:hover {
  background-color: #005295;
  color: #fff;
}
#topnav .navigation-menu .btn-access a{
  opacity: 1 !important;
}
#topnav.scroll .navigation-menu .btn-access {
  background-color: #005295;
}
#topnav.scroll .navigation-menu .btn-access:hover {
  background-color: #fff;
}
#topnav.scroll .navigation-menu .btn-access:hover a{
  color: #f09124;
}
.home-section #topnav #navigation{
  display: block;
  height: 100%;
  position: absolute;
  right: 540px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-section #topnav.scroll #navigation{
  position: absolute;
  right: 40px;
}
.menu-extras {
  float: right;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
  display: grid;
  grid-template-columns: 1fr 500px;
}
#home-full {
  padding: 0;
  height: 100%;
  border: 0;
}
.home-form{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 10;
}
.home-form form{
  position: relative;
  z-index: 10;
}
.home-form .btn-mid{
  width: 100%;
}
.home-form .form-alert{
  overflow: hidden;
  display: flex;
  height: 0;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 0;
  background-color: #f09124;  
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation: breath 1.5s ease-in-out 0.5s infinite;
  -webkit-animation: breath 1.5s ease-in-out 0.5s infinite;
}
.home-form .form-alert.active{
  height: 50px;
  margin-bottom: 30px;
  border: 2px solid #f09124;
}
.home-form .form-alert p{
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes breath {
  0%   { border-color: #f09124; }
  50% { border-color: #005295; }
  100%   { border-color: #f09124; }
}
@-moz-keyframes breath {
  0%   { border-color: #f09124; }
  50% { border-color: #005295; }
  100%   { border-color: #f09124; }
}
@-o-keyframes breath {
  0%   { border-color: #f09124; }
  50% { border-color: #005295; }
  100%   { border-color: #f09124; }
}
@keyframes breath {
  0%   { border-color: #f09124; }
  50% { border-color: #005295; }
  100%   { border-color: #f09124; }
}
.logo-home{
 position: absolute;
 display: block;
 width: 160px;
 top: 50px;
 left: 50px;
 z-index: 10;
}
.logo-home img{
 width: 100%;
}
.home-app{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  pointer-events: none;
  display: block;
  width: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/bg/app.png);
}
.slider-alarm .slide-content{
  position: relative;
}
#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: inline-flex;
  margin-right: 10px;
}
#home-slider .flex-direction-nav > li:last-child{
 margin-right: 0;
}
#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: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  background-color: #a0272d;
  color: #fff;
}
.scroll-down{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
}
.scroll-down a{
  background-color: #f09124;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 15px;
}
.scroll-down a:hover{
  background-color: #fff;
  color: #333;
}
.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;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 200;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h1 {
 padding: 0 20px;
  max-width: 560px;
  font-weight: 700;
  font-size: 48px;
  margin: 0 auto;
  display: inline;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.slide-content h1:after{
  content: '';
  position: absolute;
  left: -5px;
  top: 5px;
  background-color: #ea4647;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
}
.slide-content p{
 padding: 0 20px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.slide-content strong{
  color: #f09124;
}
.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: 40px;
  right: 40px;
}
.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;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  background-color: rgba(33, 40, 45, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gradient-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 0.4;
  background: rgb(240,145,36);
  background: linear-gradient(45deg, rgba(240,145,36,1) 0%, rgba(150,136,119,1) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cover-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid{
  border: none;
  outline: none;
  padding: 18px 35px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  opacity: 1;
  position: relative;
  border-radius: 8px;
  background-color: #ea4647;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover{
  background-color: #a0272d;
  color: #fff;
}
.btn-mid:hover:after{
  top: 0;
  right: 0;
}
.btn-mid.btn-dark{
  background-color: #005295;
  color: #fff;
}
.btn-mid.btn-dark:after{
  background-color: #f09124;
}
.btn-mid.btn-dark:hover{
  background-color: #f09124;
  color: #fff;
}
.btn-mid.btn-up{
  text-transform: uppercase;
}
.btn-center{
  display: block;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.btn-right{
  display: block;
  width: 100%;
  margin-top: 50px;
  text-align: right;
}
.featured-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg/servicios.png);
}
.featured-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}
.featured-box{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-box:hover:after{
  bottom: 0;
  right: 0;
}
.featured-box:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.featured-box:hover .cover-bg{
  transform: rotate(3deg) scale(1.1);
  -webkit-transform: rotate(3deg) scale(1.1);
}
.featured-top{
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
.featured-top h3{
  background-color: #f09124;
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-box:hover .featured-top h3{
  background-color: transparent;
}
.featured-top img{
  position: relative;
  z-index: 15;
  height: 60px;
  margin-top: 15px;
}
.featured-info{
  padding: 30px;
}
.featured-box .btn-mid{
  position: relative;
  z-index: 20;
  margin-top: 30px;
}
.featured-arrow{
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f09124;
  color: #fff;
  opacity: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-box:hover .featured-arrow{
  opacity: 1;
  right: 0;
}
#testimonial{
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonial .cover-bg{
  background-attachment: fixed;
}
#testimonial .container {
  text-align: center;
}
#testimonial h3{
  margin: 0 auto;
  position: relative;
  display: inline-block;
  z-index: 15;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  background-color: #f09124;
}
.testimonial-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.testimonial-container .testimonial-box{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
.testimonial-box p{
  font-family: 'DM Serif Text', serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.testimonial-container .flickity-slider{
  transform: initial !important;
  left: initial !important;
}
.testimonial-container .clients-cell{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  left: initial !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.testimonial-container .clients-cell.is-selected{
  opacity: 1;
}
.carousel {
  position: relative;
  z-index: 100;
}
.testimonial-container .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 400px !important;
  z-index: 100;
}
.quote{
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #005295;
  color: #fff;
}
.quote:first-of-type{
  position: absolute;
  left: 0;
  top: -70px;
}
.quote:last-of-type{
  position: absolute;
  right: 0;
  bottom: -70px;
}
.quote-title{
  display: inline-flex;
  margin-top: 30px;
  padding: 12px 25px;
  background-color: #f09124;
  color: #fff;
  font-weight: 600;
}
.news-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}
.news-img{
  position: relative;
  overflow: hidden;
  height: 300px;
}
.news-info{
  padding-top: 20px;
  text-align: center;
}
.news-info p {
  overflow: hidden;
  height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
.news-info h4{
  margin: 0;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-date{
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
}
.news-date i{
  color: #f09124;
  margin-right: 5px;
}
.news-box:hover .cover-bg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-box:hover .news-info h4{
  color: #f09124;
}
.clients-grid{
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 60px;
  margin-right: -15px;
  margin-left: -15px;
}
.clients-box{
  width: calc(100% / 4 - 30px);
  margin: 15px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.clients-box img{
  width: auto;
  max-height: 50px;
  max-width: 100%;
}
#top{
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.top-title{
  text-align: center;
  z-index: 15;
  position: relative;
}
.top-title h5{
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
}
.top-title h1{
  width: 100%;
  max-width: 560px;
  font-weight: 700;
  font-size: 48px;
  margin: 0 auto;
  color: #fff;
  display: inline-flex;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.top-title h1:after{
  content: '';
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #f09124;
  width: 15px;
  height: 15px;
  display: block;
}
#us{
  z-index: 20;
  background-image: url(../images/bg/empresa.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#us .about-container{
  margin-top: -200px;
}
.main-text{
  background-color: #005295;
  padding: 50px;
}
.main-text p{
  font-family: 'DM Serif Text', serif;
  font-size: 24px;
  font-style: italic;
  color: #fff;
}
.about-text{
  padding: 50px;
  margin-top: 50px;
}
.year-row{
  display: grid;
  grid-template-columns: 100px 400px 1fr;
  grid-gap: 30px;
  margin-top: 30px;
}
.year-box-1{
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  background-color: #f09124;
}
.year-box-1 p{
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.year-box-2{
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #fff;
}
.year-box-2 h3{
  font-weight: 600;
  margin: 0;
  color: #005295;
}
.year-box-3{
  padding: 40px;
  background-color: #fff;
}
.year-box-3 p{
  color: #1d1d1d;
}
.about-slider {
  margin: 80px 0;
}
.about-slider .carousel-cell {
  width: 33%;
  height: 500px;
  margin-right: 10px;
  counter-increment: carousel-cell;
  overflow: hidden;
}
.about-slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#services{
  z-index: 20;
  background-image: url(../images/bg/servicios.png);
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#services .container{
  max-width: 960px;
  margin: 0 auto;
}
.services-grid {
  position: relative;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.services-img {
  position: relative;
  height: auto;
  overflow: hidden;
}
.services-text{
  position: relative;
}
.services-info {
  padding: 170px 0px 40px 40px;
}
.services-title {
  z-index: 0;
  position: absolute;
  left: -90px;
  top: 60px;
  padding: 15px 35px;
  background-color: #f09124;
  display: inline-block;
}
.services-title h3{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: inline-block;
}
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 50px;
  width: 100%;
}
.form-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form-2 .form-group{
  margin-bottom: 0;
}
.form-2 .form-full{
  grid-column: 2 span;
}
textarea.form-control{
  height: 150px;
}
#contact{
  padding-top: 60px;
}
.contact-row h4 {
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #005295;
}
.contact-row i{
  margin-top: 10px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: #f09124;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact-row{
  margin-bottom: 30px;
}
.contact-row:last-child{
  margin-bottom: 0;
}
.contact-row p{
  color: #1d1d1d;
  font-size: 15px;
  margin-bottom: 5px;
}
.contact-row p:last-child{
  margin-bottom: 0;
}
.contact-row a:hover{
  color: #f09124;
}
.contact-social a{
  opacity: 1;
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 100%;  
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.contact-social a:hover{
  opacity: 0.7;
}
.contact-iso{
 text-align: left;
 margin-bottom: 30px;
}
.contact-iso img{
 width: 80px;
}
.alarm-grid{
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 80px
}
.alarm-list{
  display: block;
  margin: 60px 0 100px 0;
}
.alarm-img{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.alarm-row{
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;;
}
.alarm-text h3{
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.alarm-number{
  width: 60px;
  height: 60px;
  background-color: #005295;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.alarm-options{
  margin: 60px 0 80px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.alarm-box{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.alarm-icon{
  background-color: #fff;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.alarm-icon img{
  width: 100%;
  padding: 10px;
}
.alarm-box h4{
  margin: 0;
  text-align: center;
  font-weight: 600;
}
#alarm{
  z-index: 20;
  background-image: url(../images/bg/alarma.png);
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.kit-img{
  display: block;
  margin-top: 60px;
  text-align: center;
}
.kit-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 100px;
}
.kit-box{
  background-color: #f9f9f9;
  padding: 60px 40px 40px 40px;
  position: relative;
}
.kit-title{
  padding: 15px 35px;
  background-color: #f09124;
  position: absolute;
  top: -30px;
}
.kit-box:first-of-type .kit-title{
  left: 40px;
}
.kit-box:last-of-type .kit-title{
  right: 40px;
}
.kit-title h4{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.banner{
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .title{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.banner h3{
  color: #fff;
}
.banner .cover-bg{
  background-attachment: fixed;
}
.full-half{
  padding: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.half-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f9f9f9;
  border-right: 1px solid #e7e7e7;
}
.access-form{
  position: relative;
  z-index: 20;
  text-align: center;
  padding: 0 20px;
}
.access-form h2{
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 30px;
}
.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: 160px;
}
.message-container h3{
 color: #ea4647;
}