* {
    font-family: "Open Sans";
}


/* navbar de yii2 oculto, boton collapse, nav en general*/

#w0,
#w5 {
    display: none;
}

#contendor_body {
    margin-top: 0px;
}

.cont_text_iniciar_sesion.row {
    /* position: absolute; */
    /* top: 11rem; */
    top: 0.5rem;
    left: 0rem;
    /* padding: 12px 24px 95px 24px; */
}

.texto_titulo_iniciar_session.col-12.text-center {
    color: white;
    font-size: 16px;
}
.texto_subtitulo_iniciar_session.col-12.text-center {
    color: white;
    font-size: 16px;
}


/* CSS MODAL LOGIN */

#login {
    background-color: rgba(0, 0, 0, 0.5);
}

#button_login_face {
    background: #ffb114;
    color: black;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    font-family: inherit;
}

#button_login_google {
    background: #ffb114;
    color: black;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    font-family: inherit;
}

#panel_uno_login {
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 33%;
    background: #232323;
    width: 50%;
    height: 31em;
}

#panel_uno_login p {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 76px;
    text-align: justify;
    color: white;
    font-family: inherit;
    font-size: 13px;
}

#panel_dos_login {
    display: grid;
    padding-top: 5%;
    width: auto;
    padding-left: 24px;
    max-width: 100%;
    padding-right: 30px;
    padding-bottom: 27px;
    background: #e4e4e4;
    /* height: 31em; */
}

#button_iniciar_sesion {
    margin-left: 85px;
    background: #ffb114;
    color: black;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 14px;
    /* margin-right: 85px; */
}

#login .modal-content {
    border: aliceblue;
    border-radius: 1px;
    height: 31em;
}

#color_line {
    width: 100%;
    height: 9px;
}

#div_color_bar {
    text-align: center;
    transform: rotate(90deg);
    z-index: 3;
    position: absolute;
    top: 236px;
    right: 149px;
    width: 31em;
}

#color_line_02 {
    width: 100%;
    height: 9px;
}

#div_color_bar_02 {
    text-align: center;
    transform: rotate(90deg);
    z-index: 3;
    position: absolute;
    top: 241px;
    right: 142px;
    width: 506px;
    display: none;
}

#modal_intranet_extranet {
    background-color: rgba(0, 0, 0, 0.5);
}


/*responsive*/


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    #panel_uno_login {
        padding-right: 0%;
        padding-left: 0%;
        padding-bottom: 33%;
        background: #292929;
        width: 100%;
        height: 32em;
    }
    #panel_dos_login {
        display: grid;
        padding-top: 5%;
        width: auto;
        padding-left: 24px;
        max-width: 100%;
        padding-right: 30px;
        padding-bottom: 27px;
    }
    #button_iniciar_sesion {
        margin-left: 30px;
        background: #ffb114;
        color: black;
        border-radius: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        font-size: 14px;
        /* margin-right: 20px; */
    }
    #div_color_bar {
        text-align: center;
        transform: rotate(90deg);
        z-index: 3;
        position: absolute;
        top: 244px;
        right: -9px;
        width: 32em;
    }
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    #panel_uno_login {
        padding-right: 0%;
        padding-left: 0%;
        padding-bottom: 33%;
        background: #292929;
        width: 50%;
    }
    #panel_dos_login {
        display: grid;
        padding-top: 5%;
        width: 50%;
        padding-left: 25px;
        max-width: 100%;
        padding-right: 30px;
        padding-bottom: 27px;
    }
    #button_iniciar_sesion {
        margin-left: 20px;
        background: #ffb114;
        color: black;
        border-radius: 20px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: bold;
        font-size: 14px;
        /* margin-right: 20px; */
    }
    #div_color_bar {
        display: grid;
        text-align: center;
        transform: rotate(90deg);
        z-index: 3;
        position: absolute;
        margin-block: 337px;
        padding-left: 0px;
        padding-right: 0px;
        top: -93px;
        right: 0px;
        width: 31em;
    }
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    #panel_uno_login {
        padding-right: 0%;
        padding-left: 0%;
        padding-bottom: 35%;
        background: #292929;
        width: 100%;
    }
    #panel_dos_login {
        display: grid;
        padding-top: 5%;
        width: 100%;
        padding-left: 24px;
        max-width: 100%;
        padding-right: 30px;
        padding-bottom: 27px;
    }
    #button_iniciar_sesion {
        margin-left: 25%;
        background: #ffb114;
        color: black;
        border-radius: 20px;
        padding-left: 50px;
        padding-right: 50px;
        font-weight: bold;
        font-size: 14px;
        /* margin-right: 85px; */
    }
    #div_color_bar {
        text-align: center;
        transform: rotate(360deg);
        z-index: 3;
        position: absolute;
        top: 315px;
        right: 0px;
        width: 520px;
        display: none;
    }
    #color_line_02 {
        width: 100%;
        height: 9px;
    }
    #div_color_bar_02 {
        text-align: center;
        transform: rotate(360deg);
        /* z-index: 3; */
        /* position: relative; */
        /* top: 177px; */
        /* right: 0px; */
        width: 100%;
        display: contents;
    }
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    #panel_uno_login {
        padding-right: 0%;
        padding-left: 0%;
        padding-bottom: 33%;
        background: #292929;
        width: 100%;
    }
    #panel_dos_login {
        display: grid;
        padding-top: 5%;
        width: 100%;
        padding-left: 24px;
        max-width: 100%;
        padding-right: 30px;
        padding-bottom: 27px;
    }
    #button_iniciar_sesion {
        margin-left: 18%;
        background: #ffb114;
        color: black;
        border-radius: 20px;
        padding-left: 50px;
        padding-right: 50px;
        font-weight: bold;
        font-size: 14px;
        /* margin-right: 85px;*/
    }
    #div_color_bar {
        display: grid;
        text-align: center;
        transform: rotate(0deg);
        z-index: 3;
        position: absolute;
        top: 313px;
        right: 0px;
        width: 100%;
        display: none;
    }
    #color_line_02 {
        width: 100%;
        height: 9px;
    }
    #div_color_bar_02 {
        text-align: center;
        transform: rotate(360deg);
        /* z-index: 3; */
        /* position: relative; */
        /* top: 177px; */
        /* right: 0px; */
        width: 100%;
        display: contents;
    }
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    #panel_uno_login {
        padding-right: 0%;
        padding-left: 0%;
        padding-bottom: 33%;
        background: #292929;
        width: 100%;
    }
    #panel_dos_login {
        display: grid;
        padding-top: 5%;
        width: auto;
        padding-left: 24px;
        max-width: 100%;
        padding-right: 30px;
        padding-bottom: 27px;
    }
    #button_iniciar_sesion {
        margin-left: 28px;
        background: #ffb114;
        color: black;
        border-radius: 20px;
        padding-left: 25px;
        padding-right: 26px;
        font-weight: bold;
        font-size: 14px;
        margin-right: 0px;
    }
    #div_color_bar {
        display: grid;
        text-align: center;
        transform: rotate(0deg);
        z-index: 3;
        position: absolute;
        top: 298px;
        right: 0px;
        width: 100%;
        display: none;
    }
    #color_line_02 {
        width: 100%;
        height: 9px;
    }
    #div_color_bar_02 {
        text-align: center;
        transform: rotate(360deg);
        /* z-index: 3; */
        /* position: relative; */
        /* top: 177px; */
        /* right: 0px; */
        width: 100%;
        display: contents;
    }
}


/* FIN CSS MODAL LOGIN*/


/*CSS MODAL  SELECCION Intranet-Extranet*/

#contenedor_botones_modal {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 3px;
    margin-top: 96px;
    padding-right: 0px;
}

#button_Intranet {
    color: #fff;
    background: #232323;
    padding-left: 55px;
    padding-right: 55px;
    margin-right: 63px;
    transition: all 0.5s ease-in-out;
    border-radius: 1px;
    font-weight: bold;
}

#button_Extranet {
    color: #fff;
    background: #232323;
    padding-left: 55px;
    padding-right: 55px;
    transition: all 0.5s ease-in-out;
    border-radius: 1px;
    font-weight: bold;
}

#button_Intranet:hover {
    color: #fff;
    background: #000000;
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 60px;
    transform: scale(1.1);
    border-radius: 1px;
    font-weight: bold;
}

#button_Extranet:hover {
    color: #fff;
    background: #000000;
    padding-left: 60px;
    padding-right: 60px;
    transform: scale(1.1);
    border-radius: 1px;
    font-weight: bold;
}


