@charset "UTF-8";
/* -------------------------------------------------------------------
 * ## Design System
 * ------------------------------------------------------------------- */
/* --- Colors ---*/
/* --- Typography ---*/
/* --- margins paddings ---*/
/* --- margins paddings ---*/
/* --- bordes ---*/
/* --- shadows ---*/
/* -------------------------------------------------------------------
 * ## Reset
 * ------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
  display: block;
}

a:active {
  color: unset;
}

ul {
  list-style: none;
}

/* --- Fonts ---*/
/*
100	Thin (Hairline)
200	Extra Light (Ultra Light)
300	Light
400	Normal (Regular)
500	Medium
600	Semi Bold (Demi Bold)
700	Bold
800	Extra Bold (Ultra Bold)
900	Black (Heavy)
950	Extra Black (Ultra Black)
*/
@font-face {
  font-family: "PrologueRegular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Prologue/PrologueRegular.woff2") format("woff2"),
       url("../fonts/Prologue/PrologueRegular.woff") format("woff"),
       url("../fonts/Prologue/PrologueRegular.ttf") format("truetype");
}

@font-face {
  font-family: "PrologueMedium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Prologue/PrologueMedium.woff2") format("woff2"),
       url("../fonts/Prologue/PrologueMedium.woff") format("woff"),
       url("../fonts/Prologue/PrologueMedium.ttf") format("truetype");
}

@font-face {
  font-family: "PrologueSemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Prologue/PrologueSemiBold.woff2") format("woff2"),
       url("../fonts/Prologue/PrologueSemiBold.woff") format("woff"),
       url("../fonts/Prologue/PrologueSemiBold.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

.prevH1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.prevH3 {
  color: #cfcfcf;
  font-size: 17px;
}

.listUL {
  display: grid;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listUL li {
  position: relative;
  padding-left: 1em;
}
.listUL li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border: solid 1px #cfcfcf;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .prevH1 {
    font-size: 40px;
  }
  .prevH3 {
    font-size: 17px;
  }
}
.bodyB {
  font-family: "PrologueRegular", sans-serif;
}

.mainB {
  display: flex;
  justify-content: center;
  margin-top: 49px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .mainB {
    margin-top: 57px;
  }
}
.mainB section {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 49px);
}
@media (min-width: 769px) {
  .mainB section {
    min-height: calc(100vh - 57px);
  }
}
.mainB section .articleB {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1088px + 2rem);
  height: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.mainB .articleB {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1088px + 2rem);
  height: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.cBlueB {
  color: #0436E6 !important;
}

.blockShare {
  display: flex;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
.blockShare ul {
  display: inline-flex;
  gap: 1rem;
}
.blockShare ul li {
  display: inline-flex;
}
.blockShare ul li a {
  cursor: pointer;
  display: inline-flex;
}
.blockShare ul i {
  font-size: 29px;
  color: #FFFFFF;
}
.blockShare ul i:hover {
  color: #ACF7FF;
}

.headerB {
  background-color: #0436E6;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0 1rem;
}

.innerHeaderB {
  width: 100%;
  max-width: 1088px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.innerHeaderB .logoHeaderB {
  /*  max-width:168px; */
  width: 100%;
  display: flex;
}
@media (min-width: 769px) {
  .innerHeaderB .logoHeaderB {
    max-width: 174px;
    border-right: 1px solid #6786f8;
  }
}
.innerHeaderB .logoHeaderB a {
  display: flex;
}
.innerHeaderB .logoHeaderB a img {
  width: 100%;
  aspect-ratio: 97/15;
}

.navBack {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navBack > .blockShare {
  display: none;
}

.navBack > .access {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .navBack > .access {
    -moz-column-gap: unset;
         column-gap: unset;
    width: unset;
    margin-top: 0;
  }
}

.navBack .logoHeaderMov {
  display: none;
}

.navLinks {
  display: flex;
}
.navLinks > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
}

li.navLink {
  position: relative;
}
li.navLink > a {
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: "PrologueRegular", sans-serif;
  padding: 1rem 0.75rem;
  justify-content: space-between;
}
li.navLink > a:hover {
  color: #ACF7FF;
}
li.navLink > a > i {
  margin-left: 0.2rem;
}
li.navLink:last-child > a {
  padding: 0 0 0 0.5rem;
}

.dropdown {
  position: absolute;
  top: 100%;
  top: 68%;
  left: 0;
  width: 245px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  padding: 20px 0 1rem;
  background-color: #0436E6;
}
.dropdown > ul {
  position: relative;
}

li.dropdownLink > a {
  display: flex;
  font-family: "PrologueRegular", sans-serif;
  color: #FFFFFF;
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin: 0 1rem;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  height: 40px;
  font-size: 14px;
  border-top: 1px dashed #5277f9;
}

.dropdownLink:hover > a {
  /*   background-color: $blueSec; */
  color: #ACF7FF;
}

.dropdownLink i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: white;
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.1s;
  z-index: -1;
}

.navLink:hover > a > i {
  transform: rotate(-180deg);
}

.dropdownLink {
  position: relative;
}

.navLink:hover > .dropdown,
.dropdownLink:hover > .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.hamburgerContainer {
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburgerMenu {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburgerMenu div {
  width: 20px;
  height: 3.4px;
  border-radius: 3.4px;
  background-color: #FFFFFF;
  /*     outline: 1px solid $white;
      outline-offset: -1px; */
  position: relative;
  z-index: 2;
  transition: 0.1s;
}

.hamburgerMenu div:before,
.hamburgerMenu div:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #FFFFFF;
  border-radius: 3.4px;
  transition: 0.1s;
}

.hamburgerMenu div:before {
  transform: translateY(-7px);
}

.hamburgerMenu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  display: none;
  margin: 0;
}

label.back {
  display: none;
}

#check:checked ~ .hamburgerContainer .hamburgerMenu div {
  background-color: transparent;
}

#check:checked ~ .hamburgerContainer .hamburgerMenu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburgerContainer .hamburgerMenu div:after {
  transform: translateY(0) rotate(45deg);
}

