/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
border: 0;
margin: 0;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body{
	font: 14px Calibri, sans-serif;
	color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	height: 0px;
}

#main {
	width: 1000px;
	margin: 0px auto;
}

#header {
	height: 115px;
}

/*logo img*/

#logoimg {
	float: left;
	padding: 4px 0px 0px 15px;
	width: 150px;
	height: 90px;
}

/*logo*/

#logo {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 500px;
}

#logo a {
	text-decoration: none;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.logo_span{
	font-size:30px;
}

.header_imgs{
	float: right;
	width: 300px;
	padding-top: 30px;
}

.header_img{
	float: right;
	padding-right: 7px;
}

/*menu2*/
.navbar {
  overflow: hidden;
  background-color: #d9d9d9;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #454545;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
font-weight: bold;
font-family: calibri;
}

.dropdown {
  float: left;
  overflow: hidden;

}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #454545;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
font-weight: bold;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #454545;
color: #ffffff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.dropdown-content a {
  float: none;
  color: #454545;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {
  background-color: #E21F26;
color: #ffffff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*top*/

.top{
	background:#FFFFFF;
	padding: 0px 0px 0px 0px;
    width: 715px;
     float:right;
    padding-right: 0px;
}


.top_img {
	width: 700px;
	height: 300px;
	margin: 0 auto;
    float:left;
}



.bp_all_bg{
	height: 44px;
	text-align: center;
	margin: 0 auto;
}
	
.bp_all{
	height: 14px;
	width: 0px;
	text-align: left;
	padding-top: 12px;
	margin: 0 auto;
}

.bp{
	display: block;
	float: left;
	width: 15px;
	height: 14px;
	background: url(images/bp.png);
}
.bp:hover{
	background: url(images/bp_hover.png);
}
.bp_div{
	float: left;
	width: 8px;
	height: 10px;
}



/*menu*/
#buttons{
	text-align:center;
	width: 1000px;
	height: 38px;
	margin-left:auto 0px;

	background-color: #d9d9d9;

}

#buttons a {
	font-family: Arial, Book Antiqua, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #454545;
	width: 188px;
	height: 38px;
	font-weight: bold;



}

#buttons a:hover {
	display: block;
	float: left;
	background:#454545;
	color: #ffffff;
	height: 38px;
	text-align: center;

	font-weight: bold;
}


.menu-horizontal

ul#menu-horizontal li {
float: left;
display: inline;
position: relative;}

ul#menu-horizontal ul {
display: none;
position: relative;
top: 24;
left:0;
margin:0;
padding:0;
background:#FFFFFF;
}

ul#menu-horizontal ul li {
display: block !important;
}

ul#menu-horizontal li:hover ul{
display: none;
}

ul#menu-horizontal li:hover ul{
display: block;
}

#menu-horizontal {
width:500px;
margin:0 auto;
}

#menu-horizontal li {
margin:0 1px;
width:98px;
min-height:0px;
text-align:center;
background:#BBB;
list-style:none;
padding:0px 0;
}

/* y otro poquito por aqu&Atilde;&shy;.. */

#menu-horizontal li:hover {
background:#C5014F;
}

#menu-horizontal li a {
font:bold 11px Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration:none;
}

#menu-horizontal li ul li{
float:none;
width:98px;
margin:1px 0;
}



/*content*/


#content{
	padding: 0px 0 0 0;
	background: url(images/content_bg.png) right repeat-y;
    height:100%;
	width: 1000px;
	
}*/

#fullform{
	height: 600px;
	background-color: aqua;
	float:left;
}

#content_top{
	background: url(images/content_bg_line.gif) right top no-repeat;
}

#content_bott{
	background: url(images/content_bg_line.gif)  right bottom no-repeat;
}

#left{
	float:left;
	width: 194px;
	padding-top:0px;
    margin-top: -17px;
background-color: #454545;
}
	
.left_title{
	background-color: #454545;
	height: 30px;
	padding: 8px 0 0;
	text-align: left;
    margin: 15px;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ffffff}

.left_ul{
	padding: 0px 0px 0px;
	list-style: none;
}

.left_ul li{
	padding: 8px 0 8px 19px;}

 .left_ul li:hover {
	 color: 000;
	 	background-color: #E21F26;

	 	text-decoration: none;
    }

.left_ul li a{
	font-weight:normal;
	color: #fff;
	text-decoration: none;
}
.left_ul li a:hover{
	color: #FFC05A;
	text-decoration: none;
}