/*responsive*/


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    #button_Intranet {
        color: #fff;
        background: #232323;
        padding-left: 35px;
        padding-right: 35px;
        margin-right: 63px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet {
        color: #fff;
        background: #232323;
        padding-left: 35px;
        padding-right: 35px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Intranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 60px;
        padding-right: 60px;
        margin-right: 60px;
        transform: scale(1.1);
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 60px;
        padding-right: 60px;
        transform: scale(1.1);
        border-radius: 1px;
        font-weight: bold;
    }
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    #button_Intranet {
        color: #fff;
        background: #232323;
        padding-left: 35px;
        padding-right: 35px;
        margin-right: 63px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet {
        color: #fff;
        background: #232323;
        padding-left: 35px;
        padding-right: 35px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Intranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 60px;
        padding-right: 60px;
        margin-right: 60px;
        transform: scale(1.1);
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 60px;
        padding-right: 60px;
        transform: scale(1.1);
        border-radius: 1px;
        font-weight: bold;
    }
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    #modal_intranet_extranet .modal-body {
        background-image: -webkit-linear-gradient( 344deg, #0d92d6 0%, #0d92d6 50%, #7e5695 50%, #7e5695 100%);
    }
    #button_Intranet {
        color: #fff;
        background: #232323;
        padding-left: 35px;
        padding-right: 35px;
        margin-right: 63px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet {
        color: #fff;
        background: #232323;
        padding-left: 35px;
        padding-right: 35px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Intranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 60px;
        padding-right: 60px;
        margin-right: 60px;
        transform: scale(1.1);
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 60px;
        padding-right: 60px;
        transform: scale(1.1);
        border-radius: 1px;
        font-weight: bold;
    }
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    #modal_intranet_extranet .modal-body {
        background-image: -webkit-linear-gradient( 348deg, #0d92d6 0%, #0d92d6 50%, #7e5695 50%, #7e5695 100%);
    }
    #button_Intranet {
        color: #fff;
        background: #232323;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 54px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet {
        color: #fff;
        background: #232323;
        padding-left: 10px;
        padding-right: 10px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Intranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 54px;
        transform: scale(1.2);
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 10px;
        padding-right: 10px;
        transform: scale(1.2);
        border-radius: 1px;
        font-weight: bold;
    }
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    #modal_intranet_extranet .modal-body {
        background-image: -webkit-linear-gradient( 351deg, #0d92d6 0%, #0d92d6 50%, #7e5695 50%, #7e5695 100%);
    }
    #button_Intranet {
        color: #fff;
        background: #232323;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 54px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet {
        color: #fff;
        background: #232323;
        padding-left: 5px;
        padding-right: 5px;
        transition: all 0.5s ease-in-out;
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Intranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 54px;
        transform: scale(1.2);
        border-radius: 1px;
        font-weight: bold;
    }
    #button_Extranet:hover {
        color: #fff;
        background: #000000;
        padding-left: 10px;
        padding-right: 10px;
        transform: scale(1.2);
        border-radius: 1px;
        font-weight: bold;
    }
}


/*FIN CSS MODAL 1*/


/*-----------------CSS INICIO DE INDEX------------------*/

#btn_slider .active {
    background: #bb076c;
}

#inicio {
    /* padding: 5em 0 1em; */
    width: auto;
    background-repeat: no-repeat, repeat;
    background-position: inherit;
    background-size: 100% auto;
    /* margin: 30px 0px 30px 0px; */
    z-index: 0;
}

#interior_carousel {
    /* clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%); */
}

#inicio h2 {
    text-align: right;
}

#inicio p {
    color: white;
    font-size: 21px;
    text-align: right;
}

#slider_indicators {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#btn_slider {
    /* position: relative; */
    /* top: -129px; */
    margin: 0px 0px 93px 0px;
}

#slider1 {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(188 0 134);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    background-color: white;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    top: -90px;
    padding: 0px;
    margin-right: 5px;
}

#slider2 {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(188 0 134);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: white;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    top: -90px;
    margin-left: 5px;
}

#img1 {
    border: 2px solid;
    padding: 10px;
    background: #bc0086;
    border-radius: 40px;
    width: 0px;
    border-color: #bc0086;
    margin-left: 5px;
    margin-right: 5px;
    height: 0px;
}

#img2 {
    border: 2px solid;
    padding: 10px;
    background: white;
    border-radius: 40px;
    width: 0px;
    border-color: #bc0086;
    margin-left: 5px;
    margin-right: 5px;
    height: 0px;
}

#sso_submit_ufro{

    background-color: var(--color3);

    color: white;

    background: #bb076c;

    color: white;

    border-radius: 1px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 17px;

    font-weight: bold;

    /* position: absolute; */

    /* top: 20rem; */

    /* left: 40%; */

    /* margin-top: 14.5rem; */
}

#button_login_face2 {
    background: #ffb114;
    color: black;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 1px;
}

#button_login_google2 {
    background: #ffb114;
    color: black;
    padding-left: 57px;
    padding-right: 62px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 1px;
}

#txt_email {
    width: 65%;
    border-radius: 20px;
    font-size: 17px;
    height: 35px;
}

#txt_password {
    width: 65%;
    border-radius: 19px;
    font-size: 17px;
    height: 35px;
    margin-bottom: 5px;
}

#button_iniciar_sesion2 {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #bb076c;
    color: white;
    border-radius: 1px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 37px;
    font-size: 17px;
    font-weight: bold;
}

#button_iniciar_sesion2:hover {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #94115b;
    color: white;
    border-radius: 1px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 37px;
    font-size: 17px;
}

#o_ingreso {
    text-align: center;
    color: white;
    position: absolute;
    z-index: 2;
    top: 206px;
    right: -22px;
    font-size: 17px;
    margin: 5px 5px 5px 5px;
}

#a_link_registrarse_2 {
    text-align: center;
    color: #dddddd;
    font-size: 11px;
}

#a_link_password2 {
    color: #dddddd;
    font-size: 10px;
    margin-top: 0px;
}

#left_section_ingreso {
    padding-top: 176px;
    text-align: right;
}

#right_section_ingreso {
    padding-top: 174px;
}

#bottom_section_ingreso {
    text-align: center;
}

h2 strong {
    color: #ffffff;
    font-size: xxx-large;
    font-weight: 700;
}

/*responsive*/

/* Para 1920px */

@media only screen and (max-width: 1920px) and (min-width: 1081px) {
    /* #inicio {
        padding: 5em 0 7em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 30px 30px 30px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {

        margin: 14px 0px 78px 0px;
    }
    #div {
        margin: -40% 0% 0% 55% !important;
        width: 37% !important;
        /* height: 270px; */
        position: absolute !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 25% !important;
        height: auto !important;
        margin: -52% 0% 0% 61% !important;
        z-index: 0 !important;
    }
    #right_section_ingreso {
        padding-top: 37px;
    }
    #left_section_ingreso {
        padding-top: 6px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 70px;
        padding-right: 70px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 75px;
        padding-right: 75px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: xxx-large;
        font-weight: 700;
    }
    #txt_email {
        width: 80%;
        border-radius: 20px;
        font-size: 11px;
        height: 35px;
    }
    #txt_password {
        width: 80%;
        border-radius: 19px;
        font-size: 11px;
        height: 35px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 60px;
        right: -165px;
        font-size: 20px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 101px;
        padding-right: 100px;
        margin-right: 37px;
        font-size: 13px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 101px;
        padding-right: 100px;
        margin-right: 37px;
        font-size: 13px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 12px;
    }
    #a_link_password2 {
        color: white;
        font-size: 12px;
    }
}

/* Para 1080px */

