.uboyaca-component__information .information-container{
  margin-left:auto;
  margin-right:auto;
  padding-left:2rem;
  padding-right:2rem;
  width:100%;
}

@media (min-width:1400px){
  .uboyaca-component__information .information-container{
    max-width:1400px;
  }
}

.uboyaca-component__information .information-container .footer-content .paragraph--type-title-and-icon:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0, 0, 0, var(--tw-bg-opacity, 1));
}

.uboyaca-component__information{
  --tw-bg-opacity:1;
  background-color:rgb(255, 255, 255, var(--tw-bg-opacity, 1));
  padding:2rem 1rem;
}

.uboyaca-component__information .information-container .header-content .content_title h2{
  display:inline-block;
  font-size:2rem;
  font-weight:500;
  line-height:2rem;
  padding:.75rem 1.5rem;
  position:relative;
}

.uboyaca-component__information .information-container .header-content .content_title h2:after{
  background-color:#dc2626;
  border-radius:50%;
  content:"";
  height:1.5rem;
  position:absolute;
  right:0;
  top:0;
  width:1.5rem;
}

@media (max-width:1023px){
  .uboyaca-component__information .information-container .header-content .content_title h2{
    font-size:1.75rem;
    line-height:1.25;
  }
}
.uboyaca-component__information .information-container .header-content{
  margin-bottom:1rem;
  text-align:center;
}
.uboyaca-component__information .information-container .header-content .content_title{
  margin-bottom:3rem;
  text-align:center;
  width:100%;
}
.uboyaca-component__information .information-container .header-content p{
  color:#737373;
  font-size:1rem;
  line-height:1.5rem;
  margin:0 auto;
  max-width:42rem;
}
.uboyaca-component__information .information-container .body-content{
  background-color:#fff;
  border:1px solid #e6e6e6;
  border-radius:.5rem;
  margin:0 auto;
  max-width:56rem;
  padding:2rem;
}
.uboyaca-component__information .information-container .body-content>div{
  display:grid;
  gap:2rem;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
@media (max-width:768px){
  .uboyaca-component__information .information-container .body-content>div{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }
}
.uboyaca-component__information .information-container .body-content .paragraph--type-icono-texto-simple{
  align-items:center;
  display:flex;
  gap:.75rem;
  justify-content:flex-start;
}
.uboyaca-component__information .information-container .body-content .field--name-field-info-body{
  margin-left:2.3rem;
}
.uboyaca-component__information .information-container .body-content:hover{
  box-shadow:0 0 transparent,0 0 transparent,0 1px 2px 0 rgba(0,0,0,.05);
}
.uboyaca-component__information .information-container .footer-content{
  text-align:center;
}
.uboyaca-component__information .information-container .footer-content .paragraph--type-title-and-icon{
  align-items:center;
  background:red;
  border-radius:calc(.5rem - 2px);
  color:#fff;
  cursor:pointer;
  display:flex;
  font-size:1.125rem;
  font-weight:500;
  gap:.75rem;
  justify-content:flex-start;
  line-height:1.75rem;
  margin:1.5rem auto 0;
  padding:.5rem 2rem;
  width:-moz-fit-content;
  width:fit-content;
}
.uboyaca-component__information .information-container .footer-content .paragraph--type-title-and-icon img{
  filter:brightness(0) invert(100);
  height:1rem;
  width:1rem;
}
@media (max-width:768px){
  .uboyaca-component__information .information-container{
    padding:0;
  }
}
/*# sourceMappingURL=information.css.map */