.left_ul2{
	padding: 0px 0 0px 0px;
	list-style: none;
}

.left_ul2 li{
	background: url(images/left_ul2.gif) left bottom no-repeat;
	padding: 0px 0 30px 19px;}

.left_ul2 li a{
	font-weight: bold;
	color: #6AA6FF;
	text-decoration: none;
}
.left_ul2 li a:hover{
	color: #CC0033;
	text-decoration: none;
}

.right_post li {
	padding: 8px 0px 10px 0px;
		list-style-image: url("images/ularrow.png");

}

#right{
	float: right;
    padding-left: 0px;
	width: 805px;
	padding-bottom: 20px;
	margin: 2px 0px 18px 0;
}

#right2{
	float: right;
    padding-left: 0px;
	width: 1000px;
	padding-bottom: 20px;
	margin: 2px 0px 18px 30;
}

#right_row1{
	height: 00px;
}

.right_box{
	float: left;
	background: url(images/right_box.png) left top no-repeat;
	width: 260px;
	padding: 0px 0 0 0;
}

.right_box_img{
	float:left; 
	padding-right: 0px;
}

h4{
	display:block;
	padding: 0 0 10px 0;
	text-align: center;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.read_more{
	text-align: right;
	padding: 8px 0px 0px 0px;
	height: 18px;
}

.read_more a {
	display: block;
	float:right;
	width: 0px;
	height: 21px;
	padding-top: 2px;
	background: url(images/read_more.gif) left top no-repeat;
	font-size: 11px;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	
}

.read_more a:hover {
	font-size:11px;
	color:#fff;
	text-decoration: underline !important;
}

.div_line{
	background: url(images/div_line.gif) top repeat-x;
	height: 0px;
}

#right_row2{
	background:url(images/right_row2.gif) 415px repeat-y;
}

#right_row2_left{
	float: right;
	width: 775px;
}

#right_row2_right{
	float: right;
	width: 0px;
}

h5{
	display: block;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0 0 15px 0px;
}

.phot{
	float: left;
	padding: 0 20px 0 0px;
}

.span_lh{
	line-height: 20px;
}

.span_data{
	text-decoration: underline;
	line-height: 25px;
}

/*contacto*/

 {
  box-sizing: border-box;
}

.bg-img2 {
 height: 100%;
}

.bg-img {
  /* The image used */
  background-image: url("images/contact-us.jpg");

  /* Control the height of the image */
  min-height: 1024px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.container {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
left: 33%;
  top: 19%;
	height: 500px;
 
  background-color: white;
}

/* Full-width input fields */
  input[type=text], input[type=text], input[type=email], input[type=tel] {
  width: 275px;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  background-color: #ddd;
  outline: none;
}

input[type=submit]:hover {
  background-color: #C6D300;
}

textarea {
	  width: 275px;
  padding: 15px;
  margin: 10px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

 

/* Set a style for the submit button */
.btn {
  background-color: #C6D300;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/*Marcas*/

.column1of3, .column2of3, .column3of3 {
float:left;
width:22.2%;
margin-left:2%;
background-color:#fff;
padding:1%;
margin:1.3px;
height:129px;
}

/*Productos*/


#productos1, #productos2, #productos3 {
float:left;
width:369px;
margin-left:2%;
padding:1%;
margin:1.3px;
height:330px;
position: relative;
border-bottom-color: aqua;
	padding-bottom: 15px;
} 

#productos4 {
float:left;
width:369px;
margin-left:2%;
padding:1%;
margin:1.3px;
height:auto;
position: relative;
border-bottom-color: aqua;
	padding-bottom: 15px;
} 

#productos5 {
float:left;
width:369px;
margin-left:2%;
padding:1%;
margin:1.3px;
height:300px;
position: relative;
border-bottom-color: aqua;
	padding-bottom: 15px;
}  

.prolinks{
	float: left;
	width: 130px;
	height: 20px;
	
}

.prodesc{
	float: left;
	width:219px;
	padding-right: 20px;
	padding-bottom: 0px;
	
}

.promod{
	float: left;
	width: 369px;
	background-color: 000;
}
/*Product list*/


#ptitle {
	position: relative;
	color: #13110C;
	font-size: 16px;
	font-weight: bold;
    padding-bottom: 10px;

	
}

ul.desc  {
	color: #E2161E;
	list-style-image: url("images/ularrow.png");
	padding: 10px 10px 10px 20px;
	
	line-height: 20px;
	width: 195px;
	
	
}