@media (max-width: 768px) {
  /*   @media (max-width: 812px) { */
  .headerB {
    height: 49px;
  }
  .headerB .logoHeaderB {
    max-width: 141px;
    width: 100%;
    display: flex;
  }
  .headerB .logoHeaderB img {
    width: 100%;
    aspect-ratio: 97/15;
  }
  .hamburgerContainer {
    display: flex;
    z-index: 2;
  }
  #check {
    display: block;
  }
  label.back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    display: none;
    opacity: 0.7;
    cursor: pointer;
  }
  .navBack {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #0436E6;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 1rem 1rem;
    max-width: 360px;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    display: flex;
  }
  #check:checked ~ .navBack {
    opacity: 1;
    z-index: 0;
    pointer-events: auto;
  }
  .innerHeaderB:has(#check:checked) > label.back {
    display: flex;
  }
  .navLinks {
    flex: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .navLinks > .logoHeaderMov {
    display: inline-flex;
    height: 60px;
    max-width: 168px;
    align-items: center;
  }
  .navLinks > ul {
    flex-direction: column;
    max-height: calc(100dvh - 191px);
    overflow-y: auto;
    margin-left: unset;
  }
  li.navLink {
    width: 100%;
    opacity: 1;
    border-top: 1px solid #5277f9;
  }
  li.navLink:last-child > a {
    padding: 1rem;
    border-bottom: 1px solid #5277f9;
  }
  .navLink > a {
    line-height: 1;
    padding: 1rem 1rem 1rem 0 !important;
    height: 60px;
  }
  .dropdown {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: #0436E6;
    display: none;
  }
  .dropdown > ul > .dropdownLink > a {
    height: 40px;
    margin: 0;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .dropdown > ul > .dropdownLink:last-child > a {
    height: 42px;
  }
  .navLink:active > .dropdown,
  .dropdownLink:active > .dropdown,
  .navLink:hover > .dropdown,
  .dropdownLink:hover > .dropdown {
    display: block;
  }
  .navLink:hover > a > i,
  .dropdownLink:hover > a > i {
    transform: rotate(-180deg);
  }
  .arrow {
    z-index: 1;
    left: 10%;
    transform-origin: center;
    transform: rotate(180deg);
  }
  .navLink > a > i {
    transform: rotate(0deg);
    transition: 0.1s;
  }
  .navBack > .blockShare {
    background-color: rgba(0, 3, 61, 0.2);
    display: flex;
    border-radius: 12px;
    height: 50px;
    width: 100%;
    margin-top: auto;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .navBack > .blockShare p {
    color: #FFFFFF;
    font-size: 11px;
    font-size: "PrologueRegular", sans-serif;
  }
  .navBack > .blockShare ul {
    display: inline-flex;
    gap: 1rem;
  }
  .navBack > .blockShare ul li {
    display: inline-flex;
  }
  .navBack > .blockShare ul li a {
    cursor: pointer;
    display: inline-flex;
  }
  .navBack > .blockShare ul i {
    font-size: 24px;
    color: #FFFFFF;
  }
  .navBack > .blockShare ul i:hover {
    color: #ACF7FF;
  }
}
.btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(#333 0%, #000 100%);
  padding: 0 0.7rem 0 2rem;
  height: 58px;
  gap: 1rem;
  cursor: pointer;
}
.btnArrow p {
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
}
.btnArrow i {
  font-size: inherit;
  color: #000000;
  background-color: #FFFFFF;
  padding: 0.5rem;
  border-radius: 50px;
  font-size: 20px;
  padding: 10px;
}
.btnArrow:hover, .btnArrow:active {
  background: linear-gradient(#333 0%, #000 20%);
  background-color: #001a74;
}

.btnForm {
  display: flex;
  width: 100%;
  background-color: #0436E6;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  border: 5px;
}
.btnForm:hover, .btnForm:active {
  background-color: #001a74;
}
.btnForm.dark {
  background-color: #000;
}
.btnForm.dark:hover, .btnForm.dark:active {
  background-color: #001a74;
}

.btnBorder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  padding: 0 1rem;
  height: 47px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
}
.btnBorder:hover, .btnBorder:active {
  border-color: #ACF7FF;
  color: #ACF7FF;
}

.btnDefault {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: #0436E6;
  padding: 0 22px;
  height: 47px;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  cursor: pointer;
}
.btnDefault:hover, .btnDefault:active {
  background-color: #08217c;
}

.btnLine {
  display: inline-flex;
  align-items: center;
  border: solid 1px #0436E6;
  border-radius: 50px;
  background: #fff;
  padding: 0 1rem;
  height: 47px;
  color: #0436E6;
  font-family: "PrologueRegular", sans-serif;
}
.btnLine:hover, .btnLine:active {
  color: #fff;
  background-color: #08217c;
}

a.linkText {
  color: #ACF7FF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  line-height: 1.4;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
a.linkText > i {
  font-size: 12px;
  line-height: 1.4;
}
a.linkText:hover, a.linkText:active {
  color: #FFFFFF;
}

.btnSecondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: #08217c;
  padding: 0 1rem;
  height: 33px;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 11px;
  min-width: 141px;
}
.btnSecondary:hover, .btnSecondary:active {
  background-color: #000000;
}

.btnSecondary23 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #08217c;
  padding: 0 0.7rem;
  height: 33px;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 11px;
  line-height: 33px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1 1 50%;
  text-wrap: nowrap;
}
.btnSecondary23:hover, .btnSecondary23:active {
  background-color: #000000;
}
@media (min-width: 769px) {
  .btnSecondary23 {
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    line-height: 24px;
    background: #000000;
    padding: 0 0.7rem;
  }
  .btnSecondary23:hover, .btnSecondary23:active {
    background-color: #08217c;
  }
}

a.linkTextWhite {
  display: flex;
  /*     align-items: center;
      justify-content: center; */
  border-radius: 50px;
  /*     width: fit-content; */
  background-color: #08217c;
  padding: 0 0.7rem;
  height: 33px;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 11px;
  line-height: 33px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1 1 50%;
}
a.linkTextWhite:hover, a.linkTextWhite:active {
  background-color: #000000;
}
@media (min-width: 769px) {
  a.linkTextWhite {
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
  }
  a.linkTextWhite:hover, a.linkTextWhite:active {
    color: #ACF7FF;
    background-color: transparent;
  }
}

.btnText {
  display: inline-flex;
  align-items: center;
  color: #0436E6;
  height: 30px;
  color: #0436E6;
  font-family: "PrologueRegular", sans-serif;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.btnText > i {
  border-radius: 50px;
  border: solid 1px #cfcfcf;
  color: #cfcfcf;
  font-size: 10px;
  padding: 3px;
}
.btnText:hover, .btnText:active {
  color: #08217c;
}
.btnText:hover > i, .btnText:active > i {
  color: #000000;
  border-color: #000000;
}

/*
button,
form:focus-visible {
outline: none;
}

.blockInputAnim {
   position: relative;
   display: flex;
   flex-direction: column;
   & > p:first-child{
       display: flex;
       justify-content: space-between;
       margin-bottom: 23px;
   }
   & > p:nth-child(2){
       margin-bottom: 10px;

   }
   .privacy{
       margin: 22px 0 0; 
   }
}
.twoForms{
   display: flex;
   flex-wrap: wrap;
   gap: 11px;
   > .groupFormAnim{
       display: flex;
       flex: 1 1 45%;
       flex-direction: column;
       .labelAnim{
           width: 100%;
       }

   }
}

.formAnim{
   display: flex;
   flex-direction: column;
   row-gap: 12px;
}
.groupFormAnim {
   .labelAnim{
       position: relative;
       display: flex;
       input.inputAnim{
           display: flex;
           width: 100%;
           border: 1px solid $light-grey;
           border-radius: 10px;
           outline: none;
           height: 42px;
           padding: 10px 15px 0;
           letter-spacing: 0.11px;
           font-family: $sora;
           font-size: 11px;
           font-weight: 400;
           line-height: 1.4;
         /*   transition: all 0.3s; */
/*
           color: $black;
           padding-top: 12px;
           &::placeholder{
           color: $grey;
           }
/*            &:focus{
               outline: none;
           } */
/*
           &:focus,
           &:active{
            outline: 1px solid $accent-50;
            outline-offset: 2px;
           }
       }

       span.textAnim{
           display: flex;
           position: absolute;
           font-weight: 400;
           color: $grey;
           font-size: 12px;
           line-height: 1.4;
           top: 13px;
           left: 15px;
           letter-spacing: 0.12px;
           pointer-events: none;
           transition: all .15s;
           overflow: hidden;
           white-space: nowrap;
            text-overflow: ellipsis;
            font-family: $sora;
       }
       i.iconValidate{
           display: none;
           position: absolute;
/*            width: 11px;
           height: 11px; */
/*
           right: 10px;
           font-size: 11px;
           top: 50%;
           transform: translateY(-50%);
       }
   }
   p.pError{
       display: none;
       color:$warning;
       margin-top: 4px;
       align-items: center;
       font-family: $sora;
       i{
           margin-right: 5px;         
           font-weight: 400;
           font-size: 9px;
           padding: 1px;
       }
   }

}
/* ________phone con libreria prefijos*/
/*.groupFormAnim.phone .labelAnim span.textAnim{
   margin-left: 89px;

}
.groupFormAnim.phone .labelAnim > div{
    width: 100%;
   input.inputAnim{
     padding: 10px 15px 0 104px;
      width: 100%;
   }
/*    & > div{
      overflow: hidden;
      width: 96px;
      border: 1px solid red;
   } */
/*
}
.groupFormAnim.phone .labelAnim > div:has(.inputAnim:is(:focus, :not(:placeholder-shown))) + .textAnim{
   font-size: 8px!important;
   letter-spacing: 0.08px!important;
   top:8px!important;
}
/* _______fin phone con libreria prefijos*/
/*
.inputAnim:is(:focus, :not(:placeholder-shown)) + .textAnim{
   font-size: 8px!important;
   letter-spacing: 0.08px!important;
   top:8px!important;
}

/* --- inputs con validate SHOW icono válido  ---*/
/*.formAnim .groupFormAnim.validate{
   .labelAnim .iconValidate{
       display: inline-flex;
   }
}
/* --- inputs con notValidate SHOW pError  ---*/
/*.formAnim .groupFormAnim.notValidate{
   & > p.pError{
       display: flex;
   }
   .labelAnim .inputAnim{
       border-color: $warning;
   }
}

/* --- inputs twoForms con notValidate SHOW pError  ---*/
/*.formAnim .twoForms .groupFormAnim.notValidate{
   & > p.pError{
       display: flex;
   }
   .labelAnim .inputAnim{
       border-color: $warning;
   }
}


/* --- IconValidate Form ---*/
/* .formAnim:valid .groupFormAnim .labelAnim .iconValidate{
   display: inline-block;
} */
/* --- IconValidate input  ---*/
/* .inputAnim:valid ~ .iconValidate{
   display: inline-block!important;
} */
/* .formAnim:has(.inputAnim:invalid) p.pError{
   display:flex;
} */
/* .inputAnim:invalid ~ .iconValidate{
   display: none!important;

} */
/* .formAnim:invalid .groupFormAnim > .pError{
   display: flex;

} */
/* --- Input date ---*/
/*
input[type="date"]::-webkit-datetime-edit-fields-wrapper{
display: flex;
margin-top: 5px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
   display: flex;
   position: absolute;
   top: 10px;
   right: 10px;
   height: 16px;
   width: 16px;
   background-image: url(../../img/icon-calendar.svg);
      background-position:center;
       background-size:20px 20px;
       background-repeat:no-repeat;
       cursor: pointer;
}

/* --- input type tel ---*/ /*
.groupTel{
   display: flex;
   flex: 1 1 45%;
   .groupFormAnim{
       width: 100%;
   }
}

/* --- Input Check ---*/
/*
input[type=checkbox]{
   margin: 0;
   margin: 0 5px 0 0;
   width: 16px;
   height: 16px;
}

label:has(input[type=checkbox]){
   cursor: pointer;
   display:flex;
   p{
      display: inline-flex;
      align-items: center;
      line-height: normal;
      letter-spacing: 0.165px;
   }
}

/* --- enable button form ---*/
/* .labelCheckBox:has(> input[type=checkbox]) ~ button.btnPrimary, */
/* .formAnim .btnPrimary,
.formAnim .btnPrimaryPay{
   background-color: $primary-25;
   pointer-events: none;
} */
/* .labelCheckBox:has(> input[type=checkbox]:checked) ~ button.btnPrimary, */
/* .formAnim:valid .btnPrimary,
.formAnim:valid .btnPrimaryPay{
   pointer-events: initial;
   background-color: $primary;
} */
/* ---  checkbox TWO con imagen ver contraseña ---*/
/*
.checkBoxSee,
.checkBoxSeeTwo{
   display: none!important;
   justify-content: flex-end;
   cursor: default!important;
   align-self: flex-end;
   &.showP{
      display: flex!important;
   }
   input[type=checkbox]{
      display: none;
   }
   span{
      height: 18px;
      column-gap: 7px;
      align-items: center;
      cursor: pointer;
      i{
         width: 18px;
         height: 18px;
         background-repeat: no-repeat;
         background-size: contain;
         color: $grey;
         font-size: 19px;
      }
/*       &.see{
         i{
             background-image: url(../../img/icon-see.svg); 

         }
      }
      &.notSee{
         i{

             background-image: url(../../img/icon-not-see.svg); 
         }
      } */ /*
   }
   .see{
      display: inline-flex;

   }
   .notSee{
      display: none;
   }
}
.checkBoxSee{
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
}
.checkBoxSee:has(input[type=checkbox]:checked),
.checkBoxSeeTwo:has(input[type=checkbox]:checked){
   .see{
      display: none;
   }
   .notSee{
      display: inline-flex;
   }
}
/* ---  FIN checkbox con imagen ver contraseña ---*/
/* --- Form  copy---*/
/*
.labelCopy{
   position: relative;
   width: 100%;
   input{
      display: flex;
      width:100%;
      border-radius: 10px;
      outline: none;
      border: 1px solid $accent;
      padding: 10px 15px;
      font-family: $sora;
      font-size: 12px;
      font-weight: 400;
      height: 39px;   
      &:active,
      &:focus{
         outline: 1px solid #938AF0;
         outline-offset: 2px
      }
   }
   span.imgCopy{
      position:absolute;
      right: 6px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      padding: 4px 8px;
      aspect-ratio: 14/14;
      cursor: pointer;
      display: flex;
      align-items: center;

      cursor: pointer;

      &:hover i,
      &:active i{
         color: $accent;
      }

      i{
         color: $grey;

      }

   }
}
/* visualizadp texto copiado por css
.sectionPayment:has( .labelCopy > span.imgCopy:active) > div .share .textCopy{
   animation: textCopy 3000ms;
}
@keyframes textCopy{
   0%{ opacity:1}
   90%{opacity:1}
   100%{opacity:0}
} */
/* --- input checkbox switch---*/
/*
.checkboxSwitch{
   display: flex;
   column-gap: 5px;
   align-items: center;
   justify-content: flex-end;
   input.switch[type=checkbox]{
      height: 0;
      width: 0;
      visibility: hidden;
   }
   label {
      cursor: pointer;
      width: 50px;//200
      height: 24px;//100
      background: $light-grey;
      display: block;
      border-radius: 100px;
      position: relative;
      box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
      transition: background .3s;
      position: relative;
   }
   label:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 18px;
      transition: 0.3s;
   }

   input:checked + label {
      background: $accent;
   }
   input:checked + label:after {
      left: calc(100% - 3px);
      transform: translateX(-100%);
   } 
}
/* .checkboxSwitch label:has(input[type=checkbox]:checked){
   background: $accent;
}
.checkboxSwitch label:has(input[type=checkbox]:checked):after {
   left: calc(100% - 3px);
   transform: translateX(-100%);
} */
/* --- excepcions forms ---*/
/*
.sectionStartRegistration {
   .labelCheckBox{
      margin: 18px 0;
      p{display: inline-flex;}
   }
   .privacy{
   margin: 0;
   }
}
/* --- excepcions sectionCataCard ---*/
/*
.sectionDataCard{
   .textAnim{
      color: black!important;
   }
}
.optionsCards:has(.sectionDataCard .checkboxSwitch input[type=checkbox]:checked) > .sectionAddCards > .oneCard >.card >.innerCard >span >.predeterminada{
   display: flex!important;
}*/
.sectionHome {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "homeVideo";
  background-color: black;
  height: calc(100vh - 49px);
}
@media (min-width: 769px) {
  .sectionHome {
    height: calc(100vh - 57px);
  }
}
.sectionHome > .videoContainer {
  grid-area: homeVideo;
  width: 100%;
  overflow: hidden;
  align-items: center;
  display: grid;
  justify-content: center;
  min-width: 100vw;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-position: center;
     object-position: center;
}
.sectionHome > .videoContainer video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 49px);
  min-width: 100vw;
}
@media (min-width: 769px) {
  .sectionHome > .videoContainer video {
    min-height: calc(100vh - 57px);
  }
}
.sectionHome > .videoContainer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #0436E6;
  position: absolute;
  top: 0;
  left: 0;
  /*           mix-blend-mode: overlay;
            mix-blend-mode: color; */
  opacity: 1;
  opacity: 0.85;
}
.sectionHome > .articleB.home {
  display: grid;
  grid-area: homeVideo;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  padding: 0 1rem;
  overflow: hidden;
  position: relative;
}
.sectionHome .innerHome {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
.sectionHome .innerHome > .infoText {
  display: flex;
  flex-direction: column;
  align-self: center;
  /*  height: 100%; */
  /*   max-height: 50dvh; */
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sectionHome .innerHome > .infoText h1 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 11vw;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 900px) {
  .sectionHome .innerHome > .infoText h1 {
    font-size: 104px;
  }
}
.sectionHome .innerHome > .infoText h2 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2dvh;
}
.sectionHome .innerHome > .infoText .btnArrow {
  align-self: center;
  margin-top: 7dvh;
  margin-bottom: 5dvh;
}
.sectionHome .innerHome > .infoText .btnArrow > i {
  font-size: 20px;
  padding: 10px;
}
.sectionHome .subInfo {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(80dvh - 49px);
  transform: translateY(-50%);
}
.sectionHome .blockInfluencer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.sectionHome .blockInfluencer h3 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}
.sectionHome .blockInfluencer > div {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sectionHome .lastNews {
  /*     position: absolute; */
  bottom: 0;
  border-left: 3px double #b3c1f3;
  padding-left: 1rem;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .sectionHome .lastNews {
    display: flex;
  }
}
.sectionHome .lastNews > div p:nth-child(1) {
  font-family: "PrologueRegular", sans-serif;
  font-size: 12px;
  color: #b3c1f3;
}
.sectionHome .lastNews > div p:nth-child(2) {
  font-family: "PrologueSemiBold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}
.sectionHome .lastNews a {
  color: #ACF7FF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.sectionHome .lastNews a i, .sectionHome .lastNews a p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  display: inline-flex;
}

.sectionNumbers {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteNumber";
  background-color: black;
  height: calc(100vh - 49px) !important;
  min-height: 100% !important;
}
@media (min-width: 769px) {
  .sectionNumbers {
    height: calc(100vh - 57px) !important;
  }
}
.sectionNumbers .background {
  display: grid;
  grid-area: siteNumber;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionNumbers .background figure {
  display: flex;
}
.sectionNumbers .background figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.articleB.numbers {
  display: grid;
  grid-area: siteNumber;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.articleB.numbers > div {
  display: flex;
  justify-content: center;
  height: 80dvh;
}
@media (min-width: 500px) {
  .articleB.numbers > div {
    height: 90%;
    align-items: center;
  }
}
.articleB.numbers > .btnArrow {
  margin-bottom: 30px;
  background: #0436E6 !important;
}
.articleB.numbers > .btnArrow:hover, .articleB.numbers > .btnArrow:active {
  background-color: #001a74 !important;
}
@media (min-width: 500px) {
  .articleB.numbers > .btnArrow {
    margin-bottom: 50px;
  }
}
.articleB.numbers > .btnArrow i {
  color: #0436E6;
}
.articleB.numbers > .btnArrow p {
  color: #FFFFFF;
}

.blockNumbers {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 500px) {
  .blockNumbers {
    gap: 2rem;
    justify-content: space-between;
  }
}
@media (min-width: 1044px) {
  .blockNumbers {
    flex-direction: row;
  }
}
.blockNumbers > div:nth-child(1) {
  padding: 1rem;
}
@media (min-width: 500px) {
  .blockNumbers > div:nth-child(1) {
    padding: 0;
  }
}
.blockNumbers > div:nth-child(1) h3 {
  font-size: 22px;
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.blockNumbers > div:nth-child(1) h4 {
  font-family: "PrologueRegular", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
}
.blockNumbers > div:nth-child(2) {
  margin-top: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 702px) {
  .blockNumbers > div:nth-child(2) {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.blockNumbers > div:nth-child(2) .block {
  background-color: rgba(4, 54, 230, 0.3);
  width: 128px;
  max-width: 130px;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
.blockNumbers > div:nth-child(2) .block p:nth-child(1) {
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 36px;
  border-bottom: 1px solid #0436E6;
}
@media (min-width: 500px) {
  .blockNumbers > div:nth-child(2) .block p:nth-child(1) {
    height: 60px;
    line-height: 60px;
    font-size: 44px;
  }
}
.blockNumbers > div:nth-child(2) .block p:nth-child(2) {
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  text-align: center;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
@media (min-width: 500px) {
  .blockNumbers > div:nth-child(2) .block p:nth-child(2) {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}

.sectionProducts {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteProducts";
  background-color: black;
  height: calc(100vh - 49px) !important;
  min-height: 100% !important;
}
@media (min-width: 769px) {
  .sectionProducts {
    height: calc(100vh - 57px) !important;
  }
}
.sectionProducts .background {
  display: grid;
  grid-area: siteProducts;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionProducts .background figure {
  display: flex;
}
.sectionProducts .background figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.articleB.products {
  display: grid;
  grid-area: siteProducts;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.articleB.products > div {
  display: flex;
  justify-content: center;
  height: 80dvh;
  width: 100%;
}
@media (min-width: 500px) {
  .articleB.products > div {
    height: 90%;
    align-items: center;
  }
}
.articleB.products > .btnArrow {
  margin-bottom: 30px;
  background: #0436E6 !important;
}
.articleB.products > .btnArrow:hover, .articleB.products > .btnArrow:active {
  background-color: #001a74 !important;
}
@media (min-width: 500px) {
  .articleB.products > .btnArrow {
    margin-bottom: 50px;
  }
}
.articleB.products > .btnArrow i {
  color: #0436E6;
}
.articleB.products > .btnArrow p {
  color: #FFFFFF;
}

.blockProducts {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 500px) {
  .blockProducts {
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 1044px) {
  .blockProducts {
    flex-direction: row;
  }
}
.blockProducts > div:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.blockProducts > div:nth-child(1) h3 {
  font-size: 22px;
  font-family: "PrologueSemiBold", sans-serif;
  color: #000000;
  margin-bottom: 1rem;
}
.blockProducts > div:nth-child(1) h4 {
  font-family: "PrologueRegular", sans-serif;
  color: #000000;
  font-size: 14px;
}
.blockProducts > div:nth-child(2) {
  margin-top: 2.8rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-direction: column;
}
.blockProducts > div:nth-child(2) .block {
  background-color: #000000;
  width: 100%;
  max-width: 290px;
  border-radius: 0.5rem;
  display: flex;
  height: 65px;
  align-items: center;
}
.blockProducts > div:nth-child(2) .block i {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 0 1rem;
}
.blockProducts > div:nth-child(2) .block p {
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.6;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 238px;
  padding: 0 1rem;
}

.sectionPartners {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteNumber";
  background-color: black;
  height: calc(100vh - 49px) !important;
  min-height: 100% !important;
}
@media (min-width: 769px) {
  .sectionPartners {
    height: calc(100vh - 57px) !important;
  }
}
.sectionPartners .background {
  display: grid;
  grid-area: siteNumber;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionPartners .background figure {
  display: flex;
}
.sectionPartners .background figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.articleB.partners {
  display: grid;
  grid-area: siteNumber;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.articleB.partners > div {
  display: flex;
  justify-content: center;
  height: 80dvh;
}
@media (min-width: 500px) {
  .articleB.partners > div {
    height: 90%;
    align-items: center;
  }
}
.articleB.partners > .btnArrow {
  margin-bottom: 30px;
  background: #0436E6 !important;
}
@media (min-width: 500px) {
  .articleB.partners > .btnArrow {
    margin-bottom: 50px;
  }
}
.articleB.partners > .btnArrow i {
  color: #0436E6;
}
.articleB.partners > .btnArrow p {
  color: #FFFFFF;
}

.blockPartners {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 500px) {
  .blockPartners {
    gap: 2rem;
    justify-content: space-between;
  }
}
.blockPartners > div:nth-child(1) {
  padding: 1rem;
}
@media (min-width: 500px) {
  .blockPartners > div:nth-child(1) {
    padding: 0;
  }
}
.blockPartners > div:nth-child(1) h3 {
  font-size: 22px;
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.blockPartners > div:nth-child(1) h4 {
  font-family: "PrologueRegular", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
}
.blockPartners > div:nth-child(2) {
  margin-top: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 500px) {
  .blockPartners > div:nth-child(2) {
    gap: 1rem;
  }
}
.blockPartners > div:nth-child(2) .block {
  display: flex;
  width: 100%;
}
@media (min-width: 300px) {
  .blockPartners > div:nth-child(2) .block {
    max-width: 125px;
  }
}
@media (min-width: 500px) {
  .blockPartners > div:nth-child(2) .block {
    max-width: 130px;
  }
}
@media (min-width: 600px) {
  .blockPartners > div:nth-child(2) .block {
    max-width: 165px;
  }
}
.blockPartners > div:nth-child(2) .block img {
  width: 100%;
}

.sectionInformation {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteInformation";
  background-color: #FFFFFF;
  height: calc(100vh - 49px);
}
@media (min-width: 769px) {
  .sectionInformation {
    height: calc(100vh - 57px);
  }
}
.sectionInformation .background {
  display: grid;
  grid-area: siteInformation;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionInformation .background figure {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .sectionInformation .background figure {
    align-items: center;
  }
}
.sectionInformation .background figure img {
  max-width: 1088px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionInformation .background figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(#0025d2 0%, #001369 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.97;
}

.articleB.information {
  display: grid;
  grid-area: siteInformation;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding: 3rem 1rem 1rem !important;
}
@media (min-width: 769px) {
  .articleB.information {
    padding: 1rem !important;
    justify-content: center;
  }
}

.blockInformation {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3rem;
}
.blockInformation h2 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}
.blockInformation > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  row-gap: 3rem;
}
@media (min-width: 769px) {
  .blockInformation > div {
    flex-direction: row;
  }
}
.blockInformation > div > .blockOffices, .blockInformation > div > .blockContact {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blockInformation > div > .blockOffices h3, .blockInformation > div > .blockContact h3 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #FFFFFF;
}
.blockInformation > div > .blockOffices h4, .blockInformation > div > .blockContact h4 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
}

.blockOffices,
.blockContact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 500px;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .blockOffices,
  .blockContact {
    gap: 1rem;
    margin-bottom: unset;
  }
}

.contentForm {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  gap: 1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  /*   checkbox acepto condiciones */
}
.contentForm > p {
  text-align: center;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  padding-top: 0.5rem;
}
.contentForm > form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
.contentForm > form .twoForms {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.contentForm > form input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: flex;
  height: 50px;
  font-family: "PrologueRegular", sans-serif;
  line-height: 1.4;
  outline: none;
  padding: 17px 15px;
  color: #FFFFFF;
  border: none;
}
.contentForm > form input::-moz-placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
.contentForm > form input::placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
.contentForm > form textarea {
  height: 100% !important;
  width: 100% !important;
  max-width: 484px;
  min-height: 107px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  outline: none;
  padding: 15px;
  border: none;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  line-height: 1.4;
}
.contentForm > form input.inValid,
.contentForm > form textarea.inValid {
  border: 1px solid #FFD500;
}
.contentForm > form textarea::-moz-placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
.contentForm > form textarea::placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
.contentForm .blockInvalid {
  display: flex;
  width: 100%;
  background-color: #000000;
  border-radius: 6px;
  padding: 0.3rem;
}
.contentForm .blockInvalid > span {
  width: 3px;
  height: 100%;
  background-color: #FFD500;
  border-radius: 3px;
  height: auto;
}
.contentForm .blockInvalid p {
  font-family: "PrologueMedium", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0.2rem 0.5rem;
}
.contentForm .blockInvalid p span {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 12px;
  color: #FFD500;
}
.contentForm .btnForm {
  border-radius: 6px;
  padding: 17px;
}
.contentForm .blockValid {
  display: flex;
  flex-direction: column;
  background-color: #088787;
  border-radius: 6px;
  padding: 0.5rem;
  width: 100%;
  row-gap: 0.4rem;
}
.contentForm .blockValid p {
  text-align: center;
  font-family: "PrologueRegular", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
.contentForm input[type=checkbox]#checkAceptoC {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  height: -moz-fit-content;
  height: fit-content;
  width: 20px;
  height: 18px;
  padding: 2px;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  margin-right: 0.1rem;
}
.contentForm label:has(input[type=checkbox]#checkAceptoC) {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  position: relative;
  margin: 0;
  padding-top: 2px;
  margin-bottom: 0.5rem;
}
.contentForm label:has(input[type=checkbox]#checkAceptoC):before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #08217c;
  background-color: #061138;
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  z-index: 1;
}
.contentForm label:has(input[type=checkbox]#checkAceptoC) span.acepto {
  font-size: 14px;
  color: #FFFFFF;
}
.contentForm label:has(input[type=checkbox]#checkAceptoC) span.acepto a {
  color: #ACF7FF;
}
.contentForm label:has(input[type=checkbox]#checkAceptoC) span.acepto a:hover {
  color: #FFFFFF;
}
.contentForm label:has(input[type=checkbox]#checkAceptoC:checked)::after {
  content: "✔";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  color: #b5b5b5;
  position: absolute;
  top: 3px;
  left: 6px;
  margin: 0;
  font-size: 14px;
  z-index: 1;
}

.contentOffices {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.contentOffices .block {
  display: flex;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  gap: 1rem;
  padding: 0.5rem;
}
.contentOffices .block figure {
  width: 100%;
  max-width: 100px;
  height: 100%;
  aspect-ratio: 114/73;
  border-radius: 6px;
  background-color: black;
  overflow: hidden;
}
@media (min-width: 365px) {
  .contentOffices .block figure {
    max-width: 114px;
  }
}
.contentOffices .block figure > img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentOffices .block div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contentOffices .block div > h5 {
  color: #FFFFFF;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 14px;
  line-height: 25px;
}
.contentOffices .block div > p {
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

footer {
  display: flex;
  flex-direction: column;
}

.innerFooter,
.blockPrivacity {
  display: flex;
  width: 100%;
  justify-content: center;
}
.innerFooter > div,
.blockPrivacity > div {
  display: flex;
  width: 100%;
  max-width: calc(1088px + 2rem);
  padding: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.innerFooter > div {
  flex-direction: column;
  row-gap: 1rem;
  padding: 2rem 1rem;
}
@media (min-width: 769px) {
  .innerFooter > div {
    padding: 1rem;
    flex-direction: row;
  }
}

.innerFooter {
  background-color: #0436E6;
}
.innerFooter > div > div {
  width: 100%;
  max-width: 100%;
  display: flex;
}
@media (min-width: 769px) {
  .innerFooter > div > div {
    max-width: 33%;
  }
}
.innerFooter > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  /*       .blockShare{
           display: flex;
           border-radius: 12px;
           width: fit-content;
           overflow: hidden;
           align-items: center;
           justify-content: space-between;

           ul{
             display: inline-flex;
             gap: 1rem;
             li{
               display: inline-flex;
               & a{
                  cursor: pointer;
                  display: inline-flex;
               }
             }
             i{
               font-size: 29px;
               color: $white;
               &:hover{
                 color: $aqua;
               }
             }
           }
         } */
}
@media (min-width: 769px) {
  .innerFooter > div > div:nth-child(1) {
    margin-bottom: unset;
    align-items: unset;
  }
}
.innerFooter > div > div:nth-child(1) .logo {
  width: 116px;
}
.innerFooter > div > div:nth-child(1) .logo img {
  width: 100%;
}
.innerFooter > div > div:nth-child(1) a.btnA {
  width: 100%;
  max-width: 222px;
  height: 47px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  font-family: "PrologueRegular", sans-serif;
  line-height: 47px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  word-wrap: none;
}
.innerFooter > div > div:nth-child(1) a.btnA:hover, .innerFooter > div > div:nth-child(1) a.btnA:active {
  background-color: #08217c;
}
.innerFooter > div > div:nth-child(1) .navLanguages > ul {
  display: flex;
  gap: 0.6rem;
}
.innerFooter > div > div:nth-child(1) .navLanguages > ul > li {
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
}
.innerFooter > div > div:nth-child(1) .navLanguages > ul > li a {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0.3rem;
  display: flex;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.innerFooter > div > div:nth-child(1) .navLanguages > ul > li a img {
  width: 20px;
}
.innerFooter > div > div:nth-child(1) .navLanguages > ul > li a p {
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  font-size: 13px;
}
.innerFooter > div > div:nth-child(1) .navLanguages > ul > li a:hover, .innerFooter > div > div:nth-child(1) .navLanguages > ul > li a:active {
  background-color: #000000;
}
.innerFooter > div > div:nth-child(2), .innerFooter > div > div:nth-child(3) {
  margin-top: 0.3rem;
  justify-content: center;
}
.innerFooter > div > div:nth-child(2) nav, .innerFooter > div > div:nth-child(3) nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 300px;
}
.innerFooter > div > div:nth-child(2) nav h4, .innerFooter > div > div:nth-child(3) nav h4 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
}
.innerFooter > div > div:nth-child(2) nav ul, .innerFooter > div > div:nth-child(3) nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.innerFooter > div > div:nth-child(2) nav ul > li > a, .innerFooter > div > div:nth-child(3) nav ul > li > a {
  font-family: "PrologueRegular", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}
.innerFooter > div > div:nth-child(2) nav ul > li > a:hover, .innerFooter > div > div:nth-child(2) nav ul > li > a:active, .innerFooter > div > div:nth-child(3) nav ul > li > a:hover, .innerFooter > div > div:nth-child(3) nav ul > li > a:active {
  color: #ACF7FF;
}

.blockPrivacity {
  background-color: #FFFFFF;
}
@media (min-width: 769px) {
  .blockPrivacity {
    margin-bottom: 50px;
  }
}

.blockPrivacity > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media (min-width: 769px) {
  .blockPrivacity > div {
    flex-direction: row;
  }
}

.blockPrivacity > div > nav > ul {
  display: flex;
}
.blockPrivacity > div > nav > ul li > a {
  font-family: "PrologueMedium", sans-serif;
  color: #0436E6;
  font-size: 11px;
}
.blockPrivacity > div > nav > ul li > a:hover, .blockPrivacity > div > nav > ul li > a:active {
  color: #08217c;
}
.blockPrivacity > div > nav > ul span {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  font-size: 11px;
  font-weight: 600;
}

.blockPrivacity > div > p {
  font-family: "PrologueMedium", sans-serif;
  color: #000000;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 769px) {
  .blockPrivacity > div > p {
    text-align: unset;
  }
}

.sectionHomeEmpleo,
.sectionHomePartners {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteProducts";
  background-color: black;
  height: calc(100vh - 49px);
}
@media (min-width: 769px) {
  .sectionHomeEmpleo,
  .sectionHomePartners {
    height: calc(100vh - 57px);
  }
}

.articleB.homeEmpleo,
.articleB.homePartners {
  display: grid;
  grid-area: siteProducts;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
  height: unset !important;
}
.articleB.homeEmpleo > div,
.articleB.homePartners > div {
  display: flex;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .articleB.homeEmpleo > div,
  .articleB.homePartners > div {
    flex-direction: row;
    align-items: unset;
  }
}

.articleB.homeEmpleo > div > div,
.articleB.homePartners > div > div {
  width: 100%;
}
@media (min-width: 769px) {
  .articleB.homeEmpleo > div > div,
  .articleB.homePartners > div > div {
    max-width: 412px;
  }
}
.articleB.homeEmpleo > div > div > nav,
.articleB.homePartners > div > div > nav {
  margin-bottom: 0.5rem;
}
.articleB.homeEmpleo > div > div h1,
.articleB.homePartners > div > div h1 {
  color: #FFFFFF;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 30px;
  text-wrap: nowrap;
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  .articleB.homeEmpleo > div > div h1,
  .articleB.homePartners > div > div h1 {
    font-size: 40px;
  }
}
.articleB.homeEmpleo > div > div h3,
.articleB.homePartners > div > div h3 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #cfcfcf;
  font-size: 17px;
}
.articleB.homeEmpleo > div > div p,
.articleB.homePartners > div > div p {
  font-family: "PrologueRegular", sans-serif;
  color: #cfcfcf;
  font-size: 14px;
  padding-top: 1.8rem;
}
.articleB.homeEmpleo > div > div .btnBorder,
.articleB.homePartners > div > div .btnBorder {
  margin-top: 1rem;
}

@media (min-width: 769px) {
  .articleB.homeEmpleo > div > div {
    max-width: 400px;
  }
}
.articleB.homeEmpleo > div > div h1 {
  text-wrap: unset;
  text-wrap: wrap;
}

.articleB.homeEmpleo > div > figure,
.articleB.homePartners > div > figure {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.articleB.homeEmpleo > div > figure:after,
.articleB.homePartners > div > figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(rgba(0, 0, 0, 0) 20%, #000 68%, #000 100%);
  background: radial-gradient(rgba(0, 0, 0, 0) 20%, #000 72%);
}
.articleB.homeEmpleo > div > figure img,
.articleB.homePartners > div > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/4;
  filter: grayscale(90%);
  width: 100%;
}

.sectionBrands {
  background-color: #FFFFFF;
  height: unset !important;
  min-height: unset !important;
  padding: 2rem 0;
}
.sectionBrands .articleB {
  padding: 1rem !important;
  overflow: hidden;
  gap: 0.8rem;
}
.sectionBrands .articleB h2 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #373737;
}
.sectionBrands .articleB p {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 1rem;
}

.sectionBrands > .articleB > ul {
  display: flex;
  overflow: hidden;
  height: 100%;
  gap: 1rem;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 1120px) {
  .sectionBrands > .articleB > ul {
    overflow: hidden;
  }
}

.sectionBrands > .articleB > ul > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sectionBrands > .articleB > ul > li figure {
  border-radius: 0.5rem;
  display: flex;
  width: 168px;
  height: 100px;
  overflow: hidden;
}
.sectionBrands > .articleB > ul > li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  /*  height: 100%; */
}
.sectionBrands > .articleB > ul > li p {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  color: #373737;
  text-align: center;
  line-height: 2;
}

.sectionServices {
  background-color: #FFFFFF;
  height: unset !important;
  min-height: unset !important;
  padding: 2rem 0;
}
.sectionServices .articleB {
  padding: 1rem !important;
}
.sectionServices .articleB h2 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #373737;
  font-size: 27px;
}
.sectionServices .articleB p {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 2rem;
}

.sectionServices > .articleB > ul {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .sectionServices > .articleB > ul {
    row-gap: 3rem;
  }
}

.sectionServices > .articleB > ul > li {
  width: 100%;
  overflow: hidden;
  display: flex;
  height: auto;
  outline: solid 1px #cfcfcf;
  flex-direction: column;
  border-radius: 1rem;
}
@media (min-width: 500px) {
  .sectionServices > .articleB > ul > li {
    width: 48%;
  }
}
@media (min-width: 930px) {
  .sectionServices > .articleB > ul > li {
    /*     max-width: 352px;  */
    width: 32%;
  }
}
.sectionServices > .articleB > ul > li > figure {
  overflow: hidden;
  display: flex;
}
.sectionServices > .articleB > ul > li > figure > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}
.sectionServices > .articleB > ul > li > div {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.3rem;
  gap: 0.5rem;
}
.sectionServices > .articleB > ul > li > div h3 {
  margin: 0;
  font-family: "PrologueMedium", sans-serif;
  color: #373737;
}
.sectionServices > .articleB > ul > li > div p {
  font-family: "PrologueRegular", sans-serif;
  color: #373737;
  line-height: 1.6;
}
.sectionServices > .articleB > ul > li:last-child {
  padding: 1rem;
  background: linear-gradient(#0436e6 0%, #021b73 100%, #021b73 100%);
  justify-content: center;
  align-items: center;
}
.sectionServices > .articleB > ul > li:last-child p {
  font-family: "PrologueMedium", sans-serif;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  max-width: 80%;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: unset;
}

.sectionCollaborate {
  background-color: #FFFFFF;
  height: unset !important;
  min-height: unset !important;
  padding: 2rem 0 4rem;
}
.sectionCollaborate .articleB {
  padding: 0 1rem !important;
}

.sectionCollaborate > .articleB > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .sectionCollaborate > .articleB > div {
    flex-direction: row;
  }
}
.sectionCollaborate > .articleB > div > div {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}
.sectionCollaborate > .articleB > div > div h2 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #FFFFFF;
  font-size: 27px;
  margin-bottom: 0.5rem;
}
.sectionCollaborate > .articleB > div > div p {
  font-family: "PrologueMedium", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #cfcfcf;
}
.sectionCollaborate > .articleB > div > div p:nth-last-child(2) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.sectionCollaborate > .articleB > div > figure {
  display: flex;
  max-width: 392px;
  width: 100%;
  height: 100%;
  max-height: 248px;
  position: relative;
  flex-shrink: 0;
}
.sectionCollaborate > .articleB > div > figure img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  /*    max-width: 392px; */
  width: 100%;
  height: 100%;
  /*  max-height: 248px; */
  filter: grayscale(100%);
}
.sectionCollaborate > .articleB > div > figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #0436E6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  mix-blend-mode: color;
}

.prevMarcas {
  position: relative;
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
  align-items: center;
  padding: 70px 1rem 1rem 1rem;
  color: #b5b5b5;
  background-color: #000;
}
.prevMarcas .introMarcas {
  width: 100%;
  max-width: 1088px;
  display: grid;
  grid-gap: 1.5rem;
  z-index: 1;
}
.prevMarcas .introMarcas .contA {
  display: grid;
  grid-gap: 1rem;
}
.prevMarcas .introMarcas .contB {
  display: flex;
  align-content: start;
}
.prevMarcas .introMarcas .gridMarcas {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.prevMarcas .introMarcas .gridMarcas img {
  width: 100%;
  border-radius: 0.5rem;
}
.prevMarcas .introMarcas .gridMarcas a {
  display: flex;
}
.prevMarcas picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: end;
  align-items: end;
  overflow: hidden;
}
.prevMarcas picture img {
  width: 100%;
  margin-bottom: -50%;
  opacity: 0.8;
}

.marcaListado {
  width: 100%;
  max-width: 1088px;
  display: grid;
  grid-gap: 2em;
  margin: 1.5rem auto;
  padding: 1rem;
}
.marcaListado .item {
  display: grid;
  grid-gap: 1rem;
  align-items: start;
}
.marcaListado .item .img {
  display: flex;
  justify-content: center;
  border: solid 1px #cfcfcf;
  border-radius: 0.5rem;
  overflow: auto;
}
.marcaListado .item .img img {
  max-width: 100%;
}
.marcaListado .item .datos {
  display: grid;
  grid-gap: 0.5rem;
}
.marcaListado .item .datos a {
  margin-top: 1rem;
}

@media (min-width: 769px) {
  .prevMarcas .introMarcas {
    grid-template-columns: 1fr 1fr;
  }
  .prevMarcas picture {
    align-content: start;
    align-items: start;
    overflow: hidden;
  }
  .prevMarcas picture img {
    margin-right: -20%;
    opacity: 1;
  }
  .marcaListado .item {
    grid-template-columns: 20% 1fr;
  }
  .marcaListado .item .datos a {
    margin-top: 1rem;
  }
}
.migas {
  display: flex;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
.migas li {
  padding: 0 0.5rem;
  font-size: 0.8em;
  border-right: solid 1px #5E5E5E;
}
.migas li:first-child {
  padding-left: 0;
}
.migas li:last-child {
  border: none;
}
.migas a {
  color: #fff;
}
.migas a:active, .migas a:hover {
  color: #b5b5b5;
}

.fxGray {
  filter: grayscale(1);
}
.fxGray:active, .fxGray:hover {
  filter: grayscale(0);
  box-shadow: 0px 0px 30px #0436e6;
}

.sectionContact {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteContact";
  background-color: black;
  height: calc(100vh - 49px);
}
@media (min-width: 769px) {
  .sectionContact {
    min-height: 100% !important;
    height: calc(100vh - 57px) !important;
  }
}
.sectionContact .background {
  display: grid;
  grid-area: siteContact;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionContact .background figure {
  display: flex;
}
.sectionContact .background figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%);
  opacity: 0.4;
}

.articleB.contact {
  display: grid !important;
  grid-area: siteContact;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  padding: 1rem 1rem 2rem !important;
}
.articleB.contact > div {
  display: flex;
  width: 100%;
  align-items: center;
}

.wrappContact {
  display: flex;
  flex-direction: column;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  gap: 3rem;
}
@media (min-width: 769px) {
  .wrappContact {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.wrappContact > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .wrappContact > div:nth-child(1) {
    max-width: 444px;
  }
}
.wrappContact > div:nth-child(1) > nav {
  margin-bottom: 0.5rem;
}
.wrappContact > div:nth-child(1) h1 {
  color: #FFFFFF;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 30px;
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  .wrappContact > div:nth-child(1) h1 {
    font-size: 40px;
  }
}
.wrappContact > div:nth-child(1) h3 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #cfcfcf;
  font-size: 17px;
}
.wrappContact > div:nth-child(1) p {
  font-family: "PrologueRegular", sans-serif;
  color: #cfcfcf;
  font-size: 14px;
  padding-top: 1.8rem;
}
.wrappContact > div:nth-child(1) .blockShare {
  padding-top: 2rem;
}
.wrappContact > div:nth-child(2) {
  width: 100%;
  justify-content: center;
  display: flex;
}
.wrappContact > div:nth-child(2) .contentForm {
  max-width: 552px;
  width: 100%;
  background-color: rgba(4, 54, 230, 0.5);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
}
.wrappContact > div:nth-child(2) .contentForm form > textarea {
  max-width: unset;
}

.prevHistoria {
  position: relative;
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
  align-items: center;
  padding: 70px 1rem 1rem 1rem;
  color: #b5b5b5;
  background-color: #000;
}
.prevHistoria .introHistoria {
  width: 100%;
  max-width: 1088px;
  display: grid;
  grid-gap: 1.5rem;
  z-index: 1;
}
.prevHistoria .introHistoria .contA {
  display: grid;
  grid-gap: 1rem;
}
.prevHistoria .introHistoria .contB {
  display: grid;
  grid-gap: 1em;
  align-content: start;
}
.prevHistoria .introHistoria .contB video {
  width: 100%;
  padding: 0.5em;
  border: solid 1px #4D4D4D;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.11);
}
.prevHistoria picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: end;
  align-items: end;
  overflow: hidden;
}
.prevHistoria picture img {
  width: 100%;
  margin-bottom: -50%;
  opacity: 0.5;
}

.historiaSection {
  width: 100%;
  max-width: 1088px;
  display: grid;
  margin: 1.5rem auto;
  padding: 1rem;
  line-height: 1.8em;
}
.historiaSection h2 {
  margin-bottom: 1em;
}

.timeline {
  position: relative;
  display: grid;
  grid-gap: 3em;
  margin: 4rem 0;
  padding: 0 0 0 2em;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  display: flex;
  border-left: solid 1px #0436E6;
}
.timeline .item {
  position: relative;
  display: grid;
}
.timeline .item .fecha {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 0;
  color: #0436E6;
  font-size: 2em;
  font-weight: bold;
}
.timeline .item .titulo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  color: #fff;
  background: #0436E6;
}
.timeline .item .titulo::before {
  position: absolute;
  top: 1em;
  left: -2.3em;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #0436E6;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.timeline .item .titulo::after {
  position: absolute;
  top: 1.3em;
  left: -2em;
  content: "";
  width: 3em;
  height: 1px;
  border-bottom: solid 1px #0436E6;
}
.timeline .item .listado {
  padding: 0.5rem;
}

@media (min-width: 769px) {
  .prevHistoria .introHistoria {
    grid-template-columns: 1fr 1fr;
  }
  .prevHistoria picture {
    align-content: start;
    align-items: start;
    overflow: hidden;
  }
  .prevHistoria picture img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .marcaListado .item {
    grid-template-columns: 20% 1fr;
  }
  .marcaListado .item .datos a {
    margin-top: 1rem;
  }
  .timeline {
    padding: 0 0 0 0;
  }
  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    display: flex;
    border-left: solid 1px #0436E6;
  }
  .timeline .item {
    width: calc(50% - 2em);
  }
  .timeline .item .fecha {
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 0.5;
    color: #0436E6;
    font-size: 2em;
    font-weight: bold;
  }
  .timeline .item .titulo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #fff;
    background: #0436E6;
  }
  .timeline .item .titulo::before {
    position: absolute;
    top: 1em;
    left: -2.3em;
    content: "";
    width: 10px;
    height: 10px;
    border: solid 1px #0436E6;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
  }
  .timeline .item .titulo::after {
    position: absolute;
    top: 1.3em;
    left: -2em;
    content: "";
    width: 3em;
    height: 1px;
    border-bottom: solid 1px #0436E6;
  }
  .timeline .item .listado {
    padding: 0.5rem;
  }
  .timeline .item:nth-child(even) {
    left: calc(50% + 2em);
  }
  .timeline .item:nth-child(odd) ::before {
    left: calc(100% + 1.7em);
  }
  .timeline .item:nth-child(odd) ::after {
    left: calc(100% - 1em);
  }
}
.prevEmbajadores {
  position: relative;
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
  align-items: center;
  padding: 70px 1rem 1rem 1rem;
  color: #b5b5b5;
  background-color: #000;
}
.prevEmbajadores .introEmbajadores {
  width: 100%;
  max-width: 1088px;
  display: grid;
  grid-gap: 1.5rem;
  z-index: 1;
}
.prevEmbajadores .introEmbajadores .contA {
  display: grid;
  grid-gap: 1rem;
}
.prevEmbajadores .introEmbajadores .contB {
  display: grid;
  grid-gap: 1em;
  align-content: start;
}
.prevEmbajadores .introEmbajadores .contB video {
  width: 100%;
  padding: 0.5em;
  border: solid 1px #4D4D4D;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.11);
}
.prevEmbajadores picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: end;
  align-items: end;
  overflow: hidden;
}
.prevEmbajadores picture img {
  width: 100%;
  margin-bottom: -50%;
  opacity: 0.8;
}

.gridTipsters {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gridTipsters a {
  border-radius: 50%;
  overflow: hidden;
}
.gridTipsters a img {
  max-width: 100%;
}

.embajadoresSection {
  width: 100%;
  max-width: 1088px;
  display: grid;
  margin: 1.5rem auto;
  padding: 1rem;
}

.embajadoresList {
  display: grid;
  grid-gap: 2em;
}
.embajadoresList .item {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 60px 1fr;
}
.embajadoresList .item .img {
  overflow: hidden;
}
.embajadoresList .item .img img {
  width: 100%;
  border-radius: 50%;
  border: solid 2px #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.embajadoresList .item .datos {
  display: grid;
  grid-gap: 1em;
}
.embajadoresList .item .datos i {
  color: #373737;
  font-size: 0.8em;
}

@media (min-width: 769px) {
  .prevEmbajadores .introEmbajadores {
    grid-template-columns: 1fr 1fr;
  }
  .prevEmbajadores picture {
    align-content: start;
    align-items: start;
    overflow: hidden;
  }
  .prevEmbajadores picture img {
    margin-right: -20%;
    opacity: 1;
  }
  .embajadoresList .item {
    grid-template-columns: 100px 1fr;
  }
}
.sectionLegal {
  width: 100%;
  max-width: 1088px;
  display: grid;
  grid-gap: 1.5rem;
  padding: 1.5rem;
  margin: 1rem auto;
}

.sectionOffices {
  background-color: #FFFFFF;
  height: unset !important;
  min-height: unset !important;
  padding: 2rem 0;
}
.sectionOffices .articleB {
  padding: 1rem !important;
}
.sectionOffices .articleB h2 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #000000;
  font-size: 27px;
  margin-bottom: 0.5rem;
}
.sectionOffices .articleB p {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #373737;
}
.sectionOffices .articleB p:nth-last-of-type(1) {
  margin-top: 1rem;
}

.sectionOffices > .articleB > ul {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .sectionOffices > .articleB > ul {
    row-gap: 3rem;
  }
}

.sectionOffices > .articleB > ul > li {
  width: 100%;
  overflow: hidden;
  display: flex;
  height: auto;
  flex-direction: column;
  position: relative;
}
@media (min-width: 500px) {
  .sectionOffices > .articleB > ul > li {
    width: 48%;
  }
}
@media (min-width: 930px) {
  .sectionOffices > .articleB > ul > li {
    width: 23%;
  }
}
.sectionOffices > .articleB > ul > li > figure {
  overflow: hidden;
  display: flex;
  border-radius: 0.3rem;
}
.sectionOffices > .articleB > ul > li > figure > img:nth-of-type(1) {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 18px;
}
.sectionOffices > .articleB > ul > li > figure > img:nth-of-type(2) {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}
.sectionOffices > .articleB > ul > li > div {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}
.sectionOffices > .articleB > ul > li > div h3 {
  margin: 0;
  font-family: "PrologueSemiBold", sans-serif;
  color: #373737;
  font-size: 14px;
  line-height: 25px;
}
.sectionOffices > .articleB > ul > li > div p {
  font-family: "PrologueRegular", sans-serif;
  color: #373737;
  line-height: 25px;
  font-size: 14px;
  line-height: 25px;
  margin-top: unset !important;
  margin-bottom: 0.3rem;
}
.sectionOffices > .articleB > ul > li .btnBorder {
  margin-top: auto;
  border-color: #0436E6;
  color: #0436E6;
  height: 37px;
  font-size: 14px;
}
.sectionOffices > .articleB > ul > li .btnBorder:hover, .sectionOffices > .articleB > ul > li .btnBorder:active {
  background-color: #08217c;
  color: #FFFFFF;
}

.sectionHomeOffices {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteProducts";
  background-color: black;
  height: calc(100vh - 49px);
}
@media (min-width: 769px) {
  .sectionHomeOffices {
    height: calc(100vh - 57px);
  }
}

.articleB.homeOffices {
  display: grid;
  grid-area: siteProducts;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
  height: unset !important;
}
.articleB.homeOffices > div {
  display: flex;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .articleB.homeOffices > div {
    flex-direction: row;
    align-items: unset;
  }
}

.articleB.homeOffices > div > div {
  width: 100%;
}
@media (min-width: 769px) {
  .articleB.homeOffices > div > div {
    max-width: 412px;
  }
}
.articleB.homeOffices > div > div > nav {
  margin-bottom: 0.5rem;
}
.articleB.homeOffices > div > div h1 {
  color: #FFFFFF;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 30px;
  text-wrap: nowrap;
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  .articleB.homeOffices > div > div h1 {
    font-size: 40px;
  }
}
.articleB.homeOffices > div > div h3 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #cfcfcf;
  font-size: 17px;
}
.articleB.homeOffices > div > div p {
  font-family: "PrologueRegular", sans-serif;
  color: #cfcfcf;
  font-size: 14px;
  padding-top: 1.8rem;
}
.articleB.homeOffices > div > div p:first-of-type {
  padding-top: 0.5rem !important;
}
.articleB.homeOffices > div > div .btnBorder {
  margin-top: 1rem;
}

.articleB.homeOffices > div > figure {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.articleB.homeOffices > div > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/4;
  width: 100%;
}

.sectionOfficesSite {
  background-color: #FFFFFF;
  height: unset !important;
  min-height: unset !important;
  padding: 2rem 0;
}
.sectionOfficesSite .articleB {
  padding: 1rem !important;
}
.sectionOfficesSite .articleB h2 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #000000;
  font-size: 27px;
  margin-bottom: 0.5rem;
}
.sectionOfficesSite .articleB p {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #373737;
}
.sectionOfficesSite .articleB p:nth-last-of-type(1) {
  margin-top: 1rem;
}

.sectionOfficesSite > .articleB > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
  /*   @media (min-width: 769px) {
      row-gap: 3rem;

    } */
}

