/* *{
    border: solid red 1px;
} */
.gap-20{
  display: flex;
  gap: 90px;
}

@media (max-width: 768px) {
  .gap-20{
    gap: 0px;
    flex-direction: column;
  }
}

@font-face {
  font-family: "Open Sans", "sans";
  src: url("resources\fontsOTF\ChaletBook-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Open Sans", "sans";
  font-weight: bold;
  src: url("resources\fontsOTF\ChaletBook-Bold.otf") format("opentype");
}

.lift-button-animation {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.lift-button-animation:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}

.backgroundText {
  margin: auto;
  width: 50%;
  height: 85%;
  text-align: left;
  margin-left: 100px;
  /*text-shadow: 1px 2px red;*/
  padding-top: 100px;
  margin-top: 2%;
  margin-left: 9%;
  color: black;
}

.backgroundTextxs {
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10%;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.58) 3%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.58) 3%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.58) 3%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.boxTitle {
  color: #e5b242;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  font-family: "Open Sans", "sans";
}

.boxContainer {
  border: 1.5px solid #f0f0f0;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  color: #e5b242;
  padding-top: 40px;
  padding-bottom: 40px;
}

@font-face {
  font-family: "Whitney-Medium";
  src: url("resources/fonts/Whitney-Medium.off") format("woff");
}

.skyBlue {
  color: #e5b242;
  word-wrap: break-word;
}

.skyBlueNum {
  color: #e5b242;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 600;
}

.glyphicon.glyphicon-phone-alt {
  font-size: 27px;
}

/* cyrillic-ext */

.answerText {
  /* font-family: 'Open Sans', 'sans'; */
  text-align: center;
  font-size: 20px;
  color: #e5b242;
  font-weight: 500;
}

.questionText {
  /* font-family: 'Open Sans', 'sans'; */
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}

.questionText2 {
  /* font-family: 'Open Sans', 'sans'; */
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  color: #324545;
}

.boxNumber {
  margin-top: 15px;
  border-right: 1px solid #d8d8d8;
  height: 80px;
}

p.numbers {
  display: block;
  font-family: "Calibri", "sans-serif";
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: white;
  background-color: #d42e12;
  padding-top: 0px;
  width: 50px;
  margin-top: 5px;
  /* line-height: 50px;*/
}

p.numbersForm {
  font-family: "Calibri", "sans-serif";
  text-align: right;
  font-size: 50px;
  font-weight: 400;
  color: #2f2f2f;
  margin-top: -12px;
  margin-right: -15px;
}
.boxNumber0 {
  margin-top: 12px;
  margin-right: 0px;
  border-right: 1px solid #d8d8d8;
  height: 80px;
  width: 11.111%;
  font-family: "Open Sans", "sans";
}
.yuraImg {
  height: 10px;
}

.lineaFooter {
  border: none;
  border-top: 2px solid #000000;
  width: 97.9%;
}
.footerBase {
  width: 100%;
  height: 50px;
  background-color: #e5b242;
}
.footerText1 {
  border-width: 2px;
  border-style: solid;
  border-color: black;
  text-align: center;
  padding: 10px;
}

.boxTitleRed {
  /*color: white;*/
  color: #182a3b;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.button_welcome {
  width: auto !important;
  border-radius: 0 50px 50px 0 !important;
  color: white !important;
  background-color: #182a3b !important;
  font-size: 14px !important;
  height: 43px !important;
  margin-top: 15px !important;
  font-weight: bold !important;
  box-shadow: 10px 0 0 0 #182a3b !important;
}
.button_welcome:hover {
  color: white !important;
}
.red {
  background-color: #182a3b !important;
  border-color: #182a3b !important;
}

