*{
	
}
body{
	padding:0;
	margin:0;
    font-family: 'Montserrat', sans-serif;
	cursor: url("../imagenes/cursor-circulo2.png"), auto;
}
#contenedor{
	margin:0 auto;
	width:100%;
	position:relative;
}
#header{
	width:100%;
	position:relative;
	float:left;
	background-color:#000000;
	cursor: url("../imagenes/cursor-circulof.png"), auto;
}
#logo{
	width:30%;
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#logo img {
	width:100%;
	max-width:200px;
}
#menu{
	width:70%;
	position:relative;
	float:left;
}
#menu a{
	color: white;
    text-decoration: none;
    font-size: 17px;
    /*margin-left: 14px;*/
    margin-left: 25px;
	transition: 0.3s;
	font-weight: 200;
}
#menu a:hover{
	color:#fcac00;
}
.menureponsivo{
	display:none;
	font-weight: 200;
}
/*.mar50{
	margin-top:62px;
}*/
#slider{
	width:100%;
	position:relative;
	float:left;
}
#slider img{
	height: 100%;
    width: auto !important;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
#informacion{
	position:relative;
	float:left;
	width:100%;
}
#informacion h1{
	font-size:43px;
}
.col50{
	position:relative;
	float:left;
	width:50%;
}
.inicial{
	left:0;
}

