* {
    scroll-behavior: smooth;
}

body{
  font-family: 'Montserrat','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #4C2A85;
}

h1 {
  font-size:30px;
  color: #4C2A85;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
h2 {
  margin-top: 30px;
  font-size:30px;
}
.card-custom {
  border: none;
}

.btn-custom {
  color: #4C2A85;
  border-color: #4C2A85;
  background-color: #FFFFFF;
}
.btn-custom:hover{
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #4C2A85;
}
.btn-custom:checked {
  color: #4C2A85;
  border-color: #4C2A85;
  background-color: #FFFFFF;
}
.form-group label{
     padding:0px;
     margin:1px; /* Reduced from whatever it currently is */
}
.form-group textarea {
  height: 150px;
}

.btn-link{
  color: #4C2A85;
  border-color: #4C2A85;
  background-color: inherit;
  text-decoration:none !important;
  margin: 20px;
  transition: .25s ease;
}
.btn-link:hover {
  color: #4C2A85;
  border-color: #4C2A85;
  background-color: #FFF;
  text-decoration:none;
}
.btn-link:checked {
  color: #4C2A85;
  border-color: #4C2A85;
  background-color: inherit;
  text-decoration:none;
}

/* ------- HEADER ---------  */
.vule__header {
  position: fixed;
  background-color: rgba(255,255,255,.95);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: solid 1px #4C2A85;
  transition: .5s ease;
  opacity: 0;
  height: 70px;
}

@media screen and (max-width: 765px) {
    .vule__header { display: none; }
}

.vule__header img {
  width: 30px;
}

.vule__header ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.vule__header ul li {
  margin-left: 30px;
  font-size: 14px;
}

.vule__header ul li a {
  color: #4C2A85;
  text-decoration: none;
}

.vule__header.sticky__header {
  opacity: 1;
}

/* ------------- seccion inicio ----------------------*/
#seccion_inicio {
  width: 100%;
  height: 100vh;
  background-image: url("../img/inicio.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* esto pone una capa oscura en frente a la imagen */
#seccion_inicio::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #222;
    opacity: 0.1;
    /* z-index: 0; */
}

#seccion_inicio h1 {
  font-size: 60px;
  font-weight: normal;
  padding-top: 20%;
}

#seccion_inicio img {
  width: 13vmax;
  max-width: 300px;
  min-width: 150px;
}

#seccion_inicio .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#seccion_inicio .btn-link{
  margin-top: 50px;
  padding: 11px 20px;
  background-color: #4C2A85;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

#seccion_inicio .btn-link:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  text-decoration:none;
}

/* ------------- seccion quienes_somos  ----------------------*/
#seccion_quienes_somos {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 100px;
}

#seccion_quienes_somos p {
  font-size: 16px;
  color: #6B7377;
  margin-top: 30px;
}

/* ------------- seccion nuestros_servicios  ----------------------*/
#seccion_nuestros_servicios {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 30px;
}

#seccion_nuestros_servicios h4 {
  margin-bottom: 10px;
  color: #6B7377;
  padding-top: 50px;
}
#seccion_nuestros_servicios h3 {
  font-size: 17px;
  margin: 10px;
  color: #4C2A85;
  font-weight: bold;
  text-align: left;
}
#seccion_nuestros_servicios p {
  font-size: 14px;
  margin: 10px;
  color: #6B7377;
  text-align: justify;
  text-justify: inter-word;
}

#seccion_nuestros_servicios .vule__servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#seccion_nuestros_servicios .vule__servicios p {
  text-align: center;
}

#seccion_nuestros_servicios .vule__servicios i {
  font-size: 50px;
}

/* ----------------- seccion regalos ---------- */
#seccion_clientes {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 100px;
}

#seccion_clientes h1 {
  margin-bottom: 20px;
}

#seccion_clientes .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#seccion_clientes img {
  padding: 50px 0;
}

/* ------------- seccion contacto ----------------------*/
#seccion_contacto {
  width: 100%;
  height:auto;
  text-align: center;
  background-image: url("../img/fondo-contacto.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 15px;
}

#seccion_contacto h1 {
  color: #FFFFFF;
}
#seccion_contacto h2 {
  color: #FFFFFF;
}

#seccion_contacto form input {
  border-radius: 3px;
  padding: 22px 13px;
  font-size: 12px;
}

#seccion_contacto form textarea {
  border-radius: 3px;
  resize: none;
  min-height: 150px;
}

#seccion_contacto form button {
  margin-top: 20px;
  padding: 11px 20px;
  background-color: #4C2A85;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  transition: .25s ease;
}

#seccion_contacto form button:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  text-decoration:none;
}

.footer {
  background-color: #fff;
  padding: 30px;
  font-size: 12px;
  color: #6B7377;
}

.footer p {
  margin: 0;
  text-align: center;
}