@media only screen and (max-width: 1080px) and (min-width: 981px) {
    /* #inicio {
        padding: 5em 0 7em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 30px 30px 30px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {

        margin: 14px 0px 78px 0px;
    }
    #div {
        margin: -47% 0% 0% 51% !important;
        width: 37% !important;
        /* height: 270px; */
        position: absolute !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 25% !important;
        height: auto !important;
        margin: -60% 0% 0% 55% !important;
        z-index: 0 !important;
    }
    #right_section_ingreso {
        padding-top: 37px;
    }
    #left_section_ingreso {
        padding-top: 6px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 70px;
        padding-right: 70px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 75px;
        padding-right: 75px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: xxx-large;
        font-weight: 700;
    }
    #txt_email {
        width: 80%;
        border-radius: 20px;
        font-size: 11px;
        height: 35px;
    }
    #txt_password {
        width: 80%;
        border-radius: 19px;
        font-size: 11px;
        height: 35px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 60px;
        right: -165px;
        font-size: 20px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 101px;
        padding-right: 100px;
        margin-right: 37px;
        font-size: 13px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 101px;
        padding-right: 100px;
        margin-right: 37px;
        font-size: 13px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 12px;
    }
    #a_link_password2 {
        color: white;
        font-size: 12px;
    }
}


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    /* #inicio {
        padding: 5em 0 2em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 0px 30px 0px;
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {
        margin: 13px 0px 0px 0px;
    }
    #div {
        margin: -47% 0% 0% 51% !important;
        width: 37% !important;
        /* height: 270px; */
        position: absolute !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 25% !important;
        height: auto !important;
        margin: -60% 0% 0% 55% !important;
        z-index: 0 !important;
    }
    #right_section_ingreso {
        padding-top: 60px;
    }
    #left_section_ingreso {
        padding-top: 29px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 35px;
        padding-right: 36px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: xxx-large;
        font-weight: 700;
        /* margin-top: 24px; */
    }
    .big-tagline {
        margin: 97px -22px 30px 0px;
    }
    #txt_email {
        width: 75%;
        border-radius: 20px;
        font-size: 11px;
        height: 35px;
    }
    #txt_password {
        width: 75%;
        border-radius: 19px;
        font-size: 11px;
        height: 35px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 58px;
        right: -132px;
        font-size: 20px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 12px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 12px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 12px;
    }
    #a_link_password2 {
        color: white;
        font-size: 12px;
    }
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    /* #inicio {
        padding: 3em 0 2em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 0px 30px 0px;
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {
        margin: 13px 0px 0px 0px;
    }
    #div {
        margin: 0% 0% 0% 0% !important;
        width: 100% !important;
        /* height: 270px; */
        position: relative !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 40% !important;
        height: auto !important;
        margin: -46% 0% 0% 48% !important;
        z-index: 0 !important;
    }
    .texto_titulo_iniciar_session.col-12.text-center {
        color: black;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: black;
    }
    #right_section_ingreso {
        padding-top: 47px;
    }
    #left_section_ingreso {
        padding-top: 16px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 27px;
        padding-right: 27px;
        font-weight: bold;
        font-size: 11px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: xxx-large;
        font-weight: 700;
    }
    .big-tagline {
        margin: 59px 10px 10px 10px;
    }
    #txt_email {
        width: 85%;
        border-radius: 20px;
        font-size: 11px;
        height: 35px;
    }
    #txt_password {
        width: 85%;
        border-radius: 19px;
        font-size: 11px;
        height: 35px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 62px;
        right: -124px;
        font-size: 21px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 12px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 12px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 12px;
    }
    #a_link_password2 {
        color: white;
        font-size: 12px;
    }
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    /* #inicio {
        padding: 3em 0 2em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 30px 30px 30px;
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {
        margin: 14px 0px 0px 0px;
    }
    #div {
        margin: 0% 0% 0% 0% !important;
        width: 100% !important;
        /* height: 270px; */
        position: relative !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 40% !important;
        height: auto !important;
        margin: -46% 0% 0% 48% !important;
        z-index: 0 !important;
    }
    .texto_titulo_iniciar_session.col-12.text-center {
        color: black;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: black;
    }
    #right_section_ingreso {
        padding-top: 75px;
    }
    #left_section_ingreso {
        padding-top: 29px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: bold;
        font-size: 13px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: bold;
        font-size: 13px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: xx-large;
        font-weight: 700;
    }
    .big-tagline {
        margin-top: 92px;
    }
    #txt_email {
        width: 100%;
        border-radius: 20px;
        font-size: 11px;
        height: 42px;
    }
    #txt_password {
        width: 100%;
        border-radius: 19px;
        font-size: 11px;
        height: 42px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 79px;
        right: -134px;
        font-size: 20px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 13px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 13px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 12px;
    }
    #a_link_password2 {
        color: white;
        font-size: 12px;
    }
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    /* #inicio {
        padding: 2em 0 2em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 10px 30px 10px;
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {
        margin: 16px 0px -9px 0px;
    }
    #div {
        margin: 0% 0% 0% 0% !important;
        width: 100% !important;
        /* height: 270px; */
        position: relative !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 40% !important;
        height: auto !important;
        margin: -46% 0% 0% 48% !important;
        z-index: 0 !important;
    }
    .texto_titulo_iniciar_session.col-12.text-center {
        color: black;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: black;
    }
    #right_section_ingreso {
        padding-top: 63px;
    }
    #left_section_ingreso {
        padding-top: 21px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
        font-size: 10px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
        font-size: 10px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: x-large;
        font-weight: 700;
    }
    .big-tagline {
        margin-top: 32px;
    }
    #txt_email {
        width: 100%;
        border-radius: 20px;
        font-size: 11px;
        height: 42px;
    }
    #txt_password {
        width: 100%;
        border-radius: 19px;
        font-size: 11px;
        height: 42px;
    }
    #txt_email {
        width: 100%;
        border-radius: 20px;
        font-size: 9px;
        height: 40px;
    }
    #txt_password {
        width: 100%;
        border-radius: 19px;
        font-size: 11px;
        height: 40px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 71px;
        right: -79px;
        font-size: 20px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 12px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 12px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 12px;
    }
    #a_link_password2 {
        color: white;
        font-size: 12px;
    }
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    /* #inicio {
        padding: 2em 0 1em;
        width: auto;
        background-repeat: no-repeat, repeat;
        background-position: inherit;
        background-size: 100% auto;
        margin: 30px 0px 30px 0px;
    } */
    /* #interior_carousel {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    } */
    #btn_slider {
        margin: 0px 0px -14px 0px;
    }
    #div {
        margin: 0% 0% 0% 0% !important;
        width: 100% !important;
        /* height: 270px; */
        position: relative !important;
    }
    .inicio_logo_sivi {
        position: absolute !important;
        width: 40% !important;
        height: auto !important;
        margin: -46% 0% 0% 48% !important;
        z-index: 0 !important;
    }
    .texto_titulo_iniciar_session.col-12.text-center {
        color: black;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: black;
    }
    #right_section_ingreso {
        padding-top: 44px;
    }
    #left_section_ingreso {
        padding-top: 4px;
        text-align: center;
    }
    #button_login_face2 {
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
        font-size: 10px;
        border-radius: 1px;
    }
    #button_login_google2 {
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
        font-size: 10px;
        border-radius: 1px;
    }
    h2 strong {
        font-size: medium;
        font-weight: 700;
    }
    .big-tagline {
        margin: 27px 10px 10px 10px;
    }
    #txt_email {
        width: 100%;
        border-radius: 20px;
        font-size: 10px;
        height: 42px;
    }
    #txt_password {
        width: 100%;
        border-radius: 19px;
        font-size: 10px;
        height: 42px;
    }
    #o_ingreso {
        text-align: center;
        color: white;
        position: relative;
        z-index: 2;
        top: 74px;
        right: -76px;
        font-size: 20px;
    }
    #button_iniciar_sesion2 {
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 11px;
    }
    #button_iniciar_sesion2:hover {
        background: #94115b;
        margin-left: 40px;
        margin-top: 25px;
        color: white;
        border-radius: 1px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 37px;
        font-size: 11px;
    }
    #a_link_registrarse_2 {
        text-align: center;
        color: white;
        font-size: 9px;
    }
    #a_link_password2 {
        color: white;
        font-size: 9px;
    }
}


/*------------------------------------------------------*/


/*-------------------CAROUSEL EVENTOS UFRO Y OTROS--------------------*/

#btn_eventos_ufro input {
    border: 2px solid;
    padding: 4px;
    background: #ffffff00;
    border-radius: 40px;
    width: 0px;
    border-color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    height: 0px;
}

#btn_eventos_ufro .active {
    background: white;
}

#carousel_eventos_ufro .active {
    background: white;
}

.fechas_eventos {
    margin-bottom: 5px;
    font-size: 13px;
    color: #737373;
}

#button_slider1 {
    border: 2px solid;
    padding: 5px;
    border-radius: 40px;
    width: 0px;
    border-color: #bb076c;
    margin-left: 5px;
    margin-right: 5px;
    height: 0px;
}

#button_slider2 {
    border: 2px solid;
    padding: 5px;
    border-radius: 40px;
    width: 0px;
    border-color: #bb076c;
    margin-left: 5px;
    margin-right: 5px;
    height: 0px;
}

#btn_eventos_ufro {
    /* bottom: 30px; */
}

.eventos_ufro {
    /* margin: 10px 45px 10px 52px; */
}

#carousel_eventos_ufro {
    height: 321px;
}

#carousel_eventos_tittle {
    transform: translateX(-83px);
    top: 0%;
}

#text_img_carousel1 {
    transform: translateX(-80px);
    top: 25%;
}

.title_fechas_eventos {
    background: #1e619c;
    /*! padding: 0px 0px 0px 0px; */
    /*! margin: -1px 289px 0px 0px; */
    font-size: 26px;
    font-weight: 500;
}

.p_carousel_eventos {
    /* font-size: 30px; */
    font-size: 16px;
    margin-bottom: 0em;
}

.name_event_carousel {
    font-weight: 600;
    font-size: 25px;
}

.texto-noticias{

    position: absolute;
    bottom: 0px;
    z-index: 10;
    color: #fff;
    text-align: inherit;
    background-color: #000000e0;
    padding: 30px;
    margin-right: 10px;

}

.preloader-ig{
    width: 60px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* CHART.JS */

.chart-css-xs {
    height: 100% !important;
    max-height: 18em;
    width: 100%;
}

.chart-css {
    height: 100%;
    max-height: 9em;
    width: 100%;
}

.chart-css-medio {
    height: 100%;
    max-height: 28em;
    width: 100%;
}

.chart-css-xl {
    height: 100% !important;
    max-height: 40em;
    width: 100%;
}

.chart-img-rounded {
    border-radius: 50%;
}

/* FIN CHART.JS */

.btn_ver_noticia{
    margin-bottom: 10px;
}

#text_img_carousel2 {
    transform: translateX(-80px);
    top: 25%;
}

#text_img_carousel3 {
    transform: translateX(-80px);
    top: 25%;
}

#tittleEvent {
    color: #175ca8;
    font-size: 22px;
}

.eventos_negrita {
    font-weight: bold;
    font-size: 14px;
}

#ir_calendario {
    background-color: #a8296b;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    float: right;
    width: auto;
    padding: 5px 30px 5px 30px;
    margin: 0px -14px 0px 0px;
    border-radius: 1px;
    border-color: #a8296b;
}

