/*estilos generales para acreditacion*/
body {
    font-family: Montserrat, sans-serif !important;
    background-color: #FAFBFF;
}


.h1 {
    font-size: 28px;
}

div.presentation-container {
    color: #495057;
}

.img-section {
    padding-left: 100px;
}

/*nav settings*/
.logoSitur {
    display: none;
}

.logoSitur-black {
    display: inline-block !important;
}

.site-navigation li a {
    color: #000 !important;
}

/*end nav settings*/

.acreditacion-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.links {
    top: 10px;
    right: 20px;
    position: absolute;
    display: inline-block;
}

.text-card {
    margin-bottom: 10px !important;
}

.card {
    margin: 5px;
}


@media only screen and (max-width: 600px) {

    .img-section img {
        width: 100%;
    }



    .section-banner a {
        text-align: left;
    }

    .card-body {
        padding: 15px;
    }

    .content-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-card {
        margin-bottom: 10px;
    }

    /* Estilos para el enlace y el icono */
    .links.btn {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        margin-left: 10px;
        white-space: nowrap;
    }

    .links.btn img {
        margin-left: 5px;
        /* Espacio entre el texto 'IR' y el icono */
    }

    /* Estilos específicos para móviles */
    @media (max-width: 768px) {
        .content-container {
            display: flex;
            flex-direction: row;
        }

        .content-container> :first-child {
            flex: 0 0 80%;
        }

        .content-container .links.btn {
            flex: 0 0 20%;
        }
    }


}


@media only screen and (min-width:600px) and (max-width: 999px) {
    .img-section img {
        width: 100%;
    }
}