/*  
Theme Name: picolight mod
Theme URI: http://picomol.de/picolight/
Description: modificaci  n de Pixelada SCA del tema principal de la Tejedora 
Version: 1.0.0
Author: Pixelada SCA
Author URI: https:/pixelada.org
Template: picolight
Tags: light, two-columns, right-sidebar, responsive-layout, custom-colors, custom-header, custom-background, custom-menu, theme-options, st$

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**SERVICIOS**/
.lista-servicios {
border-top: solid 1px #7D4A8A;
padding-top: 5px;
width: 100%;
margin: 0;
}
@media only screen and (min-width: 768px)
{
     .un_tercio {
	width: 31%;
	box-sizing: border-box; 
	float: left;
	padding: 10px 10px;
	text-align: center;
    }
    .un_sexto {
	width: 16%;
	box-sizing: border-box; 
	float: left;
	padding: 10px 10px;
	text-align: center;
    }   
}

@media only screen and (max-width: 768px)
{
    .un_tercio { /* in phones show in column */
	width: 100%;
	box-sizing: border-box; 
	float: left;
	padding: 10px 10px;
	text-align: center;
    } /* in phones only 3 in a row */
    .un_sexto {
	width: 33%;
	box-sizing: border-box; 
	float: left;
	padding: 10px 10px;
	text-align: center;
    }
}
    
.imagen-servicio {
}

.nombre-servicio {
font-familiy: "Roboto";
text-align: center;
display: block;
width: 100%;
height: 32px;
line-height: 16px;
text-transform: lowercase;
text-shadow: 0 0 1px #eee;
text-decoration: none;
font-weight: bold;
color: #7D4A8A;
font-size: 12px;
margin-top: 0px;
}

.imagen-colectivo {
    box-shadow: 0 0 2px #555;  
    padding: 5px 5px;
    margin: auto;
}

.nombre-colectivo {
font-familiy: "Roboto";
text-align: center;
display: block;
width: 100%;
height: 40px;
line-height: 18px;
text-transform: uppercase;
text-shadow: 0 0 1px #eee;
text-decoration: none;
font-weight: bold;
color: #7D4A8A;
font-size: 14px;
margin-top: 0px;
}