#ir_calendario:hover {
    background-color: #94115b;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    float: right;
    width: auto;
    padding: 5px 30px 5px 30px;
    margin: 0px -14px 0px 0px;
    border-radius: 1px;
    border-color: #94115b;
}

.camp_blocked {
    filter: grayscale(1);
    pointer-events: none;
}


/*responsive*/


/* Para 1080px */

@media only screen and (max-width: 1199px) and (min-width: 981px) {
    #carousel_eventos_ufro input {
        border: 2px solid;
        padding: 5px;
        background: #ffffff00;
        border-radius: 40px;
        width: 0px;
        border-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #carousel_eventos_ufro .active {
        background: white;
    }
    #events p {
        font-size: 11px;
        margin-bottom: 14px;
    }
    #button_slider1 {
        border-color: #bb076c;
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        border-color: #bb076c;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #button_slider2 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        margin-left: 5px;
        border-color: #bb076c;
        margin-right: 5px;
        height: 0px;
    }
    .eventos_ufro {
        margin: 0px 30px 10px 30px;
    }
    #carousel_eventos_ufro {
        height: 321px;
    }
    #carousel_eventos_tittle {
        transform: translateX(-35px);
        top: 0%;
        right: 10px;
    }
    #tittleEvent {
        color: #175ca8;
        font-size: 22px;
    }
    .eventos_negrita {
        font-weight: bold;
        font-size: 9px;
    }
    #ir_calendario {
        color: white;
        font-size: 12px;
        font-weight: bold;
        font-family: inherit;
        float: right;
        width: auto;
        padding: 5px 30px 5px 30px;
        margin: 0px -15px 0px 0px;
        border-radius: 1px;
    }
    #text_img_carousel1 {
        /* transform: translateX(-35px); */
        top: 35%;
        transform: translateY(-160px) translateX(-80px);
    }
    .title_fechas_eventos {
        padding: 0px 0px 0px 0px;
        /* margin: 0px 246px 0px 0px; */
        font-size: 25px;
        font-weight: 500;
    }
    .p_carousel_eventos {
        font-size: 21px;
        margin-bottom: 0em;
    }
    .name_event_carousel {
        font-weight: 600;
        font-size: 30px;
    }
    #text_img_carousel2 {
        transform: translateX(-35px);
        top: 35%;
    }
    #text_img_carousel3 {
        transform: translateX(-35px);
        top: 35%;
    }
}


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    #carousel_eventos_ufro input {
        border: 2px solid;
        padding: 5px;
        background: #ffffff00;
        border-radius: 40px;
        width: 0px;
        border-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #carousel_eventos_ufro .active {
        background: white;
    }
    #events p {
        font-size: 8px;
        margin-bottom: 6px;
    }
    #button_slider1 {
        border: 2px solid;
        padding: 5px;
        border-color: #bb076c;
        border-radius: 40px;
        width: 0px;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #button_slider2 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        border-color: #bb076c;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    .eventos_ufro {
        margin: 10px 0px 10px 0px;
    }
    #carousel_eventos_ufro {
        height: 306px;
    }
    #carousel_eventos_tittle {
        transform: translateX(-53px);
        top: 0%;
        right: 10px;
    }
    #tittleEvent {
        color: #175ca8;
        font-size: 22px;
    }
    #events p {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .eventos_negrita {
        font-weight: bold;
        font-size: 8px;
    }
    #ir_calendario {
        color: white;
        font-size: 12px;
        font-weight: bold;
        font-family: inherit;
        float: right;
        width: auto;
        padding: 5px 30px 5px 30px;
        margin: 0px -15px 0px 0px;
        border-radius: 1px;
    }
    #btn_eventos_ufro {
        bottom: 30px;
    }
    #text_img_carousel1 {
        transform: translateX(-50px);
        top: 35%;
    }
    .title_fechas_eventos {
        padding: 0px 0px 0px 0px;
        margin: 0px 128px 0px 0px;
        font-size: 20px;
        font-weight: 500;
    }
    .p_carousel_eventos {
        font-size: 21px;
        margin-bottom: 0em;
    }
    .name_event_carousel {
        font-weight: 600;
        font-size: 23px;
    }
    #text_img_carousel2 {
        transform: translateX(-50px);
        top: 35%;
    }
    #text_img_carousel3 {
        transform: translateX(-50px);
        top: 35%;
    }
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    #carousel_eventos_ufro input {
        border: 2px solid;
        padding: 5px;
        background: #ffffff00;
        border-radius: 40px;
        width: 0px;
        border-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #carousel_eventos_ufro .active {
        background: white;
    }
    #events p {
        font-size: 7px;
        margin-bottom: 7px;
    }
    #button_slider1 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        border-color: #bb076c;
        width: 0px;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #button_slider2 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        border-color: #bb076c;
        width: 0px;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    .eventos_ufro {
        margin: 10px 0px 10px 0px;
    }
    #carousel_eventos_ufro {
        height: 219px;
    }
    #carousel_eventos_tittle {
        transform: translateX(-47px);
        top: 0%;
        /* font-size: 200px; */
        /* width: 100%; */
        /* right: -56px; */
        /* margin-left: 152px; */
    }
    #tittleEvent {
        color: #175ca8;
        font-size: 22px;
    }
    #events p {}
    .eventos_negrita {
        font-weight: bold;
        font-size: 9px;
    }
    #ir_calendario {
        color: white;
        font-size: 11px;
        font-weight: bold;
        font-family: inherit;
        float: right;
        width: auto;
        padding: 5px 30px 5px 30px;
        margin: 0px -15px 0px 0px;
        border-radius: 1px;
    }
    #text_img_carousel1 {
        transform: translateX(-45px);
        top: 23%;
    }
    .title_fechas_eventos {
        background: #1e619c;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-weight: 500;
    }
    .p_carousel_eventos {
        font-size: 16px;
        margin-bottom: 0em;
    }
    .name_event_carousel {
        font-weight: 600;
        font-size: 20px;
    }
    #text_img_carousel2 {
        transform: translateX(-45px);
        top: 19%;
    }
    #text_img_carousel3 {
        transform: translateX(-45px);
        top: 19%;
    }
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    #carousel_eventos_ufro input {
        border: 2px solid;
        padding: 5px;
        background: #ffffff00;
        border-radius: 40px;
        width: 0px;
        border-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #carousel_eventos_ufro .active {
        background: white;
    }
    #events p {
        font-size: 15px;
        margin-bottom: 16px;
    }
    #button_slider1 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        border-color: #bb076c;
        width: 0px;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #button_slider2 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        border-color: #bb076c;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    .eventos_ufro {
        margin: 10px 30px 10px 30px;
    }
    #carousel_eventos_ufro {
        height: 180px;
    }
    #carousel_eventos_tittle {
        transform: translateX(-57px);
        top: 0%;
    }
    #tittleEvent {
        color: #175ca8;
        font-size: 22px;
    }
    .eventos_negrita {
        font-weight: bold;
        font-size: 9px;
    }
    #ir_calendario {
        color: white;
        font-size: 12px;
        font-weight: bold;
        font-family: inherit;
        float: right;
        width: auto;
        padding: 5px 30px 5px 30px;
        margin: 0px 0px 0px 0px;
        border-radius: 1px;
    }
    #text_img_carousel1 {
        transform: translateX(-52px);
        top: 15%;
    }
    .title_fechas_eventos {
        background: #1e619c;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: 500;
    }
    .p_carousel_eventos {
        font-size: 16px;
        margin-bottom: 0em;
    }
    .name_event_carousel {
        font-weight: 600;
        font-size: 17px;
    }
    #text_img_carousel2 {
        transform: translateX(-57px);
        top: 15%;
    }
    #text_img_carousel3 {
        transform: translateX(-57px);
        top: 15%;
    }
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    #carousel_eventos_ufro input {
        border: 2px solid;
        padding: 5px;
        background: #ffffff00;
        border-radius: 40px;
        width: 0px;
        border-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #carousel_eventos_ufro .active {
        background: white;
    }
    #events p {
        font-size: 15px;
        margin-bottom: 16px;
    }
    #button_slider1 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        border-color: #bb076c;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #button_slider2 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        border-color: #bb076c;
        width: 0px;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    .eventos_ufro {
        margin: 10px 10px 10px 10px;
    }
    #carousel_eventos_ufro {
        height: 147px;
    }
    #carousel_eventos_tittle {
        transform: translateX(-38px);
        top: 0%;
    }
    #tittleEvent {
        color: #175ca8;
        font-size: 22px;
    }
    #events p {}
    .eventos_negrita {
        font-weight: bold;
        font-size: 9px;
    }
    #ir_calendario {
        color: white;
        font-size: 12px;
        font-weight: bold;
        font-family: inherit;
        float: right;
        width: auto;
        padding: 5px 30px 5px 30px;
        margin: 0px 0px 0px 0px;
        border-radius: 1px;
    }
    #text_img_carousel1 {
        transform: translateX(-37px);
        top: 10%;
    }
    .p_carousel_eventos {
        font-size: 12px;
        margin-bottom: 0em;
    }
    .name_event_carousel {
        font-weight: 600;
        font-size: 15px;
    }
    .title_fechas_eventos {
        background: #1e619c;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: 500;
    }
    #text_img_carousel2 {
        transform: translateX(-37px);
        top: 10%;
    }
    #text_img_carousel3 {
        transform: translateX(-37px);
        top: 10%;
    }
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    #carousel_eventos_ufro input {
        border: 2px solid;
        padding: 5px;
        background: #ffffff00;
        border-radius: 40px;
        width: 0px;
        border-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #carousel_eventos_ufro .active {
        background: white;
    }
    #events p {
        font-size: 10px;
        margin-bottom: 16px;
    }
    #button_slider1 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        border-color: #bb076c;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    #button_slider2 {
        border: 2px solid;
        padding: 5px;
        border-radius: 40px;
        width: 0px;
        border-color: #bb076c;
        margin-left: 5px;
        margin-right: 5px;
        height: 0px;
    }
    .eventos_ufro {
        margin: 10px 0px 10px 0px;
    }
    #carousel_eventos_ufro {
        height: 171px;
    }
    #carousel_eventos_tittle {
        transform: translateX(-25px);
        top: 0%;
    }
    #tittleEvent {
        color: #175ca8;
        font-size: 22px;
    }
    #events p {}
    .eventos_negrita {
        font-weight: bold;
        font-size: 9px;
    }
    #ir_calendario {
        color: white;
        font-size: 12px;
        font-weight: bold;
        font-family: inherit;
        float: right;
        width: auto;
        padding: 5px 30px 5px 30px;
        margin: 0px 0px 0px 0px;
        border-radius: 1px;
    }
    #text_img_carousel1 {
        transform: translateX(-22px);
        top: 20%;
    }
    .p_carousel_eventos {
        font-size: 12px;
        margin-bottom: 0em;
    }
    .name_event_carousel {
        font-weight: 600;
        font-size: 15px;
    }
    .title_fechas_eventos {
        background: #1e619c;
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        font-weight: 500;
    }
    #text_img_carousel2 {
        transform: translateX(-22px);
        top: 20%;
    }
    #text_img_carousel3 {
        transform: translateX(-22px);
        top: 20%;
    }
}


