/* CSS Document */

img {
	max-width: 100%;
	height: auto;
}
.txto {
	background: #355787;
	color: #EDEDED;
	padding: 20px;
	margin-top: 15px;
	box-shadow: 3px 3px 3px 0px rgba(51, 51, 51, 0.75);
}
.imago {
	box-shadow: 3px 3px 3px 0px rgba(51, 51, 51, 0.75);
}
.ccm-page .img-txt-block h3 {
	font-size: 22px;
	color: #EDEDED;
	margin-top: 0 !important;
	margin-bottom: 24px !important;
}
.ccm-page .img-txt-block p {
	font-size: 19px;
	margin-bottom: 0 !important;
}
.ccm-page .img-txt-block a {
	
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media (min-width : 680px) and (max-width : 1200px) {
.ccm-page .img-txt-block p {
	font-size: 15px;
}
.txto {
	padding: 18px;
	margin-top: 15px;
	line-height: 1.3;
}
.ccm-page .img-txt-block h3 {
	font-size: 17px;
	margin-bottom: 12px !important;
	line-height: 1.3;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 680px) {
.tre-imagos .row {
	display: block !important;
}
.tre-imagos .col-sm-4 { margin-bottom:30px;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }