:root {
  --colorF: $colorF;
  --color1: $color1;
  --color2: $color2;
  --color3: $color3;
  --color4: $color4;
  --color5: $color5;
  --color6: $color6;
  --color7: $color7;
  --color8: $color8;
}

.color1 {
  color: #0085ac;
}

.color2 {
  color: #004482;
}

.color3 {
  color: #06283D;
}

.color4 {
  color: #9157c7;
}

.color5 {
  color: #e9faff;
}

.color6 {
  color: rgba(123, 224, 255, 0.0901960784);
}

.color7 {
  color: #c13832;
}

.color8 {
  color: #6c757d;
}

body {
  margin: 0;
  font-family: "Poppins" !important;
}

section {
  margin: 40px 0;
}

section h1 {
  margin: 30px 0;
}

.box {
  /* border: 1px solid red; */
  align-content: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 16px 16px 16px 16px;
  padding: 30px 30px 30px 30px;
  background: #2F6179;
  border-color: #2F6179;
  display: grid;
  text-align: center;
  color: white;
  min-height: 333px;
  margin-bottom: 30px;
}

.box:hover {
  transform: scale(1.02);
  cursor: pointer;
  transition: 0.2s ease all;
}

.box .icon {
  color: #ffd801;
  font-size: 50px;
  margin-bottom: 5px;
}

.box .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.box .description {
  font-size: 18px;
}

/* SLIDER */
.slider {
  background-image: url("/img/slider_bg.svg");
  width: 100%;
  /* height: calc(50vh - 100px); */
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* padding: 40px; */
  padding-top: 100px;
}

.slider div.row {
  margin: 0 30px;
}

.slider .title {
  /* position: relative; */
  /* top: 10px; */
  font-size: 40px;
  color: white;
}

.slider .title span.special,
.special {
  color: #ffd801;
  font-weight: 600;
}

.slider .subtitle {
  margin-top: 24px;
  font-size: 18px;
  color: white;
}

.slider .btn {
  margin-top: 50px;
  font-size: 20px;
  padding: 16px;
}

.btn-primary {
  background-color: #FFD801;
  color: #295669 !important;
  text-decoration: unset !important;
}

.btn-primary:hover {
  background-color: #e7c500;
}

.btn-primary a {
  color: #295669;
  text-decoration: unset;
}

/* FIN SLIDER */
/* SERVICIOS */
