html {
    overflow-x: hidden;
}
.mobile-header {
    display: none;
}
.mobile-header-top {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    background-color: #f0f0f0;
    height: 50px;
    line-height: 50px;
}
.mobile-header-top__left {
    flex-shrink: 0;
    width: 50px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.mobile-header-top__center {
    padding: 0 10px;
}
.mobile-header-top__right {
    flex-shrink: 0;
    width: 50px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.mobile-header-title {
    background-color: #e91e63;
    color:#fff;
    text-align: center;
    font-size: .75em;
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    line-height: 1.7em;
}

.top-bar ul {
    height: 45px;
    overflow: hidden;
}
.go-form,
.go-form:visited {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    background: #de065b;
    color:#fff;
    font-size: 20px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 15px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.go-form:hover,
.go-form:active {
    color:#fff;
    background: #e90a63;
}
.diaform-sidebar {
    border:1px solid #e90a63;
    margin: 30px 0 0;
}
.diaform-sidebar__title {
    border-bottom:1px solid #e90a63;
    color:#e90a63;
    text-align: center;
    line-height: 1.2em;
    padding: 10px 0;
    font-family: 'Raleway',sans-serif!important;
    font-size: 20px;
}
.diaform-sidebar a {
    text-decoration: none;
}
.diaform-sidebar a img {
    display: block;
}
.huyak-500 {
    display: none;
}

.prokl-content > img {
    display: block;
    margin: 0 auto 20px;
} 
.prokl-content > ul {
    list-style: outside disc;
    padding: 0 0 0 30px;
}
.prokl-content > p a {
    color:#e90a63;
    text-decoration: underline;
}
.prokl-content > p a:hover {
    text-decoration: none;
}


.comments__item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 1em;
    font-size: 16px;
}
.comments__ava img {
    border-radius: 5px;
    width: 100%;
}
.comments__content {
}
.comments__content img {
    margin-top: 15px;
    border-radius: 2px;
    max-width: 300px;
    width: 100%;
    display: block;
}
.comments__title {
    line-height: 1em;
    margin-bottom: 10px;
    color:#494847;
}
.comment-date {
    color: #de065b;
    font-family: NoticiasSans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
.comment-arrow {
    font-size: 18px;
    color:#a9a9a9;
    padding: 0 5px;
}
.comments__text {
    line-height: 1.4em;
}
.comments__text a {
    color:#de065b;
    text-decoration: underline;
}
.comments__text a:hover,
.comments__text a:active {
    text-decoration: none;
}
.all__comments__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5em;
    padding: 30px 0;
}

@media screen and (max-width: 1050px) {
    .grid-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nahuy-1050 {
        display: none;
    }

}
@media screen and (max-width: 1024px) {
    .nahuy-1024 {
        display: none;
    }
}
@media screen and (max-width: 720px) {
    .nahuy-720 {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .top-bar-right,
    .breadcrumb-portlet {
        display: none;
    }
    .titulo-interna {
        font-size: 2rem !important;
    }
    .prokl-content p {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 500px) {
    .mobile-header {
        display: block;
    }
    .nahuy-500 {
        display: none;
    }
    .huyak-500 {
        display: block;
    }
    .header {
        box-shadow: none;
    }
}
@media screen and (max-width: 480px) {
    .nahuy {
        display: none !important;
    }
}