.sectionOfficesSite > .articleB > ul > li {
  width: 100%;
  overflow: hidden;
  display: flex;
  height: auto;
  flex-direction: row;
  position: relative;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sectionOfficesSite > .articleB > ul > li > figure {
  overflow: hidden;
  display: flex;
  border-radius: 0.3rem;
  width: 95px;
  height: 100px;
  flex: 0 0 95px;
}
@media (min-width: 480px) {
  .sectionOfficesSite > .articleB > ul > li > figure {
    width: 160px;
    height: 167px;
    flex: 0 0 160px;
  }
}
@media (min-width: 556px) {
  .sectionOfficesSite > .articleB > ul > li > figure {
    width: 260px;
    height: 167px;
    flex: 0 0 260px;
  }
}
.sectionOfficesSite > .articleB > ul > li > figure > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}
.sectionOfficesSite > .articleB > ul > li > .wrapp {
  display: flex;
  flex-direction: column;
  padding: 0;
  flex: 1 1 auto;
}
.sectionOfficesSite > .articleB > ul > li > .wrapp h3 {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  margin: 0;
  font-family: "PrologueSemiBold", sans-serif;
  color: #373737;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.3rem;
}
.sectionOfficesSite > .articleB > ul > li > .wrapp h3 > img {
  width: 24px;
  display: flex;
  align-self: flex-start;
}
.sectionOfficesSite > .articleB > ul > li > .wrapp p {
  font-family: "PrologueRegular", sans-serif;
  color: #373737;
  line-height: 25px;
  font-size: 14px;
  margin-top: unset !important;
  margin-bottom: 0.3rem;
  line-height: 22px;
}
.sectionOfficesSite > .articleB > ul > li .btnBorder {
  margin-top: auto;
  border-color: #0436E6;
  color: #0436E6;
  height: 37px;
  font-size: 14px;
  margin-top: 0.5rem;
}
.sectionOfficesSite > .articleB > ul > li .btnBorder:hover, .sectionOfficesSite > .articleB > ul > li .btnBorder:active {
  background-color: #08217c;
  color: #FFFFFF;
}

