@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: 'Asap', sans-serif !important;
}


@font-face {
  font-family: 'Nexa';
  src: url(../fonts/Nexa_Bold.otf);
  font-weight: 600;
}
@font-face {
  font-family: 'Nexa';
  src: url(../fonts/Nexa_Light.otf);
  font-weight: 300;
}
body {
  background: #fff;
  font-family: 'Asap', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0!important;
}
body.modal-open {
  padding-right: 0!important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.col-sm-55 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .col-sm-55 {
    width: 50%;
  }
}
.top-header {
  background: #fff;
  display: none;
}
.top-header ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-header ul.social {
    display: none;
  }
}
.top-header ul li {
  border-right: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .top-header ul li {
    border-right: 0;
  }
}
.top-header ul li:first-child {
  border-left: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .top-header ul li:first-child {
    border-left: 0;
  }
}
.top-header ul li a {
  color: #000;
  font-family: 'Asap';
  font-weight: 300;
  font-size: 0.8em;
  padding: 10px 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-header ul li a {
    padding: 5px;
    font-size: 0.7em;
  }
}
#sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; 
  background: rgba(0, 0, 0, 0.70);
  transition: background 2s ease;
}
#sticky-header.scrolled {
  background: rgba(0, 0, 0, 1);
}
.header {
  padding: 14px 0;
}
.header .full-width {
  width: 100%;
}
.header .logo {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .logo {
    text-align: center;
  }
  #sticky-header  {
    background: rgba(0, 0, 0, 1);
  }
}
.header .logo img {
  display: inline-block;
}
.container-logo .logo img{
  width: 80%;
}
.header .main-mobile {
  display: none;
  float: right;
}
@media screen and (max-width: 767px) {
  .header .main-mobile {
    display: inline-block;
  }
}
.header .main-mobile button {
  background-color: #000;
  border: 0;
  box-shadow: none;
  font-size: 2em;
  margin-top: -5px;
}
.header .main-menu {
  margin-top: 5px;
  display: inline-block;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .header .main-menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .main-menu {
    display: none;
  }
}
.header .main-menu .menu_containerList {
  margin-bottom: 0;
}
.header .main-menu .menu_containerList li {
  padding-left: 9px;
  padding-right: 9px;
}
a.menu-linkNav {
  font-family: 'Asap';
  font-weight: 400;
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
}
a.menu-linkNav.active {
  color: #e2231a;
}
a.menu-linkNav:hover {
  color: #e2231a;
}