@media only screen and (max-width: 992px) {
  .boxNumber {
    margin-right: 20px;
    width: 70px;
    height: 65px;
  }
  .footerImage {
    margin-top: 0px;
    text-align: right;
  }
  .boxNumber0 {
    margin-right: 20px;
    width: 70px;
    height: 65px;
  }
  /* p.numbers{
                    text-align: right;
                }*/
  /* .boxBody p {} */
  .boxContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bodyTextForm {
    padding-left: 20px;
    font-family: "Montserrat-Regular", "sans-serif";
    font-size: 18px;
  }
  .inputTopMargin {
    margin-top: 15px;
  }
  #slide2,
  #slide3,
  #slide4,
  #slide5,
  #slide6,
  #slide7,
  #slide8,
  #slide9,
  #slide10 {
    display: none;
  }
  .logo {
    width: 114px !important;
    max-width: 190px !important;
    margin-top: 20px;
    margin-left: 0%;
  }
  .EYlogo {
    float: right;
    margin-right: 10% !important;
    margin-top: 6px;
  }
  .logoContainer {
    margin-top: 10% !important;
    text-align: center;
  }

  .topBar {
    width: 100% !important;
  }
  .yuraImg {
    height: 40%;
    margin-top: 18%;
    margin-right: 9%;
  }
}

@media only screen and (max-width: 320px) {
  .download {
    background-color: #29565e;
    width: 200px !important;
  }
}

