@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "./fontawesome/scss/fontawesome.scss";
@import "./fontawesome/scss/solid.scss";
@import "./fontawesome/scss/brands.scss";
@import "glyphicons.scss";

$grey : #898989;
$black : #000000;
$greytwo : #707070;
$greythree : #4c4c4c;
body {
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: $greythree;
}
main {
  width: 100%;
  overflow: hidden;
}
a {
  text-decoration:none;
  color: $black;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2 {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    color: $black;
    font-size: 46px;
    line-height: 1em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h4 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 1.04em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h5 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.06em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

nav.navbar {
    padding-left: 50px;
    padding-right: 50px;
    background: white;
    height: 100px;
}

nav.navbar ul.navbar-nav > li {
    margin: 0 17px;
}

nav.navbar ul.navbar-nav > li:first-child {
    margin-left: 0;
    margin-right: 17px;
}
nav.navbar ul.navbar-nav > li a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.04em;
    font-size: 13px;
}

.navbar-collapse {
  background-color: white;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.06em;
    word-wrap: break-word;
}

p {
    margin: 25px 0 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem;
    padding: 0px;
}
p.content_editable{
  word-wrap: break-word;
}
.container-carousel {
  max-height: 750px;
  min-height: 450px;
  overflow: hidden;
  width: 100%;
  padding: 0px 50px 50px;
  position: relative;
  .content-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    max-width: 80%;
    left: 13.7%;
    margin-top: -8px;
    top: 27%;
    color: white;
    span.entry-title {
      font-size: 50px;
      max-width: 70%;
      line-height: 1em;
      font-weight: 700;
      text-transform: uppercase;
    }
    a{
      margin-top: 25px;
      margin-left: 8px;
      color: #fff;
    }
  } 
}

.slick-slide img {
    width: 100%;
}

.awards_home a {
  text-decoration: underline;
}

embed-video{
  display: block;
  width: 100%;
  margin: 0;
  iframe{
    width: 100%;
  }
}

//.carousel
.carousel {
    height: 600px;
    width: 100%;

  //.carousel__slide
  &__slide {
    height: auto !important;
    //.carousel__slide__inner
    &__inner {
      height: 100% !important;
      overflow: hidden;
      position: relative;

      .doAnimation .slick-active & {
        .carousel__image {
          animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
          transform: scale(1.3);
        }
      }
    }

    //.carousel__slide__overlay
    &__overlay {
       background-color: transparent;
       background-size: 100%;
       height: 100%;
       left: 0;
       opacity: 0.5;
       position: absolute;
       top: 0;
       width: 100%;
       z-index: 2;

       .slick-active & {
         animation: scale-in-hor-left 1.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s reverse both;
       }
    }
  }

  //.carousel__image
  &__image {
    min-height: 800px;
    height: 100%;
    object-fit: cover;
    position: relative;
    transform: scale(1);
    width: 100%;
    z-index: 1;
    background-position-y: 50% !important;
    -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
  }  
}

.posts {

  &-media-image{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    a {
      display: block;
      width: 100%;
    }
    img {
      width: 100%;
      transform: scale(1);
      transition: transform 1s;
    }
    a:hover img {
      transform: scale(1.03);
    }
    .published {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 6px 13px;
      width: 60px;
      .posts-date-day {
        font-size: 23px;
        font-weight: 700;
        line-height: 24px;
      }
      .posts-date-month{
        font-size: 13px;
        font-style: italic;
        color: #898989;
        line-height: 1.5em;
        margin-top: -2px;
      }
    }
    
  }

  &-link{
    color: $black;
    position:relative;
    display:inline-flex;
    vertical-align:middle;
    font-size:18px;
    line-height:1.6em;
    width:auto;
    margin:0;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:0;
    outline:0;
    transition: transform .3s ease-out;
    background-color:transparent;
    z-index:5;
  }
  &-link:hover {
    transform: translateX(5px);
  }
}

