/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap");
@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    width: calc(100% - 300px);
    max-width: 1130px;
    min-width: 896px;
  }
}

ul.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.lines li {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #bfbfbf;
  width: 1px;
  left: 0;
  transition: height 2s ease;
  list-style: none;
}

@media (max-width: 767px) {
  ul.lines li {
    opacity: 0;
  }
}

ul.lines li:nth-child(2) {
  left: 25%;
}

ul.lines li:nth-child(3) {
  left: 50%;
}

ul.lines li:nth-child(4) {
  left: 75%;
}

ul.lines li:nth-child(5) {
  left: 100%;
}

ul.lines li:nth-child(6) {
  left: 25%;
}

ul.lines li:nth-child(7) {
  left: 50%;
}

ul.lines .dark li {
  background-color: rgba(255, 255, 255, 0.08);
}

.bg-trans::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: .3s ease;
  z-index: 19;
}

.lineDiv {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #bfbfbf calc(50% - 1px), #bfbfbf 50%, transparent 50%) #fff;
  height: 100%;
  width: 100%;
  padding: 0;
  margin-left: 1px;
  border-right: 1px solid #bfbfbf;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/*.slick-loading .slick-list {*/
/*  background: #fff url("./ajax-loader.gif") center center no-repeat;*/
/*}*/

/* Icons */
/*@font-face {*/
/*  font-family: "slick";*/
/*  src: url("./fonts/slick.eot");*/
/*  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.border-right {
  border-right: 1px solid #bfbfbf !important;
}

.border-bottom {
  border-bottom: 1px solid #bfbfbf !important;
}

.border-top {
  border-top: 1px solid #bfbfbf !important;
}

.border-left {
  border-left: 1px solid #bfbfbf !important;
}

.title_section {
  font-weight: 600;
  position: relative;
  font-size: 16px;
}

.title_section::after {
  content: '';
  background-image: url(../img/icon-flecha.png);
  position: absolute;
  left: -20px;
  z-index: 5;
  width: 12px;
  height: 12px;
  top: 5px;
}

.title_section.blue {
  color: #005faa;
}

.title_section.white {
  color: #FFF;
}

.title_section.white::after {
  background-image: url(../img/icon-flecha-blue.jpg);
  width: 13px;
  height: 12px;
}

.title_product {
  font-weight: 600;
  position: relative;
  font-size: 16px;
}

.title_product.blue {
  color: #005faa;
}

.title_product.white {
  color: #FFF;
}

.navbar {
  padding: 30px 0;
}

.navbar .topbar-brand img {
  width: 200px;
}

.navbar .rightbar {
  display: flex;
  gap: 40px;
}

.navbar .rightbar-menu {
  cursor: pointer;
  color: white;
}

.navbar .rightbar-menu img {
  padding-right: 15px;
}

.navbar .rightbar-menu .menu-a {
  display: inline;
}

.navbar .rightbar-menu .menu-b {
  display: none;
}

.navbar .rightbar-block {
  border: 1px solid #bfbfbf;
  border-right: 0;
  color: white;
  display: grid;
  margin-top: -37px;
}

.navbar .rightbar-block-lang {
  padding: 15px 20px;
  position: relative;
}

.navbar .rightbar-block-lang-cotizacion {
  display: none;
  position: absolute;
  top: 0;
  right: -76px;
  border: 1px solid #bfbfbf;
  padding: 14px 20px;
}

.navbar .rightbar-block-search {
  background-color: #006fb3;
  padding: 15px 20px;
}

.navbar-scrolled {
  border-bottom: 1px solid #bfbfbf;
  padding: 0;
}

.navbar-scrolled .rightbar-menu {
  display: flex;
  align-items: center;
  color: #006fb3;
}

.navbar-scrolled .container {
  align-items: center !important;
}

.navbar-scrolled .rightbar-block {
  color: initial !important;
  margin-top: -1px !important;
  border-bottom: 0;
}

.navbar-scrolled .rightbar-block .rightbar-block-lang {
  padding: 5px 10px;
}

.navbar-scrolled .rightbar-block .rightbar-block-lang .rightbar-block-lang-cotizacion {
  display: block;
}

@media (max-width: 1240px) {
  .navbar-scrolled .rightbar-block .rightbar-block-lang .rightbar-block-lang-cotizacion {
    display: block;
  }
}

.navbar-scrolled .rightbar-block .rightbar-block-search {
  padding: 5px 10px;
}

.navbar-scrolled .menu-a {
  cursor: pointer;
  display: none;
}

.navbar-scrolled .menu-b {
  cursor: pointer;
  display: inline !important;
}

.navbar-scrolled .searchTop {
  display: none !important;
}

.navbar .searchTop {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #ffffff5c;
  padding-bottom: 10px;
  display: none;
}

.navbar .searchTop input {
  background: transparent;
  border: 0;
  color: white;
  outline: none;
  width: 100%;
}

.navbar .searchTop input::-webkit-input-placeholder {
  color: white;
}

.navbar .searchTop input::-moz-placeholder {
  color: white;
}

.navbar .searchTop input:-ms-input-placeholder {
  color: white;
}

.navbar .searchTop input::-ms-input-placeholder {
  color: white;
}

.navbar .searchTop input::placeholder {
  color: white;
}

.navbar .searchTop button {
  border: 0;
  background: transparent;
}

@media (max-width: 420px) {
  .navbar .searchTop {
    display: flex;
  }
}

@media (max-width: 420px) {
  .navbar {
    padding: 30px 15px !important;
  }
}

.sliders {
  position: relative;
}

.sliders-caption {
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-30%);
  color: white;
}

.sliders-caption h2 {
  font-weight: 300;
  font-size: 50px;
}

@media (max-width: 991px) {
  .sliders-caption h2 {
    font-size: 42px;
  }
}

@media (max-width: 568px) {
  .sliders-caption h2 {
    font-size: 30px;
  }
}

.sliders-caption h3 {
  font-size: 18px;
}

@media (max-width: 568px) {
  .sliders-caption h3 {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .sliders-caption h3 {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .sliders-caption {
    bottom: 50%;
  }
}

.sliders-menu {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.sliders-menu > div {
  display: flex;
}

.sliders-menu-first {
  background-color: #006fb3;
  width: 120px;
  padding: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
}

.sliders-menu-second {
  width: 250px;
  background-color: white;
  text-align: center;
}

.sliders-menu-second .carousel-indicators {
  height: 22px;
}

.sliders-menu-second .carousel-indicators li {
  width: 8px;
  height: 9px;
  text-indent: -999px;
  border-radius: 50%;
  /* top: 23px; */
  background: #000;
  border: 0;
}

