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

@font-face{
font-family: 'Blippo-Black.ttf';
src:url(../fonts/Blippo%20Black.ttf);
}

.mosemaq-text {
	font-family: 'Blippo-Black.ttf';
}
.brand-mosemaq {
	margin-top:-6px;
}
.brand-mosemaq img {
	width:100%;
	max-width:290px;
}
.contenedor-top {
	margin:0 auto;
	width:100%;
	max-width:1280px;
	text-align:right;
	padding:5px 0;
}
.info-superior {
	background-color:#004d79;
	color:#fff;
}
.contacto {
	width:49%;
	display:inline-block;
	position: relative;
 	min-height: 1px;
  	padding-left: 15px;
  	padding-right: 15px;

}
.contacto-top {
	display:inline-block;
	margin-right:33px;
}
.contacto-top img {
	width:100%;
	max-width:16px;
	margin-right:10px;
}
.margin-nav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.contenido-mosemaq {
	margin:0 auto;
	width:100%;
	max-width:1280px;
	margin-top:4%;
	margin-bottom:2%;
	vertical-align: top;
}
.contenido-mosemaq2 {
	margin:0 auto;
	width:100%;
	max-width:1280px;
	margin-top:4%;
	margin-bottom:0;
	vertical-align: top;
}
.imagen-info img {
	width:100%;
	vertical-align: inherit;
}
.info {
	line-height:20px;
	vertical-align: inherit;
}
footer {
	background-color:#373737;
	color:#fff;
}
.contenedor-footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding:15px 0;
}
.col-redes {
	text-align:right;
}
.redes-sociales {
	display:inline-block;
	margin:0 10px;
	display:none;
}
.redes-sociales img {
	width:30px;
}
.paqtevean {
	text-align:center;
}
.col-footer {
	width:100%;
	text-align:center;
	display:inline-block;
	margin:0 1.6%;
	vertical-align:middle;
}
.titulo {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	color:#fff;
	text-align:left;
	font-size:40px;
	font-weight:400;
	padding:1.2% 0;
	text-shadow: 3px 3px 3px #000;
}
.titulo-mosemaq {
	background-image:url(../img/pleca-titulo-mosemaq.jpg);
	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	color: #cfcfcf;
	height:120px;
}
.col-equipo-herramental {
	vertical-align:top;
}
.col-equipo-herramental img {
	width:100%;
	
	max-width:300px;
}
.bullet {
	color:#ff8000;
	font-weight:bold;
}
.subtitulo {
	padding-left:1%
}
.fila-btn-descarga {
	background-color:#ff8000;
	color:#fff;
	text-align:center;
	padding: 30px 0 30px 0;
}
.paqtevean img {
	width:100%;
	max-width:150px;
}
.paqtevean a {
	color:#fff;
}
.paqtevean a:hover {
	color:#ff8000;
	text-decoration:none;
}
.subtitulo-mosemaq {
	text-align:center;
	margin: 2% 0;
}
.contenedor-imagenes-seccion2 {
	text-align:center;
	margin-bottom:2%;
}
/* ======= BTN DESCARGA ======= */

.download-button {
  display: inline-block; /* 1 */
  margin: 0px 10px; /* 3 */
  padding: 15px 30px 15px 65px; /* 4 */
  color: #fff; /* 5 */
  text-decoration: none; /* 6 */
  border: 1px solid #E3E3E3; /* 7 */
  position: relative; /* 8 */
  transition: 0.15s; /* 9 */
}

/**
 * Hover and focus state for the button
 * 1. Slightly changing the border color
 * 2. Remove the initial blue glow on focus
 */
.download-button:focus,
.download-button:hover {
  border-color: #c1c1c1; /* 1 */
  outline: none; /* 2 */
  text-decoration:none;
  color:#c1c1c1;
}

/**
 * Launching short CSS animation on click to give visual feedback
 */
.download-button:active {
  animation: enlight 0.5s;
}