.posts {

  &-media-slider{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    a {
      display: block;
      width: 100%;
    }
    img {
      width: 100%;
    }
    .published {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 6px 13px;
      width: 60px;
      .posts-date-day {
        font-size: 23px;
        font-weight: 700;
        line-height: 24px;
      }
      .posts-date-month{
        font-size: 13px;
        font-style: italic;
        color: #898989;
        line-height: 1.5em;
        margin-top: -2px;
      }
    }
    .slick-slider{
      button.slick-next{
        right: 15px;
        &::before{
          content: " ";
          background-image: url("data:image/svg+xml,%3Csvg class='qodef-svg--slider-arrow-right' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16.2px' height='9.6px' viewBox='0 0 16.2 9.6' style='enable-background:new 0 0 16.2 9.6;' xml:space='preserve'%3E%3Cg%3E%3Cline stroke-width='2' stroke='currentColor' x1='15.2' y1='4.8' x2='0' y2='4.8'%3E%3C/line%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='2' points='10.9,0.6 15,4.8 10.9,8.9'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          font-family: inherit;
          padding: 4px 10px;
        }
      }
      button.slick-prev {
        left: 15px;
        z-index: 9;
        &::before{
          content: ' ';
          background-image: url("data:image/svg+xml,%3Csvg class='qodef-svg--slider-arrow-left' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16.2px' height='9.6px' viewBox='0 0 16.2 9.6' style='enable-background:new 0 0 16.2 9.6;' xml:space='preserve'%3E%3Cg%3E%3Cline stroke='currentColor' stroke-width='2' x1='1.1' y1='4.8' x2='16.2' y2='4.8'%3E%3C/line%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='2' points='5.3,8.9 1.3,4.8 5.3,0.6 '%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          font-family: inherit;
          padding: 4px 10px;
        }
      }
    }
  }

  &-link{
    color: $black;
    position:relative;
    display:inline-flex;
    vertical-align:middle;
    font-size:18px;
    line-height:1.6em;
    width:auto;
    margin:0;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:0;
    outline:0;
    transition: transform .3s ease-out;
    background-color:transparent;
    z-index:5;
  }
  &-link:hover {
    transform: translateX(5px);
  }  
}
/*.slick-track .carousel__slide{
	background: url('https://brok.qodeinteractive.com/wp-content/uploads/2021/11/h1-port-img-3.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	background-position-x: 50%;
    background-position-y: 0%;
    -webkit-animation: zoomin 2s linear;
	animation: zoomin 2s linear;
	animation-fill-mode: forwards;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
		transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
		transform: scale(2);
    }

}*/

.qodef-portfolio-slider-info-items-outer {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 50%;
  z-index: 80;
}

.qodef-portfolio-slider-info-items-outer .qodef-portfolio-slider-info-items {
  padding: 41px 0 15px 100px;
  box-sizing: border-box;
  background-color: #ffff;
  position: relative;
  overflow: hidden;
}

.qodef-portfolio-slider-info-items-outer .qodef-grid-item {
  position: relative;
  //display: inline-block;
  // width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
}

.qodef-pfs-item .qodef-pfs-count {
  font-size: 15px;
  font-weight: 700;
  color: rgba(112,112,112,.43);
  line-height: 25px;
}

.qodef-portfolio-slider-info-items-outer .qodef-pfs-item .qodef-pfs-title {
  margin: 12px 0 6px;
  color: rgba(0,0,0,.43);
}
.swiper-slide-active {
  .qodef-pfs-title-holder .qodef-pfs-title, .qodef-pfs-count, .qodef-pfs-category-holder a{
    color: black !important;
  }
}
.qodef-portfolio-slider-info-items-outer .qodef-pfs-item .qodef-pfs-category-holder a {
  display: inline-flex;
  font-size: 13px;
  font-style: italic;
  flex-wrap: wrap;
  font-weight: 300;
  color: rgba(112,112,112,.43);
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function:ease-out;
  -o-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
  margin:0 auto
 }

 .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.floating-social-networks{
  left: 5%;
  right: auto;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 2.6%;
  display: flex;
  justify-content: center;
  z-index: 99;
  flex-direction: column;
  opacity: 1;
  transition: .2s ease-out;
  width: 40px;
  a{
    position: relative;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 400;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transform: translateX(-20px);
    transition: transform 1s ease-out,-webkit-clip-path 1.2s ease;
    transition: clip-path 1.2s ease,transform 1s ease-out;
    transition: clip-path 1.2s ease,transform 1s ease-out,-webkit-clip-path 1.2s ease;
    transition-delay: 0s, 0s, 0s;
    will-change: transform;
  }
  a:nth-child(1) {
    transition-delay: .2s;
  }
  a{
    color: #fff;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
.one-column {  
  .cke_editable {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
  }
}

.project {
  &-prev{
    i{
      transition: .2s ease-out;
    }
    &:hover{
      i {
        transform: translateX(-5px);
        transition: .2s ease-out;
      }
    }
  }
  &-next{
    i{
      transition: .2s ease-out;
    }
    &:hover{
      i {
        transform: translateX(5px);
        transition: .2s ease-out;
      }
    }
  }
}


.project-container-grid {
  column-count: 2;
  column-gap: 1em;
}
.project-container {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  overflow: hidden;
}
.project-container.right {
  padding-right: 15px;
}

.project-container.left{
  padding: 0px 15px;
}
.project-item-image {
  overflow: hidden;
  &:hover img {
    transform: scale(1.03);
  }

  img {
    width: 100%;
    transform: scale(1);
    transition: transform 1s;
  }

}

.project-item-text {
  margin-top: 23px;
}

.project-item-category {
  margin-top: 4px;
  font-weight: 300;
}

.project-item-category a {
  font-size: 13px;
  font-style: italic;
  flex-wrap: wrap;
  color: $greytwo;
}

.posts-categories {
  margin: 0 0 35px;
  .categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      margin: 0 0 10px;
    }
    li a {
      position: relative;
      display: inline-block;
      font-family: inherit;
      font-size: 13px !important;
      font-style: italic;
      font-weight: 300;
      letter-spacing: 0;
      line-height: inherit;
      margin: 0;
      text-transform: capitalize;
      vertical-align: top;
      color: $greythree;
      transition: color .2s ease-out;
      text-decoration: none;
      &::after{
        content: '';
        width: 0;
        height: 1px;
        background-color: currentColor;
        position: absolute;
        left: 0;
        bottom: 3px;
        transition: width .2s ease-out;
      }
      &:hover{
        color: $black;
        &::after{
          width: 100%;
          transition: width .2s ease-out;
        }
      }
    }
  }
}
.posts-tags {
  p.tags-list {
    margin: 0 0 35px;
    a {
      display: inline-block;
      font-family: inherit;
      font-size: 13px !important;
      font-style: italic;
      font-weight: 300;
      letter-spacing: 0;
      line-height: inherit;
      margin: 0 7px 4px 0;
      position: relative;
      text-transform: capitalize;
      vertical-align: top;
      color: $greythree;
      &::after{
        content: '';
        width: 100%;
        height: 1px;
        background-color: currentColor;
        position: absolute;
        left: 0;
        bottom: 3px;
      }
    }
  }
}
.side-bar-container {
  padding-left: 20px;
}
.social-side-bar {
  h5 {
    margin: 25px 0;
  }
  .social-icons-group {
    span {
      margin: 0px 16px 0px 0px;
    }
  }
}
.content-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-title
 {
  height: 500px;
  background-color: #ffffff;
  //background-image: url(https://brok.qodeinteractive.com/wp-content/uploads/2021/10/ip5-bg-title.jpg);
  margin-left: 3%;
  margin-right: 3%;
  width: calc(100% - 3% - 3%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  &-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
    .page-entry-title{
      text-transform: uppercase;
      font-size: 100px;
      color: #ffffff;
    }
  }
 }

 .page-title-standard {
    height: 140px;
  h2 {
    text-transform: uppercase;
  }
  .breadcrumbs {
    margin-top: 20px;
    a {
      font-size: 13px;
      font-style: italic;
      color: $grey;
    }
    span {
      font-size: 13px;
      font-style: italic;
      color: $grey;
    }
  }
 }

.d-flex-center {
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.button-content {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
}
.read-more-link {
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6em;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  font-family: Montserrat, sans-serif !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  background-color: transparent;
  z-index: 5;
  padding: 15px 23px 17px;
  border: 0px;
  i {
    font-weight: 300;
  }
  .bg-effect{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
    width: 50%;
    transition: .2s ease-out;
  }
  &:hover{
    .bg-effect {
      width: 100%;
      transition: .2s ease-out;
    }
  }
}

.post-content {
  margin-top: 39px;
  .post-description {
    margin: 22px 0 0;
  }
}

.two-columns {
  display: flex !important;
  justify-content: space-between !important;
  .column{
    width: calc(50% - 15px) !important;
  }
}

.post-bottom-holder {
  font-size: 13px;
  font-style: italic;
  flex-wrap: wrap;
  font-weight: 300;
  align-items: center;
  margin-top: 25px;
  a {
    color: $greytwo;
  }
}

@keyframes scale-out {
   0% {
     transform: scale(1.3);
   }
   100% {
     transform: scale(1);
   }
}


@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: translateX(-100%) scaleX(0);
            transform: translateX(-100%) scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleX(0.5);
            transform: translateX(-50%) scaleX(0.5);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}

footer {
  background-color: $black;
  width: 100%;
  position: absolute;
  .footer{
    color: white;
    padding: 40px;
  }
  .social-icons {
    a {
      margin-right: 5px;
      color: white;
      margin-top: 15px;
    }
  }
}

.cke_editable {
  p {
    margin: 0px;
  }
}

.my-active span{
  background-color: #5cb85c !important;
  color: white !important;
  border-color: #5cb85c !important;
}
ul.pager>li {
  display: inline-flex;
  padding: 5px;
}

.pagination-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-item{
  position: relative;
  margin: 0 13px;
  padding: 0 1px;
  font-weight: 500;
  font-size: 14px;
  overflow: visible;
  color: #000;
}

.pagination-item::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: .2s ease-out;
}

.active.pagination-item::after {
  width: 100%;
  transition: .2s ease-out;
}

.by-categorie, .by-tag {
  cursor: pointer;
  &.active {
    font-weight: 500 !important;
  }
}
*:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus{
  outline: none !important;

}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #000;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.form-group {
  margin: 10px 0px;
  .form-input {
    margin: 7px 0 22px;
    padding: 9px 4px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    color: #4c4c4c;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    outline: 0;

    :focus{
      outline: 0;
      outline: none;
    }
    :focus-visible{
      outline: 0;
      outline: none;
    }

  }
 .form-input:focus {
    outline: 0px none #fff !important;
  }

  .form-input > div.filter-option:focus {
    outline: 0px none #fff !important;
  }

  .form-input > div.filter-option > div.filter-option-inner:focus {
    outline: 0px none #fff !important;
  }

  form-input > div.filter-option > div.filter-option-inner > div.filter-option-inner-inner:focus {
    outline: 0px none #fff !important;
  }
}


