body {
    font-family: 'Montserrat', sans-serif !important;
    color: #606060;
    line-height: 1.8;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #fff !important;
  
}
#header{
  background: #fff;
}
.enlaces{
  color: #727272;
  margin: auto 10px;
  text-decoration: none;
}
.banner{
  margin-top: 25px;
}
.navbar > ul{
    display: flex;
    width: max-content;
    list-style: none;
}
header{
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
   /* height: 90px !important;*/
}
#footer {
    background: #a3114c;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    background: #3F3F3D;
    padding: 18px 0 1px 0;
    border-bottom: 5px solid #b17a4a;
}
.copyright{
  text-align: center;
  margin-top: 15px;
}
.fondo-botones{
  padding: 5px 0;
  background: #fff;
  border-radius: 50px;
  width: 100%;
  box-shadow: 0 0 20px #8080803d;
}
.btn-adbc, .btn-adbc:hover{
  background: #941a4b;
  color: #fff;
  border-radius: 50px;
}
.btn-adbc-secondary{
  color: #941a4b;
}
.btn-buscar{
    background: #951a4b;
    color: #fff;
    border-radius: 50px;
    padding: 0 35px;
}
.fondo-experiencia{
  background-image: url('../img/fondo-personas.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-competitividad{
  background-image: url('../img/fondo-competitividad.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-compu{
    background-size: cover;
    background-image: url('../img/fondo-compu.png');
    background-position: center;
    background-repeat: no-repeat;
}
.fondo-atencion{
   background-image: url('../img/fondo-atencion.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-identidad{
   background-image: url('../img/fondo-manos.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-muac{
   background-image: url('../img/fondo-muac.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-datos{
   background-image: url('../img/fondo-laptop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-empresarios{
  background-image: url('../img/fondo-gobierno.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-pacto{
  background-image: url('../img/fondo-pacto.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-ventanilla{
  background-image: url('../img/fondo-ventanilla.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-estadisticas{
  background-image: url('../img/fondo-estadisticas.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-consulta{
  background-image: url('../img/fondo-consulta.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-gris-banner{
  background-image: url('../img/fondo-gris-oscuro.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.text-experiencia{
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}
.letra-blanco{
  color: #fff;
}
.enlace{
  text-decoration: none;
  font-size: 21px;
  font-weight: 500;
}
.fa-arrow-right:hover{
  color: #941A4B;
}
.enlace:hover, a:hover{
  color: #c99367;
}
.fondo-blur, .fondo-blur-blanco{
  position: relative;
  z-index: 0;
}
.fondo-blur::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px); 
  z-index: -1; 
  border-radius: 10px; 
}
.fondo-blur-blanco::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  backdrop-filter: blur(3px); 
  z-index: -1; 
  border-radius: 10px; 
}
.fondo-gradient{
  background-color: hsla(0, 0%, 100%, 1);
  background-image: 
    radial-gradient(at 74% 100%, hsl(28deg 100% 74% / 0%) 0px, transparent 50%), 
    radial-gradient(at 7% 44%, hsl(28deg 100% 74% / 29%) 0px, transparent 50%), 
    radial-gradient(at 95% 32%, hsl(336deg 81% 35% / 13%) 0px, transparent 50%), 
    radial-gradient(at 55% 99%, hsla(241, 0%, 100%, 1) 0px, transparent 50%)
}
.titulo{
  /*font-family: 'Bitter', serif;*/
}
.subtitulo{
  font-weight: 700;
  font-size: 35px;
}
.subtitulo-card{
  font-weight: 700;
  font-size: 24px;
}
.letra-vino{
  /*color: #941a4b;*/
  background: linear-gradient(to right, #a51456, #8e1345);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.letra-negro{
  /*color: #000; */
  color: #313131;
}
.lead-sub{
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.fondo-blanco{
  background-color: #fff;
}
.fondo-gris{
  background-image: url('../img/fondo-gris-oscuro.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E3E3E3;
}
.letra-gris{
  color: #5E5E5E;
}
.card-info{
  background: none;
  box-shadow: none;
  border: none;
}
.fondo-transformacion{
  background-image: url('../img/reunion.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flecha{
    background: #951a4b;
    padding: 5px;
    border-radius: 50px;
}
.vino{
  color: #941a4b;
}
.btn-plan{
  /*background: #fff;*/
}
.card-blur{

}
.details > p {
  font-size: .8em;
  margin-top: .5em;
}

.details > label {
  font-weight: bold;
}

.details {
  color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  height: 2.6em;
  transition: height .5s ease-in-out;
  padding: 0.6em;
  overflow: hidden;
}
.fondo-1{
  width: 190px;
  height: 254px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  position: relative;
}
.fondo-1:hover > .details {
  height: 6.7em;
}

.remove-when-use {
  text-align: center;
  width: 100%;
  position: absolute;
  color: black;
  top: 85px;
  font-weight: bold;
}
.conoce{
  background: #941A4B;
  color: #fff;
  padding: 5px 25px;
  border-radius: 50px;
  text-decoration: none;
}
.texto-card{
  font-size: 20px !important;
}
ul{
  list-style: none;
}
.cambioColor{
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
@media (min-width: 992px) {
    .ejes{
      flex: 1 !important;
    }
    .ejes:hover{
      flex: 4 !important;
    }
    .contact_field{
      padding: 60px 340px 90px 100px !important;
    }
    .contact_info_sec{
      display: block !important;
    }
    .cards-grid{
      grid-template-columns: repeat(3, 1fr) !important;
    }
    .alto{
      height: 450px;
    }
}
.ejes{
  background-color: #fff;
  height: 450px;
  width: 100px;
  flex: 1 1 calc(25% - 10px);
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
.ejes:hover {
  flex: 4 1 calc(65% - 10px);
  background-color: #b8b8b8;
}
.card-eje1{
  background-image: url('../img/eje1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje2{
  background-image: url('../img/eje2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje3{
  background-image: url('../img/eje3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje4{
  background-image: url('../img/eje4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje5{
  background-image: url('../img/eje5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje6{
  background-image: url('../img/eje6.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje7{
  background-image: url('../img/eje7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ejes-texto{
  position: relative;
  top: 152px;
}
.remove-when-use {
  text-align: center;
  width: 100%;
  position: absolute;
  color: black;
  top: 85px;
  font-weight: bold;
}
/*
.details-eje > p {
  font-size: .8em;
  margin-top: .5em;
}

.details-eje > label {
  font-weight: bold;
}
*/
.details-eje {
  color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 100%;
  background-color: rgb(0 0 0 / 53%);
  position: absolute;
  bottom: 0;
  height: 4.9em;
  transition: height .5s ease-in-out;
  padding: 0.6em;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ejes:hover > .details-eje {
  height: 20.7em;
  /*overflow: scroll;*/
  overflow-y: scroll;
}
/*
#plan-desarrollo{
  position: absolute;
  height: 2.6em;
  transition: height .5s ease-in-out;
  overflow: hidden;
}
#plan-desarrollo:hover{
  height: 245px;
}*/
.transformacion{
  height: 350px;
  width: 100%;
  flex: 1;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.transformacion:hover > .details-transformacion{
  height: 280px;
  background-color: rgb(0 0 0 / 53%);
}
.details-transformacion {
  color: white;
  /*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
  width: 100%;
  position: absolute;
  bottom: -32px;
  height: 0;
  transition: height .5s ease-in-out;
  padding: 0.6em;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.btn-soluciones{
  background: #E3E3E3;
  text-decoration: none;
}
.herramientas{
  background-color: #fff;
  height: 350px;
  width: 350px;
  flex: 1;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.herramientas:hover > .details-herramientas{
  height: 8.7em;
}
.details-herramientas {
    color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    /*background-color: rgb(0 0 0 / 53%);*/
    position: absolute;
    bottom: 0;
    height: 2.9em;
    transition: height .5s ease-in-out;
    padding: 0.6em;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.btn:active, .btn:focus, input:active, input:focus{
  border: none !important;
  border-color: none !important;
}
.cards-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
input,
input:active,
input:focus,
input:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: none !important;
}

.right_conatct_social_icon{
     background: linear-gradient(to top right, #6b1237 -5%, #f44d99 100%);
  /*border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;*/
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 15px;
}
.contact_field{
    padding: 15px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
  display: none;
  position: absolute;
  background-color: #c99367;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 370px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #6b1237  -5%, #f44d99 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}
.alto{

}









/*
.fondo-blanco:hover{
  transform: scale(1.2);
}*/


/*
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.card-guinda{
  border-left: 10px solid #a3114c;
}
.card-dorado{
  border-left: 10px solid #b17a45;
}

.card-mejora{
 box-shadow: 0 0 20px #80808080;
  height: 200px;
  width: 300px;
  align-content: center;
  border-radius: 10px;
  margin: 10px 0;
}

.card-mejora {
  border-radius: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 415px;
  height: 350px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url('../img/fondo-gris.jpg');
  background-size: cover;
}

.info-mejora {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #ffffffb6;
  transform: translateY(100%)
    translateY(-88px)
    translateZ(0);
  transition: transform 0.5s ease-out;
}

.info-mejora:before {
  z-index: -1;
  display: block;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(https://source.unsplash.com/collection/905011/1000x1000);
  filter: blur(10px);
  background-size: cover;
  opacity: 0.25;
  transform: translateY(-100%)
    translateY(88px)
    translateZ(0);
  transition: transform 0.5s ease-out;
}

.card-mejora:hover .info-mejora,
.card-mejora:hover .info-mejora:before {
  transform: translateY(0) translateZ(0);
}

.title-mejora {
  margin: 0;
  padding: 24px;
  font-size: 30px;
  line-height: 1;
  color: #a3114c;
}

.description-mejora {
  margin: 0;
  padding: 0 24px 24px;
  font-size: 18px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
  transition: all .3s ease
}





h1 {
  margin-bottom: 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #1c5b72;
  font-size: 2.618em
}

@media (min-width:800px) {
  h1 {
    font-size: 4.236em;
    font-weight: 300
  }
}

p {
  margin-bottom: 1.3em;
  line-height: 1.618
}

@media (min-width:800px) {
  p {
    font-size: 1.3em
  }
}

a {
  color: #e03616;
  text-decoration: none
}














#uno:hover, #cero:hover, #dos:hover, #tres:hover{
  filter: drop-shadow(3px 7px 13px gray);
}



.herramientas{
  border: 1px solid #8080805c;
  box-shadow: 0 0 20px #80808078;
  padding: 0 35px;
}

a{
  color: #a3114c;
}
.fecha-tramite{
  font-size: 11px;
  color: gray;
  text-align: end;
}
.pills{
  display: flex;
  justify-content: end;
}
a.learn-more{
  font-weight: 600;
}
.btn-primary{
  background: #a3114c;
  border-color: #a3114c;
}
.filtro{
  border-radius: 100px;
  padding: 10px;
  width: 190px;
}
form{
  width: 100%;
  display: flex;
  justify-content: center;
}
.feature{
  border: 1px solid #8080804d;
  padding: 20px;
  box-shadow: 0 0 20px #80808080;
  display: grid;
  align-content: space-between;
  border-radius: 10px;
}
.border-5{
  border-radius: 5px !important;
  border-width: 1px !important;
}

.text-body-emphasis{
  color: #a3114c !important;
}
[type=search]{
  width: 89rem;
  border-radius: 100px;
  box-shadow: 0 0 20px #8080804a;
}
[type=search]:hover, [type=search]:focus{
  box-shadow: none;
  border-color: #dee2e6;

}
.btn-primary:hover{
  background: #b17a45;
  border-color: #b17a45;
}

.linea{
    background: linear-gradient(45deg, #a3114c, #b17a45);
    background:  #b17a45;
    height: 5px;
    width: 730px;
    place-self: center;
}


@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 576px) {
    .d-sm-none {
        
    }
}
.d-none {
   
}
.footer-line-yellow {
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #b17a45;
    margin-bottom: 5px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
.footer-line {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #b17a45;
    margin-bottom: 5px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.cambioColor {
    color: #FFFFFF;
    transition: all .2s ease;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 5px; 
}
a:hover {
    color: #b17a45;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.cuadro-adbc{
    border: 1px solid #8080803d;
    background: #fff;
    padding: 20px;
    height: auto;
    border-radius: 20px !important;
}
.contenedor{
    gap: 15px;
}
.titulo{
    color: #a3114c;
    border-bottom: 4px solid #b17a45;
}

.cuadro-adbc:hover{
    box-shadow: 0 0 20px #8080808c;
}
.fondo{
    background-image: url('../img/fondo-gris.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
}
.subtitulo{
    color: #a3114c;
    font-size: calc(1.375rem + 1.5vw);
}
.navbar > ul{
    display: flex;
    width: max-content;
}

.card-digital{
    background-color: #dfcba9 !important;
    border-left: 5px solid #b17a45;
}
.card-digital, .card-digital>a {
    color: #321b16 !important;
}
.ion-stats-bars:before {
    content: "\f2b5";
}
#toolbarContainer{
    display: none !important;
}
.huella{
    background-image: url('../img/huella.png');
    background-size: contain; 
    background-position: left; 
    background-repeat: no-repeat; 
}
.enlaces{
  color: #727272;
  margin: auto 10px;
}
.card-huella {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  
  .card-huella:hover {
    transform: scale(1.05);
    transition: 0.2s;
    filter: drop-shadow(0px 0px 10px rgb(0, 247, 255)); 
  }

  
  .card-huella::after {
    content: "escaneando";
    height: fit-content;
    width: 100%;
    color: #b17a45;
    position: absolute;
    z-index: 2;
    bottom: 15%;
    text-align: center;
    animation: 2s dots  infinite;
  }
 
  .card-huella::before {
    content: "";
    height: 0.1em;
    width: 80%;
    border-radius: 10px;
    background-color: rgb(106 28 50); 
    position: absolute;
    z-index: 2;
    bottom: 10%;
    animation: 4s grow  infinite;
    align-self: flex-start;
    margin-left: 10%;
    filter: drop-shadow(0px 0px 10px #a3114c) drop-shadow(0px 0px 10px #a3114c);
  }

  .description-text{
    color: #a3114c;
    font-weight: 700;
  }
  .description-header{
    color: #b17a45;
    font-size: 25px !important;
  }
  .card-huella svg {
    filter: drop-shadow(0px 0px 10px #a3114c) drop-shadow(0px 0px 50px #a3114c);
  }
  .cuadro-adbc > a{
    color: #b17a45;
    font-weight: 300;
    font-size: large;
  }
  path {
    stroke-dasharray: 90;
    animation: loop 4s infinite;
  }
.soluciones {
    border-radius: 20px;
    padding: 0px;
    box-shadow: 0 4px 10px #80808080;
    transition: transform 0.3s ease;
    height: 650px;
    place-content: center;
    cursor: pointer;
    position: relative;
  }
  .inicio{
    background: linear-gradient(135deg, #808080, #80808050);
    background-image: url('../img/huella.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0 4px 10px #80808080;
    transition: transform 0.3s ease;
    height: 650px;
    place-content: center;
    cursor: pointer;
    position: relative;
  }
  .inicio:hover .image{
    opacity: 0.3;
  }
  .inicio:hover .middle{
    opacity: 1;
  }
  .soluciones:hover .image{
    opacity: 0.3;
  }
  .soluciones:hover .middle{
    opacity: 1;
  }
  .image{
    opacity: 1;
    display: block;
    width: 100%;
    height: 650px;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 20px;
  }
  .textLlave {
    color: #a3114c;
    font-size: 2.5em;
    padding: 16px 32px; 
    filter: drop-shadow( 0px 0px 2px #a3114c); 
    font-weight: 600;
  }

  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .final{
   background: linear-gradient(135deg, #a3114c, #a3114c96);
   background-image: url('../img/identidad.webp');
    border-radius: 5px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
    height: 650px;
    place-content: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .soluciones:hover, .final:hover, .inicio:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
  }
  .description {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6;
    margin-bottom: 20px;
    filter: drop-shadow(2px 4px 6px #a3114c);
    color: #a3114c;
  }
  .faq-answer > a{
    color: #b17a45 !important;
  }
  
  
  .card__title {
    font-weight: 800;
    letter-spacing: 0.01em;
  }
  
  .card__content {
    margin-top: -1rem;
    opacity: 0;
    animation: ContentFadeIn .8s 1.2s forwards;
  }
  

#participacion{
  background-image: url('../img/participacion2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
  .section-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #a3114c;
    margin-top: 50px;
}
.section-subtitle {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #131313;
    margin-top: 10px;
}

.faq-section {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq {
    padding: 10px 20px;
    margin-top: 40px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px dashed #8080804a;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.faq.open .faq-answer {
    display: block;
}

.faq-question span {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    color: #131313;
}

.faq.open .faq-question span {
    white-space: normal; 
}

.faq-question .fake-button {
    border: 1px solid #b17a45;
    border-radius: 40px;
    background: #b17a45;
    color: #fff;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
}

.faq-question .arrow {
    margin-left: 10px;
}

.faq-question .action-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}


.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
.learn-more {
  width: 12rem;
  height: auto;
 }
 
.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #a3114c;
  border-radius: 1.625rem;
 }
 .filter{
  filter: drop-shadow(2px 4px 6px black);
 }
.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
.learn-more .learn-more-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 .learn-more:hover .circle {
  width: 100%;
 }
 
 .learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 .learn-more:hover .learn-more-text {
  color: #fff;
 }
 .soydigital {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px; 
}

.titulo-objetivos{
    color: #fff;
    font-size: 1.1rem;
}

.descripcion-objetivos{
  padding: 0 20px;
}

.img-objetivos{
    width: 70px;
    padding: 3px;
    border-radius: 50px;
    border: 3px solid;
    margin-bottom: 10px;
}
.text-objetivos{
  background: #fff;
  height: 200px;
  border-bottom: 7px solid;
  box-shadow: 0 0 20px gray;
  border-radius: 10px;
}
.card-objetivos{
  box-shadow: 0 0 20px #8080805c;
  padding: 0%;
}

.text{
  font-size: 1rem;
  padding: 5px 15px;
  margin-bottom: 0%;
}
.imgdigital{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 200px;
}
.filterdigital{
  margin: 2rem;
}
.pasos{
  display: grid;
  height: auto;
  justify-items: center;
}
.circulo-blanco{
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 20px gray;
    height: 212px;
}
.circulo-img{
  border: 20px solid #a3114c;
  border-radius: 50%;
  padding: 15px;
}
.circulo-img-dorado{
  border: 20px solid #b17a45;
  border-radius: 50%;
  padding: 15px;
}
.numero{
  width: 60px;
    background: #a3114c;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 30px 0;
    font-weight: 600;
    font-size: 30px;
}
.numero-dorado{
  width: 60px;
    background: #b17a45;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 30px 0;
    font-weight: 600;
    font-size: 30px;
}
.numero > p, .numero-dorado > p{
  margin: 0%;
}

.circulo-afuera{
  padding: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 550px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blanco{
  color: #000;
    background: #ffffff69;
    padding: 7px;
    margin: 10px auto;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
}
.circulo-adentro{
  width: 500px;
    background: #ffffff52;
    border-radius: 50%;
    height: 500px;
    align-content: center;
    padding: 50px;
}
.circulo-adentro > p {
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
}
/* Inicia estilo de Soy Digital*/
/*
.soydigital {
  font-family: 'Montserrat', sans-serif;
  background-color: #f4f4f4;
  color: #131313;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}

.headline1 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #a3114c;
  margin: 20px 0;
}

.body-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #131313;
  margin-bottom: 20px;
}

.gold-bar {
  width: 66px;
  height: 5px;
  background: #B17A45;
  margin: 0 auto 20px;
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.image-container img, img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 20px; 
  transition: transform 0.3s ease, opacity 0.3s ease; 
  display: block; 
}


.image-container img:hover {
  transform: scale(1.05); 
  opacity: 0.9; 
}

.objectives {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.objective, .objective2 {
  background-color: #612131;
  width: 236px;
  height: 207px;
  border-radius: 40px;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.objective2 {
  background-color: #A87C4D;
}

.objective h2, .objective2 h2 {
  font-size: 40px;
  line-height: 24px;
}

.objective p, .objective2 p {
  margin-top: 10px;
  font-size: 14px;
}

.objective:hover, .objective2:hover {

  transform: translateY(-5px); 
  box-shadow: 0 20px 30px rgba(212, 175, 55, 0.8);
}

@media (max-width: 768px) {
  .headline1 {
      font-size: 28px;
      line-height: 34px;
  }

  .body-text {
      font-size: 12px;
      line-height: 18px;
  }

  .objective, .objective2 {
      width: 100%;
      height: auto;
      padding: 20px;
      margin-bottom: 10px;
  }



  .objectives {
      flex-direction: column;
      align-items: center;
  }
}

@media (max-width: 480px) {
  .headline1 {
      font-size: 22px;
      line-height: 28px;
  }

  .body-text {
      font-size: 10px;
      line-height: 14px;
  }

  .objective, .objective2 {
      width: 90%;
      padding: 15px;
      margin-bottom: 15px;
  }
}


.flip-card {
  background-color: transparent;
  width: 300px;
  height: 400px;
  perspective: 1000px;
  font-family: sans-serif;
  margin: 10px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}

.flip-card-front {
  background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
     rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%); 
  color: coral;
}

.flip-card-back {
  background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
     bisque 40%, rgb(255, 185, 160) 78%);
     background: #8080809c;
  color: white;
  transform: rotateY(180deg);
}
.back-guinda{
  background: #a3114c;
  color: #fff;
}
.back-dorado{
  background: #b17a45;
  color: #fff;
}

  @keyframes ContentFadeIn {
    0% {
      transform: translateY(-1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  
  @keyframes loop {
    0% {
      stroke-dashoffset: 50;
      stroke-dasharray: 90;
    }
  
    50% {
      stroke-dashoffset: 100;
      ;
          stroke-dasharray: 50;
    }
  
    100% {
      stroke-dashoffset: 50;
      stroke-dasharray: 90;
    }
  }
  
  @keyframes dots {
    0% {
      content: "escaneando."
    }
  
    25% {
      content: "escaneando.."
    }
  
    50% {
      content: "escaneando..."
    }
  
    75% {
      content: "escaneando"
    }
  
    100% {
      content: "escaneando."
    }
  }
  
  @keyframes grow {
    0% {
      width: 0%;
    }
  
    50% {
      width: 80%
    }
  
    100% {
      width: 0%;
    }
  }
  swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .bg-info-1{
    background-color: #6b1237;
    color: #fff;
  }
  .bg-success-1{
    background-color: #a3114c;
    color: #fff;
  }
  .bg-warning-1{
    background-color:#a51456;
    color: #fff;
  }

.btn-toggle::before {
  width: 1.50em !important;
  line-height: 0 !important;
  content: url('../img/chevron.png') !important;
  background-image: url('../img/chevron.png') !important;
  background-size: contain !important;
  transition: transform .35s ease !important;
  transform-origin: .5em 50% !important;
}
.btn-faq::before {
  width: 1.50em !important;
  line-height: 0 !important;
  content: url('../img/faq.png') !important;
  transition: transform .35s ease !important;
  transform-origin: .5em 50% !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus, .link-body-emphasis:active {
  color: #b17a45 !important;
  font-weight: 700;

}
.ml{
  margin-left: 2rem;
}


.faq-section {
  background: #fdfdfd !important;
  min-height: 100vh;
  padding: 10vh 0 0;
}

.faq-title h2 {
position: relative !important;
margin-bottom: 35px !important;
display: inline-block !important;
font-weight: 600 !important;
line-height: 1 !important;
}
.faq-title h2::before {
  content: "" !important;
  position: absolute  !important;
  left: 50% !important;
  width: 60px !important;
  height: 2px !important;
  background: #ca9266 !important;
  bottom: -25px !important;
  margin-left: -30px !important;
}
.faq-title p {
padding: 0 190px !important;
margin-bottom: 10px !important;
}

.faq .card {
border: none !important;
background: none !important;
border-bottom: 1px dashed #CEE1F8 !important; 
}

.faq .card .card-header {
padding: 0px !important;
border: none !important;
background: none !important;
-webkit-transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important; 
transition: all 0.3s ease 0s !important;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1) !important;
  padding-left: 10px !important;
}
.faq .card .card-header .faq-title {
width: 100% !important;
text-align: left !important;
padding: 0px !important;
padding-left: 30px !important;
padding-right: 30px !important;
font-weight: 400 !important;
letter-spacing: 1px !important;
color: #3B566E !important;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important;
transition: all 0.3s ease 0s !important;
cursor: pointer !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
}

.faq .card .card-header .faq-title .badge {
display: inline-block ;
width: 25px;
height: 25px;
line-height: 14px ;
float: left ;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #ca9266 !important;
color: #fff !important;
font-size: 12px !important;
margin-right: 20px !important;
}

.faq .card .card-body {
padding: 30px !important;
padding-left: 35px !important;
padding-bottom: 16px !important;
font-weight: 400 !important;
font-size: 16px !important;
color: #6F8BA4 !important;
line-height: 28px !important;
letter-spacing: 1px !important;
border-top: 1px solid #F3F8FF !important;
}

.faq .card .card-body p {
margin-bottom: 14px !important;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 30px;
  margin-top: 10px;
}
}
.letra-guinda{
  color: #808080 !important;
  color: #a3114c !important;
}
.letra-guinda:active, .letra-guinda:link, .letra-guinda:focus{
  color: #901645 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #901645 !important;
}
.resaltado{
  color: #901645 !important;
  font-weight: 500;
}
.icon-link{
  text-decoration: underline !important;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
  border-radius: 10px;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fff;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #fff;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}
.insta{
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  background-size: 400% 400%;
  animation: gradientAnimation 6s ease infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.back-contacto{
  background: #901645;
  text-align: start;
    box-shadow: 0 0 20px #80808087;
    border-radius: 20px;
    padding: 15px;
}

.middle-social{
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  gap: 10px;
}
.btn-social{
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #901645;
  overflow: hidden;
  position: relative;
}
.btn-social i {
  line-height: 90px;
  font-size: 30px;
  transition: 0.2s linear;
}
.btn-social:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.btn-social::before{
  content:"";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #901645;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn-social:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    left: -10%;
    top: -10%;
  }
}
.back-contacto p:first-of-type{
  font-size: 20px;
  color: #000;
}
.back-contacto p:nth-of-type(3) {
  color: #901645;
  text-decoration: underline;
  font-weight: 600;
}
.btn-gradient{
  background: linear-gradient(45deg, #6b1237, #a3114c);
  border-radius: 10px;
  width: 100% !important;
  color: #fff;
  padding: 5px;
  display: block;
}
.fondo-digital{
  background-image: url('../img/fondo-13.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  height: 600px;
  align-content: center;
  padding: 100px;
}
.letra-blanco{
  color: #fff !important;
}
.componente-m{
  height: 580px;
  background: linear-gradient(45deg, #6b1237, #a51456); 
   background: #6b1237; 
  width: 50%;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.texto-m{
  width: 50%;
}
.borde-m{
  box-shadow: 0 0 20px #80808080;
  border-radius: 10px;
  margin-top: 15px;
}
.texto-m>h1{
  font-size: 1.8rem;
  font-weight: 700;
}
.fondo-leyes{
  background-image: url('../img/fondo-leyes.jpg');
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
  background-position-x: center;
  background-position-y: center; 
}

.thead-guinda{
  background: #a3114c !important;
  color: #fff !important;
}