@media screen and (max-width: 991px) {
  .header .main-menu .menu_containerList li .menu-linkNav {
    margin: 0;
  }
}
.header .contact-header {
  position: absolute;
  top: 0;
  padding: 5px 50px!important;
  transition: all linear 0.3s;
}
.header .contact-header > a.contact{
  color: #FFF;
  text-align: center;
  font-family: "Nexa";
  font-size: .9em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  border-radius: 100px;
  background: #E31F1B;
  backdrop-filter: blur(6.699999809265137px);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .header .main-menu{
    margin-top: 5px;
  }
  .header .contact-header > a.contact{
    padding: 8px;
  }
  .header .contact-header{
    padding: 3px 20px!important;
  }
  .container-list{
    padding: 0px;
  }
  .container-logo{
    margin-left: 0px;
    padding: 0px;
  }
  .header .main-menu {
    width: 100%;
  }
  .header .main-menu .menu_containerList li{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px){
  .header .main-menu{
    margin-top: 0px;
  }
  .header .main-menu .menu_containerList li .menu-linkNav,
  .header .contact-header > a.contact{
    font-size: .7em;
  }
  .header .main-menu .menu_containerList .contact-header{
    padding: 0px 10px!important;
  }
}
@media screen and (max-width: 767px) {
  .header .contact-header .over-content {
    width: 300px;
    left: calc(-100% + -300px);
    right: 0;
    margin: auto;
    box-shadow: 1px 1px 5px #333;
  }
}
@media screen and (max-width: 425px) {
  .header {
    padding: 15px 0;
  }
  .header .container-logo {
    margin-left: 25%;
  }
  .header .container-burger{
    width: 24%;
    padding-right: 5px;
  }
  .main-mobile button img {
    width: 35px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .header .contact-header .over-content {
    left: calc(-100% + -250px);
  }
}
.header .contact-header .over-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
}
.header .contact-header .over-content h3,
.modal-contact_content h3 {
  font-size: 1.4em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 35px;
}
.error-message {
  color: #E31F1B;
  font-family: "Nexa";
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
}
.header .contact-header .over-content .fserv-container {
  box-shadow: none!important;
  padding: 0!important;
  border-radius: 0!important;
  background-color: transparent!important;
  margin: 0!important;
}
.header .contact-header .over-content .fserv-container form {
  padding-top: 0;
}
.header .contact-header .over-content .fserv-container form .fserv-field {
  padding-left: 0!important;
  padding-right: 0!important;
  margin-top: 0!important;
  margin-bottom: 10px!important;
}
.header .contact-header .over-content .fserv-container form .fserv-field label {
  display: none!important;
}
.header .contact-header .over-content .fserv-container form .fserv-field input {
  border: 0!important;
}
.header .contact-header .over-content .fserv-container form .fserv-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333 !important;
}
.header .contact-header .over-content .fserv-container form .fserv-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333 !important;
}
.header .contact-header .over-content .fserv-container form .fserv-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333 !important;
}
.header .contact-header .over-content .fserv-container form .fserv-field input:-moz-placeholder {
  /* Firefox 18- */
  color: #333 !important;
}
.header .contact-header .over-content .fserv-container form .fserv-field + div:not(.fserv-field) {
  border-top: 0;
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.header .contact-header .over-content .fserv-container form .fserv-field + div:not(.fserv-field) button {
  width: 100%;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 1em!important;
  font-weight: 600;
  line-height: 1.5;
}
.header .contact-header .over-content .fserv-container .powered-by {
  display: none!important;
}
.header .contact-header .over-content > .conteinerList-contact li,
.list-unstyled li {
  margin-bottom: 10px;
  text-align: center;
}
.header .contact-header .over-content > .conteinerList-contact li a,
.list-unstyled li a {
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
}
.header .contact-header .over-content.active {
  display: inline-table;
  transition: all linear 0.3s;
}
.content-overlay{
  width: 100%;
  position: relative;
}
/* Slider */
.slides-container {
  display: grid;
  height: auto;
  overflow: hidden;
  background-color: #000;
}
.slide {
  grid-area: 1 / 1;
  align-self: center;
  justify-self: center;
  opacity: 0;
  /* visibility: hidden; */
  transform: translateX(100%); 
  transition: opacity 1.5s ease-in-out, transform 1s ease-in-out; 
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slide.active {
  opacity: 1;
  /* visibility: visible; */
  transform: translateX(0);
  transition: opacity 1.5s ease-in-out, transform 1s ease-in-out; 
}
#slide1:nth-child(1){
  animation-delay: 1s;
}
#slide2:nth-child(1){
  animation-delay: 2s;
}

.controls-container {
  position: absolute;
  top: calc(100% / 2.5);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.slider-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
.square {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  display: inline-block;
}
.slider-button.active .square {
  background-color: #e2231a;
}
.slider-button.vertical-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .slider-main_arrow {
    width: 35px;
  }
}
@media screen and (min-width: 769px) {
  .square{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slider-main_arrow{
    display: none;
  }
  .controls-container {
    position: relative;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Modal Exp Cyber */
#expCyber{
  padding: 30px 0;
}
.modal-contact {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 90%;
  z-index: 999;
  transition: all linear 0.3s;
}
.modal-contact_content {
  padding: 30px 20px 30px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #333;
}
body.modal-contact-open {
  overflow: hidden; 
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998; 
}
.exp-cyber {
  position: relative;
}
.slider-main{
  position: relative;
}
.slider-main #main-slide .slick-dots {
  bottom: 20px;
}
.block-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .block-section {
    padding: 20px 0;
  }
}
.block-section.blog-page {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ECECEC;
}
.block-section.black {
  background-color: #1a1a1a;
}
.block-section.bottom-min {
  padding-bottom: 20px;
}
.block-section > .full-width {
  width: 100%;
}
.block-section .title {
  font-family: 'Asap';
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.block-section .title.arrow-down {
  margin-bottom: 50px;
}
.block-section .title.arrow-down::after,
.block-section .partners-text.arrow-down::after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 35, 26, 0);
  border-top-color: #e2231a;
  border-width: 20px;
  margin-left: -15px;
}
.block-section .title.arrow-down::after {
  top: 60%;
}
.block-section .partners-text.arrow-down::after {
  top: 100%;
}