.slider-quotes{  
  .quote-slide {
    position: relative;
    .quote-inner {
      margin: 0 auto;
      padding: 0 16%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    text-align: center;
    .quote-icon{
      margin: 0 0 41px 1px;
    }
    .paragraph_qute{
      margin: 0 0 25px;
      font-size: 15px;
      font-style: italic;
    }
    .quote-author{
      display: flex;
      flex-direction: column;
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #000;
      font-size: 15px;
      line-height: 1.04em;
      word-wrap: break-word;
      .quote-author-job{
        margin-top: 12px;
        display: block;
        font-size: 13px;
        font-style: italic;
        font-weight: 300;
        color: #898989;
        text-transform: none;
      }
    }
  }
  button.slick-next {
    &::before{
      content: ' attr';
      background-image: url("data:image/svg+xml,%3Csvg class='qodef-svg--slider-arrow-right' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16.2px' height='9.6px' viewBox='0 0 16.2 9.6' style='enable-background:new 0 0 16.2 9.6;' xml:space='preserve'%3E%3Cg%3E%3Cline stroke-width='2' stroke='currentColor' x1='15.2' y1='4.8' x2='0' y2='4.8'%3E%3C/line%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='2' points='10.9,0.6 15,4.8 10.9,8.9'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      font-family: inherit;
    }
  }
  
  
  button.slick-prev {
    &::before{
      content: ' attr';
      background-image: url("data:image/svg+xml,%3Csvg class='qodef-svg--slider-arrow-left' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16.2px' height='9.6px' viewBox='0 0 16.2 9.6' style='enable-background:new 0 0 16.2 9.6;' xml:space='preserve'%3E%3Cg%3E%3Cline stroke='currentColor' stroke-width='2' x1='1.1' y1='4.8' x2='16.2' y2='4.8'%3E%3C/line%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='2' points='5.3,8.9 1.3,4.8 5.3,0.6 '%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      font-family: inherit;
    }
  }
}
.categorias-grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  .categoria-grid-item {
    padding: 0 35px;
    margin: 0 0 70px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    .categoria-grid-item-image {
      line-height: 0;
      position: relative;
      display: inline-block;
      vertical-align: top;
      a {
        display: inline-block;
        img {
          height: auto;
          max-width: 100%;
        }
      }
    }
  }
}

.plus_quote {
  width: 50px;
  display: grid;
  position: relative;
  height: 46px;
  align-content: center;
  border-radius: 50%;
  background: #e2e2e2;
  cursor: pointer;
}
.container-video {
  position: relative;
  .show-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 106px;
    line-height: 1;
    .play-video {
      cursor: pointer;
      display: block;
      line-height: inherit;
      svg{
        fill: #fff;
        transition: .2s ease-out;
        &:hover{
          transform: scale(1.1);
          transition: .2s ease-out;
        }
      }      
    }
  }
}

.actions-quote {
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 5px;
  a{
    margin: 0px 2px;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
  }
}

.wrapper-fade{ position: fixed; width: 100%; height: 100%; top: 0; left:0; background-color: #000; z-index: 999999; }

.header-logo-1 { position: fixed; top: 40%; }

@-webkit-keyframes color1 {
  from{
      fill: transparent;
      }to{
          fill: #fff;
      }
      
}

@keyframes color1 {
  from{
      fill: transparent;
      }to{
          fill: #fff;
      }
}

.st1{
  fill: transparent;
  -webkit-animation: color1 2s forwards 1s;
  -moz-animation: color1 2s forwards 1s;
  -o-animation: color1 2s forwards 1s;
  animation: color1 2s forwards 1s;
  } 

  @-webkit-keyframes animacion { 
      from{
          stroke-dashoffset: 900;
      }to { 
          stroke-dashoffset: 0;
       }

   }

   @keyframes animacion { 
      from{
          stroke-dashoffset: 900;
      }to { 
          stroke-dashoffset: 0;
       }
    }

.st0{
  fill:none;
  stroke:#fff;
  stroke-width:2;
  stroke-dasharray: 900;
  stroke-dashoffset: 0;
  stroke-miterlimit:10;
  -webkit-animation: animacion 2s forwards 3;
  -moz-animation: animacion 2s forwards 3;
  -o-animation: animacion 2s forwards 3;
  animation: animacion 2s forwards 3;
}

@media only screen and (max-width: 1440px){
  .project-container { padding: 0px 30px 30px; }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1130px;
        margin: 0 auto;
    }
}


@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1130px;
    }
}

