#modal-ayudas{
    display: none;
}
.modal-ayuda{
    max-width: 960px;
}
.modal-content{
    border-radius: 16px;
}
.close{
    height: 56px;
    width: 56px;
    background-image: url("/documents/20122/13126869/Close.svg/70ae5f5f-1f3a-6ee9-7a24-1c6d4ac70135?t=1730793901505 width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%232C2C2C' d='M14.4744 15.8511C14.6653 16.0507 14.9748 16.0507 15.1657 15.8511C15.3566 15.6516 15.3566 15.3281 15.1657 15.1286L8.69052 8.36074L15.8571 0.872155C16.048 0.67265 16.048 0.349189 15.8571 0.149685C15.6661 -0.04982 15.3566 -0.04982 15.1657 0.149685L7.9992 7.63818L0.834487 0.149646C0.643587 -0.049882 0.334076 -0.0498822 0.143175 0.149646C-0.0477252 0.349175 -0.047725 0.672674 0.143175 0.872203L7.30781 8.36065L0.832595 15.1268C0.64167 15.3263 0.641669 15.6498 0.832595 15.8493C1.02352 16.0488 1.33307 16.0488 1.524 15.8493L7.99912 9.08321L14.4744 15.8511Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

#modal-ayudas .modal-title{
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "IberPangea-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    overflow:visible;
    text-overflow: clip;
    white-space:normal;
}

.modal-header{
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.contenedor-padre{
    max-width: 100%;
}
.capsula-cajas1{
    display: flex;
    gap: 24px;
    justify-content: center;
}
.primeraCaja, .segundaCaja{
    background-color: #F9F9F9;
    width: 428px;
    border-radius: 16px;
}

.anuncio-azul{
    height: 32px;
    border-radius: 8px;
    border-color: #007ACB;
    border-width: 2px;
    border-style: solid;
    width: 125px;
    text-align: center;
    align-content: center;
    display: block;
    margin-top: 8px;
}

.anuncio{
    color: #007ACB;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.contenido{
    margin: 24px;
    margin-left: 56px;
}

.content-list{
    margin-left: 24px;
    margin-right: 24px;
}
.contenido-capsula2{
    background-color: #F9F9F9;
    margin: 24px;
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 880px;
    border-radius: 16px;
}

.capsula2{
    width: 100%;
    border-radius: 16px;
    display: flex;
    justify-content: center;
}

.titulo-caja{
    font-family: "IberPangea-Regular";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.subtitulo-caja{
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: 300px;
    max-width: 90%;
}

.lista-item-texto-ayudas {
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 24px;
	text-align: left;
	color:  #707070;
}

.lista-item .lista-item-texto-ayudas:not(.lista-item-titulo-ayudas + .lista-item-texto-ayudas) {
    color: #2C2C2C;
    margin-bottom: 12px;
  }

  .lista-item-titulo-ayudas {
	font-family: "IberPangeaText-Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	margin-bottom: 2px;
	color: #2c2c2c;
}

.lista-item:not(:last-child) {
	margin-bottom: 12px;
}

.lista-item {
	padding-left: 32px;
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18.2582 8.9451L10.2273 17.0186L5.84766 12.6495L7.0836 11.4106L10.2225 14.5419L17.0175 7.71094L18.2582 8.9451Z" fill="%232F6852"%3E%3C/path%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: left -3px;
}

.lista {
	list-style:none;
	padding:0;
	margin: 16px 0 24px;
}

@media (min-width: 1920px) {
    .lista-item-texto-ayudas{
        width: 800px;
    }
    .lista-item-titulo-ayudas{
        width: 800px;
    }

    .modal-ayuda{
        top: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .lista-item-texto-ayudas{
        width: 640px;
    }
    .lista-item-titulo-ayudas{
        width: 640px;
    }

    .primeraCaja, .segundaCaja{
        width: 348px;
    }

    .contenido-capsula2{
        width: 720px;
    }

    .modal-ayuda{
        max-width: 800px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lista-item-texto-ayudas{
        width: 666px;
    }

    .lista-item-titulo-ayudas{
        width: 666px;
    }

    .primeraCaja, .segundaCaja{
        width: 361px;
    }

    .contenido-capsula2{
        width: 746px;
    }

    .modal-ayuda{
        max-width: 826px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .lista-item-texto-ayudas{
        width: 416px;
    }

    .lista-item-titulo-ayudas{
        width: 416px;
    }


    .primeraCaja, .segundaCaja{
        width: 236px;
    }

    .contenido-capsula2{
        width: 496px;
    }

    .modal-ayuda{
        max-width: 576px;
    }

    #modal-ayudas .modal-title{
        font-size: 18px;
    }
}

@media (min-width: 360px) and (max-width: 575px) {
    .lista-item-texto-ayudas{
        width: 248px;
    }
    .modal-ayuda .modal-header{
        flex-direction: column-reverse;
    }

    .modal-ayuda .close{
        margin-left: 280px;
    }

    .lista-item-titulo-ayudas{
        width: 248px;
    }

    .capsula-cajas1{
        flex-direction: column;
        margin-left: 10px;
    }
    .primeraCaja, .segundaCaja{
        width: 328px;
    }

    .contenido-capsula2{
        width: 328px;
    }

    .modal-ayuda{
        max-width: 360px;
    }

    #modal-ayudas .modal-title{
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }
}