/* CSS Document */

.style1 {font-weight: bold}


.button_tellamamos {
	display: inline-block;
	border-radius: 6px;
	border-width:thin;
	border-color:#333333;
	background-color: #b7e700;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	width: 220px;
	transition: all 1s;
	cursor: pointer;
}

.button_tellamamos span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #FFFFFF;
}

.button_tellamamos span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_tellamamos:hover span {
	padding-right: 25px;
	color: #333333;
}

.button_tellamamos:hover span:after {
  opacity: 1;
  right: 0;
}



			* {
				margin:0px;
				padding:0px;
			}
			
			.botonera > li {
				float:left;
				list-style:none;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
			}
			
			.botonera li a {
				display: inline-block;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
				background-color: #b7e700;
				text-align: center;
				font-size: 8px;
				line-height:5px;
				padding: 0px;
				width: 220px;
				transition: all 1s;
				cursor: pointer;
				text-decoration:none;
				color:#333333;
				list-style:none;
				max-height:500px;
			}
			
			.botonera li a:hover {
				background-color:#434343;
				color:#CCCCCC;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
				list-style:none;
			}
			
			.botonera li ul {
				display:none;
				position:absolute;
				min-width:220px;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			}
			
			.botonera li:hover > ul {
				display:block;
				z-index:1;
				list-style:none;
				color:#000000;
			}




			.botonera2 > li {
				float:left;
				list-style:none;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
			}
			
			.botonera2 li a {
				display: inline-block;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
				background-color: #b7e700;
				text-align: center;
				font-size: 14px;
				padding: 10px;
				width: 220px;
				transition: all 1s;
				cursor: pointer;
				text-decoration:none;
				color:#333333;
				list-style:none;
			}
			
			.botonera2 li a:hover {
				background-color:#434343;
				color:#CCCCCC;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
				list-style:none;
			}
			
			.botonera2 li ul {
				display:none;
				position:absolute;
				min-width:220px;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			}
			
			.botonera2 li:hover > ul {
				display:block;
				z-index:1;
				list-style:none;
				color:#000000;
			}			

.right .chevron {
margin-right:300px;
}


.slide-pc {
display:block;
}

.slide-movil {
display:none;
}

			.botonera-pc > li {
				float:left;
				list-style:none;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
			}
			
			.botonera-pc li a {
				display: inline-block;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
				background-color: #b7e700;
				text-align: center;
				font-size: 14px;
				padding: 10px;
				width: 220px;
				transition: all 1s;
				cursor: pointer;
				text-decoration:none;
				color:#333333;
				list-style:none;
			}
			
			.botonera-pc li a:hover {
				background-color:#434343;
				color:#CCCCCC;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
				list-style:none;
			}
			
			.botonera-pc li ul {
				display:none;
				position:absolute;
				min-width:220px;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			}
			
			.botonera-pc li:hover > ul {
				display:block;
				z-index:1;
				list-style:none;
				color:#000000;
			}

			.botonera {
				display:none;
			}

 
