.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none;
}

.parsley-required, .parsley-type {
    color: #ec002c;
    
}

body.guias .no-publish {
    filter: grayscale(1);
    opacity: 0.5;
}
body.guias .publish {
    filter: grayscale(1);
}

body.guias .publish.available {
    filter: none;
}




body.page.guias-amiti {
    background-image: linear-gradient(180deg,#c3016b,#c3016b 500px,#fff 0,#fff);
    background-size: 100% 100%;
}

body.guias .container-carrusel, body.guias .container-carrusel h1 {

color: black;
}


button[type="submit"] {
    width: 100%;
}

body.guias .content-bottom {

    position: absolute;
    bottom: 0px;
    min-height: 120px;
}

body.guias .guia-size {
    position: relative;
    padding-bottom: 120px;
    
}

body.guias .guia-size img {
    width: 100%;
}

body.guias .guia-size .descripcion-servicios h2 {
    min-height: 60px;
}


body.guias .pdf-icon {
    margin: 10px 0;
}



body.guias .derechos {
     margin: 0 15px;
}
body.guias .small{
    font-size: 0.75rem;
    color: dimgrey;
}

body.guias .patrocinadores{
    margin-top: 40px;
    text-align: center;
}
body.guias .patrocinadores h2{
    width: 100%;
}



@media (min-width: 992px) { 
body.guias .derechos {
     margin: 0;
}
    body.guias .container-carrusel, body.guias .container-carrusel h1{
        color: white;
    }

 }