@media screen and (max-width: 1200px){
    .container_about{
        width: 97%;
    }

    .news .grid__news img {
        height: 200px !important;
    }

    .title_news,
    .title_genergia_friends{
        width: 25%;
    }

    .grid__news h4{
        font-size: 15px;
    }

    .preview-news .group-news h4{
        margin-top: 4%;
    }

}
@media screen and (max-width: 1080px){
    .grid__about {
        grid-template-columns: 38% 60%;
    }

    .about_title {
        font-size: 15px;
    }

    .preview-news .about_title,
    .preview-news .group-news h4{
        font-size: 18px;
    }

    .grid__news h4{
        font-size: 15px;
    }

}
@media screen and (max-width: 991px){
    .menu_grid {
        grid-template-columns: repeat(7, 1fr);
        padding: 0 13%;
        width: 100%;
    }
    .grid__chapters {
        grid-template-columns: 100%;
    }
    .grid__news{
        grid-template-columns: repeat(2, calc(99% / 2));
    }
    .news_single:last-child{
        grid-column: span 2;
    }

    .news .grid__news .news3 img {
        height: 230px !important;
        width: 60%;
        left: 50%;
        transform: translateX(30%);
    }

    .title_news,
    .title_genergia_friends{
        width: 30%;
    }

    .grid__news h4{
        font-size: 16px;
    }

    .grid__news .news3 .btn {
        margin-bottom: 10px;
    }

    .sm-oculto {
        display: none;
    }
    
}
@media screen and (max-width: 820px){
    .grid__about {
        grid-template-columns: 100%;
    }
    .container_about {
        width: 87%;
    }

    .title_news,
    .title_genergia_friends{
        width: 30%;
    }

    .preview-news .grid__about {
        grid-template-columns: 100%;
        grid-gap: 0;
    }

    .preview-news .group-news h4{
        margin-top: 2%;
    }

}
@media screen and (max-width: 767px){
    .genergia__main_grid {
        grid-template-columns: 100%;
        padding: 14px 7%;
    }

    .news .grid__news .news_single img {
        height: 200px !important;
    }

    .news .grid__news .news3 img {
        height: 280px !important;
    }
    
    .news .grid__news .modal-content img {
        height: 550px !important;
    }

    .title_news,
    .title_genergia_friends{
        width: 35%;
    }

    .genergia__section_title {
        font-size: 18px;
    }

    .genercia__section_enlace {
        font-size: 12px;
    }

    .btn-subscripcion {
        margin-top: 25px;
    }

    .xs-w100px {
        width: 100px;
    }

    .xs-size12{
       font-size: 12px;
    }

    .xs-size28{
        font-size: 28px;
    }

    .img_header_slider {
        height: 95%;
    } 

    .xs-w120px {
        width: 100px;
    }

    .xs-w80pxi {
        width: 80px !important;
    }

    .xs-oculto {
        display: none;
    }

    .xs-mt-15px {
        margin-top: 15px;
    }
}
@media screen and (max-width: 680px){
    .genergia__main,
    .grid_ciudad {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 630px){
    .login__students{
        width: 90%;
        margin: auto;
    }
    .form_login,
    .form_register {
        width: 100%;
        padding: 15px;
    }

    .title_news,
    .title_genergia_friends{
        width: 40%;
    }
    
    .img_news_single {
        height: 50%;
    } 

}

@media screen and (max-width: 620px){
    .grid_friends,
    .chapters__grid {
        grid-template-columns: 100%;
    }
    .grid__news {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .news_single:last-child{
        grid-column: auto;
    }

    .news .grid__news img,
    .news .grid__news .news3 img {
        height: 200px !important;
    }
    
    .img_news_single {
        height: 50%;
    } 


}
@media screen and (max-width: 580px){
    .about_rigth {
        grid-template-columns: 100%;
    }

    .title_news,
    .title_genergia_friends{
        width: 45%;
    }

}
@media screen and (max-width: 520px){
    .section_input_double {
        grid-template-columns: 100%;
    }
    .section_input_middle:first-child{
        margin-bottom: 15px;
    }
    .main__login {
        height: auto;
        padding: 21px 0;
    }
    .footer__content>p {
        text-align: center;
    }
    .grid_friends,
    .chapters__grid {
        grid-template-columns: repeat(2, 48%);
        grid-gap: 4%;
        grid-row-gap: 17px;
        padding: 4%;
    }
    .item_friends {
        grid-template-columns: 100%;
    }
    .friends_date {
        align-items: center;
        text-align: center;
    }
    .friends_photo {
        width: 100%;
    }
    .list_tabs{
        display: block;
    }

    .news .grid__news img,
    .news .grid__news .news3 img {
        height: 200px !important;
    }

    .title_news,
    .title_genergia_friends{
        width: 100%;
    }
}