.parallax_imagen {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/body_imagen.jpg");

    /* Set a specific height */
    height: 370px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_imagen2 {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/parallax3.jpg");

    /* Set a specific height */
    height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_imagen3 {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/parallax2.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.parallax_imagen4 {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/mapa_fondo.png");

    /* Set a specific height */
    height: 30px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_imagen5 {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/body_imagen2.jpg");

    /* Set a specific height */
    height: 430px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_imagen_450 {
	display: none;
}

.parallax_imagen3_450 {
	display: none;
}


/* Proceso */
.proceso {
position: relative; 
left: 0px; 
top: 0px;
}

/* Proceso Movil */
.proceso_movil {
display:none;
}

/* tellamamos */
.tellamamos {
position: relative; 
left: 0px; 
top: 0px;
}

/* Productos */
.productos_full {
position: relative; 
left:0px;
top: 0px;
}

.productos_movil {
display:none;
}

/* Contacto */
.contacto {
position: relative; 
left:0px;
top: 0px;
}

/* pie */
.pie {
position: relative; 
left:0px;
top: 0px;
}


/*==================================
= Mapa                       =
==================================*/

#mapa {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:5px;
	z-index:4;
	visibility: hidden;
	overflow: visible;
}

.mapa_contenedor2 {
position: relative; 
left:0px;
top: 0px;
}

.mapa_google {
display:block;
}

.templatemo-footer {
position: relative; 
bottom:0px;
left:0px;
}

.logo_pie {
background-color:#3f3f40;
height:400px;
top: 0px;
}

.imagen_abajo {
height:400px;
width:100%;
}

.tapa_mapa {
position: relative; 
background-color:#3f3f40;
height:500px;
top: -480px;
}

/* presentacion */
.presentacion {
position: relative; 
left: 0px; 
top: 0px;
}



.logo-firmax {
    /* The image used */
    background-image: url("../images/firmax_logo.png");
	}

.txt_darkgrey {
    color: #333333;
}

.txt_verde {
    color: #b7e700;
}

/* <a href="#" class="boton-cabecera">orange</a> */


.boton-cabecera {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #000000 5%, #666666 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #666666 100%);
	background:-o-linear-gradient(top, #000000 5%, #666666 100%);
	background:-ms-linear-gradient(top, #000000 5%, #666666 100%);
	background:linear-gradient(to bottom, #000000 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666',GradientType=0);
	background-color:#000000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	width:150px;
	height:35px;
}
.boton-cabecera:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #b9e700));
	background:-moz-linear-gradient(top, #5cb811 5%, #b9e700 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #b9e700 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #b9e700 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #b9e700 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #b9e700 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#b9e700',GradientType=0);
	background-color:#5cb811;
}
.boton-cabecera:active {
	position:relative;
	top:1px;
}

.titulo-caroussel {
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
text-align:center;
}

.texto-caroussel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	text-align:center;
	color:#000000;
}

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #333333, -10px 10px #666666;
  }
  25%{
    box-shadow: 10px 10px #333333, -10px -10px #666666;
  }
  50%{
    box-shadow: -10px 10px #333333, 10px -10px #666666;
  }
  75%{
    box-shadow: -10px -10px #333333, 10px 10px #666666;
  }
  100%{
    box-shadow: 10px -10px #333333, -10px 10px #666666;
  }
}

#load {
	z-index: 9999;
  background-color: #999999;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #999999;
  box-shadow: 10px 0px #333333, 10px 0px #666666;
  animation: shadowSpin 1s ease-in-out infinite;
}

.boton-contacto {
 margin-top:-85px;
 margin-left:80%;

 display: block;
 width:310px;
 z-index:100;
 position:fixed;
 float:right;
}

.slide-botones {
 margin-top:20px;
 margin-left:80%;

 display: block;
 width:250px;
 z-index:110;
 position:fixed;
 float:right;
}


.slide-botones-landing {
 margin-top:20px;
 margin-left:70%;

 display: block;
 width:250px;
 z-index:100;
 position:fixed;
 float:right;
}

.slide-botones-landing-movil {
 display: none;
}


.idioma {
 margin-top:27px;
 margin-left:67%;

 display: block;
 width:70px;
 z-index:100;
 position:fixed;
 float:right;
}


.abre-cierra-mapa {
font-size:24px;
}

#llamadagratis {
top:150px;
}

.llamadagratis_movil2 {
display:none;
}

.llamadagratis {
position: relative; background-color:#FFFFFF; border:thin; border-color:#666666; margin-top:-20px; margin-left:-50px; width:300px;
}

.llamadagratis3 {
border:thin; 
border-color:#666666; 
margin-top:-50px; 
margin-left:9.5%; 
width:250px;
position: fixed;
float: right;
}



.slide-botones3 {
position: relative; margin-top:10px; margin-left:10px;
}

.video-pc {
display:block;
}

.video-movil {
display:none;
}


/* Estilo por defecto */
input:required:invalid {
border: 1px solid #ececec;
}
 
input:required:valid {
border: 1px solid green;
}

.envio-exitoso {
display:none;
}

.margen-top-40px {
margin-top:-40px;
}


/* ultimo slide */
@keyframes slidy {
0% { left: 0%; }
10% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
75% { left: -200%; }
80% { left: -300%; }
100% { left: -300%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 15s slidy infinite; 
}



/* carusel2 */
@keyframes slidy2 {
0% { left: 0%; }
8% { left: 0%; }
16% { left: -100%; }
24% { left: -200%; }
32% { left: -300%; }
40% { left: -400%; }
48% { left: -500%; }
56% { left: -600%; }
64% { left: -700%; }
72% { left: -800%; }
80% { left: -900%; }
88% { left: -1000%; }
96% { left: -1100%; }
100% { left: -1200%; }
}

body { margin: 0; } 

div#slider2 { overflow: hidden; }

div#slider2 figure { 
  position: relative;
  width: 1300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 39s slidy2 infinite; 
}

div#slider2 figure img { width: 7.692%; float: left; }


/* carusel2 texto */
@keyframes slidy3 {
0% { left: 0%; }
8% { left: 0%; }
16% { left: -100%; }
24% { left: -200%; }
32% { left: -300%; }
40% { left: -400%; }
48% { left: -500%; }
56% { left: -600%; }
64% { left: -700%; }
72% { left: -800%; }
80% { left: -900%; }
88% { left: -1000%; }
96% { left: -1100%; }
100% { left: -1200%; }
}

body { margin: 0; } 

div#slider3 { 
overflow: hidden;
width:100%;
position:relative; 
top:300px; 
z-index:100;
margin:auto;
}

div#slider3 figure { 
  position: relative;
  width: 1300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 39s slidy3 infinite; 
}