.sectionOfficesLinks {
  background-color: #FFFFFF;
  height: unset !important;
  min-height: unset !important;
  padding: 2rem 0;
}
.sectionOfficesLinks .articleB.links {
  padding: 1rem !important;
  min-height: 100% !important;
}
.sectionOfficesLinks .articleB.links > div {
  background-color: rgb(240, 240, 240);
  padding: 1.5rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sectionOfficesLinks .articleB.links h2 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #000000;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.articleB.links > div > nav > ul {
  list-style-type: circle !important;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.articleB.links > div > nav > ul > li::marker {
  color: #cfcfcf;
  width: 50px;
}

.articleB.links > div > nav > ul > li > a {
  color: #0436E6;
}
.articleB.links > div > nav > ul > li > a:hover, .articleB.links > div > nav > ul > li > a:active {
  color: #08217c;
}

.sectionLegal {
  width: 100%;
  max-width: 1088px;
  display: grid;
  grid-gap: 1.5rem;
  padding: 1.5rem;
  margin: 1rem auto;
}

#rgpd {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
  margin: 0 auto;
  padding: 1em;
  color: #bbbbbb;
  font-size: 0.8em;
  text-align: center;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1;
}

#rgpd .btnCookie {
  display: inline-flex;
  margin-top: 1em;
  padding: 0.3em 1em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1em;
}

