/* INICIO SECCION PREGUNTAS Y RESPUESTAS */


  .temas a {
    text-decoration: none!important;
    font-family: 'Outfit' !important;
    font-weight: 700!important;
    color: #003F68!important;
    font-size: 15px!important;
    text-align: center!important;
    line-height: 1.3!important;
    background:#FFD118!important;
    text-transform: uppercase;
    letter-spacing: .6px;
    min-width: 320px;
  }
  .temas a:hover {
    background:#003F68 !important;
    color: #ffffff!important;
    transition:0.3s;
  }
  .temas p{
    margin: 0 auto;
    column-gap: 30px;
    display: flex;
  }
  .temas {
    display: flex;
  }


  .modal {
    will-change: visibility, opacity;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: $modal-delay;
    transition-delay: $modal-delay;
  }
  .modal--active {
    visibility: visible;
    opacity: 1;
  }
  .modal--align-top {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
  }
  .modal__dialog {
    max-width: 1140px;
    padding: 1.2rem;
  }
  .modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 3px;
  }
  .modal__content h3{
    color: #fff;
    width: max-content;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 5px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .modal__content h1{
    color: #067DAF;
    padding: 5px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 25px;
    padding: 2% 0 5%;
    text-align:center;
  }
  .modal__content--active {
    opacity: 1;
  }
  .modal__close {
    z-index: 1100;
    cursor: pointer;
  }
  .modal__trigger {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7)!important;
    line-height: 1;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    width:40%;
    min-height: 70px;
  }
  .modal__trigger--active {
    z-index: 10;
  }
  .modal__trigger:hover {
    background: #ebebeb;
  }
  #modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .demo-btns  {
  }
  .demo-btns .compromisos {
    width:100%;
  }
  .compromisos h5{
    font-family: 'Lato', sans-serif!important;
    font-weight: 800;
    font-size: 36px!important;
    text-align: center;
    margin-bottom: 30px!important;
  }
  .demo-btns p {
    text-align: center;
  }
  .demo-btns .link {
    font-size: 20px;
  }
  .demo-btns .modal__trigger {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
    width: 100%;
    border-radius: 7px;
  }
  .demo-btns .modal__trigger span {
    display: contents;
  }
  .demo-btns .modal__trigger img {
    margin-right: 20px;
  }
  @media (max-width: 640px) {
    .demo-btns .modal__trigger {
      margin-bottom: 0.8rem;
    }
  }
  .demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background:#FFD118;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .demo-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
  }
  .demo-close:hover {
    background: rgba(6, 125, 175, 0.95);
  }
  .logo {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    z-index: 2;
  }
  .logo img {
    width: 45px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .logo img:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
    transform: rotate(180deg) scale(1.1);
  }


  .listapreguntas p{
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
  }

  .listapreguntas ul li{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .listapreguntas .definition{
    background: none!important;
    display: contents!important;
    color: #022847!important;
  }
  .button-cifras {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 80px!important;
    letter-spacing: .7px;
    left: 45%;
  }
.button-cifras a {
    color: #ffffff!important;
    text-decoration: none!important;
    background: #1e4365!important;
    border-radius: 50px!important;
    padding: 7px 15px 7px 15px!important;
    margin-bottom: 100px;
  }


@media screen and (min-width: 760px) and (max-width: 1024px){


}




@media screen and (min-width: 480px) and (max-width: 760px){

.temas p{



}

}

@media screen and (max-width: 600px){
  .button-cifras a {
    padding: 7px 15px !important;
    line-height: 1.5;
    display: table-cell;
  }
  .temas p{
    margin: 0 auto;
    max-width: 95%;
    column-count: 1;
    column-gap: 0px;
    flex-direction: column;
  }
  .titlesection {
    margin-top: 5%;

  }

}


/* FIN SECCION PREGUNTAS Y RESPUESTAS */