div#slider3 figure div { width: 7.692%; float: left; margin:auto}





a {
  color: #b7e700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #b7e700;
  color: #fff;
  border: 2px solid #b7e700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #b7e700;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.btn-primary.btn-outline {
  background-color:#000;
  color: #b7e700;
  border: 2px solid #b7e700;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #b7e700;
	color: #333333;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #b7e700;
  color: #fff;
  border: 2px solid #b7e700;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #b7e700;
  border: 2px solid #b7e700;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #b7e700;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

@media (max-width: 1400px) {
  
.boton-contacto {
 margin-top:-85px;
 margin-left:75%;

 display: block;
 width:310px;
 z-index:100;
 position:fixed;
 float:right;
}

.slide-botones {
 margin-top:20px;
 margin-left:75%;

 display: block;
 width:250px;
 z-index:100;
 position:fixed;
 float:right;
}


}

.carousel-default2 .owl-pagination {
display:none;
}

@media (max-width: 1100px) {

.idioma {
 margin-top:27px;
 margin-left:24%;

 display: block;
 width:70px;
 z-index:100;
 position:fixed;
}

.parallax_imagen {
	position: relative;
	top: 0px;
    height: 370px;

	margin: 0;
	padding: 0;
	background: url(../images/body_imagen.jpg) no-repeat center center fixed;
    background-attachment: scroll;

	-khtml-background-size: cover;  /*  Konqueror */
	-webkit-background-size:cover; /* Webkit */
	-moz-background-size:cover;  /* Firefox */
	-o-background-size:cover;  /*  Opera */
	background-size: cover !important;
	zoom: 1;
}

.parallax_imagen3 {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/parallax2.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	zoom: 1;

}

}

@media (max-width: 768px) {

			.botonera {
				display:block;
			}

			.botonera2 {
				display:none;
			}

			.botonera2 > li {
				display:none;
			}

			.botonera-pc {
				display:none;
			}

			.botonera-pc > li {
				display:none;
			}
			
}



@media (max-width: 768px) {

			.top-nav {
			width:100%;
			}
				
			.botonera_768 {
			    display: block !important;
			    height: auto !important;
	    		padding-bottom: 0;
				background-size: auto auto;

				float:left;
				list-style:none;
				position: fixed;
			}
			
			.botonera {
			background-color:#FFFFFF;
			}
			
			.botonera > li {
				float:left;
				list-style:none;
			    display: block !important;
			    height: calc(100% - 80px) !important;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
			}

			.botonera li a {
				display: inline-block;
			    height: calc(100% - 80px) !important;
				border-radius: 3px;
				border-width:thin;
				border-color:#333333;
				background-color: #b7e700;
				text-align: center;
				font-size: 14px;
				padding: 10px;
				width: 220px;
				transition: all 1s;
				cursor: pointer;
				text-decoration:none;
				color:#333333;
				list-style:none;
			}

			.botonera li a:hover {
			    height: calc(100% - 80px) !important;
				background-color:#434343;
				color:#CCCCCC;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
				list-style:none;
			}
			
			.botonera li ul {
			    height: calc(100% - 80px) !important;
				display:block;
				position:absolute;
				min-width:220px;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			}
			
			.botonera li:hover > ul {
			    height: calc(100% - 80px) !important;
				display:block;
				z-index:1;
				list-style:none;
			}
			
}


/* CSS pantalla 768px o menos */
@media (max-width: 768px) {
      
.slide-botones-landing {
 display: none;
}

.slide-botones-landing-movil {
 display: block;
}

.proceso {
display:none;
} 

/* Proceso Movil */
.proceso_movil {
display:block;
}
  
.contacto {
position: relative; 
align:center; 
left: 0px; 
top: 0px;
  } 
  
.pie {
position: relative; 
align:center; 
left: 0px; 
top: 0px;
  } 
  
.mapa_contenedor2 {
position: relative; 
align:center; 
left: 0px; 
top: 0px;
  } 

}

@media (max-width: 767px) {

.slide-pc {
    display: block;
    margin-top: 130px;
	width:780px;
}

.pagina {
width:100%;
}

.idioma {
 margin-top:-100px;
 margin-left:50%;

 display: block;
 width:70px;
 z-index:100;
 position:relative;
}
  
.boton-contacto {
 margin-top:-150px;
 position:fixed;
 display: block;
 width:310px;
 z-index:100;
 float:right;
 margin-left:24%;
}

.slide-botones {
 margin-top:-100px;
 position:fixed;
 display: none;
 width:250px;
 z-index:100;
 float:right;
 margin-left:60%;
}


.top-nav {
position:relative;
margin-top:-80px;
margin-left:-50px;
}

/* Productos */
.productos_movil {
position: relative; 
left:0px;
top: 0px;
display:block;
}

.productos_full {
display:none;
}

.position-absolute {
position:relative;
}

.fixed {
position:relative;
}

header.position-absolute {
position:relative;
}

}

@media (max-width: 750px) {
.llamadagratis3 {
border:thin; 
border-color:#666666; 
margin-top:-170px; 
margin-left:-60px; 
width:250px;
position: fixed;
float: right;
}
}

@media (max-width: 450px) {

header.position-absolute {
position:fixed;
}

.productos_movil {
position: relative; 
left:0px;
top: 0px;
display:block;
}

.slide-botones-landing {
 display: block;
}

.video-pc {
display:none;
}

.video-movil {
display:block;
}

.top-nav li a {
    background: #f5f5f5 !important;
    font-size: 1em;
    padding: 1em 0.9em;
}

.top-nav li ul li a {
    background: #f5f5f5 !important;
    font-size: 1em;
    padding: 1em 0.9em;
}

.slide-botones2 {
position: absolute; margin-top:-80px; margin-left:-260px; z-index:10001;
}

.llamadagratis {
position: relative; background-color:#FFFFFF; border:thin; border-color:#666666; margin-top:-30px; margin-left:-230px; width:330px;
}

.llamadagratis3{
display:none;
}

.llamadagratis2{
display:none;
}

.chevron {
left:170px;
}

#llamadagratis {
top:900px;
}

.logo img.logo-dark {
    display: block;
	max-width:200px;
	margin-top:10px;
	margin-left:-10px;
}

.llamadagratis_movil2{
display:block;
}

#llamadagratis-movil {
top:1000px;
}

.imagen-producto {
display:none;
}

.pagina {
width:100%;
}

.slide-pc {
display:none;
}

.slide-movil {
display:block;
}

.abre-cierra-mapa {
font-size:14px;
}

.parallax_imagen {
	display: none;
}

.parallax_imagen3 {
	display: none;
}

.parallax_imagen_450 {
	display: block;
}

.parallax_imagen3_450 {
	display: block;
}

.parallax_imagen5 {
    /* The image used */
	position: relative; 
	top: 0px;
    background-image: url("../images/body_imagen2.jpg");

    /* Set a specific height */
    height: 380px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.m-12 {
width:90%;
margin-left:16px;
}
  
.boton-contacto {
 margin-top:-20px;
 position:fixed;
 display: block;
 width:310px;
 z-index:100;
 float:right;
 margin-left:12%;
}

.slide-botones {
 margin-top:82px;
 position:fixed;
 display: block;
 width:250px;
 z-index:100;
 float:right;
 margin-left:28%;
}

.idioma {
 margin-top:35px;
 margin-left:82%;

 display: block;
 width:70px;
 z-index:100;
 position:fixed;
 float:right;
}

nav.fixed, .fixed nav {
  top:-15px; /* For Safari 5.1 to 6.0 */
  padding-left:35px;
}

.carousel-default2 .owl-pagination {
display:none;
}

    .top-nav {
	position:fixed;
	margin-top:110px;
	margin-left:-320px;
    }


.background-transparent {
 position:fixed;
 height:140px;
}

.slide {
margin-top:140px;
}

.texto-caroussel {
font-size:18px;
}

.titulo-caroussel {
font-size:30px;
}

.margin-top-bottom-80 {
margin-top: 250px !important;
margin-bottom: 80px !important;
display: block;
}

.margen-top-40px {
margin-top:40px;
}

.alto-img-carousel{
height:450px;
}

}