/************************************************************************/


/*******************DIVS DE COLORES*************/

#contenedor_divs {
    margin-top: 40px;
}

#contenedor_divs .container .row {
    display: flex;
    justify-content: center;
}

#btn_vitrina {
    margin-bottom: 12px;
    text-align: center;
    margin: 0px 0px 10px 1px;
    /* display: block !important; */
}

#div01 {
    background-color: var(--color-fondo-boton);
    color: white;max-width: 100%;
    position: relative;width: 100%;
    border-radius: 1px;
    padding: 30px 0px 30px 0px;
    transition: all 0.3s ease-in-out;
}

#div02 {background-color: var(--color-fondo-boton);color: white;max-width: 100%;position: relative;width: 100%;border-radius: 1px;padding: 30px 0px 30px 0px;transition: all 0.3s ease-in-out;}

#div03 {background-color: var(--color-fondo-boton);color: white;max-width: 100%;position: relative;width: 100%;border-radius: 1px;padding: 30px 0px 30px 0px;transition: all 0.3s ease-in-out;}

#div04 {background-color: var(--color-fondo-boton);color: white;max-width: 100%;position: relative;width: 100%;border-radius: 1px;padding: 30px 0px 30px 0px;transition: all 0.3s ease-in-out;}

#div01:hover {background-color: var(--color5);}

#div02:hover {background-color: var(--color4);}

#div03:hover {background-color: var(--color3);}

#div04:hover {background-color: var(--color2);}

#div01.active{
    background-color: var(--color5);
}
#div02.active{
    background-color: var(--color4);
}
#div03.active{
    background-color: var(--color3);
}
#div04.active {
    background-color: var(--color2);
}

/* Vitrina */
.img_vit{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    height: 180px;
    max-width: 190px;
}

.img_home_vit{
    height: 6em;
}

.img_proy{
    height: 180px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.contenedor_img{
    text-align: -webkit-center;
}

.carousel-config{
    max-height: 180px;
    /* width: auto !important;
    margin-right: -35% !important; */
}


/*-------contenido desplegable----------*/

.txt_vinculacion_1 {
    background-color: #006fb4;
    color: white;
    padding: 10px;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-top-right-radius: 15px 15px;
    /* min-height: 40px; */
    transition: all 0.3s ease-in-out;
}

.txt_vinculacion_2 {
    padding: 0px 0px 0px 0px;
    margin: 5px 0px -8px 0px;
    font-size: 12px;
}

.txt_vinculacion_3 {
    padding: 0px 0px 0px 0px;
    margin: 25px 0px 25px 0px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 63px;
    text-transform: uppercase;
}

.txt_vinculacion_3:hover {
    color: var(--color12);
    cursor: context-menu;
}

.txt_vinculacion_4 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: justify;
    font-size: 9px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 40px;
}

.badge-secondary {
    color: #fff;
    background-color: #383838;
    font-size: 12px;
    padding: 3px 5px 2px 2px;
    margin: 5px 0px 0px 0px;
}


/*responsive*/


/* Para 1080px */

@media only screen and (max-width: 1199px) and (min-width: 981px) {
    #contenedor_divs .container .row {
        display: contents;
    }
    #div01 {

    }
    #div02 {

    }
    #div03 {

    }
    #div04 {

    }
    #div01:hover {

    }
    #div02:hover {

    }
    #div03:hover {

    }
    #div04:hover {

    }
    .txt_vinculacion_1 {}
    .txt_vinculacion_2 {}
    .txt_vinculacion_3 {}
    .txt_vinculacion_4 {}
}


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    #contenedor_divs .container .row {
        display: contents;
    }
    #div01 {

    }
    #div02 {

    }
    #div03 {

    }
    #div04 {

    }
    #div01:hover {

    }
    #div02:hover {

    }
    #div03:hover {

    }
    #div04:hover {

    }
    .txt_vinculacion_1 {}
    .txt_vinculacion_2 {}
    .txt_vinculacion_3 {}
    .txt_vinculacion_4 {}
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    #contenedor_divs .container .row {
        display: contents;
    }
    #div01 {

    }
    #div02 {

    }
    #div03 {

    }
    #div04 {

    }
    #div01:hover {

    }
    #div02:hover {
    }
    #div03:hover {
    }
    #div04:hover {
    }
    .txt_vinculacion_1 {}
    .txt_vinculacion_2 {}
    .txt_vinculacion_3 {}
    .txt_vinculacion_4 {}
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    #contenedor_divs .container .row {
        display: contents;
    }
    #div01 {

    }
    #div02 {

    }
    #div03 {

    }
    #div04 {

    }
    #div01:hover {

    }
    #div02:hover {

    }
    #div03:hover {

    }
    #div04:hover {

    }
    .txt_vinculacion_1 {}
    .txt_vinculacion_2 {}
    .txt_vinculacion_3 {}
    .txt_vinculacion_4 {}
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    #contenedor_divs .container .row {
        display: contents;
    }
    #div01 {

    }
    #div02 {

    }
    #div03 {

    }
    #div04 {

    }
    #div01:hover {

    }
    #div02:hover {

    }
    #div03:hover {

    }
    #div04:hover {

    }
    .txt_vinculacion_1 {}
    .txt_vinculacion_2 {}
    .txt_vinculacion_3 {}
    .txt_vinculacion_4 {}
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    #contenedor_divs .container .row {
        display: contents;
    }
    #div01 {

    }
    #div02 {

    }
    #div03 {

    }
    #div04 {

    }
    #div01:hover {

    }
    #div02:hover {

    }
    #div03:hover {

    }
    #div04:hover {

    }
    .txt_vinculacion_1 {}
    .txt_vinculacion_2 {}
    .txt_vinculacion_3 {}
    .txt_vinculacion_4 {}
}


/************************************************************************/

#testimonials {

    height: 100%;
    z-index: 1;
    position: relative;
}

#testimonials::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-image: url(../img/home/bloque_fc.webp);
    /* opacity: 57%; */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.fila-bloques{
    margin-top: 17px;
    height: 346px;
}

.fila-bloques2{
    margin-top: 17px;
}

.titulo-bloque{
    color: var(--color-fondo-boton);
    /* font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.columna-left{
    padding-right: 8.5px !important;
}

.columna-right{
    padding-left: 8.5px;
}

.icon-plus-2{
    color: #FFF;
    font-size: 35px;
    position: absolute;
    top: 80%;
    left: 30px;
    cursor: pointer;
    pointer-events: all;
    transition: font-size 0.3s ease;
}

.icon-plus-2:hover{
    color: #FFF;
    font-size: 40px;
}

.text-home-2{
    /* color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 535px;
    height: 75px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    top: 60px;
    left: 30px; */
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    top: 30px;
    left: 30px;
}

#mse {

    height: 100%;
    z-index: 1;
    position: relative;

}

#mse::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-image: url(../img/home/bloque_socios_externos.webp);
    /* opacity: 57%; */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#bloque-ods {

    /* height: 100%; */
    height: 700px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    pointer-events: all;

}

#bloque-ods::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-image: url(../img/home/objetivosdesarrollosostenible.webp);
    /* opacity: 57%; */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

