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

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

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

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




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

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

color: black;
}


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

body.tmec .content-bottom {

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

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

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

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


body.tmec .pdf-icon {
    margin: 10px auto;
    width: 80px;
    display: block;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .5));
}



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

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

body.tmec .contenido_tmec span {
    display: block;
    width: 70px;
    height: 90px;
    font-size: 13px;
    margin: 9px auto 0;
    text-align: center;
}
body.tmec img.icon-tmec {
    margin: auto;
    max-width: 90px;
    -webkit-filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .5));
}



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

 }