.sliders-menu-second a {
  position: relative;
  font-size: 0px;
  color: transparent;
}

.sliders-menu-second a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b5b5b5;
  position: absolute;
  top: -5px;
}

.sliders-menu-second .rslides_here a::after {
  background: #4a4a49;
}

.sliders-menu-second .rslides_nav {
  display: none;
}

.sliders-menu-third {
  background-color: #358bc2;
  width: 120px;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 10px;
}

@media (max-width: 420px) {
  .rslides li {
    width: initial !important;
  }
  .rslides img {
    width: initial !important;
  }
  .brand-white, .brand-blue {
    width: 150px !important;
  }
}

header {
  position: relative;
  overflow: hidden;
}

.first-screen {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}

.first-screen-containerThumb {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 100%;
}

.first-screen-containerThumb-thumb {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  right: 0;
  margin-right: -1px;
  padding: calc(50% - 251px) 0px 0px;
}

.first-screen-containerThumb-thumb video {
  width: 101%;
  margin-bottom: -3px;
}

@media (max-width: 1500px) and (max-height: 670px) {
  .first-screen-containerThumb-thumb {
    padding: calc(50% - 357px) 0 0;
  }
}

.first-screen-containerThumb-line-left {
  border-bottom: 1px solid #bfbfbf;
  width: 5000px;
  position: absolute;
  left: calc(-100vw);
}