/**
 * Arrow icon, displayed as a pseudo-element to keep DOM simple
 * 1. Display the pseudo-element
 * 2. Use a SVG as a background image, not repeated and centered
 * 3. Enable abolute positioning for the pseudo-element within its parent
 * 4. Make it as high as the button
 * 5. Align it on the left of the button
 * 6. Give it the same width as the left padding of the button
 */
.download-button::before {
  content: ''; /* 1 */
  background: url('../img/download.png') no-repeat center; /* 2 */
  position: absolute; /* 3 */
  top: 0; /* 4 */
  bottom: 0; /* 4 */
  left: 0; /* 5 */
  width: 80px; /* 6 */
}

/**
 * File size, displayed as a pseudo-element to keep DOM simple
 * only if the button has the `data-filesize` attribute
 * Ref: https://twitter.com/viki53/status/590496142988738561
 * 1. Display the content of the `data-filesize` attribute
 * 2. Slightly reduce the font-size of the filesize
 * 3. Make the color slightly lighter than the filename
 * 4. Create a gap between the filename and the filesize
 */
.download-button[data-filesize]::after {
  content: '(' attr(data-filesize) ' MB)'; /* 1 */
  font-size: 0.8em; /* 2 */
  color: #c1c1c1; /* 3 */
  margin-left: 10px; /* 4 */
}

/**
 * Active animation, playing with box-shadow
 */
@keyframes enlight {
  to { box-shadow: 0 0 0 8px #fce8ed; }
}

/* ======= LIGHTBOX ======== */

.imagen-lightbox {
	width:100%;
	max-width:310px;	
}
.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
/* ======= SLIDER ======== */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 0;
}

ul {
	list-style-type: none;
}

a {
	color: #00c5b9;
	text-decoration: none;
}
.mosemaq-main {
	color:#ff8000;
}
.enfasis-mosemaq {
	color:#ff8000;
	font-size:16px;
}
/** ---------------------------------------
 * Slider 
 ----------------------------------------*/
.container-slider {
	width: 100%;
	margin:0;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 700px;
	background: #FFF;
}

.slider-wrapper li {
	display: none;
}

.slider-wrapper .current-slide {
	display: block;
}

.slider-shadow {
	width: 100%;
	height: 15px;
	position: relative;
}

.slider-shadow:after, .slider-shadow:before {
	content: '';
	position: absolute;
	background: #171c24;
	height: 100%;
	width: 50%;
	left: 10px;
	top: -20px;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-webkit-box-shadow: 0 0 15px 8px #171c24;
	box-shadow: 0 0 15px 8px #171c24;
}

.slider-shadow:before {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}

.slider-wrapper img {
	position: absolute;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

/**
 * ---[Caption] ---------------------- 
 **/
.slider-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	padding: 10px;
	color: #FFF;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.slider-wrapper h2 {
	color: #00c5b9;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 6px;
}

.slider-wrapper p {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
	margin-top: -60px;
	position:relative;
	text-align: center;
	margin-left: 0;
  	margin-right: 0;
  	left: 0;
  	right: 0;
}

.control-buttons li {
	cursor: pointer;
	display: inline-block;
	background: #fff;
	text-indent: -99999px;
	height: 15px;
	width: 15px;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.control-buttons li.active {
	background: #ff8000;
}

.authors {
	text-align: center;
	color: #7a8699;
	display: block;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 80px;
	font-size: 300;
}

/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
 	.container {
 		width: 500px;
 	}
 }

 @media only screen and (max-width: 535px) {
 	.container {
 		padding: 5px;
 		width: 100%;
 		margin: 40px 0 0 0;
 	}
	
 	.slider-wrapper .caption {
 		display: none;
 	}

 }

