html {
  letter-spacing: 0.5px;
}

/*MODIFICACIONES BOOTSTRAP*/
@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1580px;
  }
}

.w-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 767px) {
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

/* FONT-WEIGHT */
.bolder {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700 !important;
}

.normal {
  font-weight: 300 !important;
}

.light {
  font-weight: 100 !important;
}

/*GENERALES*/
html {
  scroll-behavior: smooth;
}

body {
  color: var(--dark);
  font-size: var(--m);
  font-family: var(--roomy-normal), sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
}

body:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

body * {
  outline: none !important;
}

body a:hover,
body a:focus {
  text-decoration: none;
  color: var(--primary);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

body .messages--error {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--red);
  border-color: var(--red);
}

body form .errors {
  color: var(--red);
}

body .messages {
  position: fixed;
  z-index: 1100;
  right: 3rem;
  top: 100px;
  padding: 1rem 3rem !important;
  background-image: none !important;
  font-weight: bold;
  font-size: var(--xs);
  color: var(--secondary);
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-box-shadow: var(--m-shadow);
          box-shadow: var(--m-shadow);
}

body .messages a {
  text-decoration: underline;
}

body .messages .icon-cancel.message-close {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  color: var(--medium-grey);
}

body .messages .icon-cancel.message-close:hover {
  color: var(--primary);
}

body p {
  font-family: var(--roomy-ligth);
  font-size: var(--m);
  line-height: 23px;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--black);
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark);
  margin: 0;
  line-height: 1.2;
  text-transform: none;
}

h1 {
  font-family: var(--roomy-bold);
  font-size: var(--xxl);
  line-height: 41px;
  color: var(--black);
}

h2 {
  font-family: var(--roomy-bold);
  font-size: var(--xl);
  line-height: 37px;
  color: var(--black);
}

h3 {
  font-size: var(--xl);
  font-weight: 200;
  color: var(--black);
}

h4 {
  font-size: var(--l);
  font-weight: 200;
  color: var(--black);
}

h5 {
  font-size: var(--m);
  font-weight: 700;
  color: var(--black);
}

.font-xxxl {
  font-size: var(--xxxl) !important;
}

.font-xxl {
  font-size: var(--xxl) !important;
}

.font-xxml {
  font-size: var(--xxml) !important;
}

.font-xmml {
  font-size: var(--xmml) !important;
}

.font-xml {
  font-size: var(--xml) !important;
}

.font-xl {
  font-size: var(--xl) !important;
}

.font-l {
  font-size: var(--l) !important;
}

.font-ml {
  font-size: var(--ml) !important;
}

.font-m {
  font-size: var(--m) !important;
}

.font-s {
  font-size: var(--s) !important;
}

.font-xs {
  font-size: var(--xs) !important;
}

.font-xxs {
  font-size: var(--xxs) !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* COLORES */
.primary {
  color: var(--primary) !important;
}

.secondary {
  color: var(--secondary) !important;
}

.white {
  color: #fff !important;
}

.w-100 {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.d-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.w30 {
  max-width: 30%;
}

/* QUITAR ANIMACIONES AOS PARA MOVIL */
@media (max-width: 767px) {
  .aos-init {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.messages--error {
  display: none;
}

.messages--error .messages__list .placeholder {
  background-color: transparent;
}

.btn {
  width: 160px;
  height: 50px;
  border-radius: 8px;
  padding: 12px 32px;
}

.btn-corporate {
  background-color: var(--primary) !important;
  color: white !important;
  font-family: var(--roomy-bold) !important;
  -webkit-transition: 0.7s !important;
  transition: 0.7s !important;
  border-radius: 8px !important;
  width: auto !important;
}

.btn-corporate:hover {
  color: var(--secondary) !important;
  text-shadow: 0 0 10px white !important;
}

.btn-contact {
  background-color: white;
  color: var(--primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.btn-contact:hover {
  color: var(--secondary);
  text-shadow: 0 0 10px var(--secondary);
}

.bg-deg-left-to-right {
  background: #ffe6e3;
  background: linear-gradient(138deg, #ffe6e3 0%, snow 30%, snow 70%, #ffe6e3 100%);
  margin-top: -10px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.bg-deg-right-to-left {
  background: #ffe6e3;
  background: linear-gradient(45deg, #ffe6e3 0%, snow 30%, white 70%, #ffe6e3 100%);
  position: relative;
  z-index: 1;
}

.bg-deg-left-to-right-white {
  background: #ffe6e3;
  background: linear-gradient(178deg, white 0%, #fafafa 30%, #fff2f2 70%, #ffe6e3 100%);
  position: relative;
  z-index: 1;
}

.bg-primary-roomy {
  background-color: var(--primary) !important;
  position: relative;
  z-index: 1;
}

.bg-secondary-roomy {
  background-color: var(--secondary) !important;
  position: relative;
  z-index: 1;
}

input:focus, a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

div.id-section {
  overflow: hidden;
  position: relative;
}

div.id-section span {
  position: absolute;
  top: -100px;
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.bg-footer-color {
  background-color: #fce2e0;
}