#bloque-ods:hover::after {
    transform: scale(1.03); /* Aplica un aumento del 10% al pasar el ratón sobre el elemento */
}

.contenedor-bloque-v2{
    height: 100%;
    width: 99.5%;
    background: rgba(0, 0, 0, 0.05);
}

#btn_oferta {
    background-color: #2875d4;
    color: white;
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    z-index: 2;
    border-radius: 1px;
    border-color: #2875d4;
    font-weight: 500;
}

#btn_oferta:hover {
    background-color: #0b54af;
    color: white;
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    z-index: 2;
    border-radius: 1px;
    border-color: #0b54af;
    font-weight: 500;
}

#div_btn_oferta {
    padding: 105px 10px 10px 10px;
}

#contenido_desplegable {
    background-color: #ededed;
    /* margin: 0px 15px 35px 15px; */
    padding: 10px 30px 10px 30px;
    width: auto;
    display: none;
}

#barra_color_vitrina {
    margin: 20px 65px 0px 65px;
    transition: all 1s;
    border-radius: 1px;
    display: none;
}

.barra_vitrina_1 {
    background-color: #3a968d;
}

.barra_vitrina_2 {
    background-color: #006fb4;
}

.barra_vitrina_3 {
    background-color: #bb076c;
}

.barra_vitrina_4 {
    background-color: #ffb114;
}

#ir_a_vitrina {
    background-color: #a8296b;
    color: #fdfafb;
    border-radius: 1px;
    padding: 10px 25px 10px 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
    position: absolute;
    top: 10px;
    right: 17px;
}

#busca_tu_iniciativa_link{
    background-color: #a8296b;
    color: #fdfafb;
    border-radius: 1px;
    padding: 10px 25px 10px 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
    position: absolute;
    top: 10px;
    right: 150px;
}


.btn_abrir_modal_vitrina {
    background-color: var(--color7);
    color: white;
    font-size: 13px;
    border-radius: 0px;
    /* border-bottom-left-radius: 15px 15px; */
    width: 100%;
}

.btn_abrir_modal_vitrina:hover {
    background-color: #846295;
    transition: all 0.5s;
    color: white;
}

.btn_abrir_modal_vitrina:active {
    transform: scale(0.9);
}

.btn_volver_proy_vitri {
    background-color: var(--color6);
    color: white;
    padding: 2px 40px 2px 40px;
    border-radius: 1px;
    transition: all 0.5s;
    border-bottom-left-radius: 15px 15px;
}

.btn_volver_proy_vitri:hover {
    background-color: #973920;
    color: #ffffff;
    /* transform: translateY(-11px); */
}

.bloque-modal{
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

.fecha-modal {
    background-color: var(--color7);
    color: white;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    /* border-top-right-radius: 15px 15px; */
    min-height: 38px;
    padding-top: 10px;
    width: 100%;
}

.modal-content {
    /* border-top-right-radius: 120px 120px; */
    border-radius: 0px;
    background-color: white;
}

.titulo_modal {
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 0.3rem; */
    width: 100%;
    text-transform: uppercase;
}

#rectangulo-buttons {
    margin-top: 5px;
    width: 100%;
    height: 20px;
    /* background-color: var(--color5); */
}

.img_subp_vit{
    height: 6em;
}

.participante_equipo{
    /* margin-bottom: 0rem !important; */
}

.img_ods{
    width: 14em;
    /* height: 9em; */
    padding-right: 1em;
}

.row_ods{
    margin: auto;
    justify-content: center;
}

.descripcion_proy{
    text-align: justify;
    overflow-y: scroll;
    max-height: 16em;
    padding-right: 0.5em;
}

.descripcion_proy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.descripcion_proy::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.descripcion_proy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(201, 201, 201)), color-stop(0.72, rgb(120, 121, 121)), color-stop(0.86, rgb(99, 99, 99)));*/
    background-color: var(--color7);
}

.unidad-modal {
    background-color: #3a968d;
    color: white;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    /* border-top-right-radius: 15px 15px; */
    min-height: 38px;
    padding-top: 10px;
}

.etiquetasModal{
    margin-top: 0.5em;
    margin-left: 0em;
}

.etiqueta_eventos {
    color: #fff;
    background-color: #474747;
    font-size: 12px;
    padding: 3px 10px 2px 10px;
    margin: 0px 3px 0px 0px;
    text-transform: lowercase;
    width: 95%;
}

.etiqueta_eventos_modal {
    color: #fff;
    background-color: #474747;
    font-size: 12px;
    padding: 3px 10px 2px 10px;
    margin: 0px 3px 0px 0px;
    text-transform: lowercase;
    width: auto;
}

.ver_mas_btn {
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
    transform: scale(1.1);
    background-color: #186ead;
    color: white;
    font-size: 13px;
    padding: 3px 35px 3px 35px;
    /* margin-bottom: 10px; */
    margin-right: 5px;
    border-radius: 5px;
    /* border-bottom-left-radius: 15px 15px; */
    float: right;
    border: 0px;
}

.ver_mas_btn2 {
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
    transform: scale(1.1);
    background-color: #a8296b;
    color: white;
    font-size: 13px;
    padding: 3px 35px 3px 35px;
    /* margin-bottom: 10px; */
    margin-right: 5px;
    border-radius: 5px;
    /* border-bottom-left-radius: 15px 15px; */
    float: right;
    border: 0px;
}

.ver_mas_btn:hover {
    background-color: #7f5699;
    color: white;
}

.ver_mas_btn2:hover {
    background-color: #7f5699;
    color: white;
}

.etiqueta_personas {
    color: white;
    background-color: #b7b7b7;
    font-size: 8px;
    padding: 3px 10px 2px 10px;
    margin: 5px 4px 0px 15px;
    text-transform: uppercase;
}

.etiqueta_tipo {
    color: #fff;
    background-color: #474747;
    font-size: 10px;
    /* margin: 20px 0px 0px 0px; */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    padding: 7px;
}

/********************PIE DE PAGINA***************/

.footer {
    padding: 50px 0 80px !important;
    color: rgb(228, 228, 228);
    background-color: #1f1f1f;
}

#contenedor_footer a {
    color: white;
    font-size: 13px;
    /* margin-bottom: 0px; */
    padding: 0px 19px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contenedor_footer li {
    list-style: none;
    margin-bottom: -4px;
}

#img_sello_ufro {
    width: 263px;
}

#la_universidad {
    font-size: 15px;
}

#accesos_rapidos {
    font-size: 15px;
}

#margenes_footer {
    /* margin: 0px -50px 0px 237px;*/
}

#div_bar_color_footer {
    transform: rotate(180deg);
    width: 100%;
    margin: -4px 0px -15px 0px;
    padding: 0px 0px 0px 0px;
}


/*-------------------------------FINAL PIE DE PAGINA--------------------------------*/


/*responsive*/


/* Para 1080px */

@media only screen and (max-width: 1199px) and (min-width: 981px) {
    #margenes_footer {
        /* margin: 0px -90px 0px 111px; */
    }
    #testimonials {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        z-index: 1;
        position: relative;
        margin: 0px;
    }
    #testimonials::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        background-image: url(../img/oferta_fc.jpg);
        opacity: 57%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    #btn_oferta {
        background-color: #2875d4;
        color: white;
        padding: 10px 30px 10px 30px;
        font-size: 14px;
        z-index: 2;
        border-radius: 1px;
        border-color: #1b91cb;
        font-weight: 500;
    }
    #div_btn_oferta {
        padding: 105px 10px 10px 10px;
    }
    #contenido_desplegable {
        background-color: #e4e4e4;
        margin: 0px 30px 50px 30px;
        width: auto;
        /* height: 250px; */
        display: none;
    }
    #barra_color_vitrina {
        margin: 40px 30px 0px 30px;
        transition: all 1s;
        display: none;
    }
    /********************PIE DE PAGINA***************/
    .footer {
        padding: 90px 0 80px !important;
        color: rgb(228, 228, 228);
        background-color: #1f1f1f;
    }
    #contenedor_footer a {
        color: white;
    }
    #contenedor_footer li {
        list-style: none;
    }
    #img_sello_ufro {
        width: 213px;
    }
    #la_universidad {}
    #accesos_rapidos {}
    /*-------------------------------FINAL PIE DE PAGINA--------------------------------*/
}


/* Para 960px */

@media only screen and (max-width: 980px) and (min-width: 821px) {
    #margenes_footer {
        /* margin: 0px -125px 0px 99px; */
    }
    #testimonials {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        z-index: 1;
        position: relative;
        margin: 0px;
    }
    #testimonials::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        background-image: url(../img/oferta_fc.jpg);
        opacity: 57%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    #btn_oferta {
        background-color: #2875d4;
        color: white;
        padding: 10px 30px 10px 30px;
        font-size: 13px;
        z-index: 2;
        border-radius: 1px;
        border-color: #1b91cb;
        font-weight: 500;
    }
    #div_btn_oferta {
        padding: 105px 10px 10px 10px;
    }
    #contenido_desplegable {
        background-color: #e4e4e4;
        margin: 0px 30px 50px 30px;
        width: auto;
        /* height: 250px; */
        display: none;
    }
    #barra_color_vitrina {
        margin: 0px 30px 0px 30px;
        transition: all 1s;
        display: none;
    }
    /********************PIE DE PAGINA***************/
    .footer {
        padding: 90px 0 80px !important;
        color: rgb(228, 228, 228);
        background-color: #1f1f1f;
    }
    #contenedor_footer a {
        color: white;
        font-size: 8px;
    }
    #contenedor_footer li {
        list-style: none;
    }
    #img_sello_ufro {
        width: 162px;
    }
    #la_universidad {
        font-size: 13px;
    }
    #accesos_rapidos {
        font-size: 13px;
    }
    /*-------------------------------FINAL PIE DE PAGINA--------------------------------*/
}


/* Para 800px */

@media only screen and (max-width: 820px) and (min-width: 621px) {
    #margenes_footer {
        /* margin: 0px -149px 0px 58px; */
    }
    #testimonials {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        z-index: 1;
        position: relative;
        margin: 0px;
    }
    #testimonials::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        background-image: url(../img/oferta_fc.jpg);
        opacity: 57%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    #btn_oferta {
        background-color: #2875d4;
        color: white;
        padding: 10px 30px 10px 30px;
        font-size: 13px;
        z-index: 2;
        border-radius: 1px;
        border-color: #1b91cb;
        font-weight: 500;
    }
    #div_btn_oferta {
        padding: 105px 10px 10px 10px;
    }
    #contenido_desplegable {
        background-color: #e4e4e4;
        margin: 0px 30px 50px 30px;
        width: auto;
        /* height: 250px; */
        display: none;
    }
    #barra_color_vitrina {
        margin: 0px 30px 0px 30px;
        transition: all 1s;
        display: none;
    }
    /********************PIE DE PAGINA***************/
    .footer {
        padding: 90px 0 80px !important;
        color: rgb(228, 228, 228);
        background-color: #1f1f1f;
    }
    #contenedor_footer a {
        color: white;
        font-size: 9px;
    }
    #contenedor_footer li {
        list-style: none;
    }
    #img_sello_ufro {
        width: 115px;
    }
    #la_universidad {
        font-size: 11px;
        /* font-size: 18px; */
    }
    #accesos_rapidos {
        font-size: 11px;
        /* font-size: 18px; */
    }
    /*-------------------------------FINAL PIE DE PAGINA--------------------------------*/
}


/* Para 600px */

@media only screen and (max-width: 620px) and (min-width: 501px) {
    #margenes_footer {
        /* margin: 0px -220px 0px 0px; */
    }
    #testimonials {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        z-index: 1;
        position: relative;
        margin: 0px;
    }
    #testimonials::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        background-image: url(../img/oferta_fc.jpg);
        opacity: 57%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    #btn_oferta {
        background-color: #2875d4;
        color: white;
        padding: 10px 30px 10px 30px;
        font-size: 10px;
        z-index: 2;
        border-radius: 1px;
        border-color: #1b91cb;
        font-weight: 500;
    }
    #div_btn_oferta {
        padding: 105px 10px 10px 10px;
    }
    #contenido_desplegable {
        background-color: #e4e4e4;
        margin: 0px 30px 50px 30px;
        width: auto;
        /* height: 250px; */
        display: none;
    }
    #barra_color_vitrina {
        margin: 0px 30px 0px 30px;
        transition: all 1s;
        display: none;
    }
    /********************PIE DE PAGINA***************/
    .footer {
        padding: 90px 0 80px !important;
        color: rgb(228, 228, 228);
        background-color: #1f1f1f;
    }
    #contenedor_footer a {
        color: white;
        font-size: 9px;
    }
    #contenedor_footer li {
        list-style: none;
    }
    #img_sello_ufro {
        width: 224px;
    }
    #la_universidad {
        font-size: 22px;
    }
    #accesos_rapidos {
        font-size: 18px;
    }
    #clearfix {
        margin-left: 0px;
    }
    /*-------------------------------FINAL PIE DE PAGINA--------------------------------*/
}


/* Para 480px */

@media only screen and (max-width: 500px) and (min-width: 341px) {
    #margenes_footer {
        margin: 0px 0px 0px 0px;
    }
    #testimonials {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        z-index: 1;
        position: relative;
        margin: 0px;
    }
    #testimonials::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        background-image: url(../img/oferta_fc.jpg);
        opacity: 57%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    #btn_oferta {
        background-color: #2875d4;
        color: white;
        padding: 10px 30px 10px 30px;
        font-size: 9px;
        z-index: 2;
        border-radius: 1px;
        border-color: #1b91cb;
        font-weight: 500;
    }
    #div_btn_oferta {
        padding: 105px 10px 10px 10px;
    }
    #contenido_desplegable {
        background-color: #e4e4e4;
        margin: 0px 30px 50px 30px;
        width: auto;
        /* height: 250px; */
        display: none;
    }
    #barra_color_vitrina {
        margin: 0px 30px 0px 30px;
        transition: all 1s;
        display: none;
    }
    /********************PIE DE PAGINA***************/
    .footer {
        padding: 90px 0 80px !important;
        color: rgb(228, 228, 228);
        background-color: #1f1f1f;
    }
    #contenedor_footer a {
        color: white;
    }
    #contenedor_footer li {
        list-style: none;
    }
    #img_sello_ufro {}
    #la_universidad {}
    #accesos_rapidos {}
    /*-------------------------------FINAL PIE DE PAGINA--------------------------------*/
}


/* Para 320px */

@media only screen and (max-width: 340px) and (min-width: 5px) {
    #margenes_footer {
        margin: 0px 0px 0px 0px;
    }
    #testimonials {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        z-index: 1;
        position: relative;
        margin: 0px;
    }
    #testimonials::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        background-image: url(../img/oferta_fc.jpg);
        opacity: 57%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    #btn_oferta {
        background-color: #2875d4;
        color: white;
        padding: 10px 30px 10px 30px;
        font-size: 7px;
        z-index: 2;
        border-radius: 1px;
        border-color: #1b91cb;
        font-weight: 500;
    }
    #div_btn_oferta {
        padding: 105px 10px 10px 10px;
    }
    #contenido_desplegable {
        background-color: #e4e4e4;
        margin: 0px 30px 50px 30px;
        width: auto;
        /* height: 250px; */
        display: none;
    }
    #barra_color_vitrina {
        margin: 0px 30px 0px 30px;
        transition: all 1s;
        display: none;
    }
    /********************PIE DE PAGINA***************/
    .footer {
        padding: 90px 0 80px !important;
        color: rgb(228, 228, 228);
        background-color: #1f1f1f;
    }
    #contenedor_footer a {
        color: white;
    }
    #contenedor_footer li {
        list-style: none;
    }
    #img_sello_ufro {}
    #la_universidad {}
    #accesos_rapidos {}
    /*-------------------------------FINAL PIE DE PAGINA--------------------------------*/
}


/************************************************************************/


/*css slider aleatorio banners*/

.banners {
    width: 100%;
    height: auto;
}

@supports (object-fit: cover) {
    .banners {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

#carousel_banners {
    position: relative;
    width: 100%;
    height: 500px;
}

#carousel_banners:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 69%);
    opacity: 57%;
    background-size: 100% auto;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: inherit;
}


/*responsive*/

/* Para 1200px */

/* @media only screen and (max-width: 1199px) and (min-width: 981px) {
    #carousel_banners {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .cont_text_iniciar_sesion.row {
        position: absolute;
        top: 11rem;
    }

    .texto_titulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 15px;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 13px;
    }
    #sso_submit_ufro{

        background-color: var(--color3);

        color: white;

        background: #bb076c;

        color: white;

        border-radius: 1px;

        padding-left: 50px;

        padding-right: 50px;

        font-size: 17px;

        font-weight: bold;

        position: absolute;

        top: 20rem;

        left: 40%;
    }
} */


/* Para 960px */

/* @media only screen and (max-width: 980px) and (min-width: 821px) {
    #carousel_banners {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .cont_text_iniciar_sesion.row {
        position: absolute;
        top: 3rem;
    }

    .texto_titulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 15px;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 13px;
    }
    #sso_submit_ufro{

        top: 19rem;

        background-color: var(--color3);

        color: white;

        background: #bb076c;

        color: white;

        border-radius: 1px;

        padding-left: 50px;

        padding-right: 50px;

        font-size: 17px;

        font-weight: bold;

        top: 14rem;

        left: 35%;

    }
} */


/* Para 800px */

/* @media only screen and (max-width: 820px) and (min-width: 621px) {
    #carousel_banners {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .cont_text_iniciar_sesion.row {
        position: absolute;
        top: 2rem;
    }

    .texto_titulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 15px;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 13px;
    }
    #sso_submit_ufro{

        background-color: var(--color3);

        color: white;

        background: #bb076c;

        color: white;

        border-radius: 1px;

        padding-left: 50px;

        padding-right: 50px;

        font-size: 17px;

        font-weight: bold;

        position: absolute;

        top: 13rem;

        left: 31%;

    }
} */


/* Para 600px */

