@font-face {
  font-family: FreightSansBoldSC;
  src: url("../fonts/FreightSansBoldSC.otf");
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  background-color: #313131;
}

.rd-mobilepanel .rd-mobilepanel_title {
  top: 0;
  bottom: 0;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil {
  height: 100%;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil img {
  -o-object-fit: contain;
  object-fit: contain;
}

.rd-mobilemenu_ul {
  background: #313131;
}

#menu {
  display: none;
}

#menu .menu-container {
  position: relative;
  background-color: #3b3b3b;
}

#menu .menu-container .container {
  display: flex;
  align-items: center;
  z-index: 3;
}

#menu .menu-container .container .nav {
  display: flex;
  align-items: center;
}

#menu .menu-container .container .nav li:first-of-type {
  padding-left: 0;
}

#menu .menu-container .container .nav li:first-of-type a {
  padding-left: 0;
}

#menu .menu-container .container .nav li:last-of-type {
  padding-right: 0;
}

#menu .menu-container .container .nav li:last-of-type a {
  padding-right: 0;
}

#menu .menu-container .container .nav li a {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  padding: 0 5px 0 5px;
  letter-spacing: .2px;
  font-weight: 400;
  line-height: 19px;
}

#menu .menu-container .container .nav li a:focus {
  background: transparent;
}

#menu .menu-container .container .nav li a:first-of-type:before {
  transform: translate(-2.5px, 8px);
}

#menu .menu-container .container .nav li a:last-of-type:before {
  transform: translate(2.5px, 8px);
}

#menu .menu-container .container .nav li a:before {
  background: #fe0004;
  width: 37px;
  height: 2px;
  margin: 0 auto;
  transform: translateY(8px);
}

#menu .menu-container .container .nav li a:hover {
  background: unset;
}

.footer-clients .clients-title {
  background-color: #fd0002;
  padding: 15px 0;
}

.footer-clients .clients-title .container {
  display: flex;
  justify-content: space-between;
}

.footer-clients .clients-title .container .clients-arrow {
  border: none;
  background-color: transparent;
}

.footer-clients .clients-title .container .clients-arrow img {
  display: block;
}

.footer-clients .clients-title .container h1 {
  font-family: "Oswald",sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.footer-clients .container .csplide {
  padding: 20px 0;
}

.footer-clients .container .csplide .splide__track .splide__list {
  display: flex;
  justify-content: space-between;
}

.footer-clients .container .csplide .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: center;
}

.footer-clients .container .csplide .splide__track .splide__list .splide__slide img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -o-object-fit: contain;
  object-fit: contain;
}

#footer {
  padding-bottom: 50px;
  background-color: #333;
}

#footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.splide {
  position: relative;
}