.ansi {
	float:left;
	width:50px;
	height: 75px;
	padding: 10px 10px 1px 0px;
	margin: 1px;
	position: relative;

}

.fish
	{
	position: absolute;
    top: 0%;
		left: 85%;
	}



    table.table-style-two {
        font-family: calibri;
        font-size: 11px;
        color: #333333;
        border-width: 1px;
        border-color: #ffffff;
        border-collapse: collapse;
		padding: 10px;
		width: 369px;
		height: 10px;
		padding-top: 0px;
		
    }
 
    table.table-style-two th {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: #9D9B9D;
        background-color: #B7B7B7;
    }
 
    table.table-style-two tr:hover td {
        background-color: #DBF2FF;
    }
 
    table.table-style-two td {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: #9D9B9D;
		text-align: center
    }

.zoom {
  padding: 0px;

  transition: transform .5s; /* Animation */
  width: 200px;
  height: 200px;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#links {
	font: 14px Calibri, sans-serif;
	color: #016694;
}

#videos1 {
float:left;
width:250px;
    margin-top: 10px;
height:290px;
position: relative;
	padding-bottom: 10px;
} 

.newvid	{
	position: absolute;
    top: 6%;
    left: 62%;
	}

#demo {
    height: 290px;
-webkit-box-shadow: -2px 13px 25px -1px rgba(0,0,0,0.55); 
box-shadow: -2px 13px 25px -1px rgba(0,0,0,0.55);
}

/*paginization*/

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
    margin-top: 70px;
    margin-bottom: 30px;
  text-decoration: none;
  transition: background-color .3s;
	position: relative;
   left: 40%;
	
}

.pagination a.active {
  background-color: #E11820;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}




/*Estilos de la galeria*/

.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
}

.galeria img {
	width: 150px;
	height: 100px;
}

/*Estilos del modal*/

.modal {
	display: none;
}

.modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
}

.imagen {
	width: 100%;
	height: 50%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 500px;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
}



/*footer2*/
.footer-distributed{
	background-color: #444;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
display: inline-block;
	padding: 55px 50px;
	margin-top: 0px;
	
}

.footerall{
width: 1000px;
		margin: 0 auto;
	
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 30%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 20px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #7BB929;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 25%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 10px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1080px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
/*video corousel*/





#slider-wrapper {
    /*background:url(images/top_bg.png) no-repeat;*/
	position: relative;
	width: 805px;
    height: 349px;
	padding-right: 0px ; 
    margin: -17px -15px 0px 20px;
	float: right;
}

#slider {
	position:relative;
    width: 774px;
    height: 300px;
	background-color: aqua;
	padding: 0px 0px 0px 0px;
	float:left;
	/*background:url(images/top_bg.png) no-repeat 50% 50%;*/
}
#slider img {
	position:relative;
	top:0px;
	left:0px;
	
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 340px;
	bottom:-42px;
   

}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/arrowz.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
        padding: 30px 1px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover	 {
	background:url(images/arrowz_hov.png) no-repeat;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;

}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*Estilo para formulario de contacto*/

/*.form-container {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 3px rgba(181, 182, 201, 0.33);
	max-width: 620px;
}*/

text-mensaje {
	width: 275px;
	padding: 15px;
	margin: 10px 0 10px 0;
	border: none;
	background: #f1f1f1;
}
.fondo {
	margin-bottom: 50px;
	margin-right: 50px;
	margin-left:100px; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: 0px 2px 4px 3px rgba(181, 182, 201, 0.33);
}

.fondo-container {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 3px rgba(181, 182, 201, 0.33);
	max-width: 700px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

h2.mbr-header__text {
	color: #444;
}
form {

	display: flex;
	flex-direction: column; /* Los elementos se alinearán en columna */
	justify-content: center; /* Centra los elementos verticalmente */
	align-items: center; /* Centra los elementos horizontalmente */

}

#reloadCaptcha {
	font-size: 26px;
	width: 2em;
	background-color: #444;
	border: none;
	color: #ffffff;
	width: 50px; /* Ancho del botón */
	height: 50px; /* Alto del botón */
	display: flex;
	justify-content: center; /* Centra el contenido horizontalmente */
	align-items: center; /* Centra el contenido verticalmente */
	transition: background-color 0.3s; /* Transición suave para el cambio de color */
}

	#reloadCaptcha:hover {
		background-color: #555; /* Cambio de color de fondo al pasar el mouse */
	}

#canvas {
	background-color: #ffffff;
	cursor: not-allowed;
	border: 0.5px solid #444;
}

	