#rgpd .btnCookie:active, #rgpd .btnCookie:hover {
  background: #fff;
  color: #000;
}

.error {
  width: 100%;
  min-height: 100vh;
  padding: 2em;
  display: grid;
  justify-content: center;
  align-content: center;
  color: #fff;
  text-align: center;
  background: url("../img/error.webp") no-repeat center center #000;
  background-size: cover;
}
.error h1 {
  margin-bottom: 1em;
}

.sectionHomeNoticias {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  grid-template-areas: "siteProducts";
  background-color: black;
  height: 100% !important;
  min-height: -moz-min-content !important;
  min-height: min-content !important;
  /*     height: calc(100vh - 49px); */
  /*       @media (min-width: 769px) {
           height: calc(100vh - 57px);
        } */
}

.articleB.homeNoticias {
  display: grid;
  grid-area: siteProducts;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  align-items: center;
  height: unset !important;
  padding: 1rem !important;
}
.articleB.homeNoticias > div {
  display: flex;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .articleB.homeNoticias > div {
    flex-direction: row;
    align-items: center;
  }
}

.articleB.homeNoticias > div > div {
  width: 100%;
}
@media (min-width: 769px) {
  .articleB.homeNoticias > div > div {
    max-width: 412px;
  }
}
.articleB.homeNoticias > div > div > nav {
  margin-bottom: 0.5rem;
}
.articleB.homeNoticias > div > div h1 {
  color: #FFFFFF;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 30px;
  text-wrap: nowrap;
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  .articleB.homeNoticias > div > div h1 {
    font-size: 40px;
  }
}
.articleB.homeNoticias > div > div h3 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #cfcfcf;
  font-size: 17px;
}
.articleB.homeNoticias > div > div p {
  font-family: "PrologueRegular", sans-serif;
  color: #cfcfcf;
  font-size: 14px;
  padding-top: 1.8rem;
}

