/** Styles for Pintor y Mestro de obra page */

.c-logins{
	min-height: 800px;
	overflow: hidden;
}


/*.c-logins iframe {
	padding-left: 100px;
    padding-right: 84px;
  
}*/

/** tabs info fans */
.c-info-fans {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.c-info-fans__container{
    max-height: 507px;
    overflow-y: scroll;
}

.c-info-fans__container::-webkit-scrollbar {
	width: 0;
}

.c-info-fans__content a {
    color: #007bff !important;
}
.c-pintores__bucleConsulta {
    margin-top: 20px;
}

.c-pintores__bucleConsulta ul li:nth-child(2n + 1) .c-pintores__noticiasPintuco {
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
  }
  .c-pintores__bucleConsulta ul li:nth-child(2n) .c-pintores__noticiasPintuco {
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
    
  }
@media(max-width:780px){
    .c-pintores__noticiasPintuco img {
        height: 147px !important;
      }

}
  
@media(max-width:1023px){
    
    .c-pintores__bucleConsulta ul li:nth-child(2n) .c-pintores__noticiasPintuco {
        flex-direction:column-reverse !important;
      }
}