.cont_slider
{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    margin: 0;
    height: 412px;
    width: 90%;
    max-width: 1024px;
    margin-bottom: 25px;
}

.cont_slider ul
{
    list-style-position: inside;
}

.slider_carga
{
    display: flex;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: identifier 3s infinite;
}

.slider_cont
{
    display: flex;
    height: 85%;
    border-radius: 50px;
}

.slider_seccion
{
    display: flex;
    height: 100%;
    /*border: 1px solid green;*/
    align-items: center;
    overflow: hidden;
}

@media (max-width: 900px)
{
    .cont_slider
    {
        height: 950px;
    }
}

/*===============================================================================================================================*/

.slider_flecha
{
    display: flex;
    justify-content: center;
    align-items: center;

    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(150, 205, 181);
    cursor: pointer;
    user-select: none;
}

.slider_flecha:hover
{
    background-color: rgb(236, 105, 83);
}

.slider_izquierda::before
{
    content: "";
    display: block;
    position: relative;
    left: -3px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 20px solid #fff;
}

.slider_derecha::before
{
    content: "";
    display: block;
    position: relative;
    left: 3px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #fff;
}

/*===============================================================================================================================*/

.slider_con_puntos
{
    display: flex;
    width: 100%;
    height: 15%;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.slider_punto
{
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(150, 205, 181);
    margin: 0 5px;
}

.slider_punto_sel
{
    background-color: rgb(39, 93, 75) !important;
}

@media (max-width: 900px)
{
    .slider_con_puntos
    {
        align-items: center;
    }
}
/*===============================================================================================================================*/

.slider_carrusel
{
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    transition: left 0.5s;
    /*border: 1px solid blue;*/
}

.slider_slide
{
    display: flex;
    position: relative;
    /*border:1px solid green;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex: 0 0 auto;
}

/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/* Tipo imagen y texto */

.slider_slide_texto_imagen > div
{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.slider_slide_texto_imagen > div > img
{
    margin-right: 50px;
    height: 100%;
}

.slider_slide_texto_imagen > div:nth-child(2)
{
    flex-direction: column;
}

.slider_slide_texto_imagen > div > div
{
    display: block;
    height: 100%;
    width: 100%;
    /*text-align: justify;*/
    overflow-y: auto;
    /*font-weight: bold;*/
    box-sizing: border-box;
    padding-right: 8px;
}

.slider_slide_texto_imagen > div > div:nth-child(2)
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    box-sizing: border-box;
    height: 50px;
}

@media (max-width: 900px)
{
    .slider_slide_texto_imagen
    {
        flex-direction: column;
    }

    .slider_slide_texto_imagen > div
    {
        height: 50%;
    }

    .slider_slide_texto_imagen > div > img
    {
        height: 90%;
        margin: 25px 0;
    }
}

/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/* Baner */

.slider_slide_baner
{
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 10px;
    background-size: auto 350px;
}

.slider_slide_baner > div:nth-child(1)
{
    display: inline-block;
    position: absolute;
    top: 0;
    padding: 7px;
    left: 10%;
    max-width: 80%;
    font-size: 20px;
    text-transform: uppercase;
}

.slider_slide_baner > div:nth-child(2)
{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 90px;
    width: auto;
    max-width: 300px;
    max-height: 210px;
    box-sizing: border-box;
    border-radius: 10px;
}

.slider_slide_baner > div:nth-child(2) > div:nth-child(1)
{
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.slider_slide_baner > div:nth-child(2) > div:nth-child(2)
{
    display: flex;
    min-height: 40px;
    align-items: flex-end;
}


@media (max-width: 900px)
{
    .slider_slide_baner
    {
        background-position: 25%;
        background-size: auto 807px;
    }

    .slider_slide_baner > div:nth-child(1)
    {
        margin: 0 auto;
        left: 0;
        right: 0;
        width: max-content;
    }

    .slider_slide_baner > div:nth-child(2)
    {
        font-size: 18px;
        width: 90%;
        max-width: 90%;
        bottom: 3%;
        left: 50%;
        top: auto;
        transform: translate(-50%, 0);
        max-height: 40%;
    }
}

/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/* Video */

.slider_slide_video
{
    justify-content: center;
    align-items: center;
}

.slider_slide_video > .video_g
{
    width: 100%;
    height: 100%;
}


/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
/*===============================================================================================================================*/
.slider_slide_historico
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
}

.slider_slide_historico > div:nth-child(1)
{
    display: block;
    margin-bottom: 20px;
}