.articleB.homeNoticias > div > figure {
  width: 100%;
  max-width: 536px;
  overflow: hidden;
  display: none;
  position: relative;
}
.articleB.homeNoticias > div > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/4;
  filter: grayscale(90%);
  width: 100%;
}
@media (min-width: 769px) {
  .articleB.homeNoticias > div > figure {
    display: flex;
  }
}
.articleB.homeNoticias > div > figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(rgba(0, 0, 0, 0) 20%, #000 68%, #000 100%);
}

.sectionNoticiasA {
  width: 100%;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.sectionNoticiasA .articleB {
  height: 100px;
}
.sectionNoticiasA .articleB div.innerNoticiasA {
  display: flex;
  height: 100%;
  margin: 1rem 0;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sectionNoticiasA .articleB div.innerNoticiasA {
    max-height: 488px;
    flex-direction: row;
  }
}

.innerNoticiasA > .wrapp > .noticia3,
.innerNoticiasA > .wrapp > .noticia2,
.innerNoticiasA > .noticia1 {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.innerNoticiasA > .wrapp > .noticia3::after,
.innerNoticiasA > .wrapp > .noticia2::after,
.innerNoticiasA > .noticia1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(4, 54, 230, 0) 0%, #0436e6 100%);
}
.innerNoticiasA > .wrapp > .noticia3 img,
.innerNoticiasA > .wrapp > .noticia2 img,
.innerNoticiasA > .noticia1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: flex;
  min-width: 100%;
  min-height: 100%;
}
.innerNoticiasA > .wrapp > .noticia3 span,
.innerNoticiasA > .wrapp > .noticia2 span,
.innerNoticiasA > .noticia1 span {
  width: 100%;
  height: 100%;
  background-color: rgba(4, 54, 230, 0.4);
  display: flex;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  padding: 0.5rem;
  margin: 0.5rem;
}
.innerNoticiasA > .wrapp > .noticia3 span h3,
.innerNoticiasA > .wrapp > .noticia2 span h3,
.innerNoticiasA > .noticia1 span h3 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
}
.innerNoticiasA > .wrapp > .noticia3 span p,
.innerNoticiasA > .wrapp > .noticia2 span p,
.innerNoticiasA > .noticia1 span p {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
}
.innerNoticiasA > .wrapp > .noticia3 span p.data,
.innerNoticiasA > .wrapp > .noticia2 span p.data,
.innerNoticiasA > .noticia1 span p.data {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 12px;
  color: #b5b5b5;
  line-height: 25px;
}