@media screen and (max-width: 767px) {
  .block-section .title.arrow-down::after {
    top: 110%;
  }
}
#servicios{
  padding: 40px 0px 30px 0px;
}
.block-section .fetaures .block-feature {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.block-section .fetaures .block-feature.modal-con .icon-feature {
  width: calc(100% / 3);
}
@media screen and (max-width: 991px) {
  .block-section .fetaures .block-feature.modal-con .icon-feature {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .block-section .fetaures .block-feature.modal-con .icon-feature {
    width: calc(100% / 2);
  }
}
.block-section .fetaures .block-feature .icon-feature {
  list-style: none;
  width: calc(100% / 7);
  float: left;
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .block-section .fetaures .block-feature .icon-feature {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-section .fetaures .block-feature .icon-feature {
    width: 100%;
    height: auto;
  }
}
.block-section .fetaures .block-feature .icon-feature a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.block-section .fetaures .block-feature .icon-feature a img {
  cursor: pointer;
  padding: 0 29px;
}
.block-section .fetaures .block-feature .icon-feature.active:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #1a1a1a;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all linear 0.3s;
}
@media screen and (max-width: 1199px) {
  .block-section .fetaures .block-feature .icon-feature.active:before {
    bottom: -50px;
  }
}
@media screen and (max-width: 991px) {
  .block-section .fetaures .block-feature .icon-feature.active:before {
    display: none;
  }
}
.block-section .fetaures .block-feature .icon-feature h3 {
  font-size: 0.8em;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Asap';
  font-weight: 300;
}
.block-section .fetaures .modal .modal-dialog .modal-content {
  background-color: #1a1a1a;
  border-radius: 0;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .row > div.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: none;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .row.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .close {
  color: #FFF;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body h3 {
  color: #FFF;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body p {
  color: #FFF;
  line-height: 1.5;
  font-weight: normal;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body h4 {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Asap';
  font-weight: 300;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 30px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body ul li {
  color: #FFF;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e2231a;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab {
  margin-bottom: 30px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab .row > div.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab .row.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab h4 {
  font-size: 1em;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab h4:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e2231a;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body .footer-tab img {
  display: inline-block;
  max-width: 100px;
  margin: 10px;
}
.block-section .fetaures .modal .modal-dialog .modal-content .modal-body p {
  color: #FFF;
  line-height: 2;
  font-weight: normal;
  font-family: 'Asap';
}
.block-section .tab-content.black .tab-pane .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-section .tab-content.black .tab-pane .row > div.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: none;
}
.block-section .tab-content.black .tab-pane .row.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.block-section .tab-content.black #homesix .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-section .tab-content.black #homesix .row > div.col-sm-4 {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  float: none;
  position: relative;
}
.block-section .tab-content.black #homesix .row > div.col-sm-4:first-child:before {
  display: none;
}
.block-section .tab-content.black #homesix .row > div.col-sm-4:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px dashed #FFF;
}
.block-section .tab-content.black #homesix .row.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.block-section .tab-content.black .info-tab {
  position: relative;
  padding: 10px 30px;
}
.block-section .tab-content.black .info-tab img {
  max-width: 70%;
  margin: auto;
  margin-bottom: 30px;
}
.block-section .tab-content.black .text-tab {
  padding: 10px;
}
.block-section .tab-content.black .text-tab h3 {
  color: #FFF;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Asap';
  font-weight: 300;
}
.block-section .tab-content.black .text-tab h4 {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Asap';
  font-weight: 300;
}
.block-section .tab-content.black .text-tab ul {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 30px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.block-section .tab-content.black .text-tab ul li {
  color: #FFF;
  font-family: 'Asap';
}
.block-section .tab-content.black .text-tab ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FFF;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.block-section .tab-content.black .text-tab .footer-tab {
  margin-bottom: 30px;
}
.block-section .tab-content.black .text-tab .footer-tab .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-section .tab-content.black .text-tab .footer-tab .row > div.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
}
.block-section .tab-content.black .text-tab .footer-tab .row.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.block-section .tab-content.black .text-tab .footer-tab h4 {
  font-size: 1em;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
}
.block-section .tab-content.black .text-tab .footer-tab h4:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e2231a;
}
.block-section .tab-content.black .text-tab .footer-tab img {
  display: inline-block;
  max-width: 100px;
  margin: 10px;
}
.block-section .tab-content.black .text-tab p {
  color: #FFF;
  line-height: 2;
  font-weight: normal;
  font-family: 'Asap';
}
.tabs-us {
  text-align: center;
}
.tabs-us ul {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .tabs-us ul {
    margin-left: 0;
  }
}
.tabs-us ul li a {
  text-transform: uppercase;
  font-weight: normal;
  color: #202;
  font-size: 1.15em;
}
@media screen and (max-width: 767px) {
  .tabs-us ul li a {
    font-size: 0.9em;
  }
}
.tabs-us ul li.active a {
  border-bottom: 3px solid #e2231a;
  font-weight: bold;
}
.tabs-us .tab-content .tab-pane {
  padding: 10px 10px 10px 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 170px;
}
@media screen and (max-width: 767px) {
  .tabs-us .tab-content .tab-pane {
    margin: 10px;
    min-height: auto;
  }
}
.tabs-us .tab-content .tab-pane .text {
  transform: skewX(-15deg);
}
@media screen and (max-width: 767px) {
  .tabs-us .tab-content .tab-pane .text {
    transform: inherit;
  }
}
.tabs-us .tab-content .tab-pane h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: 'Asap';
  transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  .tabs-us .tab-content .tab-pane h3 {
    transform: inherit;
  }
}
.tabs-us .tab-content .tab-pane p {
  font-family: 'Asap';
  transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  .tabs-us .tab-content .tab-pane p {
    transform: inherit;
  }
}
.dots {
  display: inline-block;
}
.dots > span {
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #e2231a;
  border-radius: 100%;
  margin: 1px;
}
.fullkom-us {
  background-image: url('../img/about1.png'), url('../img/about2.png');
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: contain;
}
.screw-l {
  transform: skewX(-15deg);
  background: #E5E5E5;
  padding: 20px 0;
  margin: 0 100px;
}
@media screen and (max-width: 767px) {
  .screw-l {
    transform: inherit;
    margin: 0;
  }
}
.screw-r {
  transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  .screw-r {
    transform: inherit;
  }
}
.count-red {
  position: relative;
  text-align: center;
}
.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-wrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.count-red .content-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .count-red .content-flex {
      display: inline-block;
      width: 100%;
      padding: 0;
  }
}
.count-red .content-flex > .content-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item {
      display: inline-block;
      margin: 20px 0;
  }
}
.count-red .content-flex > .content-item .upper p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: Nexa;
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item .upper p {
      font-size: 12px;
  }
}
.count-red .content-flex > .content-item .count p {
  color: #fff;
  font-size: 3.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Nexa;
}
@media screen and (max-width: 1199px) {
  .count-red .content-flex > .content-item .count p {
      font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item .count p {
      font-size: 2em;
  }
}
.count-red .content-flex > .content-item .count p.big {
  font-size: 5em;
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item .count p.big {
      line-height: 1;
  }
}
.count-red .content-flex > .content-item .bottom p {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item .bottom p {
      font-size: 10px;
  }
}
.count-red .content-flex > .content-item .bottom p.upper-text {
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item .bottom p.upper-text {
      font-size: 18px;
  }
  .count-red .content-flex > .content-item:nth-child(1) {
      border-right: 1px dashed rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item:nth-child(1) {
      width: 50%;
      float: left;
  }
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item:nth-child(2) {
      width: 50%;
      float: left;
  }
  .count-red .content-flex > .content-item:nth-child(3) {
      border-top: 1px dashed rgba(255, 255, 255, 0.6);
      border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item:nth-child(3) {
      width: 80%;
      padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item:nth-child(4) {
      width: 50%;
      float: left;
  }
  .count-red .content-flex > .content-item:nth-child(5) {
      border-left: 1px dashed rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .count-red .content-flex > .content-item:nth-child(5) {
      width: 50%;
      float: left;
  }
}
ul.filters-all {
  display: flex;
  gap: 9px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 78%;
  margin: 0 auto;
}
ul.filters-all li {
  /* flex-basis: 19%; */
  margin-bottom: 0px;
}
ul.filters-all li span {
  font-weight: 400;
  color: #000;
  font-size: 1em;
  transition: all linear 0.3s;
  font-family: "Nexa";
  border-radius: 10px;
  background: #d9d9d9;
  height: 40px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.filters-all li span.active {
  background-color: #e23029;
  color: #fff;
  transition: all linear 0.3s;
}
ul.filters-all li:focus span,
ul.filters-all li:hover span {
  cursor: pointer;
  background-color: #e23029;
  color: #fff;
  transition: all linear 0.3s;
}
.logo-content {
  text-align: center;
  margin-top: 60px;
}
.logo-content .logo {
  width: calc(100% / 7);  
  display: none;
  margin: 8px;
}

@keyframes fade-in {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.logo.portfolio,
.logo.portfolio-partners {
  view-timeline-name: --logo;
  view-timeline-axis: block;
  animation-timeline: --logo;
  animation-name: fade-in;
  animation-range: entry 25% cover 75%;
}
@media screen and (max-width: 767px) {
  .logo-content .logo {
      width: 26%;
  }
  ul.filters-all {
      width: 100%;
  }
  .logo-content {
      margin-top: 30px;
  }
}
.img-logo:hover {
  transform: scale(1.1);
  transition: all linear 0.2s;
}
.logo-content .logo a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.logo-content .logo a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all linear 0.3s;
}
/* reviews */
#reviews {
  padding-left: 0;
}
 #containerReview {
  width: 1300px!important;
}
.slick-track{
  top: 50px !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.slick-prev:before, .slick-next:before{
  color: #000;
}
#reviews .item {
  margin: 0 5px;
  position: relative;
  height: 555px;
}
#reviews .item .image-top {
  height: 100px;
  border-radius: 20px 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#reviews .item .content{
  padding: 15px 23px;
  background: #474A5E;
  border-radius: 0 0 20px 20px;
  height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#reviews .item .image-top .img-responsive{
    width: 86px;
    display: flex;
    position: relative;
    top: 77px;
    left: 210px;
}
#reviews .item .text-reviews p {
  margin-top: 40px;
  min-height: 227px;
  color: #FFF;
  font-family: 'Asap';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-info{
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#reviews .item .bottom-info .name p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
#reviews .item .bottom-info p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #FFF;
}
#reviews .item .bottom-info .position {
  width: 190px;
}
.slick-dots li button {
  background-color: #D9D9D9;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #e2231a;
  border-radius: 20px;
  width: 30px;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.slick-prev {
  left: -60px;
  background-image: url('../img/2024/reviews/cursor-izquierda.svg');
}
.slick-next {
  right: -60px;
  background-image: url('../img/2024/reviews/cursor-derecha.svg');
}
@media (max-width: 1200px) {
  #containerReview {
    width: 1170px!important;
  }
}
@media screen and (max-width: 1025px) {
  #containerReview {
    width: 900px!important;
  }
  #reviews .item {
    height: 500px;
  }
  #reviews .item .content{
    padding: 15px 20px;
    height: 320px;
  }
  #reviews .item .image-top .img-responsive {
    left: 186px;
  }
  #reviews .item .text-reviews p {
    margin-top: 25px;
    min-height: 210px;
  }
  .slick-prev,
  .slick-next {
    display: none!important;
  }
}
@media screen and (max-width: 769px) {
  #containerReview {
    width: 700px!important;
  }
  #reviews .item {
    height: 570px;
  }
  #reviews .item .text-reviews p{
    font-size: 15px;
    margin-top: 60px;
    min-height: 190px;
  }
  #reviews .item .bottom-info .name p {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #reviews .item .bottom-info .position {
    font-size: 12px;
    width: 169px;
  }
  #reviews .item .image-top .img-responsive {
    width: 89px;
    left: 220px;
  }
  #reviews .item .content {
    height: 400px;
  }
}
@media screen and (max-width: 431px) {
  #containerReview {
    width: 350px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  #reviews .item {
    padding: 0px;
    height: 530px;
  }
  #reviews .item .image-top {
    height: 73px;
  }
  #reviews .item .image-top .img-responsive {
    max-width: 70px;
    left: 85px;
    top: 60px;
}
  #reviews .item .content {
    padding: 12px 12px 22px;
    height: 346px;
  }
  #reviews .item .text-reviews p {
    margin-top: 33px;
    font-size: 10px;
    min-height: 169px;
  }
  #reviews .item .bottom-info .name p {
    font-size: 14px;
  }
  #reviews .item .bottom-info .position {
    font-size: 10px;
    width: 138px;
  }
}
 @media screen and (max-width: 351px) {
  #containerReview {
    width: 320px !important;
  }
}
/* @media screen and (max-width: 320px) {
  .slick-track{
    height: 400px;
  }
  #reviews .item .text-reviews p {
    font-size: 15px;
  }
  #reviews .item .bottom-info p {
    font-size: 11px;
  }
}  */
/* Partners */
.partners-header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners-text{
  width: 60%;
  color: #000;
  text-align: center;
  font-family: "Nexa";
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 30px 0;
}
.partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap !important;
  margin: 40px auto 0px !important;
}
ul.filters-all.partners li span{
  width: 150px;
  height: 42px;
}
.partners > div {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  float: none;
}
@media screen and (max-width: 1024px) {
  ul.filters-all li span {
      font-size: 0.8em;
      height: 30px;
      width: 130px;
  }
  ul.filters-all.partners li span {
      font-size: 0.8em;
      height: 35px;
      width: 105px;
  }
}
@media screen and (max-width: 768px) {
  .partners > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.filters-all.partners li span {
    font-size: 0.7em;
    height: 30px;
    width: 100px;
  }
  ul.filters-all.partners{
    flex-wrap: wrap !important;
    width: 60%;
  }
}
@media screen and (max-width: 375px) {
  ul.filters-all.partners{
    width: 80%;
  }
}
.partners.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.image-content .pre-footer {
  position: relative;
  margin-top: -100px;
  background-color: #FFF;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .image-content .pre-footer {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-content .pre-footer {
    /*padding: 10px;*/
    margin-top: -50px;
  }
}
.image-content .pre-footer .widget {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .image-content .pre-footer .widget {
    padding: 0;
  }
}
.image-content .pre-footer .widget h3 {
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 22px;
}
.image-content .pre-footer .widget p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 3px;
}
.image-content .pre-footer .widget.form {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
@media screen and (max-width: 991px) {
  .image-content .pre-footer .widget.form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-content .pre-footer .widget.form {
    border-right: 0;
    border-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.image-content .pre-footer .widget form input {
  margin-bottom: 5px;
  padding: 5px 10px;
  height: 25px;
  border: 1px solid #C0C0C0;
  color: #222;
  font-weight: 400;
}
.image-content .pre-footer .widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form input[type="file"] {
  height: auto;
  background-color: #333333;
  padding: 0;
  border: 0;
  color: #FFF;
}
.image-content .pre-footer .widget form textarea {
  height: 60px;
  resize: none;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #333;
  color: #222;
  font-weight: 400;
}
.image-content .pre-footer .widget form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
  font-style: normal;
}
.image-content .pre-footer .widget form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
  font-style: normal;
}
footer {
  background-color: #121617;
  padding: 0;
  text-align: center;
}
footer .info-contact-footer {
  text-align: left;
  padding: 14px 0;
  color: #FFF;
  margin-bottom: 0;
  border-right: 1px solid #FFF;
}
footer .info-contact-footer a {
  color: #FFF;
  line-height: 2.5;
}
@media screen and (max-width: 1199px) {
  footer .info-contact-footer {
    font-size: 10px;
  }
}
footer .block-social {
  text-align: center;
  padding: 21px 0;
  color: #FFF;
  margin-bottom: 0;
  border-left: 1px solid #FFF;
  display: inline-block;
  width: 50%;
  float: left;
}
footer .block-social a {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  footer .block-social {
    font-size: 10px;
  }
}
footer a {
  display: inline-block;
}
footer a img {
  display: inline-block;
  max-width: 250px!important;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
}
.btn.btn-default {
  border-radius: 0;
  background-color: #e2231a;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  background-image: none;
}
.page-header-full {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header-full .image {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .page-header-full .image img {
    height: 210px;
    width: auto;
    max-width: initial;
  }
}
.page-header-full .overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 90%;
  width: 90%;
  margin: auto;
  text-align: center;
}
.page-header-full .overlay-text h2 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Asap';
}
.page-header-full .overlay-text h2:after {
  top: calc(100% + 20px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 35, 26, 0);
  border-top-color: #e2231a;
  border-width: 15px;
  margin-left: -15px;
}
.breadcrumb {
  background-color: #ECECEC;
  padding: 0;
}
.breadcrumb > li {
  color: #666666;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 1px;
}
.breadcrumb > li a {
  color: #666;
}
.breadcrumb > li + li:before {
  content: '>';
  color: #e2231a;
}
.blog {
  padding: 20px 0 40px 0;
  background-color: #ECECEC;
}
.blog .blog-list {
  margin-left: -15px;
  margin-right: -15px;
}
.blog .blog-list .blog-post {
  width: calc(100% / 3);
  margin: 0 0 40px 0;
  padding: 0 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .blog .blog-list .blog-post {
    width: 100%;
  }
}
.blog .blog-list .blog-post .content {
  cursor: pointer;
}
.blog .blog-list .blog-post .content:hover .image img,
.blog .blog-list .blog-post .content:focus .image img {
  transform: scale(1.1);
}
.blog .blog-list .blog-post .content:hover .info-text-content .blog-name a,
.blog .blog-list .blog-post .content:focus .info-text-content .blog-name a {
  color: #e2231a;
}
.blog .blog-list .blog-post .content:hover .info-text-content .button-content .read-more,
.blog .blog-list .blog-post .content:focus .info-text-content .button-content .read-more {
  color: #e2231a;
}
.blog .blog-list .blog-post .content .image {
  position: relative;
  overflow: hidden;
}
.blog .blog-list .blog-post .content .image img {
  max-width: 100%;
  width: 100%;
  transition: transform ease-in 0.3s;
}
.blog .blog-list .blog-post .content .info-text-content {
  padding: 15px 30px;
  background-color: #FFF;
}
.blog .blog-list .blog-post .content .info-text-content .meta-info {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
  color: #666666;
}
.blog .blog-list .blog-post .content .info-text-content .blog-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  color: #666;
  font-weight: 500;
  line-height: 1.2;
}
.blog .blog-list .blog-post .content .info-text-content .blog-name a {
  color: #666;
  transition: color linear 0.3s;
}
.blog .blog-list .blog-post .content .info-text-content .blog-name a:hover {
  color: #e2231a;
}
.blog .blog-list .blog-post .content .info-text-content .description {
  font-size: 0.9em;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  margin-bottom: 15px;
}
.blog .blog-list .blog-post .content .info-text-content .button-content .read-more {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  color: #666;
  text-decoration: none;
  transition: color linear 0.3s;
}
.blog .blog-list .blog-post .content .info-text-content .button-content .read-more:hover {
  color: #e2231a;
}
.single-post-content {
  background-size: 100%;
  background-repeat: repeat-y;
}
.single-post-content .header-post {
  position: relative;
}
.single-post-content .header-post .image img {
  width: 100%;
  height: auto;
}
.single-post-content .header-post > nav[aria-label="breadcrumb"] {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .single-post-content .header-post > nav[aria-label="breadcrumb"] {
    display: none;
  }
}
.single-post-content .header-post > nav[aria-label="breadcrumb"] > .breadcrumb {
  background-color: transparent;
}
.single-post-content .header-post .text-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  max-width: 500px;
  top: 40%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .single-post-content .header-post .text-header {
    width: 100%;
  }
}
.single-post-content .header-post .text-header h2 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .single-post-content .header-post .text-header h2 {
    font-size: 1em;
  }
}
.single-post-content .content {
  padding: 30px 50px;
  background-color: #FFF;
}
.single-post-content .content h3 {
  font-family: 'Asap';
  font-weight: 600;
  color: #666;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
}
.single-post-content .content p {
  color: #666;
  line-height: 1.7;
  font-size: 1em;
  margin-bottom: 15px;
}
.single-post-content .content p a {
  color: #e2231a;
}
.single-post-content .content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}
.single-post-content .content .footer-post {
  /*display: inline-block;*/
  display: none;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.single-post-content .content .footer-post .pager {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.single-post-content .content .footer-post .pager > div > a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.single-post-content .content .footer-post .pager .back-to {
  float: left;
}
.single-post-content .content .footer-post .pager .next-to {
  float: right;
}
.single-post-content .content .footer-post .pager .back-to-top {
  position: absolute;
  right: -105px;
  top: 5px;
}
.single-post-content .content .footer-post .pager .back-to-top img {
  max-width: 60%;
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
}
.single-post-content .content .footer-post .bottom {
  display: inline-block;
  width: 100%;
}
.single-post-content .content .footer-post .bottom .print {
  float: left;
}
.single-post-content .content .footer-post .bottom .print img {
  max-width: 25px;
  margin-bottom: 0;
}
.single-post-content .content .footer-post .bottom .social {
  float: right;
}
.single-post-content .content .footer-post .bottom .social ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.single-post-content .content .footer-post .bottom .social ul li {
  display: inline-block;
}
.single-post-content .content .footer-post .bottom .social ul li a {
  color: #A8A8A8;
  font-size: 1.3em;
  display: inline-block;
  line-height: 1;
}
.blog-home-item {
  background: #f9f9f9;
  padding-right: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-home-item {
    padding: 20px;
  }
}
.blog-home-item h4 {
  margin-top: 30px;
  font-family: 'Asap';
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blog-home-item h4 {
    margin-top: 10px;
  }
  
}
.blog-home-item h4 a {
  color: #333;
}
.blog-home-item p {
  font-family: 'Asap';
}
.marcas-content {
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,e4e4e4+44,e4e4e4+45,d9d9d9+45,d9d9d9+100 */
  background: #e4e4e4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e4e4e4 0%, #e4e4e4 44%, #e4e4e4 45%, #d9d9d9 45%, #d9d9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.marcas-content .image-content img {
  max-width: 108%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .marcas-content .image-content img {
    max-width: 100%;
  }
}
.marcas-content .no-mg-r {
  padding-right: 0;
}
.marcas-content .no-mg-l {
  padding-left: 0;
}
.marcas-content .info-marcas {
  padding: 30px 30px;
  background-color: rgba(202, 202, 202, 0.5);
}
.marcas-content .info-marcas .title {
  margin-bottom: 10px;
}
.marcas-content .info-marcas .title h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.marcas-content .info-marcas .title p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.marcas-content .info-marcas .list-marcas {
  border-left: 2px solid #e2231a;
}
.marcas-content .info-marcas .list-marcas ul {
  padding-left: 15px;
  font-size: 12px;
}
.marcas-content .info-marcas .list-marcas ul li {
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  font-family: 'Asap', sans-serif;
  font-weight: 500;
}
.marcas-content .info-marcas .list-marcas ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #e2231a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.marcas-content .info-marcas .footer-marcas {
  text-align: center;
}
.marcas-content .info-marcas .footer-marcas p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
