.carrosel_slider .unidad > div{

    display: flex;
    left: 0;
    position: relative;
    margin: auto;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    width:100%;
    justify-content: center;
}

.estilo_slider_plugin .unidad h2{
    font-family: var(--fuente_ocho)!important;
    font-size: 32px;
    color: #fff;
}
.estilo_slider_plugin .unidad p{
    font-family: var(--fuente_cuatro)!important;
    font-size: 20px;
    color: #fff!important;
}
.estilo_slider_plugin a > div{
    background-repeat: no-repeat;
    min-height: 65vh;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.estilo_slider_plugin .unidad .contenido{
    max-width: 50vw;
    text-align: start;
}

.estilo_slider_plugin .slick-dots {
    bottom: 20px!important;
}
.estilo_slider_plugin .slick-dots li button:before{
	font-size:60px!important;
	color:#fff!important;
}

@media(min-width:1025px){
    .slider_no_pc{
        display: none!important;
    }
    
}
@media(max-width:1024px){
    .estilo_slider_plugin .unidad h2{
        font-size: 24px;
    }
    .slider_no_movil{
        display: none!important;
    }
    .carrosel_slider .unidad > div{
    	
         height: 100vh;
   	
    }
    .estilo_slider_plugin a > div{
        padding-left: 0px!important;
        justify-content: center;
    }
   
}

@media(max-width:575px){
    .estilo_slider_plugin .unidad a{
        margin: 55px auto 0;
        width: 100%;
    }
    .estilo_slider_plugin .unidad .contenido{
        max-width: 100%;
        padding: 20px;
    }
    .estilo_slider_plugin .unidad .contenido{
        text-align: start;
    }
    .linea_plugin
    {
        display: none;
    }

}