.splide .slider-message {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 499px) {
  .splide .slider-message {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.splide .slider-message h1 {
  font-family: "Oleo Script",cursive;
  line-height: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  font-size: 30px;
}

.splide .slider-message .slider-caption {
  background: #e00404;
}

.splide .slider-message .slider-caption p {
  padding: 10px 13px;
  font-family: "Lato",sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.5px;
  color: #fff;
}

.splide .slider-message .slider-caption p span {
  font-weight: 400;
  color: red;
}

.splide .splide-arrows {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
}

.splide .splide-arrows button {
  border: none;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.5);
  font-family: Verdana,Geneva,sans-serif;
}

.splide .splide-arrows button:first-of-type {
  margin-right: 30px;
}

.splide .splide__list {
  height: 250px;
}

.splide .splide__list .splide__slide {
  height: 100%;
}

.splide .splide__list .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.social-bg {
  background-color: #313131;
}

.social-bg .container .logo {
  display: none;
}

.social-bg .container .social-mobile-networks {
  margin-top: 56px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #313131;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 639px) {
  .social-bg .container .social-mobile-networks {
    flex-direction: column;
    display: grid;
  }
}

.social-bg .container .social-mobile-networks .social-network {
  list-style: none;
}

.social-bg .container .social-mobile-networks .social-network:last-of-type {
  display: none;
}

.social-bg .container .social-mobile-networks .social-network a {
  font-family: Arial,sans-serif;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 13.11px;
}

.social-bg .container .social-mobile-networks .social-network a img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.social-bg .container .social-big-networks {
  display: none;
}

.social-bg .container .social-big-networks .social-network:last-of-type {
  margin-left: 15px;
  display: flex;
  margin-right: 0;
}

.social-bg .container .social-big-networks .social-network:nth-of-type(3) {
  margin-right: 0;
}

.social-bg .container .social-big-networks .social-network a {
  color: #333;
  font-family: Arial,sans-serif;
  font-weight: 400;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  letter-spacing: .7px;
  font-size: 13.11px;
}

.social-bg .container .social-big-networks .social-network a:hover {
  color: #333 !important;
}

.social-bg .container .social-big-networks .social-network a:before,
.social-bg .container .social-big-networks .social-network a:hover:before {
  display: none;
}

.social-bg .container .social-big-networks .social-network a img {
  margin-right: 5px;
}

.social-bg .container .social-big-networks .social-network a.social-link:first-of-type {
  margin-right: 10px;
}

.social-bg .container .social-big-networks .social-network a.social-link img {
  margin-right: 0;
}

#datFooter {
  background-color: #fe0004;
  position: fixed;
  width: 100%;
  z-index: 10;
  bottom: 0;
}

#datFooter .redes-list {
  display: flex;
  justify-content: space-around;
}

#datFooter .redes-list .redes-list-item {
  width: 100%;
}

#datFooter .redes-list .redes-list-item a {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a:hover {
  background: #cdb88a;
  transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a img {
  height: 26px;
}

.banner-title {
  position: relative;
}

