/* ------------------------------------------------------------
    STYLES

    1 ::::: BASE
    Variables
    Mixins
    Reset
    Base

    2 ::::: LIB
    Forms
    Buttons
    Icons
    Tables

    3 ::::: PLUGINS
    Slick 1.8.1

    4 ::::: RESPONSIVE
    Largedevices
    Mediumdevices
    Smalldevices

------------------------------------------------------------ */
/* ------------------------------------------------------------
    FONTS
------------------------------------------------------------ */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
/* ------------------------------------------------------------
    BASE COLORS
------------------------------------------------------------ */
/* ------------------------------------------------------------
   FONTS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    ANIMATIONS
------------------------------------------------------------ */
a,
input,
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px = 1rem*/
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden;
  min-width: 360px;
}
h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 40px;
}
h1 span {
  color: #1F252E;
}
h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 40px;
}
h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 32px;
}
h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 22px;
}
h5 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
h6 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
p,
ul,
ol,
li {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
a,
.btn {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
.anaunncement {
  background-color: #1F252E;
  padding: 8px 0px;
}
.anaunncement a {
  color: #FDFCF9;
  font-size: 12px;
  text-decoration: none;
}
header {
  padding: 24px 0px;
}
header .logotipo {
  width: 300px;
}
header .header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-wrap nav ul {
  list-style: none;
  display: flex;
}
header .header-wrap nav ul li {
  margin-right: 16px;
  padding: 8px 24px;
}
header .header-wrap nav ul li:last-child {
  margin-right: 0;
}
header .header-wrap nav ul li a {
  text-decoration: none;
}
header .header-wrap nav ul li.active {
  background-color: #1F252E;
}
header .header-wrap nav ul li.active a {
  color: #FDFCF9;
}
header .header-wrap nav ul li:hover {
  background-color: #1F252E;
}
header .header-wrap nav ul li:hover a {
  color: #FDFCF9;
}
footer {
  margin-top: 24px;
  padding: 24px 0;
}
.heroimage {
  background-position: center center;
  background-size: cover;
}
.heroimage.full {
  height: 100vh;
}
.heroimage.large {
  height: 80vh;
}
.heroimage.small {
  height: 50vh;
}
.heroimage h1 {
  font-size: 42px;
  color: #FDFCF9;
}
.heroimage p {
  font-size: 22px;
  color: #FDFCF9;
}
.content-columns {
  padding: 64px 0;
}
.column-text {
  padding: 64px 0;
}
.column-text .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.column-text .content h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.column-text .content p {
  font-size: 16px;
}
.icon-grid {
  padding: 64px 0;
}
.icon-grid .card-icon-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.icon-grid .message {
  background-color: #1F252E;
  text-align: center;
  padding: 32px 0;
  margin-top: 32px;
}
.icon-grid .message p {
  color: #FDFCF9;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.services-cards-wrap {
  padding: 32px 0;
}
.services-cards-wrap .card-services-row {
  margin-bottom: 16px;
}
.services-cards-wrap .card-services-row:nth-child(1) .card-services {
  background-color: #FFE9D4;
}
.services-cards-wrap .card-services-row:nth-child(2) .card-services {
  background-color: #EFF6FF;
}
.services-cards-wrap .card-services-row:nth-child(3) .card-services {
  background-color: #E5FFDF;
}
.services-cards-wrap .card-services-row:nth-child(4) .card-services {
  background-color: #DDFDED;
}
.services-cards-wrap .card-services {
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px 24px 0 24px;
}
.services-cards-wrap .card-services .icon {
  margin-bottom: 24px;
}
.services-cards-wrap .card-services h4 {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
  padding: 0 40px;
}
.services-cards-wrap .card-services p {
  padding: 0 40px;
  font-size: 16px;
  color: #000;
}
.services-cards-wrap .card-services .image {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
.card-x-wrap {
  padding: 64px 0px;
}
.card-x-wrap .card-x {
  background-color: #FDFCF9;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
}
.card-x-wrap .card-x img {
  width: 100%;
}
.card-x-wrap .card-x .content {
  box-sizing: border-box;
  padding: 16px;
}
.card-security-wrap {
  padding: 64px 0px;
}
.card-security-wrap .card-security {
  border-radius: 8px;
  background-color: #F2FAFA;
  box-sizing: border-box;
  padding: 24px 48px 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-security-wrap .card-security img {
  margin-bottom: 48px;
}
.card-security-wrap .card-security h3 {
  margin-bottom: 24px;
}
.icon-column {
  padding: 64px 0;
}
.icon-column .image-int {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.icon-column .image-int img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.icon-column .card-icon-column {
  box-sizing: border-box;
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon-column .card-icon-column img {
  margin-right: 64px;
  width: 70px;
}
.icon-column .card-icon-column h4 {
  font-weight: 400;
}
.cta-section {
  padding: 225px 0px;
  background-color: gray;
  background-image: url(/assets/images/bg-image_5.jpg);
  background-position: center center;
  background-size: cover;
}
.cta-section h2 {
  color: #FDFCF9;
}
.cta-section p {
  color: #FDFCF9;
  font-size: 22px;
}
.square {
  width: 103px;
  height: 107px;
}
.header-int {
  background-color: #1F252E;
}
.header-int img {
  width: 300px;
}
.aviso-de-privacidad .table {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
.logotipo-ls {
  width: 120px;
}
.bg-ls {
  background-color: #EDF7F5;
}
.btn-one {
  width: fit-content;
  display: block;
  background-color: #B8F200;
  border-radius: 30px;
  padding: 12px 20px;
  color: #1F252E;
  font-weight: 600;
  margin-bottom: 8px;
}
.btn-one:hover {
  background-color: #B8F200;
  opacity: 0.6;
}
.btn-two {
  width: fit-content;
  display: block;
  background-color: #EDF5E5;
  border-radius: 30px;
  padding: 12px 20px;
  color: #1F252E;
  font-weight: 600;
}
.btn-two:hover {
  background-color: #EDF5E5;
  opacity: 0.6;
}
.icon_01 {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.btn-blue {
  background-color: #1F252E;
  padding: 8px 32px;
  color: #B8F301;
}
.btn-blue:hover {
  opacity: 0.8;
  background-color: #1F252E;
  padding: 8px 32px;
  color: #B8F301;
}
@media (max-width: 575px) {
  .heroimage .content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column-text .content h2 {
    font-size: 36px;
  }
  .icon-grid .card-icon-row {
    flex-direction: column;
  }
  .icon-grid .card-icon-row .content h4,
  .icon-grid .card-icon-row .content p {
    text-align: center;
  }
  .icon-grid .card-icon-row .square {
    display: block;
    margin: 0 auto;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .card-x-wrap .col-12 {
    margin-bottom: 24px;
  }
  .icon-column .card-icon-column {
    flex-direction: column;
  }
  .icon-column .card-icon-column h4 {
    text-align: center;
  }
  .icon-column .card-icon-column img {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cta-section {
    padding: 150px 0;
    background-position: -500px center;
    background-repeat: no-repeat;
  }
}
