.main-paginainterna{
    height: auto; /*1000*/
    /*background: #157999;*/
    margin-top: 67px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 75% 25%; /*1fr 336px*/
}

.main-pi-grid-1{
    grid-column: 1/2;
    background-color: white;
}

.main-pi-grid-2{
    grid-column: 2/3;
    background-color: rgb(255, 255, 255);
}

.main-all-pi{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bigtitle-box1-pi{
    width: 941px;
    height: 519px;
    border-left: 6px solid lightgray;
    border-right: 6px solid lightgray;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smalltext-box1-pi{
    width: 302px;
    height: 16px;
    background-color: #fff;
}

.smalltext-box1-pi p{
    font-weight: bold;
    font-size: 11.5px;
    text-align: center;
}

.bigtext-box1-pi{
    width: 886px;
    height: 300px;
    margin-top: 38px;
    border-top: 3px solid lightgray;
}

.bigtext-box1-pi h1{
    font-size: 78px;
    line-height: 73px;
    text-align: center;

    padding-top: 15px;
}

.bigtext-subtitle-box1-pi{
    width: 885px;
    height: 100px;
    border: 3px solid lightgray;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.bigtext-subtitle-box1-pi h1{
    font-size: 29px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.social-media-list-pi{
    width: 100%;
    height: 62px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-content-pi{
    width: 285px;
    height: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.social-media-content-pi a{
    font-size: 30px;
}

.audio-box{
    width: 765px;
    height: 58px;
    margin-top: 15px;
    background-color: #f7f6f5;
    border-left: 5px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-box audio{
    width: 90%;
    height: 90%;
}

.big-news-third-pi{
    height: 1320px; /*1210px*/
    width: 941px;
    margin-top: 37px;
    display: grid;
    grid-template-columns: 572px 1fr;
    /*grid-template-rows: 1fr 1fr;*/ /*huheuehuehue*/
}

.img-bignews-third-pi{
    width: 572px;
    height: 382px;
}

.img-bignews-third-pi img{
    width: 100%;
    height: 100%;
}

.txt-newsthird-pi{
    height: 420px;
}

.txt-newsthird-pi p{
    padding-left: 27px;
    font-size: 14.5px;
    font-weight: bold;
}

.bigtxt-newsthird-pi{
    height: 900px; /*796*/
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 0;
}

.bigtxt-newsthird-pi p{
    font-weight: bold;
}

.read-too-pi{
    width: 100%;
    height: 168px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.read-too-content{
    width: 579px;
    height: 157px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.readtoo-main{
    width: 198px;
    height: 25px;
    background-color: gray;
    color: white;
    font-size: 25px;
    text-align: center;
}

.content-in-readtoo{
    height: 133px;
    width: 100%;
    background-color: lightgray;
    border-left: 12px solid rgb(202, 20, 20);
    padding-left: 5px;
    padding-right: 30px;
}

.txt-readtoo{
    width: 355px;
    height: 157px;
    padding-left: 10px;
}

.banner-pi{
    width: 100%;
    height: 110px;
    margin-top: 0px; /*50px*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-in-pi{
    width: 729px;
    height: 90px;
}

.banner-in-pi img{
    width: 100%;
    height: 100%;
}

.slideshow-pi-parent{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slideshow-pi{
    width: 950px;
    height: 83px;
    background-color: #157999;
}

.slideshow-pi-parent span{
    width: 950px;
    color: rgb(255, 13, 13);
    font-weight: bold;
}

.form-pi{
    width: 950px;
    height: 601px;
    background-color: lightgray;
}

.plugin-comments{
    margin-top: 20px;
    height: 250px !important;
}

.btn-readmore-pi{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-readmore-pi button{
    width: 209px; /*317*/
    height: 33px; /*35*/
    border: 2px solid black;
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 0;
    z-index: 90000;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: 0.3s;
    color: #fff;
}

.btn-readmore-pi button:hover{
    transform: scale(1.1);
}

.grid-box-pi{
    width: 921px;
    height: 479px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.most-read-pi{
    width: 187px;
    height: 23px;
    background-color: rgb(250, 83, 83);
    transform: skew(-15deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 500;
}

.most-read-pi p{
   text-align: center;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 12px;
   color: #fff;
   font-weight: bold;
   position: relative;
   z-index: 500;
}

.most-read-pi-line-1{
    width: 360px;
    height: 1px;
    background: black;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 187px;
    z-index: -1;
}

.most-read-pi-line-2{
    width: 360px;
    height: 1px;
    background: black;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 187px;
    z-index: -1;
}

.grid-box-content-pi{
    width: 100%;
    height: 437px;
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sec1-gridbox-pi{
    grid-column-start: 1;
    grid-column-end: 2;
}

.sec2-gridbox-pi{
    grid-column-start: 2;
    grid-column-end: 3;
}

.sec3-gridbox-pi{
    grid-column-start: 3;
    grid-column-end: 4;
}

.sec4-gridbox-pi{
    grid-column-start: 4;
    grid-column-end: 5;
}

.parent-gridbox-pi{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px 0;
}

.box-content-grid-pi{
    width: 222px; 
    height: 206px; /*206*/
}

.img-boxgrid-pi{
    width: 100%;
    height: 135px;
}

.img-boxgrid-pi img{
    width: 100%;
    height: 100%;
}

.txt-boxgrid-pi{
    width: 100%;
    height: 64px; /*64px*/
    margin-top: 5px;
}

.txt-boxgrid-pi p{
    z-index: 1000;
    color: gray;
    font-size: 9px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 4px;
}

.txt-boxgrid-pi h5{
    z-index: 1000;
    color: black;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 4px;
}

@media (max-width: 999px){
    .main-paginainterna{
        display: flex;
        flex-direction: column;
    }

    .bigtitle-box1-pi{
        width: 95%;
    }

    .bigtext-box1-pi{
        height: auto;
        width: 98%;
    }

    .bigtext-box1-pi h1{
        font-size: 48px;
    }

    .bigtext-subtitle-box1-pi{
        width: 98%;
    }

    .bigtext-subtitle-box1-pi h1{
        font-size: 21px;
    }

    .audio-box{
        width: 90%;
    }

    .big-news-third-pi{
        width: 95%;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .img-bignews-third-pi{
        width: 100%;
    }

    .txt-newsthird-pi{
        margin-top: 50px;
    }

    .read-too-pi{
        height: auto;
        flex-direction: column;
    }

    .read-too-content{
        width: 100%;
    }

    .txt-readtoo{
        width: 100%;
        margin-top: 20px;
    }

    .bigtxt-newsthird-pi{
        height: auto;
    }

    .read-too-content{
        height: auto;
        margin-top: 20px;
    }

    .content-in-readtoo{
        height: auto;
    }

    .txt-newsthird-pi{
        height: auto;
        padding-bottom: 10px;
    }

    .txt-newsthird-pi p{
        padding-left: 0;
    }

    .txt-readtoo{
        padding-left: 0;
    }

    .banner-in-pi{
        width: 95%;
    }

    .slideshow-pi{
        width: 95%;
    }

    .slideshow-pi-parent span{
        width: 95%;
    }

    .form-pi{
        width: 95%;
    }

    /*comments resp*/

    .plugin-comments{
        overflow-y: hidden;
    }

    .fb-comments{
        max-width: 100% !important;
    }

    .fb-comments span{
        max-width: 100% !important;
    }

    .fb-comments iframe{
        max-width: 100% !important;
    }

    .fb-comments div{
        max-width: 100% !important;
    }

    .fb_iframe_widget_fluid_desktop iframe{
        min-width: 300px !important;
    }


    /*comments resp*/

    .grid-box-pi{
        width: 95%;
        height: auto;
    }

    .grid-box-content-pi{
        display: flex;
        flex-direction: column;
        height: auto;
        margin-top: 60px;
    }

    .box-content-grid-pi{
        height: auto;
        width: 100%;
    }

    .img-boxgrid-pi{
       height: 220px;
    }

    .txt-boxgrid-pi h5{
        font-size: 30px;
    }

    .txt-boxgrid-pi{
        height: auto;
    }

    .sec2-gridbox-pi{
        margin-top: 40px;
    }

    .sec3-gridbox-pi{
        margin-top: 40px;
    }

    .sec4-gridbox-pi{
        margin-top: 40px;
    }

    .parent-gridbox-pi{
        gap: 40px 0;
    }

    .most-read-pi-line-1{
        display: none;
    }

    .most-read-pi-line-2{
        display: none;
    }

    .main-pi-grid-2{
        margin-top: 30px;
    }
}

@media (max-width: 500px){
    .bigtitle-box1-pi{
        height: auto;
    }

    .bigtext-subtitle-box1-pi{
        margin-bottom: 15px;
    }

    .bigtext-subtitle-box1-pi h1{
        font-size: 17px;
    }
}

@media (max-width: 440px){
    .txt-newsthird-pi{
        margin-top: 60px;
    }

    .txt-readtoo{
        margin-bottom: 15px;
    }
}

/*end left*/
/*start right*/

.leftcontent-parent{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
}

.leftcontent-cont{
    width: 310px;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.player-video-pi{
    width: 292px;
    height: 171px;
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.player-video-pi img{
   width: 100%;
   height: 100%;
   position: absolute;
}

.player-video-pi video{
    width: 96%;
    height: 95%;
    position: absolute;
}

.img-boxads-small{
    width: 292px;
    height: 168px;
    margin-top: 28px;
}

.img-boxads-small img{
    width: 100%;
    height: 100%;
}

.img-boxads-big{
    width: 292px;
    height: 565px;
    margin-top: 30px;
}

.img-boxads-big img{
    width: 100%;
    height: 100%;
}

.img-boxads-m{
   width: 292px;
   height: 240px;
   margin-top: 24px;
}

.img-boxads-m img{
    width: 100%;
    height: 100%;
}

.sbc-shop-pi{
    width: 292px;
    height: 35px;
    border-top: 1px solid black;
    margin-top: 33px;
    display: flex;
}

.sbc-shop-pi h3{
    font-size: 25px;
    background-color: lightgray;
    display: block;
    width: 175px;
    padding-left: 4px;
    padding-top: 4px;
}

.sbcshop-slider-pi{
    width: 292px;
    height: auto; /*1020px*/
    margin-top: 5px; /*22px*/
    overflow: hidden;
}

.sbcshop-slider-content-pi{
    width: 292px;
    height: 1064px;
    transition: .8s;
}

.box-sbcshop-pi{
    width: 100%;
    height: 240px;
    margin: 26px 0;
    background-color: black;
}

.box-sbcshop-pi img{
   width: 100%;
   height: 100%;
}


@media (max-width: 999px){
    .leftcontent-parent{
        justify-content: center;
    }

    .leftcontent-cont{
        width: 95%;
    }
}

@media (max-width: 500px){
    .player-video-pi{
        width: 100%;
        height: 250px;
    }

    .img-boxads-small{
        width: 100%;
        height: 250px;
    }

    .img-boxads-big{
        width: 100%;
    }

    .img-boxads-m{
        width: 100%;
        height: 300px;
    }

    .sbc-shop-pi{
        width: 100%;
    }

    .sbcshop-slider-pi{
        width: 100%;
    }

    .sbcshop-slider-content-pi{
        width: 100%;
    }

    
}

/*form style*/

form .p-form{
    color: red;
    font-size: 15px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.inputbox-line1{
    display: flex;
    gap: 0 5px; /*20px*/
    margin-left: 10px;
    margin-top: 10px;
}

.inputbox-line1 input{
    width: 263px; /*395*/
    height: 28px; /*30px*/
    outline: none;
}

    
.inputbox-line2 .lastinput-line2{
       height: 28px; /*30px*/
       outline: none;
       width: 223px;
}

.inputbox-line3{
    display: flex;
     gap: 0 10px;
    align-items: center;
    margin-left: 10px;
}

.inputbox-line3 input{
    height: 28px;
    width: 448px;
    outline: none;
}

.inputbox-line4{
    display: flex;
    gap: 0 10px;
    margin-left: 10px;
}

.inputbox-line4 input{
    width: 278px;
    outline: none;
    height: 28px;
}

.inputbox-comment{
    display: flex;
    flex-direction: column;
    
    margin-left: 50px; 
    text-align: center;
}

.inputbox-comment label{
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.inputbox-comment input{
    width: 833px;
    height: 244px;
    outline: none;
}

.btn-input-pi{
    background-color: green;
    color: #fff;
    border: 0;
    cursor: pointer;
    width: 131px;
    height: 29px;
    font-size: 22px;
    position: relative;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

.inputbox-last{
    position: relative;
}

.captcha{
    width: 257px;
    height: 60px;
    position: absolute;
    left: 50px;
}

.fone-label{
    margin-left: 46px;
}

.fone-input{
    height: 28px;
    outline: none;
    width: 224px;
}

@media(max-width: 999px){
    .form-pi{
        width: 95%;
        height: auto;
    }

    .inputbox-line1{
        flex-direction: column;
        width: auto;
        gap: 20px 0;
    }

    .input-1{
        display: flex;
        flex-direction: column;
    }

    .inputbox-line2{
        margin-left: 10px;
    }

    .inputbox-line4{
        flex-direction: column;
        gap: 20px 0;
    }

    .inputbox-comment{
        width: 100%;
        margin: 10px;
    }

    .inputbox-comment input{
        width: 90%;
        margin: 0;
    }

    .inputbox-last{
        display: flex;
        height: auto;
        width: auto;
        gap: 0 20px;
    }

    .captcha{
        position: relative;
        left: 10px;
        display: none;
    }

    .btn-input-pi{
        left: 50%;
        transform: translateX(-50%);
        top: -8px;
    }

    .inputbox-line2{
        display: flex;
        flex-direction: column;
    }

    .fone-label, .fone-input{
        margin-top: 20px;
    }

    .inputbox-line3 input{
        width: 70%;
    }

    .fone-label{
        margin-left: -5px;
    }
}

@media(max-width: 500px){
    input{
        max-width: 95%;
    }
}

/*form style end*/

/*start last*/


.big-cont-second-pi{
    width: 941px;
    height: auto; /*842px*/
    background: rgb(255, 255, 255);
}

.spacer-pi-left{
    width: 100%;
    height: 40px; /*32px*/
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-around;
}

.title-spacer-pi-left{
   width: 167px;
   height: 34px;
   background-color: lightgray;
   padding-left: 10px;
   padding-top: 8px;
   font-size: 15px;
   position: relative;
   z-index: 9000;
   border-left: 1px solid #000;
   border-bottom: 1px solid #000;
}

.readmore-big-left-pi{
    position: relative;
    z-index: 9000;
    padding-top: 8px;
}

.title-bigcontennt-second-pi{
    width: 100%;
    height: 113px;
    margin-top: 43px;
    font-size: 60px;
    text-align: center;
}

.gridbox-bigcontent-second-pi{
    width: 100%;
    height: 628px;
    background-color: #157999;
    margin-top: 52px;
    display: grid;
    grid-template-columns: 477px calc(100% - 477px);
    grid-template-rows: 387px calc(628px - 387px);
}

.sec1-gridbox-bigcontent-second-pi{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #ffffff;
}

.sec2-gridbox-bigcontent-second-pi{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #ffffff;
}

.sec3-gridbox-bigcontent-second-pi{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: #ffffff;
}

.img-wrap-gridbox-second-pi{
    width: 100%;
    height: 100%;
}

.img-content-gridbox-second-pi{
    width: 477px;
    height: 359px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-one-gridbox-second-pi{
    width: 466px;
    height: 310px;
    background-color: #000;
    margin-top: 5px;
}

.img-one-gridbox-second-pi img{
    width: 100%;
    height: 100%;
}

.txt-one-gridbox-second-pi{
    width: 466px;
}

.txt-one-gridbox-second-pi{
    color: red;
    text-align: center;
    font-weight: bold;
}

.txt-wrap-sec2-second-pi{
    width: 100%;
    height: 100%;
}

.txt-wrap-sec2-second-pi p{
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    font-size: 17px;
}

.txt-wrap-sec3-second-pi{
    width: 100%;
    height: 100%;

    background-image: linear-gradient(to  bottom,  rgba(255, 255, 255, 0.445), rgba(255, 255, 255, 0.432), rgba(0, 0, 0, 0.644));
}

.txt-wrap-sec3-second-pi p{
    font-weight: bold;
    font-size: 17px;
    padding-top: 4px;
}

.content-readmore-second-pi{
    width: 100%;
    height: auto; /*200px*/
    background-color: #ffffff;
    display: none;
}

.content-readmore-second-pi p{
    font-weight: bold;
    font-size: 17px;
    position: relative;
    top: -10px;
}

@media (max-width: 999px){
    .big-cont-second-pi{
        width: 95%;
        height: auto;
    }

    .title-spacer-pi-left{
        border-left: none;
        border-bottom: none;
    }

    .title-spacer-pi-left div{
        display: none;
    }

    .title-bigcontennt-second-pi{
        height: auto;
    }

    .title-bigcontennt-second-pi{
        font-size: 40px;
    }

    /*gridbox*/

    .gridbox-bigcontent-second-pi{
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .img-wrap-gridbox-second-pi{
        display: flex;
        justify-content: center;
    }

    .img-content-gridbox-second-pi{
        width: 95%;
        display: flex;
        justify-content: center;
        height: auto;
    }

    .img-one-gridbox-second-pi{
        width: 95%;
    }

    .txt-one-gridbox-second-pi{
        width: 95%;
        padding: 10px 0;
    }


    .txt-wrap-sec2-second-pi p{
        padding: 0 30px;
        padding-left: 10px;
    }

    .txt-wrap-sec3-second-pi p{
        padding: 0 30px;
        padding-left: 10px;
    }

    .content-readmore-second-pi p{
        top: 0;
        padding: 0 30px;
        margin-bottom: 50px;
        padding-left: 10px;
    }
}

/*end last*/

/*--------------------------*/

/*fix imgs*/

@media(max-width: 500px) {
    .img-bignews-third-pi {
        height: 264px; /*300px*/
    }
}

/*---*/

.btn-readmore-pi-2{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-readmore-pi-2 button{
    width: 209px; /*317*/
    height: 33px; /*35*/
    border: 2px solid black;
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 0;
    z-index: 90000;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: 0.3s;
    color: #fff;
}

.btn-readmore-pi-2 button:hover{
    transform: scale(1.1);
}

/*-----*/

.img-bignews-third-pi{
    transition: .4s;
}

.img-bignews-third-pi:hover{
   cursor: pointer;
   box-shadow: 4px 4px 8px #888888;
}

.lightbox-pi{
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.562);
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 200000;
    top: 0;
    right: 0;
}

.img-lightbox-pi{
    width: 900px; /*1000*/
    height: 600px; /*530*/
    background-color: #000;

    border: 8px solid white;
    border-radius: 5px;
}

.img-lightbox-pi img{
    width: 100%;
    height: 100%;
}

@media (max-width: 999px){
    .lightbox-pi{
        display: none !important;
    }

    .img-bignews-third-pi{
        opacity: 1 !important;
    }
}

/*-----------------*/

/*shadow container resp fix*/

.btn-readmore-pi-2-resp{
   width: 100%;
   height: 100px;
   display: none !important;
   justify-content: center;
   align-items: center;
}

.btn-readmore-pi-2-resp button{
    width: 209px; /*317*/
   height: 33px; /*35*/
   border: 2px solid black;
   background-color: rgb(0, 0, 0);
   cursor: pointer;
   border-radius: 0;
   z-index: 90000;
   font-weight: bold;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   transition: 0.3s;
   color: #fff;
}

@media (max-width: 999px){
    .sombra{
       background-image:  none !important;
    }

    .showoff-pi{
        display: block !important;
    }

    .sombra-resp{
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.445), rgba(255, 255, 255, 0.432), rgba(0, 0, 0, 0.644));
    }

    .btn-readmore-pi-2{
        display: none !important;
    }

    .btn-readmore-pi-2-resp{
        display: block;
    }

    .showcont-resp{
        display: none;
    }

    .showcont-resp-2{
        display: none;
    }

    .bigtxt-newsthird-pi{
        display: none;
    }

    .btn-readmore-pi-2-resp{
        display: flex !important;
    }
}

/*-----------------*/

.btn-readmore-pi-resp{
    width: 100%;
   height: 100px;
   display: none !important;
   justify-content: center;
   align-items: center; 
}

.btn-readmore-pi-resp button{
    width: 209px; /*317*/
   height: 33px; /*35*/
   border: 2px solid black;
   background-color: rgb(0, 0, 0);
   cursor: pointer;
   border-radius: 0;
   z-index: 90000;
   font-weight: bold;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   transition: 0.3s;
   color: #fff;
}

@media (max-width: 999px){
    .txt-wrap-sec3-second-pi{
        background-image: none;
    }

    .sombra-resp-2{
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.445), rgba(255, 255, 255, 0.432), rgba(0, 0, 0, 0.644));
    }

    .none-showoff-2{
        display: none;
    }

    .sec3-gridbox-bigcontent-second-pi{
        display: none;
    }

    .content-readmore-second-pi{
        display: none;
    }

    .btn-readmore-pi{
        display: none;
    }

    .btn-readmore-pi-resp{
        display: flex !important;
    }
}

/*------------------*/

@media(max-width: 999px){
    .img-one-gridbox-second-pi{
        height: 264px;
    }
}

/* -------- */

/*fix inputs*/

@media (max-width: 500px){
    .inputbox-line1 input{
        width: 100%;
    }

    .inputbox-line2 .lastinput-line2{
        width: 100%;
    }

    .fone-label, .fone-input{
        width: 100%;
        margin-top: 10px;
    }

    .inputbox-line3 input{
        width: 81%;
    }

    .inputbox-line4 input{
        width: 82%;
    }

    .inputbox-comment input{
        width: 100%;
    }
}