.banner-title.with-texture {
  background-image: url("../images/textures/banner-texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-title.with-texture2 {
  background-image: url("../images/textures/estrategia-banner-texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-title.with-color {
  background-color: #e00404;
}

.banner-title h1 {
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.decoration {
  background: #fff;
  position: absolute;
}

.decoration.right {
  right: 0;
}

.decoration.t-l {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.decoration.t-l--2 {
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.decoration.b-l {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}

.decoration.b-l--2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}

.decoration.b-r {
  -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

.decoration.b-r--2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.decoration.t-r {
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}

.decoration.t-r--2 {
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

@media (max-width: 767px) {
  .decoration.no-small {
    display: none;
  }

  .contact-information .container .contact-list .contacto-item ul li {
    margin-bottom: 0 !important;
    margin-right: 20px !important;
  }

  .contact-information .container .contact-list .contacto-item ul li:last-of-type {
    margin-right: 0 !important;
  }
}

.decoration.bottom {
  bottom: -1px;
}

.decoration.left {
  left: 0;
}

.decoration.top {
  top: -1px;
}

.decoration.h1 {
  height: 20px;
}

.decoration.h2 {
  height: 30px;
}

.decoration.w1 {
  width: 32.2%;
}

.decoration.w2 {
  width: 18.5%;
}

.decoration.w3 {
  width: 21.5%;
}

.decoration.w4 {
  width: 16.5%;
}

#main {
  position: relative;
}

.index-description {
  padding: 20px 0;
}

.index-description .container .grid .text-space {
  background-image: url("../images/textures/texture-falcon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 10px;
}

.index-description .container .grid .text-space h2 {
  font-size: 18px;
  text-align: center;
  font-family: "FreightSansBoldSC",sans-serif;
  color: #fff;
  position: relative;
}

.index-description .container .grid .text-space h2 .red {
  color: #e00404;
}

.index-description .container .grid .text-space p {
  text-align: center;
  font-family: "Open Sans",sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
}

.index-description .container .grid .text-space p .bold {
  font-weight: 700;
}

.index-description .container .grid .image-space {
  margin-top: 15px;
}

.index-description .container .grid .image-space img {
  width: 100%;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.grid-home {
  padding: 10px 0;
}

.grid-home .container .grid {
  display: flex;
  flex-direction: column;
}

.grid-home .container .grid .item {
  margin: 0 auto 10px auto;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.grid-home .container .grid .item:last-of-type {
  margin-bottom: 0;
}

.grid-home .container .grid .item:after {
  content: "";
  background-image: url("../images/home/home-grid-texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 118px;
  position: absolute;
}

.grid-home .container .grid .item img {
  display: block;
}

.grid-home .container .grid .item span {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: "Montserrat",sans-serif;
}

.quienes-somos {
  margin-top: 10px;
  background-image: url("../images/quienes/bg-quienes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

.quienes-somos .container p {
  font-family: "Open Sans",sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.quienes-somos .container p .bold {
  font-weight: 700;
}

.mision-vision {
  padding: 25px 0;
}

.mision-vision .container .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mision-vision .container .grid .text-space .mision h1,
.mision-vision .container .grid .text-space .vision h1 {
  text-align: center;
  font-family: "FreightSansBoldSC",sans-serif;
  color: #e00404;
  font-size: 18px;
  position: relative;
}

.mision-vision .container .grid .text-space .mision p,
.mision-vision .container .grid .text-space .vision p {
  text-align: center;
  color: #292929;
  font-family: "Open Sans",sans-serif;
  line-height: 18px;
}

.mision-vision .container .grid .text-space .vision {
  margin: 20px 0;
}

.mision-vision .container .grid .image-space figure {
  width: 100%;
  position: relative;
}

.mision-vision .container .grid .image-space figure img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.estrategias {
  padding: 10px 0;
  position: relative;
}

.estrategias .container .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estrategias .container .grid .title h2 {
  font-family: "FreightSansBoldSC",sans-serif;
  font-size: 18px;
  color: #292929;
  line-height: normal;
}

.estrategias .container .grid .text-space {
  margin-top: 10px;
}

.estrategias .container .grid .text-space p {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  text-align: center;
  color: #292929;
  line-height: 20px;
}

.estrategias-list {
  margin-top: 10px;
}

.estrategias-list .title {
  background: #2f35b8;
}

.estrategias-list .title h2 {
  color: #fff;
  font-family: "FreightSansBoldSC",sans-serif;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}

.estrategias-list .estrategias-content {
  padding: 40px 0;
  position: relative;
}

.estrategias-list .estrategias-content:before {
  content: "";
  position: absolute;
  background-image: url("../images/textures/estrategia-texture-2.png");
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.estrategias-list .estrategias-content:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  background-image: url("../images/textures/estategia-texture2.2.png");
  width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: 548px;
}

.estrategias-list .estrategias-content .container .list {
  list-style: none;
}

.estrategias-list .estrategias-content .container .list .list-item {
  margin-bottom: 10px;
}

.estrategias-list .estrategias-content .container .list .list-item:last-of-type {
  margin-bottom: 0;
}

.estrategias-list .estrategias-content .container .list .list-item h3 {
  font-family: "FreightSansBoldSC",sans-serif;
  color: #e00404;
  text-align: center;
  font-size: 16px;
}

.estrategias-list .estrategias-content .container .list .list-item p {
  font-family: "Open Sans",sans-serif;
  color: #292929;
  text-align: center;
  line-height: 20px;
}

.section-contacto .container .banner-title {
  font-family: "FreightSansBoldSC",sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0;
}

.section-contacto .container .banner-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  height: 5px;
  width: 37px;
  background-color: #e00404;
}

.section-contacto .container .form-title {
  text-align: center;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.section-contacto .container .form-title .bold {
  font-weight: 700;
}

.section-contacto .container .frmContacto {
  margin-top: 20px;
}

.section-contacto .container .frmContacto .center-captcha {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.section-contacto .container .frmContacto .text-center {
  margin-top: 20px;
}

.section-contacto .container .frmContacto .text-center .buttons {
  margin-bottom: 10px;
}

.contact-information {
  background-color: #e00404;
  padding: 30px 0;
  position: relative;
}

.contact-information .container .contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-information .container .contact-list .contacto-item {
  margin-bottom: 15px;
}

.contact-information .container .contact-list .contacto-item:last-of-type {
  margin-bottom: 0;
}

.contact-information .container .contact-list .contacto-item h3 {
  font-family: "FreightSansBoldSC",sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.contact-information .container .contact-list .contacto-item hr {
  display: none;
}

.contact-information .container .contact-list .contacto-item .redes {
  flex-direction: row;
  justify-content: flex-start;
}

.contact-information .container .contact-list .contacto-item ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact-information .container .contact-list .contacto-item ul li {
  margin-right: 10px;
  display: flex;
  margin-bottom: 8px;
}

.contact-information .container .contact-list .contacto-item ul li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.contact-information .container .contact-list .contacto-item ul li img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.contact-information .container .contact-list .contacto-item ul li a {
  font-family: Arial,sans-serif;
  color: #fff;
  font-weight: normal;
  text-align: left;
  letter-spacing: .7px;
}

.contact-banner-title {
  background-color: #252525;
  padding: 20px 0;
}

.contact-banner-title .title-text {
  text-align: center;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  justify-content: center;
  padding: 0 15px;
  letter-spacing: .8px;
}

.contact-banner-title .title-text img {
  align-self: flex-start;
  margin-right: 10px;
  transform: translateY(2px);
}

.map {
  height: 400px;
}

.servicios .container h1 {
  line-height: normal;
  padding: 28px 0;
}

.servicios-1 {
  position: relative;
}

.servicios-1 .person-decoration {
  display: none;
}

.servicios-1 .container {
  display: flex;
  flex-direction: column-reverse;
}

.servicios-1 .container .img-person {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.servicios-1 .container .services-list {
  margin-top: 20px;
  list-style: none;
  grid-column: 2/-1;
}

.servicios-1 .container .services-list .services-item {
  display: grid;
  grid-template-columns: 17px auto;
  margin-bottom: 6px;
}

.servicios-1 .container .services-list .services-item:last-of-type {
  margin-bottom: 0;
}

.servicios-1 .container .services-list .services-item .item-text {
  font-family: "Open Sans",sans-serif;
  line-height: 18px;
  text-align: left;
}

.servicios-1 .container .services-list .services-item .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #d10404;
  border-radius: 50%;
  justify-self: center;
  margin-top: 8px;
}

.servicios-2 {
  padding: 40px 0;
  background-image: url("../images/textures/servicio-texture2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.servicios-2 .container .services-list {
  list-style: none;
}

.servicios-2 .container .services-list .services-item {
  display: grid;
  grid-template-columns: 17px auto;
  margin-bottom: 6px;
  grid-auto-rows: auto;
}

.servicios-2 .container .services-list .services-item:last-of-type {
  margin-bottom: 0;
}

.servicios-2 .container .services-list .services-item .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #d10404;
  border-radius: 50%;
  justify-self: center;
  margin-top: 8px;
}

.servicios-2 .container .services-list .services-item .item-text {
  font-family: "Open Sans",sans-serif;
  line-height: 18px;
  text-align: left;
  color: #fff;
}

.testimonios-list {
  padding: 50px 0;
}

.testimonios-list .container .list {
  list-style: none;
}

.testimonios-list .container .list .item {
  margin-bottom: 25px;
}

.testimonios-list .container .list .item:last-of-type {
  margin-bottom: 0;
}

.testimonios-list .container .list .item:last-of-type .testimonio p {
  padding: 25px 15px;
}

.testimonios-list .container .list .item .testimonio {
  background-color: #ebebeb;
  margin-bottom: 10px;
}

.testimonios-list .container .list .item .testimonio p {
  text-align: center;
  color: #616161;
  padding: 15px 15px;
  font-family: "Open Sans",sans-serif;
}

.testimonios-list .container .list .item .person {
  text-align: center;
  background-color: #e00404;
  color: #fff;
  padding: 5px 5px;
  position: relative;
  font-family: "Open Sans",sans-serif;
}

.testimonios-list .container .list .item .person:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  width: 100%;
  height: 12px;
  background-image: url("../images/textures/shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=main.css.map*/