@media only screen and (max-width: 380px) {
  .bodyTextForm {
    width: 83.33%;
    padding-left: 20px;
    font-family: "Montserrat-Regular", "sans-serif";
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  #slide1,
  #slide2,
  #slide3,
  #slide4,
  #slide5,
  #slide6,
  #slide8,
  #slide9,
  #slide10 {
    display: block !important;
  }
  .footerImage {
    margin-top: -45px;
    text-align: right;
    margin-right: 20px;
  }
  .boxLeft {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .boxRight {
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .box4 {
    margin-top: -40px;
  }
  .box5 {
    margin-top: 0px;
  }
  .wTitle {
    font-size: 42px !important;
  }
  .topBar {
    margin-left: -60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
  .mi-clase {
    height: 520px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1180px) {
  .mi-clase {
    height: 490px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1007px) {
  .nueva-clase1 {
    margin-top: -150px;
  }
}

@media only screen and (min-width: 1008px) and (max-width: 1035px) {
  .nueva-clase1 {
    margin-top: -125px;
  }
}

@media only screen and (min-width: 1035px) and (max-width: 1075px) {
  .nueva-clase1 {
    margin-top: -180px;
  }
}

@media only screen and (min-width: 1076px) and (max-width: 1197px) {
  .nueva-clase1 {
    margin-top: -180px;
  }
}

@media only screen and (min-width: 1198px) and (max-width: 1294px) {
  .nueva-clase1 {
    margin-top: -165px;
  }
}

@media only screen and (min-width: 1296px) and (max-width: 1415px) {
  .nueva-clase1 {
    margin-top: -170px;
  }
}

@media only screen and (min-width: 1416px) and (max-width: 1609px) {
  .nueva-clase1 {
    margin-top: -150px;
  }
}

@media only screen and (min-width: 1610px) and (max-width: 2100px) {
  .nueva-clase1 {
    margin-top: -140px;
  }
}

@media only screen and (min-width: 2110px) and (max-width: 2700px) {
  .nueva-clase1 {
    margin-top: -130px;
  }
}

@media only screen and (min-width: 2710px) and (max-width: 3200px) {
  .nueva-clase1 {
    margin-top: -125px;
  }
}

.footerContainer {
  color: black;
  display: table;
  width: 100%;
  text-align: center;
}

.prefooterContainer {
  background-color: #f3f3f3;
  height: 260px;
  display: table;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", "sans";
  font-size: 18px;
}

.prefooterText {
  color: #e5b242;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-family: "Open Sans", "sans";
}

.prefooterTitle {
  color: #e5b242;
  font-size: 34px;
  font-weight: 700;
  font-family: "Open Sans", "sans";
}

.footerContainer {
  color: black;
  display: table;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footerText {
  background-color: #4e4d52;
  height: 80px;
  color: white;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-family: "Open Sans";
}

.downloadButton {
  background-color: #312783 !important;
  width: 280px !important;
  font-weight: 600 !important;
  /* font-family: 'Open Sans', 'sans'; */
}

.lineXs {
  width: 120px;
  border-top: 1px solid #d8d8d8;
}

.fullContainer {
  /* font-family: 'Open Sans', sans-serif; */
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: black;
  /* font-family: 'Open Sans', 'sans'; */
}

.inputBox {
  width: 100%;
  border-radius: 2px;
  font-size: 14px;
  /* font-family: 'Open Sans', 'sans'; */
}

.enviarButton {
  width: 200px !important;
  height: 50px !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  background-color: #182a3b !important;
  border-color: #182a3b !important;
  border-radius: 50px 50px 50px 50px !important;
  color: white !important;
  font-weight: bold !important;
  box-shadow: 10px 0 0 #182a3b, -10px 0 0 #182a3b !important;
}
#optionaldataText:hover {
  text-decoration: none;
}

#optionaldataText:link {
  text-decoration: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 102px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/*<!--ESTILOS NUEVOS-->*/

.regresarButton {
  background-color: #182a3b !important;
  width: 180px !important;
  height: 50px !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
}

.backGround {
  display: table-cell;
  vertical-align: bottom;
  width: 1000px;
}

.man {
  vertical-align: bottom;
  margin: auto;
  width: 700px;
  margin-top: -20px;
}

.man2 {
  vertical-align: bottom;
  width: 100%;
}

.topContainerxs {
  background-position: center center;
  height: 350px;
  color: white;
  text-align: left;
  margin: auto;
  background-image: url(Slider2.webp);
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.topContainermd {
  /*background: linear-gradient(to right, rgba(56,54,97,1) 0%,rgba(64,119,158,1) 36%,rgba(66,137,175,0.82) 46%,rgba(66,137,175,0.61) 58%,rgba(66,137,175,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 500px;
  color: white;
  text-align: left;
  margin: auto;
  margin-top: -7px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.58) 3%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.58) 3%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.58) 3%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  /*background-color: rgba(255,255,255,0.05); 
                background-image: url(top_background.jpg);
                background-position: 30% center;
                background-repeat: no-repeat; 
                background-size:  auto 100%;*/
}

.topBackground1 {
  height: 500px;
  position: absolute;
  top: 95px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: url(Slider2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 177%;
}

.topBar {
  background-color: #ffffff;
  height: 77px;
  text-align: center;
  margin: auto;
}

.logo {
  width: 150px;
}

.logoContainer {
  margin-top: 25px;
  text-align: center;
}

.yuraLogo {
  float: right;
  height: 60px;
  margin-right: 5%;
  margin-top: 2%;
}

.download {
  background-color: #182a3b;
  width: 280px;
}

.download:hover {
  background-color: #fea100;
}

.welcomeText {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  padding-top: 10%;
}

.wTitle {
  font-size: 47px;
  font-weight: 700;
  color: whitesmoke;
  margin-top: 1%;
  font-family: "Open Sans", sans-serif;
}

.wBody {
  font-size: 22px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: whitesmoke;
}

.wtr {
  display: table;
  vertical-align: bottom;
}

.gradient {
  /*background-image: radial-gradient(ellipse at 50% 50%,transparent 0,transparent 30%,rgba(0,0,0,0.10) 100%);*/
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
}

.td2_2 {
  display: table-cell;
  vertical-align: bottom;
  width: 63%;
  text-align: left;
}

.table2 {
  display: table;
  height: 100%;
}

.topBar2 {
  display: block;
  background-color: white;
  height: 77px;
  width: 100%;
}

.footertop {
  text-align: right;
  margin-left: 20px;
}

.footertexttop {
  width: 100%;
  margin-top: 30px;
  color: rgb(128, 128, 128);
  margin-left: -60px;
  font-size: 14px;
}

.EYFooterLogo {
  margin-top: -50px;
}

.footerTextfoot {
  text-align: left;
  width: 100%;
}

.footerfoot {
  height: 100%;
}

.body {
  font-family: "Open Sans", "sans";
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  margin-left: -8px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #182a3b;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #182a3b;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.btn-warning:hover {
  color: white;
  background-color: #182a3b;
  border-color: #182a3b;
}

.btn-warning[disabled]:hover {
  background-color: #182a3b;
  border-color: #182a3b; //* #e02118 */
}

.btn-warning {
  border-color: #182a3b;
}

.backgroundImage {
  background-image: url(logo_bk.png);
  background-repeat: repeat-y;
}

@media only screen and (max-width: 650px) {
  .backgroundTextxs {
    padding-top: 10%;
  }
}

.letraTemplate {
  color: greenyellow;
  font-size: 300;
  font-weight: bolder;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

@media screen and (min-width: 0\0) {
  .topContainermd {
    margin-top: -16px;
  }
  .topBackground1 {
    background-size: auto 220%;
  }
  #boxContainerBuzCor {
    height: 265px !important;
  }
  #boxContainerLinTelf {
    height: 325px !important;
  }
}

/*Hack CSS to Internet Edge*/
@supports (-ms-ime-align: auto) {
  .topContainermd {
    margin-top: -16px;
  }
}

/* Aviso Ley de Protección de Datos */
.titulo2 {
  text-align: center;
}

/* Toggle Button */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

textarea[name="txtDetalle"] {
  resize: vertical !important;
}

textarea[name="txtUbicacionEvidencia"] {
  resize: vertical !important;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #182a3b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1f3491;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchAlert {
  border: 1px !important;
  border-radius: 34px !important;
  border-style: solid !important;
  border-color: #a94442 !important;
  color: red !important;
}

.switchDefault {
  border: 1px none !important;
}

.alertText {
  text-decoration: underline !important;
  color: red !important;
}

.center {
  margin: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.defaultContainer {
  height: 60px;
  position: relative;
}

@font-face {
  font-family: "futuraExtraBoldTypology";
  src: url("FuturaStd-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "futuraTypology";
  src: url("FuturaStd-Book.otf") format("opentype");
}
@font-face {
  font-family: "futuraBoldTypology";
  src: url("FuturaStd-Bold.otf") format("opentype");
}
* {
  font-family: "futuraTypology";
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

.boxTitleRed.titleReport {
  font-family: "futuraBoldTypology" !important;
}

.custom-offset {
  padding-left: 64px !important;
}

.custom-offset-select {
  padding-left: 64px !important;
}

@media (max-width: 768px) {
  .custom-offset-select {
    padding-left: 16px !important;
  }
}

/*PREGUNTAS FRECUENTES*/
.faq-frame {
  position: relative;
  width: 100%;
  height: 300px;
  /* puedes ajustar la altura */
  background: url("faq-bg.png") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay oscuro para resaltar el texto */
.faq-overlay {
  background: rgba(0, 0, 0, 0.3);
  /* capa semitransparente */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

/* Título */
.faq-overlay h1 {
  color: #fff;
  font-size: 42px;
  text-align: center;
  font-weight: bold;
}

.faq-overlay p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.faq-content {
  flex: 1;
  max-width: 50%;
  text-align: left;
}

.faq-content h1 {
  font-size: 32px;
  font-weight: 600;
  color: #182a3b;
  margin-bottom: 15px;
}

.faq-content p {
  font-size: 20px;
  color: #302f36;
}

.img-faq-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.frame-faq-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .faq-content {
    max-width: 100%;
  }

  .img-faq-content img {
    margin-bottom: 30px;
  }
}

/*Frame que es EY y como funciona*/

.mockup-box {
  position: relative;
  display: inline-block;
  max-width: 75%;
  border-radius: 16px;
  overflow: visible;
}

/* Imagen */
.mockup-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Contenedor de las cards */
.ey-frame {
  background-color: #e5b242;
  padding: 30px;
}

.ey-grid {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* dos columnas */
  gap: 30px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

/* Card */
.ey-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* hace que la imagen respete los bordes */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Parte superior (imagen) */

.ey-card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Parte inferior (texto) */
.ey-card-content {
  padding: 24px;
  text-align: left;
}

.ey-card-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #182a3b;
  font-weight: 600;
}

.ey-card-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .ey-grid {
    grid-template-columns: 1fr;
    padding: 0 0;
  }
}

/* FRAME QUE REPORTAR*/

/* Contenedor general */
.report-frame {
  padding: 60px 20px;
  background: #f4f5fb;
}

/* Encabezado */
.report-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.report-header h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #182a3b;
  font-weight: 600;
}

.report-header p {
  font-size: 20px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Grid */
.report-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 por fila */
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Card */
.report-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Número */
.report-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e5b242, #182a3b);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

/* Texto */
.report-text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
  .report-grid {
    grid-template-columns: 1fr;
    /* 1 card por fila en móvil */
  }
}

/*ANIMATION*/
/* Estado inicial (oculto) */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

option {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  border: 2px solid #dddddd !important;
  background: #eeeeee !important;
  padding: 10px !important;
  transition: 0.4s !important;
}

/* Estado visible */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* Estado inicial (oculto, movido hacia la derecha) */
.fade-in-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Estado visible */
.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* Colored backgrounds */
.client-dark-background {
  background-color: #182a3b;
}

.client-light-background {
  background-color: #f4f5fb;
}

.footerFrame {
  background-color: #e5b242;
  padding: 30px;
  color: white;
}

.header-docs {
  background: #112958;
  border-color: #182a3b;
  border-radius: 50px 50px 50px 50px;
  color: white;
  font-weight: bold;
  padding: 8px 16px;
}

.header-docs a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: white;
  font-size: 12px;
  gap: 6px;
  box-shadow: none;
}

.header-docs:hover {
  transform: scale(1.02);
}

/* Header */
header {
  background-color: #ffffff;
  box-shadow: 0 8px 8px rgba(33, 28, 105, 0.15);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Lado izquierdo */
.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: right;
  justify-items: right;
  flex-wrap: wrap;
  gap: 12px;
  padding-right: 10px;
}

.header-banner {
  width: 100%;
  background: #fff;
  padding: 25px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* sombra elegante */
  margin-bottom: 30px;
}

.header-left img {
  height: 60px;
  margin: 10px;
}

.system-title {
  font-size: 20px;
  font-weight: bold;
  color: #182a3b;
}

/* Lado derecho */
.header-right img {
  height: 60px;
  margin: 10px;
}

/* --- FRAME PRINCIPAL --- */
.main-frame {
  position: relative;
  background: #f4f5fb;
  padding: 40px 100px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  overflow: hidden;
  /* para que los blurs no se salgan */
  min-height: 400px;
}

@media (max-width: 768px) {
  .main-frame {
    padding: 30px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .frame-faq-content {
    flex-direction: column;
  }
}

/* Blurs decorativos */
.blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  z-index: 0;
  animation: colorPulse 6s ease-in-out infinite alternate;
}

.blur1 {
  width: 250px;
  height: 250px;
  background: #e5b242;
  top: -50px;
  left: -50px;
  animation-delay: 0s;
}

.blur2 {
  width: 250px;
  height: 250px;
  background: #e5b242;
  bottom: -80px;
  right: -60px;
  animation-delay: 2s;
}

.divider {
  width: 60px;
  /* largo de la línea */
  height: 4px;
  /* grosor */
  background: linear-gradient(90deg, #e5b242, #182a3b);
  border-radius: 2px;
  margin: 0 0 20px 0;
  /* separación con el título y el párrafo */
}

/* Animación de movimiento */
@keyframes colorPulse {
  0% {
    background: rgba(48, 58, 196, 0.6);
  }

  50% {
    background: #182a3b;
  }

  100% {
    background: #e5b242;
  }
}
.file-row {
    margin-top: 8px !important;
    margin-bottom: 0;
}
.input-group {
    margin-bottom: 0 !important;
}
.file-error {
    min-height: 18px;
    margin: 0 !important;
    padding-top: 5px;
}