.intro img{
	width:100%;
}
.cuadro{
	border-left: 7px solid #fcac00;
    width: 90%;
    position: relative;
    float: left;
    font-size: 20px;
    padding-left: 15px;
    margin-top: 20%;
}
#productos{
	position:relative;
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
#productos h1{
	font-size: 50px;
    text-shadow: -4px 1px 4px rgb(38 38 38 / 93%);
}
#proyectos{
	position:relative;
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
#proyectos h1{
	font-size: 50px;
    text-shadow: -4px 1px 4px rgb(38 38 38 / 93%);
}
.mar40{
	margin-top:40px;
	margin-bottom:40px;
}
.margen{
	margin-top:50px;
}
.margen-showroom{
	padding-top:30px;
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
}
.col33 img{
	width:100%;
}
/* Style the tab */
.tab {
  position:Relative;
  float:left;
  width:100%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;  
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  padding: 8px 14px;
  transition: 0.3s;
  /*font-size: 24px;*/
  font-size: 20px;
  margin-left: 20px;
  border-radius: 25px;
  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffec87;
  color:white;
  /*box-shadow:2px 5px 12px 0px rgba(115,115,115,0.75);
	-webkit-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
	-moz-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);*/
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ffec87;
  color:white;
  /*box-shadow:2px 5px 12px 0px rgba(115,115,115,0.75);
	-webkit-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
	-moz-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);*/
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

/*Nuevo*/
/* Style the tab */
.tab2 {
  position:Relative;
  float:left;
  width:100%;
}

.tab2 img{
	max-width:200px;
	width:100%;
}
/* Style the buttons inside the tab */
.tab2 button {
	background-color: inherit;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
	/*border:2px solid #f4f4f4;*/
	width: 24%;
	border:none;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  color:#e7a924;
   /*border: 2px solid #e7a924;*/
 }

.tab2 button h3{
	font-weight: normal;
    font-size: 22px;
}
/* Create an active/current tablink class */
.tab2 button.active {
    color: #e7a924;
    /*border: 2px solid #e7a924;*/
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  border-top: none;
}

.vistaprevia{
	position: absolute;
    bottom: -100px;
    right: 35px;
}
.vistaprevia img{
	width:210px;
}
/*Nuevo*/
.titulo-categoria{
	width: 80%;
    position: relative;
    float: left;
    text-align: right;
    font-size: 25px;
    margin-top: -24px;
}
.barra-producto{
	width:60%;
	position:relative;
	float:left;
}
.barra-producto hr{
	border:2px solid #000000;
	width: 98%;
    margin: 0;
    margin-top: 20px;
}
.titulo-producto{
	width:40%;
	position:relative;
	float:left;
}
.titulo-producto h2{
	margin: 0;
    padding: 0;
    font-size: 35px;
}
.cnt{
	text-align:center;
}
.mar20{
	margin-top:20px;
	margin-bottom:20px;
}
.textoaplicaciones{
	position:relative;
	float:left;
	width:60%;
}
.textoaplicaciones h1{
	font-weight: bold;
    color: black;
	margin-top: 15px;
    margin-bottom: 15px;
	font-size: 40px;
	text-shadow: 1px 2px 4px rgb(38 38 38 / 93%);
}
.iso{
	position:relative;
	float:left;
	width:40%;
	text-align:right;
}
.iso img{
	width:50px;
}
.mar40{
	margin-top:40px;
	margin-bottom:40px;
}
.content{
	position:relative;
	float:left;
	width:100%;
}
.rig{
	text-align:right;
}
.col20{
	position:relative;
	float:left;
	width:25%;
	text-align:center;
}
.col20 > .in img{
	width:90%;
}

.boton-defecto{
	background-color:black;
	border-color:black;
    color: white;
    /*text-transform: uppercase;*/
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 24px;
	box-shadow:2px 5px 12px 0px rgba(115,115,115,0.75);
	-webkit-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
	-moz-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
	transition: 0.3s;
}
.boton-defecto:hover{
	/*background-color: #fcac00;
	border: 1px solid #fcac00;*/
	
	background-color: #ffec87;
	border: 1px solid #ffec87;

}
.boton-defecto-single{
	width:215px;
	color: #fdbc32;
    border: none;
    background: #000;
    font-size: 16px;
    /* text-transform: uppercase; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
	cursor:pointer; 
	transition: all .25s cubic-bezier(.4,0,.2,1);
}
.boton-defecto-single:hover{
	background-color:#ffec87;
	color:black;
	transition: all .25s cubic-bezier(.4,0,.2,1);
}
.boton-defecto-single:hover > .tabla1{
	color:black !important;
}
.tabla1{
	    width: 100%;
	color:white;
}
#banner{
	width:100%;
	position:relative;
	float:left;
	background-color:#fcac00;
	color:white;
}
.textobanner{
	position:relative;
	float:left;
	width:60%;
}
.textobanner h1{
	margin-top: 30px;
    font-size: 50px;
    margin-bottom: 20px;
	text-shadow: -5px 2px 5px rgba(38,38,38,0.93);
}
.mar30{
	margin-top:30px;
	margin-bottom:30px;
}
.cl25{
	position:relative;
	float:left;
	width:25%;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	transition: transform .2s;
}
.cl25 > .in{
	overflow: hidden;
}
.cl25 > .in img{
	width:100%;
}
.col25{
	position:relative;
	float:left;
	width:33.33%;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	transition: transform .2s;
}
.col25 > .in{
	overflow: hidden;
}
.col25 > .in img{
	width:100%;
}
.img-hover-zoom {
	overflow: hidden;
}
.img-hover-zoom--slowmo img {
    transform-origin: 50% 65%;
    transition: transform 2s, filter 3s ease-in-out;
    filter: brightness(150%);
}
.img-hover-zoom--slowmo:hover img {
    filter: brightness(100%);
    transform: scale(1.5);
}
.cl25 h2{
	font-size: 33px;
    text-align: right;
    width: 90%;
}
.col25 h2{
	font-size: 33px;
    text-align: right;
    width: 90%;
}
.contactanos{
	position:relative;
	float:left;
	width:40%;
}
.boton{
	background-color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 27px;
    border-radius: 24px;
    width: 45%;
    margin-left: 0%;
    position: relative;
	box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
	-webkit-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
	-moz-box-shadow: 2px 5px 12px 0px rgba(115,115,115,0.75);
}
.boton:hover{
	background-color:black;
	color:white;
}
.whatsapp{
	color:#26d367;
	margin-left:2%;
}
.whatsapp:hover{
	background-color:#26d367;
	color:white;
}
#contacto{
	background-color:#000000;
	color:white;
	position:relative;
	float:left;
	width:100%;
	cursor: url("../imagenes/cursor-circulof.png"), auto;
}
.input{
	width: 100%;
    font-size: 19px;
    background: none;
    color: white;
    border-bottom: 1px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-top: 8px;
    padding-bottom: 12px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
.input:focus {
  border: none;
  border-bottom:1px solid #fcac00;
  outline: none;
}

.mensaje{
	width: 100%;
    font-size: 19px;
    background: none;
    color: white;
    border-bottom: 1px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-top: 8px;
    padding-bottom: 12px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
.mensaje:focus {
  border: none;
  border-bottom:1px solid #fcac00;
  outline: none;
}

.enviar{
	background: #fcac00;
    color: black;
    font-size: 20px;
    border: none;
    border-radius: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 150px;
	margin-top:10px;
	margin-bottom:10px;
	
}
.tbl{
	width:100%; 
	margin-top:10px;
}
#aplicaciones{
	position:relative;
	float:left;
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
}
.menuresponsivo{
	display:none;
}

.linkmenu {
	color:white;
	text-decoration:none;
}
.linkmenu:hover{
	color:#df9a04;
}
.footer_icons{
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: white;
    font-size: 22px;
}
.footer_icons:hover{
	color:#df9a04;
}
.mart20{
	margin-top:30px;
}
.ah3{
	color:#df9a04;
}
#banner-nosotros{
	width:100%;
	position:relative;
	float:left;
	background-image:url('../imagenes/banner-nosotros.png');
	background-size:cover;
	min-height:385px;
}
.inbanner{
	position:relative;
	float:left;
	width:90%;
	left:5%;
	margin-top:80px;
}
.inbanner h1{
	color:white;
	font-size:80px;
	text-shadow: 6px 7px 9px #363636;
}
#banner-productos{
	width:100%;
	position:relative;
	float:left;
	background-size:cover;
	min-height:385px;
}
.yellowborder{
	border-left: 4px solid #000000;
	margin-top:30px;
}
#mision-vision{
	background-color:#f4f4f4;
}
.col60{
	position:relative;
	float:left;
	width:60%;
}
.col40{
	position:relative;
	float:left;
	width:40%;
}
.misionvision{
	font-size:80px;
}
.martopmision{
	margin-top:65px;
}
#valores > .in h1{
	color:#fcac00;
    font-size: 48px;	
}
.gains{
	background-color:#f4f4f4;
	font-size: 23px;
}
.c25{
	position:relative;
	float:left;
	width:25%;
	overflow:hidden;
	min-height:325px;
}
.mar50{
	/*margin-top:55px;
	margin-bottom:50px;*/
	margin-top: 40px;
    margin-bottom: 10px;
}
.fake{
	position:relative;
	float:left;
	width:16.66%;
	height:1px;
}
.minh{
	min-height:500px;
}
#servicios{
	/*background-color:gainsboro;*/
}
#sec-contacto{
	background-color:#f4f4f4;
}
#sec-contacto h1{
	font-size:42px;
	margin-bottom:0px;
}
#sec-contacto span{
	font-size:19px;
}
.lft{
	text-align:left;
}
.yllw{
	color:#fcac00;
}
.inp{
	width: 100%;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 10px;
    border: none;
}
.wt{
	background-color:white;
}
.blk{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.blk:hover{
	color:#fcac00;
}
.ylo{
	/*color: #fcac00;*/
    font-size: 35px !important;
	padding-right: 10px;
}
.ubica{
	font-size: 14px !important;
}
.accordion {
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.activo{
	color: #fcac00 !important;
} 
.accordion:hover {
	color: #fcac00;
}
.panel {
	position: absolute;
    float: left;
    width: 135px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    color: white;
    left: 170px;
    z-index: 999;
    padding-top: 10px;
    background: black;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    margin-left: 5px;
}
.accordion.activo:after {
    content: "\2212";
}
.vp{
	color:black;
}
.vp:hover{
	color:#fcac00;
}
.owl-dots{
	margin-top:20px;
	display:none;
}
.active{
	background-color:black !important;
}
.lnkblog{
	color: black;
    font-size: 25px;
    text-decoration: none;
    margin-left: 35px;
}
.lnkblog:hover{
	color:#fcac00;
}
.contentwt h2{
	color:#df9a04;
	margin-top: 10px;
    margin-bottom: 10px;
}
.contentwt{
	position: absolute;
    z-index: 100;
    background: white;
    bottom: 0;
    width: 50%;
    right: 0;
	text-align:left;
	font-size: 20px;
}
.card{
	font-size: 18px;
    min-height: 585px;
    margin-bottom: 20px;
}
.lnkb{
	color: #fcac00;
    text-decoration: none;
}
.lnkb:hover{
	color:#d47c10;
}
.cl30{
	position:relative;
	float:left;
	width:35%;
}
.cl70{
	position:relative;
	float:left;
	width:65%;
}
.h2serv{
	font-size:30px;
}
.flotante-whatsapp{
	position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 245px;
    height: 50px;
    background-color: #00a783;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}
.flotante-whatsapp:hover{
	background-color:black;
}
.title {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 27%);
	transition: all 0.3s ease;
	transform: translate(0px, 0px);
}
.intitle {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: -15%;
}
.title:hover > .intitle{
	bottom:0;
	transition: all 0.3s ease;
	transform: translate(0px, -50px);
}
.posy{
	background-position-y: -130px;
}
.ic25{
	position:Relative;
	float:left;
	width:25%;
}
@media screen and (max-width: 1340px){
	.yellowborder{
		border-left: none;
	}
}
@media screen and (max-width: 1300px){
	.textobanner h1 {
		font-size: 42px;
	}
	.boton{
		font-size:23px;
	}
}
@media screen and (max-width: 1285px){
	.cuadro {
		margin-top: 10%;
	}
}
@media screen and (max-width: 1285px){
	.nosotrosimagen{
		display:none;
	}
	.txtnosotros{
		width:100%;
	}
}

@media screen and (max-width: 1205px){
	.menu{
		display:none;
	}
	.menuresponsivo{
		display:block;
		margin-top:40px;
	}
	.menuresponsivo img{
		width:35px;
	}
	.mar50{
		margin-top:auto;
		margin-bottom:auto;
	}
}
@media screen and (max-width: 1180px){
	.titulo-categoria{
		width:75%;
	}
}
@media screen and (max-width: 1155px){
	
}
@media screen and (max-width: 1090px){
	.textobanner h1 {
		font-size: 35px;
	}
	.boton{
		font-size:20px;
	}
	.vistaprevia{
		
	}
	.titulo-categoria{
		width:95%;
		margin-top: 55px;
	}
}

@media screen and (max-width: 1040px){
	.col25{
		width:50%;
	}
	.c25{
		width:50%;
	}
}
@media screen and (max-width: 1025px){
	.cuadro {
		margin-top: 20px;
	}
}
@media screen and (max-width: 1010px){
	.barra-producto hr {
		margin: 0;
		width:98%;
	}
	.barra-producto{
		width:100%;
		text-align:center;
	}
	.titulo-producto {
		width: 95%;
		left: 5%;
		margin-top: 15px;
	}
	
}
@media screen and (max-width: 990px){
	.col20{
		width:50%;
	}
}
@media screen and (max-width: 980px){
	.contentwt{
		position: relative;
		float: left;
		width: 100%;
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media screen and (max-width: 960px){
	.col50{
		width:100%;
	}
	.inproducto{
		position:relative;
		float:left;
		width:90%;
		left:5%;
	}
	.cuadro {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.col40{
		width:100%;
	}
	.col60{
		width:100%;
	}
	.misionvision {
		font-size: 50px;
	}
	.martopmision {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	#mision-vision {
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 947px){
	.textoaplicaciones{
		width:80%;
	}
	.iso{
		width:20%;
	}
}
@media screen and (max-width: 937px){
	.textobanner{
		width:100%;
		text-align:center;
	}
	.contactanos {
		width: 100%;
		text-align:center;
	}
	.contactanos > .mar30{
		margin-top:0px;
	}
	.boton{
		position:inherit;
		width:200px;
	}
}
@media screen and (max-width: 905px){
	.h2serv {
		font-size: 26px;
	}
}
@media screen and (max-width: 890px){
	.cl30{
		width:100%;
	}
	.cl70{
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 820px){
	.tab2 button{
		width:49%;
	}
	#wowslider-container1 {
		max-height:500px !important;
		text-align:center;
	}
	#wowslider-container1 .ws_images {
		max-height:500px !important;
	}
}
@media screen and (max-width: 815px){
	.inbanner h1 {
		font-size: 68px;
	}
}
@media screen and (max-width: 805px){
	.menuresponsivo{
		margin-top:30px;
	}
}
@media screen and (max-width: 790px){
	.posy{
		background-position-y: inherit;
	}
}
@media screen and (max-width: 785px){
	.col25 h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 770px){
	#productos h1 {
		font-size: 40px;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	#proyectos h1 {
		font-size: 40px;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.col33{
		width:50%;
	}
	#contacto > .content > .content > .in > .col33{
		width:100%;
	}
	#contacto > .content > .content > .in > .col33 > .cnt{
		text-align:left;
	}

}
@media screen and (max-width: 750px){
	.vistaprevia {
		bottom: -75px;
		right: 30px;
	}
	.vistaprevia img {
		width: 140px;
	}
}
@media screen and (max-width: 700px){
	.titulo-categoria{
		text-align:center;
	}
	.titulo-producto{
		text-align:center;
		width:100%;
		left:0%;
	}
}
@media screen and (max-width: 670px){
	.tab button {
    padding: 11px 9px;
    font-size: 18px;
   }
   .col33{
	   width:100%;
   }
}
@media screen and (max-width: 650px){
	.cl25{
		width:50%;
	}
	.col25{
		width:50%;
	}
	.c25{
		width:50%;
	}
	
}
@media screen and (max-width: 630px){
	.col20{
		width:50%;
	}
}
@media screen and (max-width: 550px){
	.owl-nav {
		bottom: 325px !important;
		width: 100% !important;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		margin: 0px auto !important;
	}
	.owl-next {
		right: 5px !important;
	}
	.flotante-whatsapp {
		width: 50px;
		height: 50px;
		font-size: 30px;
		text-align: center;
		color: white;
		border-radius: 50px;
		
	}
	.txt-wha{
		display:none;
	}
	.iconowap{
		top: 10px;
		position: relative
	}
	.ic25{
		width:50%;
		min-height:125px;
	}
}
@media screen and (max-width: 530px){
	
}
@media screen and (max-width: 500px){
	#informacion h1 {
		font-size: 30px;
	}
	.menuresponsivo{
		margin-top:20px;
	}
	#servicios > .in > .col33{
		width:100%;
	}
	.cl25{
		width:100%;
	}
	.col25{
		width:100%;
	}
	.c25{
		width:100%;
	}
	#banner-nosotros {
		min-height: 305px;
	}
	.inbanner h1 {
		font-size: 50px;
	}
}
@media screen and (max-width: 455px){
	#logo{
		width:60% !important;
	}
	#menu{
		width:40% !important;
	}
	#productos h1 {
		font-size: 30px;
	}
	#proyectos h1 {
		font-size: 30px;
	}
	.tab button {
		padding: 9px 8px;
		font-size: 17px;
	}
	.boton {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.vistaprevia {
		width:100%;
		position: relative;
		right: 0;
		text-align: center;
		float: left;
		bottom: inherit;
		margin-top: 15px;
	}
	.titulo-categoria {
		width: 100%;
		text-align: center;
	}
	.barra-producto {
		width: 100%;
	}
	.barra-producto hr {
		margin-top: 0px;
	}
	.titulo-producto {
		width: 90%;
		position: relative;
		float: left;
		left: 5%;
		margin-top: 16px;
		text-align: center;
	}
	.tab2 button {
		width: 100%;
	}
	.blk{
		font-size:smaller;
	}
	#sec-contacto h1{
		font-size:30px;
	}
	.lnkblog {
		color: #fcac00;
		font-size: 16px;
		text-decoration: none;
		margin-left: 16px;
	}
	#banner-productos{
		background-position:center;
		min-height: 300px;
	}
	.inbanner{
		margin-top:45px;
	}
	#wowslider-container1 {
		max-height:400px !important;
		text-align:center;
	}
	#wowslider-container1 .ws_images {
		max-height:400px !important;
	}
}