@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
3. Wizard Form Styles
4. Mobile Responsive Adjustments
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=========
Color Code
===========*/
:root {
  --primary-color: #DDA141;
  --secondary-color: #35926e;
  --text-color: #222221;
  --bg-color: #f9f9fb;
  --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --font-family: 'Poppins', sans-serif;
}

/* Hero Section */

header, footer {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.sec-pasos{
  background: var(--primary-color);
  /* background: #dbdbdb; */
  padding: 15px 0;
  margin-bottom: 30px;
  border-radius: 8px;
}

/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--font-family);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-color);
}

::-moz-selection {
  color: var(--bg-color);
  background-color: var(--primary-color);
}

::selection {
  color: var(--bg-color);
  background-color: var(--primary-color);
}

::-moz-selection {
  color: var(--bg-color);
  background-color: var(--primary-color);
}

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

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #282828 url("../img/preloader.gif") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

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

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
.wizard-form-field select.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-family);
}

/*------------------------------------------------------------------------------------------------------------------*/
/*    default pre style
/*------------------------------------------------------------------------------------------------------------------*/

.step-indicator span {
    font-size: 20px;
}

.menu {
    font-weight: 600;
    font-size: 16px !important;
    margin-top: 30px !important;
}

.menu a {
    margin: 0 30px !important;
}

footer a {
    color: #fff !important;
}
footer a:hover {
    color: #dda141 !important;
}

footer p {
    color: #fff;
}

label {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #000 !important;
}

.step-indicator span {
    font-size: 20px;
}

/*.step {
    display: none;
}*/

.step.active {
    display: block;
}

.van-card {
    cursor: pointer;
    border: 2px solid #d1d5db;
    transition: all 0.3s ease;
}

.van-card.selected {
    border-color: #DDA141;
    border: 2px solid #DDA141;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}

.caja-pasos {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}
button {
    background-color: #000000 !important;
    color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #DDA141;
    border-radius: 50px 50px 50px 50px;
    text-transform: uppercase !important;
}

button:hover {
    background-color: #DDA141 !important;
    color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #DDA141;
    border-radius: 50px 50px 50px 50px;
    text-transform: uppercase !important;
}