@media (max-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1020px;
      width: 86.5%;
    }
}

@media (max-width:1110px) {
  .container-carousel{
    padding: 0px 30px 30px;
  }
  .container-carousel {
    .qodef-portfolio-slider-info-items-outer{
      right: 30px;
      width: calc(50% + 20px);
    }
  }
}

@media (max-width: 1024px) and (min-width: 768px) { 
    .about-us-slider-content{
      width: 100% !important;
    }

    .about-us-slider-right-content {
      width: 100% !important;
      padding-left: calc(1.5rem * 0.7) !important;
    }
}


@media (max-width:1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 86.5%;
    }
    .page-title-inner .page-entry-title {
      font-size: 53px;
      line-height: 1em;
    }    
}

@media(max-width: 991px) {
  nav.navbar {
    padding-left: 0px;
    padding-right: 0px;
    .container-fluid {
      background: white;
      padding-left: 10px;
      padding-right: 10px;
    }
    .navbar-toggler {
      border-radius: 3px;
      border-color: transparent;
    }
  }

}


@media only screen and (min-width: 1441px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1300px;
    max-width: 1300px;
  }
}

@media (max-width:797px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 797px;
        width: 100%;
    }
    .project-container-grid {
      column-count: 1;
      column-gap: 1em;
    }
    nav.navbar ul.navbar-nav > li {
      margin: 0px;
    }
    .categorias-grid {
      .categoria-grid-item {
        width: 100%;
      }
    }
    .qodef-portfolio-slider-info-items {
      .swiper-slide-visible{
        display: none;
      }
      .swiper-slide-visible.swiper-slide-active {
        display: block;
      }
    }

    .qodef-portfolio-slider-info-items-outer .qodef-portfolio-slider-info-items{
      padding: 35px 0 15px 35px;
    }
    .container-carousel {
      padding: 0px 0px 20px;
      .content-holder{
        span.entry-title {
          font-size: 30px;
        }
      }
      .qodef-portfolio-slider-info-items-outer {
        right: 0px;
      }
    }
    
}

