/*	APPS
	------------------------------------------ */
/*  Fonts
    ------------------------------------------ */
/*  Color
    ------------------------------------------ */
/*  break
    ------------------------------------------ */
/*  General
    ------------------------------------------ */
* {
  font-family: "Quicksand", sans-serif; }

body.b-navigation {
  position: fixed;
  overflow: hidden; }

/*  Titles
    ------------------------------------------ */
h1, h2, h3 {
  font-weight: 400;
  position: relative; }
  h1.line-left:before, h2.line-left:before, h3.line-left:before {
    background: #ff214f;
    content: "";
    position: absolute;
    top: 15px;
    left: -80px;
    height: 2px;
    width: 60px; }

h1 {
  font-size: 26px;
  font-weight: 600;
  color: #36424d;
  margin-bottom: 30px; }

h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ff214f; }

/*  Text
    ------------------------------------------ */
p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #828282;
  line-height: 20px;
  margin-bottom: 10px; }
  p.big-font {
    font-size: 15px;
    color: dimgray;
    line-height: 24px; }

a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  a:hover, a:focus {
    text-decoration: none; }

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*  Images
    ------------------------------------------ */
img {
  width: 100%; }

/*  Grid
    ------------------------------------------ */
.container {
  max-width: 1440px;
  width: 100%; }

/*  Background
    ------------------------------------------ */