.second-screen {
  position: relative;
}

.second-screen .container {
  position: relative;
}

.second-screen .container .block {
  padding: 127px 50px;
  background-color: #fff;
}

.second-screen .container .description_section {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
  position: relative;
}

.second-screen .container .description_section::after {
  content: ' ';
  border-radius: 4px;
  width: 40px;
  height: 3px;
  background-color: #006fb3;
  left: 0;
  bottom: -20px;
  position: absolute;
}

.three-screen {
  position: relative;
}

.three-screen .container {
  position: relative;
}

.three-screen .container .item_services {
  padding: 20px;
  height: 239px;
  width: 100%;
}

.three-screen .container .item_services .title_section {
  width: 100px;
  height: 55px;
  display: block;
  z-index: 6;
}

.three-screen .container .item_services.fullimg {
  padding: 0;
  /*background-image: url(../img/services-person.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.three-screen .container .item_services .service_img {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.three-screen .container .item_services .service_img img {
  height: 80px;
}

.three-screen .container .col .item_services_hover {
  background-image: url(img/servicios/Exploracion_minera.png);
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 5;
}

.three-screen .container .col .renta-text {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 25px;
  font-weight: 500;
}

.three-screen .container .col:hover .title_section {
  color: white;
}

.three-screen .container .col:hover .title_section::after {
  background-image: url(../img/icon-flecha-white.png);
}

.three-screen .container .col:hover .item_services_hover {
  opacity: 1;
}

.three-screen .container .col.rentacore {
  display: flex;
}

.three-screen .container .col.rentacore .item_services_hover {
  display: flex;
}

.three-screen .container .col.rentacore:hover .title_section {
  opacity: 0;
}

.separator-screen {
  position: relative;
  color: white;
}

.separator-screen .container {
  position: relative;
}

.separator-screen .container .lines li:nth-child(2) {
  background-color: transparent;
}

.separator-screen .container .lines li:nth-child(4) {
  background-color: transparent;
}

.separator-screen-two {
  position: relative;
  color: white;
}

.separator-screen-two .container {
  position: relative;
}

.separator-screen-two .container .lines li:nth-child(3) {
  background-color: transparent;
}

.four-screen {
  position: relative;
  background-color: #1d7bb5;
  color: white;
}

.four-screen .container {
  position: relative;
}

.four-screen .container .block {
  padding: 100px 50px 0;
}

.four-screen .container .description_section {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}

.four-screen .container .description_section_adc {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  position: relative;
}

.four-screen .container .description_section_adc::after {
  content: ' ';
  border-radius: 4px;
  width: 40px;
  height: 3px;
  background-color: #FFF;
  left: 0;
  bottom: -20px;
  position: absolute;
}

.four-screen .container img {
  width: 100%;
  padding-left: 1px;
}

.four-screen .container .lines li:nth-child(1) {
  background-color: transparent;
}

.four-screen .container .lines li:nth-child(2) {
  background-color: transparent;
}

.four-screen .container .lines li:nth-child(4) {
  background-color: transparent;
}

.five-screen {
  position: relative;
}

.five-screen .container {
  position: relative;
}

.five-screen .container .item_product {
  padding: 20px;
  width: 100%;
  background: white;
}

.five-screen .container .item_product .title_section {
  width: 100px;
}

.five-screen .container .item_product .img_product {
  width: calc(100% + 40px);
  margin: 0 -20px 10px -20px;
}

.five-screen .container .item_product span {
  font-size: 12px;
  line-height: 18px;
  color: #525252;
  display: block;
}

.five-screen .container .item_product_footer {
  margin-top: 21px;
  width: calc(100% + 70px);
  margin-left: -35px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  background: white;
  cursor: pointer;
}

.five-screen .container .item_product_footer > div:first-child {
  padding: 5px 15px;
  color: #006fb3;
  font-size: 13px;
}

.five-screen .container .item_product_footer_link {
  width: 30px;
  height: 30px;
  margin-left: auto;
  background: #006fb3;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  line-height: 30px;
}

.suscribe-screen {
  position: relative;
}

.suscribe-screen .container {
  position: relative;
}

.suscribe-screen .container input {
  padding: 20px;
  width: 100%;
  border: 0;
  margin-left: 1px;
}

.suscribe-screen .container .btn_suscribe {
  background-color: #4a4a49;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  border: 0;
}

.six-screen {
  position: relative;
}

.six-screen .container {
  position: relative;
}

.six-screen .container .block {
  padding: 80px 50px 70px;
  background-color: #fff;
}

.six-screen .container .description_section {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
  position: relative;
}

.six-screen .container .description_section::after {
  content: ' ';
  border-radius: 4px;
  width: 40px;
  height: 3px;
  background-color: #006fb3;
  left: 0;
  bottom: -20px;
  position: absolute;
}

.seven-screen {
  position: relative;
}

.seven-screen .container {
  position: relative;
}

.eight-screen {
  position: relative;
}

.eight-screen .container {
  position: relative;
  text-align: center;
}

@media (max-width: 500px) {
  .eight-screen .container {
    border-bottom: 1PX solid #bfbfbf;
  }
}

.eight-screen .container img {
  margin: 0 auto;
  max-width: 100%;
}

.eight-screen-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #fff;
}

.eight-screen-brand .color {
  display: none;
}

.eight-screen-brand .gris {
  display: block;
}

.eight-screen-brand:hover .color {
  display: block;
}

.eight-screen-brand:hover .gris {
  display: none;
}

@media (max-width: 500px) {
  .eight-screen-brand {
    border-top: 1px solid #bfbfbf;
    border-bottom: 0;
    border-left: 1px solid #bfbfbf;
    border-right: 0;
  }
}

.eight-screen .slick-arrow {
  display: block !important;
}

.eight-screen .arrows_office {
  min-height: 90px;
}

.eight-screen .arrows_office .slick-next:before, .eight-screen .arrows_office .slick-prev:before {
  color: #000000;
  font-size: 40px;
}

.eight-screen .arrows_office .slick-prev {
  left: 27%;
  top: 40%;
}

.eight-screen .arrows_office .slick-prev:hover:before {
  color: #006fb3;
}

.eight-screen .arrows_office .slick-next {
  right: 33%;
  top: 40%;
}

.eight-screen .arrows_office .slick-next:hover:before {
  color: #006fb3;
}

.nine-screen {
  position: relative;
}

.nine-screen .container {
  position: relative;
}

.nine-screen .container .block {
  padding: 60px 50px 60px;
  background-color: #1a7cb9;
}

.nine-screen .container .description_section {
  color: white;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
}

.nine-screen .container .description_section_adc {
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin-top: 20px;
  position: relative;
}

.nine-screen .container .description_section_adc::after {
  content: ' ';
  border-radius: 4px;
  width: 40px;
  height: 3px;
  background-color: #FFF;
  left: 0;
  bottom: -20px;
  position: absolute;
}

.ten-screen {
  position: relative;
}

.ten-screen .container {
  position: relative;
}

@media (max-width: 420px) {
  .ten-screen .container {
    padding: 0 0 20px;
    border-top: 0 !important;
  }
}

.ten-screen .container .number {
  font-size: 30px;
  font-weight: 700;
  color: #4a4a49 !important;
}

.ten-screen .container .contact-office {
  background-color: #fff;
  padding: 30px;
  border-left: 1px solid #bfbfbf;
}

@media (max-width: 420px) {
  .ten-screen .container .contact-office {
    border-bottom: 1px solid #bfbfbf;
  }
}

@media (max-width: 420px) {
  .ten-screen .container .office {
    padding: 20px 10px;
  }
}

.ten-screen .container .office_title {
  font-weight: 700;
  font-size: 16px;
}

.ten-screen .container .office_phone {
  font-weight: 600;
  font-size: 14px;
  color: #4a4a49 !important;
}

.ten-screen .container .office_email {
  font-weight: 300;
  font-size: 14px;
}

.ten-screen .container .slick-arrow {
  display: block !important;
}

.ten-screen .container .arrows_office {
  min-height: 40px;
}

.ten-screen .container .arrows_office .slick-next:before, .ten-screen .container .arrows_office .slick-prev:before {
  color: #000000;
  font-size: 40px;
}

.ten-screen .container .arrows_office .slick-prev {
  left: 30%;
  top: 40%;
}

.ten-screen .container .arrows_office .slick-prev:hover:before {
  color: #006fb3;
}

.ten-screen .container .arrows_office .slick-next {
  right: 30%;
  top: 40%;
}

.ten-screen .container .arrows_office .slick-next:hover:before {
  color: #006fb3;
}

.form_footer-screen {
  position: relative;
}

.form_footer-screen .container {
  position: relative;
}

.form_footer-screen .container .form_item input, .form_footer-screen .container .form_item input:focus {
  display: block;
  width: 100%;
  padding: 20px;
}

.form_footer-screen .container .form_item textarea {
  display: block;
  border: 0;
  width: 100%;
  padding: 20px;
  height: 100px;
}

.form_footer-screen .container .imageRight {
  padding: 0;
  background-image: url(../img/banner_formulario.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer {
  background-color: #4e4e4e;
}

footer .container {
  position: relative;
}

footer .container-first-logo {
  padding: 131px 0;
}

@media (max-width: 420px) {
  footer .container-first-logo {
    padding: 40px 0;
  }
}

footer .container-first-logo img {
  width: 200px;
  max-width: 90%;
}

footer .container-first-number {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 40px;
}

footer .container-second {
  padding: 40px 0;
}

@media (max-width: 420px) {
  footer .container-second {
    padding: 0;
  }
}

footer .container-second ul li {
  list-style: none;
  margin: 15px 0;
  font-size: 11px;
}

footer .container-second ul li a {
  color: white;
  font-weight: 600;
}

footer .container-second ul li a:hover {
  color: #1a7cb9;
  text-decoration: none;
}

footer .container-three .office {
  color: white;
  padding: 50px 0 50px;
}

@media (max-width: 420px) {
  footer .container-three .office {
    padding: 30px !important;
  }
}

footer .container-three .office_title {
  font-weight: 700;
  font-size: 16px;
}

footer .container-three .office_phone {
  font-weight: 600;
  font-size: 16px;
}

footer .container-three .office_email {
  font-weight: 300;
  font-size: 12px;
}

footer .container-three .lineDiv {
  height: 245px;
  padding: 0;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #bfbfbf calc(50% - 1px), #bfbfbf 50%, transparent 50%) #4e4e4e;
}

footer .container-four ul {
  padding: 35px 30px;
  padding-left: 10px;
  font-size: 11px;
}

@media (max-width: 420px) {
  footer .container-four ul {
    padding: 30px;
  }
}

footer .container-four ul li {
  list-style: none;
  margin: 15px 0;
}

footer .container-four ul li img {
  margin-right: 10px;
}

footer .container-four ul li a {
  color: white;
  font-weight: 600;
}

footer .container-four ul li a:hover {
  color: #358bc2;
  text-decoration: none;
}

footer .container-four .margin {
  padding: 31px 30px;
}

@media (max-width: 420px) {
  footer .container-four .margin {
    padding: 20px 42px;
  }
}

footer .container-four .margin-networks ul {
  padding: 0;
}

footer .container-four .margin-networks ul li {
  display: inline-block;
  padding: 0 10px;
  margin: 15px 0 0;
}

footer .container-four .margin-networks ul li:first-child {
  padding-left: 0;
}

footer .container-four .follow-us {
  font-weight: 800;
  color: #358bc2;
}

footer .container-four .copy {
  color: #787878;
}

footer .container-last {
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #006fb3;
}

.remove-padding {
  padding: 0;
}

@media (max-width: 420px) {
  .remove-margin-mobile {
    margin: 0;
  }
}

@media (max-width: 568px) {
  .block {
    padding: 40px 30px 60px !important;
  }
  .content-contact-div {
    border: 0 !important;
  }
  .content-contact-input {
    border: 1px solid #bfbfbf !important;
  }
  #form_footer .container {
    border: 0 !important;
  }
}

.slick-dots li button:before {
  left: 0;
  content: " ";
  width: 10px;
  height: 10px;
  background: #4a4a49;
  border-radius: 50px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: -53px;
  z-index: 2;
}

.slick-initialized .slick-slide {
  outline: none;
}

.slick-arrow {
  display: none !important;
}

.global_search {
  background: #4e4e4e;
  width: 100%;
  position: absolute;
  color: white;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-weight: 600;
}

@media (max-width: 570px) {
  .global_search {
    width: 100%;
    color: #fff;
    font-weight: 600;
    position: relative;
  }
}

@media (max-width: 420px) {
  .global_search_mobile .global_search {
    font-size: 12px;
  }
  .global_search_mobile .number {
    font-size: 19px !important;
    margin-top: 14px;
  }
}

.global_search_mobile {
  padding: 18px;
}

.global_search_mobile .col {
  padding: 0;
}

@media (max-width: 790px) {
  .global_search_mobile {
    padding: 0;
    margin-top: 18px;
  }
}

@media (max-width: 574px) {
  .global_search_mobile {
    margin-top: 0;
  }
  .global_search_mobile .col:nth-child(2) {
    border-bottom: 1px solid #dadada;
  }
}

.cont_item_product {
  border-left: 1px solid #bfbfbf !important;
  background-color: #fff;
}

@media (max-width: 790px) {
  .arrows_office_first {
    border: 1px solid #c8c8c8;
    height: 80px;
    border-bottom: 0;
  }
}

@media (max-width: 400px) {
  .arrows_office_first {
    border-top: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1132px;
  }
}

@media (min-width: 975px) {
  .ten-screen .container .number {
    font-size: 20px;
    margin-top: 29px;
  }
}

.social-networks li {
  color: white;
  font-size: 22px;
}

.social-networks li:hover {
  color: #1a7cb9;
}

/* offside-js 1.4.0 26-03-2018
* Minimal JavaScript kit without library dependencies to push things off-canvas using just class manipulation
* https://github.com/toomuchdesign/offside.git
*
* by Andrea Carraro
* Available under the MIT license
*/
/* Off-canvas element CSS */
.offside {
  position: fixed;
  /* Does not play well with some old browsers (see: README) */
  width: 70%;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

@media (max-width: 420px) {
  .offside {
    width: 100%;
  }
}

/* Left off-canvas elements default status: out of the page */
.offside,
.offside--left {
  left: -70%;
}

/* Right off-canvas elements default status: out of the page */
.offside--right {
  left: auto;
  right: -70%;
}

@media (max-width: 420px) {
  .offside--right {
    right: -100%;
  }
}

/*
 * Left off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */
.offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
  transform: translate3d(70%, 0, 0);
}

@media (max-width: 420px) {
  .offside--left.is-open,
  .offside-js--is-left .offside-sliding-element {
    transform: translate3d(100%, 0, 0);
  }
}

/*
 * Right off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */
.offside--right.is-open,
.offside-js--is-right .offside-sliding-element {
  transform: translate3d(-70%, 0, 0);
}

@media (max-width: 420px) {
  .offside--right.is-open,
  .offside-js--is-right .offside-sliding-element {
    transform: translate3d(-100%, 0, 0);
  }
}

/* Elements Transitions */
.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Body overflow */
.offside-js--init {
  overflow-x: hidden;
}

/* Fallback movements for browser not supporting CSS 3d Transitions
----------------------------------------------- */
/* Modernizr false negative csstransforms3d fix, reset CSS 3d Transitions */
.no-csstransforms3d .offside {
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .offside-sliding-element {
  overflow-x: hidden;
  position: relative;
}

/* Element is open: off-canvas element slides in */
.no-csstransforms3d .offside--left.is-open {
  left: 0;
}

.no-csstransforms3d .offside--right.is-open {
  right: 0;
}

/* Element is open: container elements slide out */
.no-csstransforms3d > .offside-js--is-left .offside-sliding-element {
  right: -70%;
}

.no-csstransforms3d > .offside-js--is-right .offside-sliding-element {
  left: -70%;
}

.menuSide {
  padding: 20px 0;
  max-width: 70%;
  background-color: #e6e6e6;
}

@media (max-width: 420px) {
  .menuSide {
    max-width: 100%;
  }
}

.menuSide-header {
  display: flex;
  width: 65%;
  padding-left: 3rem;
  margin-bottom: 2rem;
  color: #006fb3;
  font-weight: 300;
}

@media (max-width: 420px) {
  .menuSide-header {
    width: 92%;
  }
}

.menuSide-header a {
  margin-left: auto;
}

.menuSide ul {
  margin-left: 3rem;
  padding-left: 0;
}

.menuSide ul li {
  list-style: none;
  font-size: 35px;
}

.menuSide ul li a {
  color: #006fb3;
  text-decoration: none;
  font-weight: 500;
}

.menuSide ul li a:hover {
  color: #358bc2;
}

.menuSide ul li:first-child a {
  color: #358bc2;
}

.menuSide-footer {
  bottom: 3rem;
  position: absolute;
  left: 3rem;
  color: #006fb3;
  font-weight: 300;
}

.menuSide-footer-links {
  margin-top: 0.5rem;
}

.menuSide-footer-links img {
  padding-right: 5px;
}

.site-overlay {
  z-index: 1039;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: visibility 0s ease, opacity .2s ease;
}

.offside-js--is-open .site-overlay {
  visibility: visible;
  opacity: .8;
  transition-delay: delay 0s;
}

.button_action {
  border: 0;
  background-color: #ffffff;
  color: #4a4a49;
  padding: 25px 15px 25px 15px;
  position: relative;
  outline: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .2s linear;
  width: 100%;
  display: block;
  padding-left: 85px;
  font-size: 15px;
  margin-top: -5px;
  font-weight: 500;
}

.button_action::after {
  content: '';
  background-image: url(../img/arrow_left.png);
  outline: 0 !important;
  width: 62px;
  height: 100%;
  background-color: #006fb3;
  left: 0;
  top: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .button_action {
    width: calc(100% - 39px);
    text-align: left;
  }
}

.button_action:hover {
  opacity: .9;
  text-decoration: none;
}

.button_send {
  border: 0;
  background-color: #006fb3;
  color: #FFF;
  padding: 25px 50px 24px 15px;
  position: relative;
  outline: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .2s linear;
  display: block;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}

.button_send:hover {
  /*opacity: .9;*/
}

ul {
  margin: 0;
}

body {
  color: #4a4a49;
  font-family: 'Montserrat', sans-serif;
}

.bg-white {
  margin-right: 0px;
}

.brand-blue {
  display: none;
}

.navbar-coretech.navbar-dark.navbar-scrolled {
  background-color: #FFF !important;
}

.navbar-coretech.navbar-dark.navbar-scrolled .brand-white {
  display: none;
}

.navbar-coretech.navbar-dark.navbar-scrolled .brand-blue {
  display: block;
}

.input {
  background-color: white;
  padding: 10px 12px;
  background-color: #fff;
  padding: 10px 12px;
  border: 2px solid white;
  border-radius: 4px;
  outline: none;
  transition: .2s linear;
}

.input.error {
  border: 2px solid red;
}

label.error {
  position: absolute;
  left: 20px;
  bottom: -6px;
  font-size: 12px;
  color: red;
}

@media screen and (max-width: 991px) and (min-width: 770px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .container {
    max-width: 90%;
  }
}
