/* CSS Document */

.contenido_groupm article, aside, figure, footer, header, menu, nav, section { 
	display: block;
}

/* Mixin itself */
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

/* Usage as a mixin */
.element {
  .clearfix();
}


/* SLIDER */

#cc-slider {
	text-align: center;
	margin: 0 auto;
	max-width: 734px;
	height: 425px;
}

#cc-slider input {
	display: none;
}

#cc-slider label, a {
	color: #ef023f;
	cursor: pointer;
	text-decoration: none;
}

#cc-slider label:hover {
	color: #ff0042 !important;
}

#slide1:checked ~ #cc-slides .inner { margin-left:0; }
#slide2:checked ~ #cc-slides .inner { margin-left:-100%; }
#slide3:checked ~ #cc-slides .inner { margin-left:-200%; }


#overflow {
	width: 100%;
	overflow: hidden;
}

#cc-slides article img {
	width: 100%;
}

#cc-slides .inner {
	width: 300%;
	line-height: 0;
}

#cc-slides article {
	width: 33.3%;
	float: left;
}

#controls {
	width: 100%;
    height: 60px;
    margin: -7% 0 18% 0%;
}

#controls label { 
	display: none;
	width: 50px;
	height: 50px;
	
}

#active {
	margin: 23% 0 0;
	text-align: center;
}

#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #092450;
}

#active label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2), 
#slide2:checked ~ #controls label:nth-child(3), 
#slide3:checked ~ #controls label:nth-child(1) {
	background: url('../image/next.png') no-repeat;
	float: right;
	margin: 0 10px 0 0;
	display: block;
}


#slide1:checked ~ #controls label:nth-child(3),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2) {
	background: url('../image/prev.png') no-repeat;
	float: left;
	margin: 0 0 0 10px;
	display: block;
}



/* cc-slider Styling */

#cc-slides {
	background: #fff;
	
}


/* Animation */

#cc-slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#cc-slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #cc-slides article:nth-child(1) .cctooltip,
#slide2:checked ~ #cc-slides article:nth-child(2) .cctooltip,
#slide3:checked ~ #cc-slides article:nth-child(3) .cctooltip {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}


/* CONTENIDO */

.contenido_groupm {
	font-family: georgia;
	font-size: 16px;
	width: 734px;
	height: auto;
	color: #424143;
}

.contenido_groupm strong {
	font-family: georgia;
	font-weight: normal;
	font-size: 16px;
	color: #007FC5;
}


.contenedor_01, .contenedor_02, .contenedor_03 {
	background-color: #092450;
	/*width: 100%;*/
	height: 80px;
	padding-left: 50px;
}

.contenedor_02 {
	height: auto;
	padding-left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#071938+0,0a2756+50,071938+100 */
	/* background: #071938; /* Old browsers */
	/* background: -moz-linear-gradient(left,  #071938 0%, #0a2756 50%, #071938 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(left,  #071938 0%,#0a2756 50%,#071938 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right,  #071938 0%,#0a2756 50%,#071938 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071938', endColorstr='#071938',GradientType=1 ); /* IE6-9 */
	background-image: url(../image/fondo_ima.png);

}

.contenedor_03 {
	background-color: #FFFFFF;
	padding-left: 0;
	margin: 7% 0;
	height: auto;
}

.caja_01, .caja_02, .caja_03, .caja_04 {
	float: left;
}

.caja_01 {
	width: 80px;
}

.caja_02 {
	width: 600px;
}

.caja_03 {
	width: 38%;
}

.caja_04 {
	width: 58%;
    padding: 15px 2%;
    background-color: #FFFFFF;
}

.ima_center {
	margin: 0 4%;
}

.parrafo_m, .parrafo_m2 {
	font-family: georgia;
	font-size: 16px;
	line-height: 23px;
	color: #3E4441;
	text-align: justify;
	margin: 2% 5%;
}

.parrafo_m2 {
	color: #FFFFFF;
	margin: 0;
	padding: 5%;
}


/* FOOTER */
.footer_groupm {
	background-color: #092450;
 	width: 100%;
 	height: auto;
 	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.logo_footer {
	margin: 0 10%;
}

.box {
	box-sizing: border-box;
    padding: 1% 5% 1% 0;
    width: 100%;
    float: left;
    text-align: right;
}

.box a {
	margin: 0 1%;
}