.innerNoticiasA > .noticia1 {
  /*   max-width: 628px; */
  max-height: 488px;
  width: 100%;
  height: 488px;
  flex: 0 1 628px;
}

.innerNoticiasA > .wrapp {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex: 0 1 444px;
  overflow: hidden;
}

.innerNoticiasA > .wrapp > .noticia2,
.innerNoticiasA > .wrapp > .noticia3 {
  width: 100%;
  /*   max-width: 444px;
   */
  height: 100%;
}
.innerNoticiasA > .wrapp > .noticia2 h3,
.innerNoticiasA > .wrapp > .noticia3 h3 {
  font-size: 18px !important;
}

.sectionNoticiasB {
  width: 100%;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.sectionNoticiasB .articleB {
  height: 100px;
  overflow: hidden;
}
.sectionNoticiasB .articleB ul.innerNoticiasB {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  overflow: hidden;
  gap: 1rem;
}
@media (min-width: 769px) {
  .sectionNoticiasB .articleB ul.innerNoticiasB {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 2rem;
  }
}

ul.innerNoticiasB > li {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 769px) {
  ul.innerNoticiasB > li {
    flex-direction: column;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

ul.innerNoticiasB > li > img {
  aspect-ratio: 1/1;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3rem;
  width: 100%;
  display: flex;
  flex: 0 0 100px;
  max-width: 100px;
  max-height: 100px;
}
@media (min-width: 769px) {
  ul.innerNoticiasB > li > img {
    max-width: unset;
    max-height: unset;
    flex: unset;
    aspect-ratio: 352/212;
  }
}

ul.innerNoticiasB > li > .info {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  padding: 0 0 1rem;
}
@media (min-width: 769px) {
  ul.innerNoticiasB > li > .info {
    padding: 0.5rem 0 1rem;
    flex: unset;
  }
}
ul.innerNoticiasB > li > .info h4 {
  color: #0436E6;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  ul.innerNoticiasB > li > .info h4 {
    line-height: 25px;
  }
}
ul.innerNoticiasB > li > .info p.data {
  color: #373737;
  font-size: 12px;
  line-height: 25px;
  font-family: "PrologueRegular", sans-serif;
}
ul.innerNoticiasB > li > .info p {
  color: #373737;
  font-size: 14px;
  line-height: 25px;
  font-family: "PrologueRegular", sans-serif;
}

.sectionNavNoticias {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-max-content !important;
  height: max-content !important;
  min-height: unset !important;
}
.sectionNavNoticias nav {
  padding: 1rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  margin: 0.5rem auto 2rem;
}
.sectionNavNoticias nav > a {
  display: flex;
  overflow: hidden;
}
.sectionNavNoticias nav > a i {
  background-color: #0436E6;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 100px;
  display: flex;
}
.sectionNavNoticias nav > a i.icon-dir-left {
  padding: 10px 11px 10px 9px;
}
.sectionNavNoticias nav > a i.icon-dir-right {
  padding: 10px 9px 10px 11px;
}
.sectionNavNoticias nav > a:hover i, .sectionNavNoticias nav > a:active i {
  background-color: #08217c;
  overflow: hidden;
}
.sectionNavNoticias nav > ul {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.sectionNavNoticias nav > ul li > a {
  border-radius: 100px;
  font-size: 20px;
  padding: 10px;
  color: #FFFFFF;
  padding: 10px;
  background-color: #0436E6;
  width: 40px;
  height: 40px;
  display: flex;
  font-family: "PrologueRegular", sans-serif;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sectionNavNoticias nav > ul li > a:hover, .sectionNavNoticias nav > ul li > a:active {
  background-color: #08217c;
}
.sectionNavNoticias nav > ul li > a.actual {
  background-color: #FFFFFF;
  border: solid 1px #cfcfcf;
  color: #000000;
}
.sectionNavNoticias nav > ul li > a.actual:hover, .sectionNavNoticias nav > ul li > a.actual:active {
  background-color: #08217c;
  color: #FFFFFF;
  border: none;
}

/* @media (min-width: 769px) {
} */
.bodyB {
  background-color: #FFFFFF;
}

.noticias {
  width: 100%;
}

.noticias > .sHNoticiasDetall {
  background-color: #000000;
  min-height: unset !important;
}

aside > .inner,
.noticias > .sArticle > .inner,
.noticias > .sHNoticiasDetall > .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1088px + 2rem);
  align-items: center;
  margin: 0 auto;
  padding: 1rem;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  aside > .inner,
  .noticias > .sArticle > .inner,
  .noticias > .sHNoticiasDetall > .inner {
    padding: 2rem 1rem;
  }
}

.noticias > .sHNoticiasDetall > .inner > div {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 769px) {
  .noticias > .sHNoticiasDetall > .inner > div {
    flex-direction: row;
    justify-content: space-between;
  }
}

.noticias > .sHNoticiasDetall > .inner > div > div {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .noticias > .sHNoticiasDetall > .inner > div > div {
    max-width: 536px;
  }
}
.noticias > .sHNoticiasDetall > .inner > div > div > nav {
  margin-bottom: 0.5rem;
}
.noticias > .sHNoticiasDetall > .inner > div > div h1 {
  color: #FFFFFF;
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 30px;
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  .noticias > .sHNoticiasDetall > .inner > div > div h1 {
    font-size: 40px;
  }
}
.noticias > .sHNoticiasDetall > .inner > div > div h3 {
  font-family: "PrologueSemiBold", sans-serif;
  color: #cfcfcf;
  font-size: 17px;
}
.noticias > .sHNoticiasDetall > .inner > div > div p {
  font-family: "PrologueRegular", sans-serif;
  color: #cfcfcf;
  font-size: 14px;
  padding-top: 1.8rem;
}

.noticias > .sHNoticiasDetall > .inner > div > div > p:has(time) {
  padding-top: unset;
  padding-bottom: 0.5rem;
}

.noticias > .sHNoticiasDetall > .inner > div > div > p time {
  font-size: 12px;
  font-family: "PrologueSemiBold", sans-serif;
  color: #b5b5b5;
}
.noticias > .sHNoticiasDetall > .inner > div > div > p time i {
  margin-right: 0.3rem;
}

.noticias > .sHNoticiasDetall > .inner > div > picture {
  width: 100%;
  max-width: 436px;
  row-gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.noticias > .sHNoticiasDetall > .inner > div > picture > img {
  aspect-ratio: 536/323;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: ceenter;
     object-position: ceenter;
  display: flex;
  width: 100%;
}

.noticias > .sHNoticiasDetall > .inner > div > picture > figcaption {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 11px;
  color: #cfcfcf;
}

.noticias > .sArticle {
  background-color: #FFFFFF;
  min-height: unset !important;
}

.noticias > .sArticle > .inner {
  align-items: flex-start;
}

.noticias > .sArticle > .inner a {
  color: #0436E6;
  cursor: pointer;
}
.noticias > .sArticle > .inner a:hover, .noticias > .sArticle > .inner a:active {
  color: #08217c;
}
.noticias > .sArticle > .inner h1,
.noticias > .sArticle > .inner h2,
.noticias > .sArticle > .inner h3,
.noticias > .sArticle > .inner h4 {
  font-family: "PrologueSemiBold", sans-serif;
}
.noticias > .sArticle > .inner h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.noticias > .sArticle > .inner h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.noticias > .sArticle > .inner h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.noticias > .sArticle > .inner h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.noticias > .sArticle > .inner p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-family: "PrologueRegular", sans-serif;
}
.noticias > .sArticle > .inner ul li,
.noticias > .sArticle > .inner ol li {
  margin: 0.5em 0;
}
.noticias > .sArticle > .inner ul {
  list-style: initial !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}

/* ///// */
aside {
  width: 100%;
}
aside .inner {
  padding: 1rem 0 2rem;
  width: 100%;
  background-color: #FFFFFF;
  align-items: unset;
  row-gap: 1rem;
}
@media (min-width: 500px) {
  aside .inner {
    padding: 2rem 1rem;
  }
}
aside .inner > h2 {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  padding: 0 0.7rem;
}
@media (min-width: 500px) {
  aside .inner > h2 {
    padding: unset;
  }
}
aside .inner ul {
  display: flex;
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media (min-width: 500px) {
  aside .inner ul {
    gap: 1rem;
    overflow: hidden;
    width: 100%;
  }
}
aside .inner li {
  scroll-snap-align: start;
  width: 100%;
  min-width: 100vw;
  min-width: 95vw;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  padding: 0 0.7rem 1rem;
}
@media (min-width: 500px) {
  aside .inner li {
    padding: unset;
    width: 100%;
    max-width: 352px;
    min-width: unset;
  }
}
aside .inner li > figure {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media (min-width: 500px) {
  aside .inner li > figure {
    max-width: 352px;
  }
}
aside .inner li > figure > img {
  aspect-ratio: 650/431;
  width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
}
aside .inner li > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
aside .inner li > div a {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 1.17em;
  color: #0436E6;
  text-wrap: wrap;
  color: #0436E6;
}
aside .inner li > div a:hover, aside .inner li > div a:active {
  color: #08217c;
}
aside .inner li > div p > time {
  font-family: "PrologueRegular", sans-serif;
  font-size: 12px;
  color: #373737;
}
aside .inner li > div p {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #373737;
  width: 100%;
  text-wrap: wrap;
}
aside .inner > a {
  margin-top: 0.5rem;
  padding: 0 0.7rem;
}
@media (min-width: 500px) {
  aside .inner > a {
    padding: unset;
  }
}

.articleB.empleoB {
  padding-bottom: 2rem;
  color: #373737;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.articleB.empleoB p {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
}
.articleB.empleoB h5 {
  margin-top: 1rem;
}
.articleB.empleoB .sectionRRHH p,
.articleB.empleoB .sectionTextIntro p {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}

.sectionEmpleos {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.blockSinEmpleos {
  background-color: #ffecec;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
.blockSinEmpleos p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.listado {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 1rem;
  overflow-y: unset;
  overflow-x: hidden;
}

.empleo {
  border: solid 1px #cfcfcf;
  border-radius: 0.5rem;
  border-width: 2px;
}

.empleoLink {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  color: #373737;
  cursor: pointer;
}
.empleoLink .infoEmpleo {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  gap: 0.5rem;
}
.empleoLink .infoEmpleo > p {
  font-family: "PrologueSemiBold", sans-serif;
  margin: 0;
}
.empleoLink .infoEmpleo .itemsEmpleo {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #373737;
}
.empleoLink .infoEmpleo .itemsEmpleo .itemEmpleo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.empleoLink .infoEmpleo .itemsEmpleo .itemEmpleo p {
  margin: 0;
  line-height: 1;
}
.empleoLink i.arrowDrop {
  flex-grow: 0;
  color: #0436e6;
  display: inline-block;
  padding-left: 2px;
  font-size: 12px;
  font-family: "PrologueSemiBold", sans-serif;
  font-weight: 800;
  line-height: 2;
}
.empleoLink:hover p {
  opacity: 0.85;
}

.dropdownB {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease;
  padding: 0 0.5rem;
}
.dropdownB.active {
  grid-template-rows: 1fr;
}
.dropdownB .hiddenB {
  overflow: hidden;
}
.dropdownB .hiddenB > .contentB {
  padding-top: 6px;
  border-top: 1px dashed #b5b5b5;
  padding-bottom: 0.5rem;
}

.dropdownB .hiddenB .contentB .descripcionB {
  margin-bottom: 1.5rem;
}
.dropdownB .hiddenB .contentB .descripcionB h5 {
  line-height: 2;
}
.dropdownB .hiddenB .contentB .descripcionB > .titleB {
  font-family: "PrologueSemiBold", sans-serif;
}
.dropdownB .hiddenB .contentB .descripcionB ul {
  list-style-type: cicle;
  padding-inline-start: 40px;
  list-style: initial !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.dropdownB .hiddenB .contentB .blockEnviar {
  background-color: #ecf8e5;
  border-radius: 0.5rem;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  padding-bottom: 1em;
}
.dropdownB .hiddenB .contentB .blockEnviar .titleB {
  font-family: "PrologueSemiBold", sans-serif;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.85);
}

dialog {
  border: none;
  width: 100%;
  background-color: #0436E6;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: calc(100vw - 1rem);
}
@media (min-width: 769px) {
  dialog {
    max-width: 722px;
  }
}
dialog .innerDialog {
  position: relative;
  overflow-y: auto;
  color: #FFFFFF;
}
dialog .innerDialog .iconCloseB {
  position: absolute;
  background-color: transparent;
  right: 0.5rem;
  top: 0.5rem;
  right: 0;
  top: 0.5rem;
  padding: 3px;
}
dialog .innerDialog .iconCloseB i {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 12px;
}
dialog .innerDialog > p {
  text-align: center;
  font-family: "PrologueSemiBold", sans-serif;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 0.5rem;
}
dialog .innerDialog .infoPuesto {
  color: #FFFFFF;
  line-height: 1.6;
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
dialog .contentFormDialog {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
}
dialog .contentFormDialog > p {
  text-align: center;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  padding-top: 0.5rem;
}
dialog .contentFormDialog > .formB {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  max-height: calc(100vh - 200px);
}
@media (min-width: 769px) {
  dialog .contentFormDialog > .formB {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
dialog .contentFormDialog > .formB .twoForms {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  dialog .contentFormDialog > .formB .twoForms {
    flex-direction: row;
  }
}
dialog .contentFormDialog > .formB .twoForms input {
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  dialog .contentFormDialog > .formB .twoForms input {
    width: 50%;
  }
}
dialog .contentFormDialog > .formB input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: flex;
  height: 50px;
  font-family: "PrologueRegular", sans-serif;
  line-height: 1.4;
  outline: none;
  padding: 17px 15px;
  color: #FFFFFF;
  border: none;
}
dialog .contentFormDialog > .formB input::-moz-placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
dialog .contentFormDialog > .formB input::placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
dialog .contentFormDialog > .formB textarea {
  height: 100% !important;
  width: 100% !important;
  max-width: 100%;
  min-height: 107px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  outline: none;
  padding: 15px;
  border: none;
  color: #FFFFFF;
  font-family: "PrologueRegular", sans-serif;
  line-height: 1.4;
}
dialog .contentFormDialog > .formB input.inValid,
dialog .contentFormDialog > .formB textarea.inValid {
  border: 1px solid #FFD500;
}
dialog .contentFormDialog > .formB textarea::-moz-placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
dialog .contentFormDialog > .formB textarea::placeholder {
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  outline: none;
}
dialog .contentFormDialog > .formB label.descarga {
  font-size: 14px;
  color: white;
}
dialog .contentFormDialog > .formB input[type=file] {
  padding: 0;
  font-family: "PrologueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #b5b5b5;
  padding-right: 1rem;
  height: 50px;
}
dialog .contentFormDialog > .formB input[type=file]::file-selector-button {
  cursor: pointer;
  height: 100%;
  border-radius: 6px;
  border: 0;
  height: 50px;
  padding: 0 min(50%, 1rem);
  margin-right: 1rem;
  color: #b5b5b5;
  color: white;
  background-color: #08217c;
}
dialog .contentFormDialog > .formB input[type=file]::file-selector-button:hover, dialog .contentFormDialog > .formB input[type=file]::file-selector-button:active {
  background-color: #081a5c;
}
dialog .contentFormDialog .blockInvalid {
  display: flex;
  width: 100%;
  background-color: #000000;
  border-radius: 6px;
  padding: 0.3rem;
}
dialog .contentFormDialog .blockInvalid > span {
  width: 3px;
  height: 100%;
  background-color: #FFD500;
  border-radius: 3px;
  height: auto;
}
dialog .contentFormDialog .blockInvalid p {
  font-family: "PrologueMedium", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0.2rem 0.5rem;
}
dialog .contentFormDialog .blockInvalid p span {
  font-family: "PrologueSemiBold", sans-serif;
  font-size: 12px;
  color: #FFD500;
}
dialog .contentFormDialog .btnForm {
  border-radius: 6px;
  padding: 17px;
}
@media (min-width: 769px) {
  dialog .contentFormDialog .btnForm {
    max-width: -moz-fit-content;
    max-width: fit-content;
    align-self: flex-end;
  }
}
dialog .contentFormDialog .blockValid {
  display: flex;
  flex-direction: column;
  background-color: #088787;
  border-radius: 6px;
  padding: 0.5rem;
  width: 100%;
  row-gap: 0.4rem;
}
dialog .contentFormDialog .blockValid p {
  text-align: center;
  font-family: "PrologueRegular", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

/*   checkbox acepto condiciones */
input[type=checkbox]#checkAcepto {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  height: -moz-fit-content;
  height: fit-content;
  width: 20px;
  height: 18px;
  padding: 2px;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  margin-right: 0.1rem;
}

label:has(input[type=checkbox]#checkAcepto) {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  position: relative;
  margin: 0;
  padding-top: 2px;
}
label:has(input[type=checkbox]#checkAcepto):before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #08217c;
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  z-index: 1;
}
label:has(input[type=checkbox]#checkAcepto) span.acepto {
  font-size: 14px;
  color: #FFFFFF;
}
label:has(input[type=checkbox]#checkAcepto) span.acepto a {
  color: #ACF7FF;
}
label:has(input[type=checkbox]#checkAcepto) span.acepto a:hover {
  color: #FFFFFF;
}

label:has(input[type=checkbox]#checkAcepto:checked)::after {
  content: "✔";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  color: #b5b5b5;
  position: absolute;
  top: 3px;
  left: 6px;
  margin: 0;
  font-size: 14px;
  z-index: 1;
}

.contentFormDialog::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

.contentFormDialog::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  opacity: 0.5;
}

.contentFormDialog::-webkit-scrollbar-thumb {
  border-radius: 4px;
  /* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); */
  background-color: rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=main.css.map */