/* ======= MEDIA QUERIES ======= */
@media only screen and (max-width:1850px) {
.control-buttons {
	margin-top: -180px;
}
}
@media only screen and (max-width:1425px) {
.control-buttons {
	margin-top: -260px;
}
}
@media only screen and (max-width:1350px) {
.control-buttons {
	margin-top: -280px;
}
}
@media only screen and (max-width:1300px) {
.control-buttons {
	margin-top: -300px;
}
}
@media only screen and (max-width:1250px) {
.control-buttons {
	margin-top: -320px;
}
}
@media only screen and (max-width:1200px) {
.control-buttons {
	margin-top: -340px;
}
.titulo {
	padding: 1.8% 3%;
	line-height: 50px;
}
.titulo-contacto {
	padding: 3% 3%;	
}
}
@media only screen and (max-width:1100px) {
.control-buttons {
	margin-top: -360px;
}
}
@media only screen and (max-width:1090px) {
.contacto {
	width:100%;
}
.info {
	margin-top:2%;
}
}
@media only screen and (max-width:1050px) {
.control-buttons {
	margin-top: -380px;
}
}
@media only screen and (max-width:1000px) {
.control-buttons {
	margin-top: -400px;
}
}
@media only screen and (max-width:986px) {
.brand-mosemaq img {
  max-width: 250px;
}
.brand-mosemaq {
	margin-top: -3px;
}
}
@media only screen and (max-width:950px) {
.control-buttons {
	margin-top: -430px;
}
.brand-mosemaq img {
  max-width: 180px;
}
.brand-mosemaq {
	margin-top: 0px;
}
}
@media only screen and (max-width:905px) {
.navbar-brand {
  padding: 20.5px 0px;	
}
}
@media only screen and (max-width:890px) {
.brand-mosemaq {
	margin-top: -5px;
}
.brand-mosemaq img {
  max-width: 270px;
}
}
@media only screen and (max-width:880px) {
.control-buttons {
	margin-top: -460px;
}
}
@media only screen and (max-width:768px) {
.control-buttons {
	margin-top: -480px;
}
.contenido-mosemaq {
	margin-top:6%;
}
}
@media only screen and (max-width:740px) {
.control-buttons {
	margin-top: -500px;
}
}
@media only screen and (max-width:660px) {
.control-buttons {
	margin-top: -520px;
}
}
@media only screen and (max-width:600px) {
.control-buttons {
	margin-top: -530px;
}
}
@media only screen and (max-width:585px) {
.fila-btn-descarga {
	padding: 30px 0 0px 0;
}
.download-button {
  margin: 0px 0px 30px 0px;
}
@media only screen and (max-width:550px) {
.control-buttons {
	margin-top: -560px;
}
.control-buttons li {
  height: 12px;
  width: 12px;
}
}
@media only screen and (max-width:500px) {
.control-buttons {
	margin-top: -570px;
}
.titulo {
  font-size: 30px;
  padding-top: 8%;
  padding-left: 5%;
  line-height: 35px;
}
@media only screen and (max-width:480px) {
.control-buttons {
	margin-top: -580px;
}
.control-buttons li {
  height: 10px;
  width: 10px;
}
.subtitulo {
	padding-left:5%
}
.contenido-mosemaq {
	text-align:center;
}
}
@media only screen and (max-width:450px) {
.control-buttons {
	margin-top: -590px;
}
.col-footer {
  width: 100%;
  text-align: center;
  margin: 2% 0;
}
@media only screen and (max-width:420px) {
.control-buttons {
	margin-top: -600px;
}
}
@media only screen and (max-width:380px) {
.control-buttons {
	margin-top: -620px;
}
.titulo-contacto {
	padding: 15% 5%;	
}
}
@media only screen and (max-width:330px) {
.control-buttons {
	margin-top: -625px;
}
.redes-sociales img {
  width: 25px;
}
}





@media only screen and (max-width:415px) {
.contenedor-top {
  text-align: center;
}
.contacto-top {
  margin-right: 10px;
}
.brand-mosemaq {
  margin-top: 2px;
}
.brand-mosemaq img {
  max-width: 200px;
}
}
@media only screen and (max-width:320px) {
.navbar-brand {
  padding: 20.5px 0px;
}
}


/* ======= CONTACTO NUEVO ======== */
body { background: #45484B; }

h1 {
  font-size: 46px;
  color: lighten(#45484B, 80%);
  margin-left: 20px;
}

.message {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

form {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #FFF;
  border-bottom: 4px solid darken(#45484B, 5%);
}