.c-color__single-group{
	margin-top:clamp(50px,15vw,100px) !important;
}
.c-color__single-group{
	max-width:90% !important;
	margin:auto;
}
.c-color_single-tittle{
	
	@media(max-width:780px){
		text-align:center;
	}
}
.c-colores__single-content .wp-block-columns .wp-block-column:nth-child(3) .wp-block-group{
	box-shadow:none;
}
.c-colores__single-content .wp-block-columns .wp-block-column:nth-child(3) .wp-block-group .wp-block-buttons a {
		background-color:var(--wp--preset--color--verde-botton) !important;
	color:white;
	    border-radius: 13px;
	height: clamp(39px, 5vw, 59px);
    display: grid;
    place-content: center;
	    box-sizing: border-box;
}
.c-colores__single-content .wp-block-columns .wp-block-column:nth-child(3) .wp-block-group .wp-block-buttons a:hover{
	color:white !important;
}
.c-colores__single-content .wp-block-columns .wp-block-column:nth-child(3) div:nth-child(2).wp-block-buttons{
	 max-width: 90%;
    margin: auto;
	
}
.c-colores__single-content .wp-block-columns .wp-block-column:nth-child(3) div:nth-child(2).wp-block-buttons a{
		background-color:var(--wp--preset--color--azul-pintuco) !important;
	color:white;
	border-radius:13.27px !important;
	height: clamp(39px, 5vw, 59px);
    display: grid;
    place-content: center;
	    box-sizing: border-box;
	
}
.c-colores__single-content .wp-block-columns .wp-block-column:nth-child(3) div:nth-child(2).wp-block-buttons a:hover{
	color:white !important;
}
.c-social{
	display:none;
}
.wp-block-columns .wp-block-column:nth-child(3) .wp-block-button__link strong{
	font-weight:600px !important;
}
.wp-block-columns .wp-block-column:nth-child(3) h2{
	color:var(--wp--preset--color--azul-pintuco)
}
.c-color__single-buttom .wp-block-button__link{
	    padding: .4em 1em !important;
	margin-top: clamp(35px,15vw,113px);
	@media(max-width:780px){
		display:none;
	}
}
.has-global-padding{
	max-width: 1600px;
    margin: auto;
}

.c-colors-polvo__row span {
    font-size: 14px;
}

.c-colors-polvo__row-elements p{
	font-size: 16xp;
}

h4 strong {
    font-size: 29px !important;
}

.c-yellow-block .c-yellow-block>strong::after {
    content: '';
    position: absolute;
    background-color: var(--wp--preset--color--amarillo-pintuco);
    width: 95%;
    height: 34%;
    z-index: -1;
    top: 60%;
    right: -10%;
}

.c-yellow-block--full-widht.c-yellow-block>strong::after{
    width: 125%;
    height: 48%;
    top: 50%;
    left: 0px;
    right: 0;
}

.shadow-x12 h2 {
    font-size: 22px !important;
    margin-bottom: 26px;
}

.shadow-x12 p.has-extra-small-font-size {
    font-size: 16px !important;
    line-height: 28px;
    margin-bottom: 20px;
}

.c-color-polvo__pag-content {
    grid-column: 1/-1;
    justify-self: center;
    margin-top: 17px;
}

.js-similars-colors{
	margin-bottom:clamp(50px,7vw,100px) !important;
}


.c-color__single-title-similares{
	font-size: clamp(25px,2vw,45px);
}
.c-social{
	margin:.5em 0 !important;
}

.MuiPagination-ul{
	justify-content:center;
	margin-top: 1em !important;
}

  .MuiPaginationItem-root{
    min-width: clamp(18px, 2vw, 25px) !important;
    height: clamp(18px, 2vw, 25px) !important;
    font-size: clamp(11px, 2vw, 18px) !important;
    padding: 0 !important;
    color: var(--wp--preset--color--gris-oscuro) !important;
	border:none !important;
  }
 
.MuiPaginationItem-root.Mui-selected{
    background-color: var(--wp--preset--color--verde-botton) !important;
  
    color: white !important;
    border-radius: 2px !important;
	display:grid;
	place-content:center;
}