.bg-grey {
  background-image: linear-gradient(#f8f8f9, #f8f8f9), linear-gradient(to right, #ffffff80, #f8f8f980); }

.bg-violet {
  background: #36424d; }

.bg-black {
  background: #1c1c1c; }

.bg-fuscia {
  background: #ff214f; }

/*  Header site
    ------------------------------------------ */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 50px 0;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .site-header {
      background: #161b20;
      height: 70px;
      padding: 20px 0; }
      .site-header .logo-groove {
        width: 100px; } }
  .site-header .logo-groove {
    width: 120px; }
  .site-header.fixed {
    background: #161b20;
    padding: 20px 0; }
    .site-header.fixed .logo-groove {
      width: 100px; }

/*  Social
    ------------------------------------------ */
.social {
  display: flex;
  align-items: center;
  z-index: 4; }
  .social p {
    color: #ff214f;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-right: 20px;
    transform: rotate(90deg); }
    .social p:before {
      background: #36424d;
      content: "";
      position: absolute;
      top: 8px;
      right: 0;
      height: 2px;
      width: 15px; }
  .social .group {
    display: flex; }
    .social .group .item a {
      background: #ff214f;
      display: block;
      margin: 5px;
      height: 20px;
      width: 20px;
      text-indent: -99999px; }
      .social .group .item a:hover, .social .group .item a:focus {
        opacity: 0.75; }
      .social .group .item a.fb {
        mask: url(../assets/social/ico-fb.svg) no-repeat 50% 50%;
        -webkit-mask: url(../assets/social/ico-fb.svg) no-repeat 50% 50%; }
      .social .group .item a.tw {
        mask: url(../assets/social/ico-tw.svg) no-repeat 50% 50%;
        -webkit-mask: url(../assets/social/ico-tw.svg) no-repeat 50% 50%; }
      .social .group .item a.is {
        mask: url(../assets/social/ico-in.svg) no-repeat 50% 50%;
        -webkit-mask: url(../assets/social/ico-in.svg) no-repeat 50% 50%; }
      .social .group .item a.em {
        mask: url(../assets/social/ico-em.svg) no-repeat 50% 50%;
        -webkit-mask: url(../assets/social/ico-em.svg) no-repeat 50% 50%; }
  .social.social-fixed {
    position: fixed;
    top: 300px;
    right: 0;
    flex-direction: column; }
    .social.social-fixed .group {
      flex-direction: column;
      margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .social.social-fixed {
        display: none; } }

/*  Navigation
    ------------------------------------------ */
.navigation {
  background: #161b20;
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%; }
  .navigation .navigation-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center; }
    .navigation .navigation-wrapper .navigation-menu {
      margin-bottom: 20px; }
      .navigation .navigation-wrapper .navigation-menu .navigation-item {
        margin: 10px 0;
        text-align: center; }
        .navigation .navigation-wrapper .navigation-menu .navigation-item a {
          color: white;
          font-family: "Quicksand", sans-serif;
          font-size: 50px; }
          .navigation .navigation-wrapper .navigation-menu .navigation-item a.active {
            color: #ff214f; }
          .navigation .navigation-wrapper .navigation-menu .navigation-item a:hover, .navigation .navigation-wrapper .navigation-menu .navigation-item a:focus {
            color: #ff214f; }
          @media screen and (max-width: 768px) {
            .navigation .navigation-wrapper .navigation-menu .navigation-item a {
              font-size: 30px; } }

.ico-nav {
  align-items: center;
  display: flex;
  cursor: pointer;
  height: 30px;
  justify-content: flex-end;
  margin: 0 10px;
  padding: 5px 0 5px 10px;
  width: 100px; }
  .ico-nav .ico {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    height: 16px;
    width: 20px; }
    .ico-nav .ico span {
      background: #ff214f;
      display: block;
      opacity: 1;
      transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
      width: 100%; }
      .ico-nav .ico span:nth-child(1) {
        top: 0px;
        transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center; }
      .ico-nav .ico span:nth-child(2) {
        top: 6px;
        transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center; }
      .ico-nav .ico span:nth-child(3) {
        top: 12px;
        transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center; }
  .ico-nav .ico-txt {
    font-size: 13px;
    font-weight: 400;
    color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
  .ico-nav:hover .ico-text, .ico-nav:focus .ico-text {
    color: #ff214f; }
  .ico-nav:hover .ico span, .ico-nav:focus .ico span {
    background: #ff214f; }
  .ico-nav.open span {
    position: relative; }
    .ico-nav.open span:nth-child(1) {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: relative;
      top: 0;
      left: 0; }
    .ico-nav.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .ico-nav.open span:nth-child(3) {
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: relative;
      top: 7px;
      left: 0; }

/*  Section
    ------------------------------------------ */
.section {
  padding: 100px 0; }
  .section .section-header {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .section .section-header {
        margin-bottom: 20px; } }
  .section .section-footer {
    margin-top: 50px;
    text-align: center; }
  .section.small-padding {
    padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 50px 0; }
      .section.small-padding {
        padding: 20px 0; } }

.single .section .section-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px; }
.single .section .section-content img {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .single .section .section-content img {
      margin: 0; } }

/*  Slide
    ------------------------------------------ */
.slide {
  background: #36424d;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .slide {
      margin-top: 70px; } }
  .slide:before {
    content: "";
    background-image: linear-gradient(65deg, rgba(17, 24, 31, 0.9) 0%, rgba(32, 54, 75, 0.9) 83%);
    top: 0;
    bottom: 0;
    opacity: .6;
    position: absolute;
    left: 0;
    right: 0; }
  .slide .slide-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50vh;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .slide .slide-content {
        height: auto; } }
    .slide .slide-content p {
      color: white;
      font-family: "Quicksand", sans-serif;
      font-size: 60px;
      font-weight: 300;
      line-height: 60px;
      margin-bottom: 20px; }
      .slide .slide-content p span {
        color: #ff214f;
        display: block;
        font-size: 25px;
        font-weight: 700;
        line-height: 30px; }
      @media screen and (max-width: 768px) {
        .slide .slide-content p {
          font-size: 30px;
          line-height: 30px; } }

/*  Post article
    ------------------------------------------ */
.box-post .box-post-thumb a {
  display: block;
  position: relative;
  overflow: hidden; }
  .box-post .box-post-thumb a figure {
    margin: 0; }
    .box-post .box-post-thumb a figure img {
      margin: 0 !important;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      z-index: 1; }
  .box-post .box-post-thumb a .box-overlay-figure {
    background: rgba(54, 66, 77, 0.8);
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 20px;
    opacity: 0;
    z-index: 3; }
.box-post .box-post-content {
  text-align: center;
  padding: 20px 60px; }
  .box-post .box-post-content h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .box-post .box-post-content p {
    color: #9c9c9c;
    font-size: 13px !important;
    line-height: 18px !important;
    margin: 0 !important; }
.box-post:hover a figure img, .box-post:focus a figure img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05); }
.box-post:hover a .box-overlay-figure, .box-post:focus a .box-overlay-figure {
  opacity: 1; }

/*  Parallax
    ------------------------------------------ */
.parallax-window {
  min-height: 400px;
  background: transparent; }
  @media screen and (max-width: 768px) {
    .parallax-window {
      min-height: 200px; } }

/*  Carousel
    ------------------------------------------ */
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  padding: 0;
  opacity: 1; }
  .carousel .carousel-control-prev span,
  .carousel .carousel-control-next span {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: transparent;
    border: 2px solid #ff214f;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px; }
    .carousel .carousel-control-prev span i,
    .carousel .carousel-control-next span i {
      background: white;
      display: block;
      mask: url(../assets/app/arrow.svg) no-repeat 50% 50%;
      -webkit-mask: url(../assets/app/arrow.svg) no-repeat 50% 50%;
      height: 15px;
      width: 15px; }
    .carousel .carousel-control-prev span:hover, .carousel .carousel-control-prev span:focus,
    .carousel .carousel-control-next span:hover,
    .carousel .carousel-control-next span:focus {
      background: #de153f; }
.carousel .carousel-control-prev {
  left: -50px; }
  .carousel .carousel-control-prev span i {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); }
.carousel .carousel-control-next {
  right: -50px; }

/*  Comments
    ------------------------------------------ */
.comments .comments-box .comments-content {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
  padding: 30px 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .comments .comments-box .comments-content p {
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .comments .comments-box .comments-content {
      padding: 20px; }
      .comments .comments-box .comments-content p {
        font-size: 13px; } }
.comments .comments-box .comments-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }
  .comments .comments-box .comments-author figure {
    border: 5px solid white;
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .comments .comments-box .comments-author figure img {
      width: 100%; }
  .comments .comments-box .comments-author p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin: 0;
    text-transform: uppercase; }
  .comments .comments-box .comments-author span {
    color: #ff214f;
    font-size: 13px;
    font-weight: 600; }
.comments .carousel-control-prev,
.comments .carousel-control-next {
  height: 160px; }
  .comments .carousel-control-prev span,
  .comments .carousel-control-next span {
    background: #ff214f; }

/*  Services
    ------------------------------------------ */
.services-box {
  padding: 0 40px; }
  @media screen and (max-width: 768px) {
    .services-box {
      margin-bottom: 20px;
      padding: 0; } }

/*  Button
    ------------------------------------------ */
.button {
  background: #ff214f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  width: 150px; }
  .button span {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .button span:after {
      background: white;
      content: "";
      display: inline-block;
      margin-left: 10px;
      mask: url(../assets/app/arrow.svg) no-repeat 50% 50%;
      -webkit-mask: url(../assets/app/arrow.svg) no-repeat 50% 50%;
      height: 15px;
      vertical-align: sub;
      width: 15px; }
  .button:hover, .button:focus {
    background: #ba0027;
    text-decoration: none; }
    .button:hover:after, .button:focus:after {
      background: white; }
  .button.button-border {
    background: transparent;
    border: 2px solid #ff214f; }
    .button.button-border span {
      color: white; }
    .button.button-border:hover, .button.button-border:focus {
      background: #ff214f; }
      .button.button-border:hover:after, .button.button-border:focus:after {
        background: blue; }

/*  List clientes
    ------------------------------------------ */
.list-clientes {
  align-items: center;
  display: flex;
  justify-content: center; }
  .list-clientes div img {
    height: 40px;
    width: auto !important;
    margin: 0 auto !important;
    mix-blend-mode: multiply !important; }
  @media screen and (max-width: 768px) {
    .list-clientes div {
      flex-direction: column; }
      .list-clientes div img {
        margin-bottom: 20px; } }

/*  Owl
    ------------------------------------------ */
.owl-carousel .owl-dots {
  margin-top: 40px !important; }
  .owl-carousel .owl-dots span {
    background: #ff214f !important; }

/*  Fieldset
    ------------------------------------------ */
fieldset legend {
  display: none; }

.box-form {
  margin-bottom: 20px; }
  .box-form label {
    font-size: 13px;
    font-weight: 700; }

input, textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d3d6e5;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  input:hover, input:focus, textarea:hover, textarea:focus {
    border-bottom: 1px solid #ff214f;
    outline: 0px; }

input[type=submit] {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase; }

/*  Footer site
    ------------------------------------------ */
.site-footer {
  padding: 20px 0; }
  .site-footer p {
    font-size: 12px;
    margin: 0; }
    .site-footer p span {
      color: #ff214f;
      font-weight: 600; }
  .site-footer a {
    color: #828282;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline; }
  .site-footer .social {
    justify-content: end; }

/*# sourceMappingURL=app.css.map */
.grecaptcha-badge{
  display: none;
}