@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
Items grid home
========================================================================== */

.item {
	float: left;
	width: 47%;
	background: rgb(255, 255, 255);
}

.item img {
	width: 100%;
	height: auto;
	display: block;
}

.thing {
	height: 150px;
	width: 100%;
	background: #96d6c6;
	-moz-box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.2);
	-webkit-box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.2);
	box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.2);
}

.grid-sizer {
	width: 13.75%;
}

.gutter-sizer {
	width: 12.7%;
}

.packery {
	/* margin: 3.5% 3.5% 0 3.5%; */
	/* margin: calc(1.0/30*100%) calc(1.0/30*100%) 0 calc(1.0/30*100%); */
	padding-bottom: 3.9%;
	padding-bottom: calc(1.0/26*100%);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.packery:after {
	content: " ";
	display: block;
	clear: both;
}

.ct-form-org {
	padding: 3.5%;
    padding: calc(1.0/30*100%) calc(1.0/30*100%) calc(1.0/30*100%) calc(1.0/30*100%);
    background-color: #E8E8E8;
    margin-bottom: 3.5%;
    margin-bottom: calc(1.0/30*100%);
}

/* ===================
Noticies/Home
=================== */

.ct_not_home {
    margin-top: 30px;
}

.ct-not-port-home .img-not-port-home {
    height: 150px;
    background-size: cover;
    min-width: 250px;
    margin: auto;
    margin-bottom: 15px;
}

h2.titular-not-port-home {
    color: #35BAD3;
    font-size: 27px;
    font-weight: 300;
    padding: 10px 0;
    position: relative;
}

.ct-img-not-port-home {
    height: 190px;
    width: 100%;
    overflow: hidden;
}

.ct-img-not-port-home span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

p.cuerpo-not-port-home {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.ct-textos-not-home {
    /* padding-left: 4%; */
}

.leer-mas {
    border-top: solid 1px rgb(166, 202, 66);
    position: relative;
    display: inline-block;
    width: 100%;
}

p.leer-mas-port {
    font-style: Italic;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    color: rgb(166, 202, 66);
    width: 100px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ct-fanpage {
    text-align: center;
}

.ct-fanpage .fb-page {
    padding: 30px;
    background: rgb(236, 236, 236);
}