@font-face {
  font-family: 'RubikRegular';
  src: url('../fonts/Rubik-Regular.eot');
  src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Rubik-Regular.woff2') format('woff2'),
      url('../fonts/Rubik-Regular.woff') format('woff'),
      url('../fonts/Rubik-Regular.ttf') format('truetype'),
      url('../fonts/Rubik-Regular.svg#RubikRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RubikMedium';
  src: url('../fonts/Rubik-Medium.eot');
  src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Rubik-Medium.woff2') format('woff2'),
      url('../fonts/Rubik-Medium.woff') format('woff'),
      url('../fonts/Rubik-Medium.ttf') format('truetype'),
      url('../fonts/Rubik-Medium.svg#RubikMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?gb4o4x');
  src:  url('../fonts/icomoon.eot?gb4o4x#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gb4o4x') format('truetype'),
    url('../fonts/icomoon.woff?gb4o4x') format('woff'),
    url('../fonts/icomoon.svg?gb4o4x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body, input, textarea, select {font-family: 'RubikRegular'}
body {font-size: 0.9rem}

.font-weight-normal {font-family: 'RubikRegular' !important}
.font-weight-bold {font-family: 'RubikMedium' !important}

strong {font-family: 'RubikMedium'}
a {transition: all 0.3s ease}

.font-h1, .font-h2, .font-h3, .font-h4, .font-h5, .font-h6 {
  margin-bottom: .5rem;
  font-family: 'RubikMedium';
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}

.font-h1 {font-size: 2.5rem}
.font-h2 {font-size: 2rem}
.font-h3 {font-size: 1.75rem}
.font-h4 {font-size: 1.5rem}
.font-h5 {font-size: 1.25rem}
.font-h6 {font-size: 0.938rem}
.font-h7 {font-size: 0.9rem}

@media (min-width: 576px) {
  .font-sm-h1 {font-size: 2.5rem}
  .font-sm-h2 {font-size: 2rem}
  .font-sm-h3 {font-size: 1.75rem}
  .font-sm-h4 {font-size: 1.5rem}
  .font-sm-h5 {font-size: 1.25rem}
  .font-sm-h6 {font-size: 0.938rem}
  .font-sm-h7 {font-size: 0.9rem}
}

@media (min-width: 768px) {
  .font-md-h1 {font-size: 2.5rem}
  .font-md-h2 {font-size: 2rem}
  .font-md-h3 {font-size: 1.75rem}
  .font-md-h4 {font-size: 1.5rem}
  .font-md-h5 {font-size: 1.25rem}
  .font-md-h6 {font-size: 0.938rem}
  .font-md-h7 {font-size: 0.9rem}
}

@media (min-width: 992px) {
  .font-lg-h1 {font-size: 2.5rem}
  .font-lg-h2 {font-size: 2rem}
  .font-lg-h3 {font-size: 1.75rem}
  .font-lg-h4 {font-size: 1.5rem}
  .font-lg-h5 {font-size: 1.25rem}
  .font-lg-h6 {font-size: 0.938rem}
  .font-lg-h7 {font-size: 0.9rem}
}

@media (min-width: 1200px) {
  .font-xl-h1 {font-size: 2.5rem}
  .font-xl-h2 {font-size: 2rem}
  .font-xl-h3 {font-size: 1.75rem}
  .font-xl-h4 {font-size: 1.5rem}
  .font-xl-h5 {font-size: 1.25rem}
  .font-xl-h6 {font-size: 0.938rem}
  .font-xl-h7 {font-size: 0.9rem}
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {content: '\e900'}
.icon-close:before {content: '\e901'}
.icon-facebook:before {content: '\e902'}
.icon-linkedin:before {content: '\e903'}
.icon-menu:before {content: '\e904'}
.icon-whatsapp:before {content: '\e905'}
.icon-youtube:before {content: '\e906'}

[class^="img-"]::after, 
[class*=" img-"]::after,
[class^="img-"], 
[class*=" img-"] {
  background-image: url('../images/img.svg');
  background-repeat: repeat;
  background-position: 0 0;
}

[class^="img-"],
[class*=" img-"] {
  width: 80px;
  height: 75px;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  transition: background-position 0.25s linear;
}

[class^="img-"]::after, 
[class*=" img-"]::after {
  opacity: 0;
  transition: opacity 0.45s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[class^="img-"]:hover::after, 
[class*=" img-"]:hover::after {
  opacity: 1;
  transition: opacity 0.45s;
}

.img-download {background-position: 0 0}
.img-register {background-position: -80px 0}
.img-compare {background-position: -160px 0}
.img-hire {background-position: -240px 0}

.img-search {background-position: 0 -80px}
.img-offerts {background-position: -80px -80px}
.img-check {background-position: -160px -80px}

.img-menu {
  background-position: 0 -80px;
  width: 24px;
  height: 24px;
}

.img-spacer {
  background-position: -240px -80px;
  width: 50px;
  height: 6px;
}

.img-apple,
.img-android {
  background-position: 0 -236px;
  width: 147px;
  height: 46px;
}

.img-android {background-position: -152px -236px}

.img-apple::after,
.img-android::after {
  background-position: 0 -287px;
  content: '';
}

.img-android::after {background-position: -152px -287px}

.img-apple-small,
.img-android-small {
  background-position: 0 -160px;
  width: 105px;
  height: 33px;
}

.img-android-small {background-position: -110px -160px}

.img-apple-small::after,
.img-android-small::after {
  background-position: 0 -198px;
  content: '';
}

.img-android-small::after {background-position: -110px -198px}

@media only screen and (max-width: 600px) {
  .bg-slider {
      background-image: url('../images/slider2.png') !important;
      background-repeat: repeat;
      background-position: center center;
  }
}

.bg-slider {
  background-image: url('../images/slider.png');
  background-repeat: repeat;
  background-position: center center;
}

.bg-image {
  background-image: url('../images/bg.png');
  background-repeat: repeat;
  background-position: center center;
}

.bg-heading {
  background-image: url('../images/heading.png');
  background-repeat: repeat;
  background-position: center center;
}

.bg-orange {background-color: #FEA600}
.bg-blue {background-color: #3A00E0}
.bg-black {background-color: #000000}
.bg-gray {background-color: #DBDBDB}

.text-black,
.text-black:hover {color: #000000}

.text-gray-100,
.text-gray-100:hover {color: #808080}

.text-gray-200,
.text-gray-200:hover {color: #808080}

.text-orange,
.text-orange:hover {color: #FEA600}

.text-blue,
.text-blue:hover {color: #3A00E0}

.container {max-width: 1050px !important}

.h-px-55 {height: 55px}
@media (min-width: 991px) {.h-px-lg-75 {height: 75px}}

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 28px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .btn {
    height: 37px;
  }
}

.btn {
  background-color: #FFC700;
  color: #3A00E0;
}

.btn:hover {
  background-color: #FEA600;
  color: #3A00E0;
}

.bc-gray-100 {border-color: #7B7B7B !important}
.line-0 {line-height: 0}

.menu-item {
  position: relative;
  width: 160px;
  text-align: center;
}

.menu-item.menu-item-big {
  width: 220px;
}

.menu-item a {
  position: relative;
  z-index: 1;
  color: #808080;
}

.menu-item a:hover {
  color: #FEA600;
  font-family: 'RubikMedium';
}

header {
  position: relative;
}

.hover {
  position: absolute;
  top: 60px;
  left: calc( 50vw + -60px);
  width: 255px;
  height: 33px;
  background-image: url(../images/img.svg);
  background-repeat: no-repeat;
  transform: translateX(-50%);
  background-position: 0 -338px;
  z-index: 102;
  display: none;
}

@media (min-width: 992px) {
  .hover {
    display: block;
  }
}

.w-max-100 {
  max-width: 100%;
  height: auto;
}

.slider-item {
  width: 100%;
  display: none;
}

.slider-item:first-child {display: block}

.slider-pager {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.slider-pager span {
  background-color: #3A00E0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}

.slider-pager span.cycle-pager-active {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  background-color: transparent;
}

.collapse {margin-bottom: 30px}

.collapse-title {
  border-bottom: 1px solid #BDBDBD;
  padding: 15px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collapse-title::after {
  content: '\e900';
  font-family: 'icomoon' !important;
  margin-right: 5px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 24px;
  line-height: 0;
  color: #808080;
}

@media (min-width: 768px) {
  .collapse-title::after {margin-right: 20px}
}

.collapse-title.active::after {
  content: '\e901';
  color: #3A00E0;
}

.collapse-title h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.collapse-content {
  display: none;
  padding-top: 20px;
}

a.none,
a.none:hover {text-decoration: none}

.circle {
  color: white;
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.circle_black {
  color: black;
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.circleWhatsapp
{
  color: white;
  background-color: #25d366;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.circle:hover {color: white}
.circle.icon-facebook:hover {background-color: #3b5998}
.circle.icon-youtube:hover {background-color: #ff0000}
.circle.icon-linkedin:hover {background-color: #0077b5}
.circle.icon-whatsapp:hover {background-color: #25d366}

.w-px-item {
  width: 60vw;
  flex-shrink: 0;
}

@media (min-width: 991px) {.w-px-item {width: auto}}

.w-px-380 {
  width: 380px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .w-px-lg-380 {
    width: 380px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .h-px-lg-140 {
    height: 140px;
  }
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 1px;
	background: #FEA600;
	line-height: 0;
}

.scrollbar .handle {
	width: 100px;
	height: 5px;
	background: #3A00E0;
  cursor: pointer;
  position: relative;
  top: -2px;
  border-radius: 5px;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.team > div {opacity: .5}
.team > div.active {opacity: 1}

.image-grad {position: relative}

.image-grad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 52%;
  width: 5%;
  height: 50px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(231,56,39,0) 100%);
}

@media (min-width: 992px) {
  .image-grad::before {
    display: none;
  }
}

.whatsapp {
  position: fixed;
  right: 0;
  top: 50%;
  font-size: 32px;
  transform: translateY(-50%);
}

.flotante {
  position: fixed;
  right: 0;
  top: 50%;
  font-size: 250px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .flotante {
    font-size: 250px;
  }
}

@media (max-width: 600px) {
  .flotante {
    top: 96%;
  }
}


@media (min-width: 768px) {
  .whatsapp {
    font-size: 42px;
  }
}

.flotante a {
  color: #3A00E0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 37px;
  border-radius: 50px 0 0 50px;
}

.whatsapp a {
  color: #3A00E0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 37px;
  background: #FFC700;
  border-radius: 50px 0 0 50px;
}

@media (min-width: 768px) {
  .whatsapp a {
    width: 72px;
    height: 52px;
  }
}

.whatsapp a:hover {
  text-decoration: none;
  color: white;
  background: #25d366;
}

.responsive {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 102;
}

.responsive {
  display: none;
}

