a {
  @include transition(all 150ms ease);

  * {
    @include transition(all 150ms ease);

  }

  &:hover {
    @include transition(all 150ms ease);
  }
}


.cvzicon {
  flex: none;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

b, strong {
  font-weight: 600;
}
.bg-grey{
  background: #F3F3F3;
}
.btn{
  @include media-breakpoint-down(md){
    padding: 11px 15px;
  }
}
a.hidden-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.breadcrumb-item {
  a {
    color: #fff;
  }
  &:before {
    font-family: "icons" !important;
    font-size: 15px;
    color: #fff !important;
  }
}
.obfit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.obfit-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.btn-outline-primary, .btn-outline-secondary {
  &:hover, &:active {
    color: #fff !important;
  }
  i {
    position: relative;
    top: 3px;
    font-size: 18px;
  }
}

.ln-1 {
  line-height: 1;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  color: #fff;
  background: $primary;
}

::selection {
  color: #fff;
  background: $primary;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.btn-outline-white, .btn-white {
  &:hover {
    color: $primary !important;
  }
}

.hidden-link{
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.page-content {
  font-size: 15px;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #4f555a;
  font-weight: 400;
  @include media-breakpoint-between(sm, lg){
    font-size: 14px;
  }

  @include media-breakpoint-down(sm){
    font-size: 13px;
  }

  &.min-h{
    min-height: 550px;
  }
  a {
    color: $link-color;
  }

  ul {
    list-style: disc inside;
  }

  ol {
    list-style-position: inside;
  }

  iframe {
    max-width: 100%;
    min-height: 200px
  }

  img:not(.img-right):not(.img-left):not(.bsl) {
    max-width: 100% !important;
  }

  img.img-right {
    padding-right: 0;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  img.img-left {
    padding-left: 0;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  figure.article-image{
    float: left;
    @include media-breakpoint-up(md){
      margin: 0 1rem 1rem 0;
      width: 35%;
    }
    @include media-breakpoint-down(md){
      margin: 0 .5rem .5rem 0;
      float: none;
    }
  }

  .title{
    color: $primary;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 17px;
  }

  table {
    max-width: 100%;
    height: auto;
  }

  p:last-child {
    margin: 0
  }

  a.collapsible-item-title-link {
    color: $primary;
    font-size: 16px;
    position: relative;
    padding-left: 22px;
    font-weight: 600;

    &::before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 2px;
      border-radius: 100%;
      background-color: $primary;
      z-index: 1;
    }

    &::after {
      content: "\f067";
      font: normal normal normal 10px/1 "Font Awesome 5 Pro";
      color: #fff;
      border-radius: 100%;
      line-height: 18px;
      text-align: center;
      z-index: 2;
      position: absolute;
      left: 6px;
      top: 2px;
    }
  }

  .panel-body {
    padding: 15px 0 0 20px;
  }

  strong, b {
    font-weight: 700;
  }

  .btgrid .content .pad {
    padding-right: 10px;
  }
}

.swiper-head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .swiper-titles {
    .title {
      font-weight: 500;
      font-size: 32px;
      line-height: 1;
      color: #1d2e37;

    }

    .subtitle {
      font-weight: normal;
      font-size: 12px;
      letter-spacing: 0.79em;
      color: #989898;

    }
  }

  .swiper-buttons {
    display: flex;
    align-items: center;

    a{
      margin-left: 10px;
      color: #D5E2E2;
      &:hover{
        color: #2F4253;
      }
    }

  }
}

svg#Capa_1 {
  width: 20px;
  color: #d75a4a;
  margin: 0 8px;
  -webkit-animation: kalpAtisi 1s ease infinite;
  animation: kalpAtisi 1s ease infinite;
  position: relative;
  top: 1px;
}

@-webkit-keyframes kalpAtisi {
  0%, 100% {
    zoom: 100%;
  }
  15%, 35% {
    zoom: 120%;
  }
  20% {
    zoom: 110%;
  }
}

@keyframes kalpAtisi {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15%, 35% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-whatsapp {
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #25d366;
  margin: 10px;
  height: 50px;
  width: 50px;
  transform: scale(1);
  animation: pulse-whatsapp 2s infinite;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.pulse-phone {
  background: $primary;
  border-radius: 50%;
  box-shadow: 0 0 0 0 $primary;
  margin: 10px;
  height: 50px;
  width: 50px;
  transform: scale(1);
  animation: pulse-phone 2s infinite;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

@keyframes pulse-whatsapp {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse-phone {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba($primary, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba($primary, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba($primary, 0);
  }
}


$gutter: 30px;
$border-width: 2px;
$dot-diameter: 14px;


.timeline {
  background: #fff;
  position: relative;

  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(33% + 15px);
    bottom: 0px;
    width: $border-width;
    background: $primary;
  }

  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

.entry {
  clear: both;
  text-align: left;
  position: relative;

  .title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: $primary;
    margin-bottom: .5em;
    float: left;
    width: 33%;
    padding-right: $gutter;
    position: relative;

    img {
      margin-right: 20px;
    }

    &:before {
      content: '';
      position: absolute;
      width: $dot-diameter;
      height: $dot-diameter;
      border: $border-width solid $primary;
      background-color: $primary;
      border-radius: 100%;
      top: 15%;
      right: -23px;
      z-index: 99;
    }
  }

  .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 100px;
    font-weight: normal;
    font-size: 12px;
    background: #000;
    color: #656565;
  }
}

.svgload {
  opacity: 0;
}