@media (max-width: 576px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 797px;
        width: 100%;
    }
}
.nosotros-boton {
    :hover svg{
        transform: translateX(5px);
        transition: .2s ease-out;
    }
    a {
        margin: 20px 0px 0px 0px;

        padding: 0 !important;
        color: #000;
        background-color: transparent;
        border: 0;
        align-items: center;

        position: relative;
        display: inline-flex;
        vertical-align: middle;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.6em;
        width: auto;
        margin: 0;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 0;
        outline: 0;
        font-family: Montserrat,sans-serif !important;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        background-color: transparent;
        z-index: 5;
        padding: 15px 23px 17px;

        span {
            margin: 0;
            display: inline-block;
        }

        svg {
            transition: .2s ease-out;
            color: black;
        }

    }
}

.team {
  &-slider{
    .slick-prev::before, .slick-next::before{
      color: black;
    }
  }
    .team-image {
        overflow: hidden;
        .team-media-image {
            img {
                transform: scale(1);
                transition: transform 1s;

                height: auto;
                max-width: 100%;
                border: none;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
        }
    }
    .team-image:hover img{
        transform: scale(1.03);
    }
    .team-content {
        margin: 23px 0 0;
        .team-title {
            margin-bottom: 7px;
            margin: 2px 0 13px;
        }
        .team-rol {
            margin-bottom: 11px;
            font-size: 13px;
            font-style: italic;
            color: #898989;
            margin: 0;
        }
    }
}
