.espacio_gap_10 {

    gap: 10px;

}



.espacio_gap_15 {

    gap: 15px;

}



.quitar_padding_botton {

    padding-bottom: 0px;

}





.cont_banner_pregunta::before {

    content: '';

    position: absolute;

    background: rgb(0 94 178 / 75%);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}



.content_text_banner {

    position: absolute;

    top: 50%;

    width: 100%;

    transform: translateY(-50%);

    padding-bottom: 70px;



}



.content_text_banner.dividir_lados_bloq {

    display: flex;

    align-items: center;

    justify-content: space-around;

}



.content_text_banner h1 {

    font-size: 50px;

    color: var(--color-blanco);

    text-shadow: black 3px 3px 2px;

    font-weight: 800;

}





.content_text_banner h2 {

    font-size: 40px;

    color: var(--color-amarillo);

    text-shadow: black 3px 3px 2px;

    font-weight: 800;

    margin: 10px 0px;

}



.content_text_banner p.cuadro_amarillo {

    font-size: 26px;

    background: var(--color-amarillo);

    font-weight: 500;

    padding: 4px 15px;

    display: table;

    color: rgb(0 94 178 / 75%)

}



.bloq_text_banner_derecho {

    font-size: 40px;

    color: #fff;

    text-shadow: black 3px 3px 2px;

    font-weight: 800;

    text-align: center;

    width: 100%;

    max-width: 400px;

    text-align: center;

    line-height: 1.2;

}







.titulo_principal_pregunta {

    border-radius: 8px;

    background: var(--color-cyan);

    color: var(--color-blanco);

    font-weight: bold;

    letter-spacing: 0.5px;

    line-height: 1.2;

    padding: 20px;

    font-size: 18px;

}



.titulo_principal_pregunta:hover,

.titulo_secundario_pregunta:hover {



    color: var(--color-blanco);

}



.titulo_principal_pregunta::before,

.titulo_secundario_pregunta::before {

    background-image: url('../img/icon_fle_pre.png');

    transition-duration: 0.5s;

    width: 15px;

    height: 15px;

    background-size: contain;

}



.text_cabecera_section h2 {

    font-size: 29px;

    font-weight: bold;

    color: var(--color-dark-cyan);

}



.text_cabecera_section h3 {

    color: var(--color-cyan);

    font-size: 25px;

    margin-top: 20px;

    font-weight: bold;

}





.text_cabecera_section h3::before {



    content: "";

    border-bottom: 1px solid #5CC4F1;

    border-bottom-width: 1px;

    border-bottom-style: solid;

    border-bottom-color: rgb(92, 196, 241);

    border-top: 1px solid #5CC4F1;

    width: 8rem;

    height: 5px;

}



.text_cabecera_section h3::after {

    content: "";

    border-bottom: 1px solid #5CC4F1;

    border-top: 1px solid #5CC4F1;

    width: 8rem;

    height: 5px;

    vertical-align: bottom;

}











.uk-open>.uk-accordion-title::before {

    background-image: url('../img/icon_fle_pre.png') !important;

    transform: rotate(180deg);

    transition-duration: 0.5s;



}





.titulo_secundario_pregunta {

    padding: 20px;

    background: var(--color-dark-cyan);

    color: #fff;

    font-size: 17px;

    border-radius: 8px;

}



.acortar_bloq_pregunta {

    padding: 0px 20px;

}



.ckeditor_principal {

    font-size: 18px;

    line-height: 1.2;

    padding: 15px;

    text-align: justify;

    color: var(--color-negro);

}



.ckeditor_principal a{

    color: var(--color-cyan);

    transition-duration: 0.5s;

}



.ckeditor_principal a:hover{

    text-decoration: underline;

    transition-duration: 0.5s;

}



.ckeditor_principal ol {

    padding-left: 0;

}



.ckeditor_principal ul {

    list-style: disc;

}



.ckeditor_principal ol li {

    display: flex;

}



.ckeditor_principal ol li::before {

    content: '✓';

    width: 25px;

    height: 25px;

    background-color: #fff;

    font-weight: 600;

    flex-shrink: 0;

}













.fondo_celeste_footer {

    background: var(--color-dark-cyan);

}



.fondo_celeste_footer2 {

    background: var(--color-cyan);

}



.fondo_celeste_footer2 p {

    color: var(--color-negro);

    font-size: 15px;

    font-weight: 500;

    width: 100%;

}



.bloq_legales p {

    color: var(--color-blanco);

    font-size: 18px;

    line-height: 1.2;

}



.bloq_item_link_footer img {

    width: 22px;

    height: 22px;

    object-fit: contain;

}



.bloq_item_link_footer span {

    font-size: 18px;

    font-weight: 500;

    color: var(--color-cyan);

}



.item_redes_ifeep {

    width: 40px;

    height: 40px;

    background: var(--color-blanco);

    border-radius: 50%;

    overflow: hidden;

}



.item_redes_ifeep img {

    width: 22px;

    height: 22px;

    object-fit: contain;

}



.parrafo_404 {

    font-size: 20px;

    color: #000;

    font-weight: bold;

    text-align: center;

}



.btn_verde_home_centro {

    font-size: 20px;

    color: #fff;

    font-weight: 600;

    background: var(--color-dark-cyan);

    border-radius: 40px;

    padding: 9px 0px;

    display: table;

    margin: auto;

    width: 100%;

    max-width: 258px;

    text-align: center;

    transition-duration: 0.5s;

}



.banner_preguntas img {

    width: 100%;

    height: 550px;

    object-fit: cover;

}



.contenedor_convenidos {

    width: 100%;

    max-width: 550px;

    padding: 25px 13px;

    border-radius: 15px;

    border: 4px solid #07a6ff;

    background: #fff;

}



.contenedor_convenidos span {

    width: 85px;

    font-size: 20px;

    font-weight: 700;

    color: #000 !important;

    line-height: 1.2;

}







.row_contenedor_convenidos img:first-child {

    width: 57%;

}



.row_contenedor_convenidos img:last-child {

    width: 40%;

}



.bloq_convenios_row {

    position: relative;

    margin-top: -70px;

}





/* Estilos para Pagina protegida con contraseña */



.alert_protegido{

    display: flex;

    justify-content: center;

}



.alert_protegido p{

    color: var(--color-rojo)!important;

    font-weight: 700;

    margin: 0;

}





.formulario_protegido{



}



.container_form_validation{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

}



.formulario_protegido label input{

    border: 1px solid var(--color-dark-cyan);

    padding: 10px 12px;

    border-radius: 10px;

}



.formulario_protegido .submit{

    background-color: var(--color-dark-cyan);

    color: var(--color-blanco);

    border: none;

    padding: 10px 30px;

    border-radius: 10px;

}



.formulario_protegido .submit:hover{

    cursor: pointer;

}



.formulario_protegido p{

    color: var(--color-negro);

}







/*Estilos enlaces externos*/



#contenedor_pdf tr td {

			text-align: center;

	}



	table thead tr th {

		background: #2B384C;

		color: #fff;

	}



	table {



		width: 100%;



		border: 1px solid #000;

		max-width: 850px;



	}



	th,

	td {



		width: 25%;



		text-align: center;



		vertical-align: center;



		border: 1px solid #000;

		padding: 10px;



	}

    .title_e_externo{
        color: #fff;
        font-weight: bold;
        font-size: 32px;
    }

    .container_icon_down{
        max-width: 50px;
        margin: auto;
    }

    .container_icon_down img{
        width: 100%;
        object-fit: contain;
    }