/* @media only screen and (max-width: 620px) and (min-width: 501px) {
    #carousel_banners {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .cont_text_iniciar_sesion.row {
        position: absolute;
        top: 3rem;
    }

    .texto_titulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 15px;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 13px;
    }
    #sso_submit_ufro{

        background-color: var(--color3);

        color: white;

        background: #bb076c;

        color: white;

        border-radius: 1px;

        padding-left: 50px;

        padding-right: 50px;

        font-size: 17px;

        font-weight: bold;

        position: absolute;

        top: 14rem;

        left: 28%;

    }
} */


/* Para 480px */

/* @media only screen and (max-width: 500px) and (min-width: 341px) {
    #carousel_banners {
        position: relative;
        width: 100%;
        height: 250px;
    }
    .cont_text_iniciar_sesion.row {
        position: absolute;
        top: 2rem;
    }

    .texto_titulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 15px;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 13px;
    }
    #sso_submit_ufro{

        background-color: var(--color3);

        color: white;

        background: #bb076c;

        color: white;

        border-radius: 1px;

        padding-left: 50px;

        padding-right: 50px;

        font-size: 17px;

        font-weight: bold;

        position: absolute;

        top: 15rem;

        left: 20%;

    }
} */


/* Para 320px */

/* @media only screen and (max-width: 340px) and (min-width: 5px) {
    #carousel_banners {
        position: relative;
        width: 100%;
        height: 250px;
    }
    .cont_text_iniciar_sesion.row {
        position: absolute;
        top: 1rem;
    }

    .texto_titulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 12px;
    }
    .texto_subtitulo_iniciar_session.col-12.text-center {
        color: white;
        font-size: 12px;
    }
    #sso_submit_ufro{

        background-color: var(--color3);

        color: white;

        background: #bb076c;

        color: white;

        border-radius: 1px;

        padding-left: 50px;

        padding-right: 50px;

        font-size: 12px;

        font-weight: bold;

        position: absolute;

        top: 14rem;

        left: 14%;

    }
} */




/************************************************************************/

#btn_postular{
    background-color: #2875d4;
    color: white;
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    z-index: 2;
    border-radius: 1px;
    border-color: #2875d4;
    font-weight: 500;
}

#div_btn_postular {
    padding: 105px 10px 10px 10px;
}

#bloque-postulacion {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
    z-index: 1;
    position: relative;
    margin: 0px 50px 0px 50px;
}

#bloque-postulacion::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-image: url(../img/bloque_postulacion.png);
    opacity: 57%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#bloque-alejo{

}


#bloque-noticias {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25rem;
    z-index: 1;
    position: relative;
    margin: 0px 50px 0px 50px;
}

#bloque-noticias::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-color: #c1c1c1;
    /* background-image: url(../img/bloque_postulacion.png); */
    opacity: 57%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#div {
    /* background-color: #232323;
    margin: 50px 50px 30px 50px;
    width: auto;
    height: 407px;
    clip-path: polygon(0 46%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    z-index: 2; */

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 24px;

    position: absolute;
    width: 24%;
    height: auto;
    /* left: 57%;
    top: 45%; */
    margin: -35% 0% 0% 55%;

    background: linear-gradient(140.09deg, rgba(255, 255, 255, 0.378) 22.77%, rgba(0, 0, 0, 0) 105.33%);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    z-index: 0;
}

.inicio_logo_sivi{
    position: absolute;
    width: 23%;
    height: auto;
    /* left: 56%;
    top: 25%; */
    margin: -48% 0% 0% 55%;
    z-index: 0;
}


.contenedor-cuadros-info{
    margin-top: 50px;
    margin-bottom: 22px;
    text-align: -webkit-center;
    padding: 0px 30px 0px 30px;
}

.fila-cuadro-info{
    /* width: 58%; */
    justify-content: center;
}

.cuadro-info{
    text-align: center;
    color: white;
    padding: 10px;
}

#img-resultados{
    width: 100%;
    height: 24rem;
    pointer-events: all;
    cursor: pointer;
}

#img-resultados-zoom{
    width: 100%;
}

.bloque-c-noticias{
    max-height: 400px;
}

.col-slider{
    padding: 0px;
}

.img-slider{
    width: 96% !important;
    height: 24em;
    object-fit: cover;
    object-position: left;
}

.img-slider-cartelera{
    width: 98% !important;
    height: 24em;
    object-fit: cover;
    object-position: center;
}

.flecha-anterior{
    z-index: 15 !important;
    margin-left: -25px;
    background-color: black;
    height: 85px;
    width: 20px;
    top: 150px;
}

.flecha-siguiente{
    z-index: 15 !important;
    margin-right: -25px;
    background-color: black;
    height: 85px;
    width: 20px;
    top: 150px;
}

.bloque-c-noticias>img{
    /* object-position: bottom;
    object-fit: cover; */
}

.n-cantidad-socio-ext{
    /* font-size: 40px; */
    font-weight: 600;
}

.n-titulo-socio-ext{
    font-size: 12px;
    font-weight: 400;
}

.columna-info{
    padding: 0px;
}

.cuadro-2{
    height: 50%;
    padding-top: 25%;
    padding-bottom: 25%;
}

.fila-info{
    height: 100%;
}

@media only screen and (max-width: 767px){
    .cuadro-2{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.titulo-modal-ods{
    display: block !important;
    text-align: justify;
    color: white;
}

.tm-ods{
    font-size: 20px;
    font-weight: bold;
}

.modal-content-ods{
    background-color: rgb(1 1 1 / 90%);
}

#videoContainer {
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
}

video {
    width: 100%; /* Asegurar que el video ocupe todo el ancho del contenedor */
    height: auto; /* Ajustar la altura autom�ticamente para mantener la proporci�n */
    display: block; /* Eliminar espacios debajo del video */
}

.btn-vermas{
    background-color: #a8296b;
    color: #fdfafb;
    border-radius: 1px;
    padding: 10px 25px 10px 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
    position: absolute;
    top: -53px;
    right: 1px;
}

.btn-vermas:hover{
    cursor: pointer;
    color: #fdfafb;
    text-decoration: none;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color de superposici�n semitransparente */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ver-mas-button {
    background-color: #a8296b;
    color: #fdfafb;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 25px;
}

.image-container:hover .overlay {
    opacity: 1;
}

.evento-estado{
    background: #1e73be;
    color: #ffffff;
    position: absolute;
    z-index: 10;
    top: 15px;
    padding: 7px 15px;
}

.margin-0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.camp_blocked {
    filter: grayscale(1) !important;
    pointer-events: none !important;
}

/* full calendar */


.fc-event {
    cursor: pointer;
}

.floating-button {
    position: fixed;
    top: calc(55% - 25px);
    right: 20px;
    background-color: #124d87;
    color: #fff;
    border: none;
    border-radius: 63%;
    width: 60px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.floating-button-correo {
    position: fixed;
    bottom: 15px;
    left: 163px;
    background-color: #578C7F;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
}


.floating-button i {
    line-height: inherit;
}

.modal-dialog-right, .modal-dialog-left {
    animation: slideInRight 0.7s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.modal-dialog-left {
    animation: slideInLeft 0.7s ease-out;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

#fc-dom-1::first-letter {
    text-transform: uppercase;
}

.fc th a {
    color: #000000 !important;

}

.fc th a:hover {
    color: #000000 !important;
}

.fc-daygrid-day-number {
    color: #000000;

}

.fc-daygrid-day-number:hover {
    color: #000000;

}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0px;
    overflow: hidden;
    color: black;
}

.fc-daygrid-dot-event .fc-event-time {

    color: black;
}

/* aqui cambio el color de fondo DEL DÝA ACTUAL
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255,220,40,.15);
    background-color: var(--fc-today-bg-color,rgba(255,220,40,.15));
}*/

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5); /* Puedes ajustar la opacidad o el color según tus preferencias */
}

/* IFRAME */
.contenedorIframeEventos{
    width: 100%;
    height: 265px;
    overflow: hidden;
}

#sliderEventosIframe {
    width: 100%;
    height: 100%;
    border: none; /* Elimina el borde del iframe */
    overflow-y: hidden; /* Habilita el scroll solo dentro del iframe */
}

@media only screen and (max-width: 1000px) {
    .contenedorIframeEventos {
        height: 550px;
    }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
    .contenedorIframeEventos {
        height: 460px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
    .contenedorIframeEventos {
        height: 531px;
    }
}
/* @media only screen and (max-width: 575px) and (min-width: 575px) {
    .contenedorIframeEventos {
        height: 540px;
    }
} */
/* FIN IFRAME */










.sivi-img-container {
    aspect-ratio: 16 / 9; /* ¡CSS moderno! */
    width: 100%;
    margin: 0 auto;      /* Centrado */
}

.sivi-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #222;
}

.sivi-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.45); /* Ajusta opacidad/color aquí */
    z-index: 1;
}

.sivi-btn-link {
    background-color: #0098dc !important;
    color: white !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    border-radius: 1rem !important;
    padding: 0.7em 2.5em !important;
    font-size: 2rem !important;
    z-index: 2;
    transition:
            transform 0.50s,
            box-shadow 0.50s,
            background 0.50s !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
    opacity: 0.93;
}

.sivi-btn-link:hover {
    transform: translate(-50%, -50%) scale(1.07);
    box-shadow: 0 8px 32px rgba(0,0,0,0.32);
    background: linear-gradient(90deg, #0098dc 0%, #2ea29b 100%);
    color: #fff;
}


