 @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5npeis');
  src:  url('../fonts/icomoon.eot?5npeis#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5npeis') format('truetype'),
    url('../fonts/icomoon.woff?5npeis') format('woff'),
    url('../fonts/icomoon.svg?5npeis#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-cross:before {
  content: "\ea0f";
}


/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fin reset*/
/*azul:#222165*/
/*rojo:#ED1C24*/
body{
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: 400;
  font-size: 16px;
}
/* preloader */
#preloader_ {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #000;
    z-index: 100;
}
#loader_ {
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    background: url(../images/loader.gif) no-repeat center 0;
    margin:-50px 0 0 -50px;
}
/*fin preloader*/
/* menu/////////////////////////////////////////////////////////////*/
.navigator{
  width: 100%;
  height: auto;
  background-color: white;
  font-family:'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222165;
}
.container{
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  background-color: white;
}
header figure {
  width: 20%;
  max-width: 138px;
  height: auto;
  display: inline-block;
  margin: 1% 0% 2% 4%;
}
.menu{
  width: 63%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 3%;
  float: none;
  text-align: center;
}
.menu ul{
  width: auto;
  height: auto;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}
.menu li,a{
  width: auto;
  height: auto;
  display: inline;
  color: #222165;
  margin-right: 2px;
  text-decoration: none;
  opacity: 1;
}
.menu a:hover{
  color: #ED1C24;
  opacity: 0.5;
  transition: 1s;
}
.burguer-button{
  width:40px;
  height:40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #222165;
  display: none;
  color: white;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 3;  
}
.languagepicker{
  background-color: #E6E7E8;
  display: inline-block;
  padding: 0;
  width: auto;
  height: 30px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 20px 0px 10px;
  vertical-align: top;
  float: right;
  position:relative;
  top: 29px;
  right: 0;
}
.languagepicker:hover{
  height: 60px;
}
.languagepicker ul{
    width: auto;
    height: auto;
    list-style: none;
    display: inline-block;
    margin-top: 0px;
}

.languagepicker a{
  color: #414042;
  text-decoration: none;
  margin-right: 0px;
}

.languagepicker li{
  display: block;
  padding: 0px 5px;
  line-height: 20px;
  /*border-top: 1px solid #EEE;*/
  margin-right: 0px;
  color:#414042;
  font-size: 12px;
  margin-top: 0px
}

.languagepicker li:hover{
  background-color: #EEE;
}
.languagepicker img{
  margin-top: 5px;
}

.languagepicker a:first-child li{
  border: none;
  /*background: #FFF !important;*/
}

.languagepicker li img{
  margin-right: 5px;

}
/*menu responsive*/
@media screen and (max-width: 880px){
  .navigator{
  font-weight: 700;
  font-size: 16px;
  color: #222165;
  }
  .languagepicker{
    margin: 0 20px 0px 0px;
    vertical-align: top;
    float: right;
  }
}
@media screen and (max-width: 800px){
.menu {
    width: 100%; 
    font-size: 18px;
    display: block;
    background-color: rgba(34,33,101,0.8);
    margin-top: 0px;
    position: fixed;
    top:0px;
    left: -100%;
    z-index: 2;
    transition: .3s;
  }
  .menu.active{
    left: 0px;
  }
  .menu li {
  display: block;
  margin-left: 0px;
  border-top: 2px solid white;
    padding: 10px 0px 10px 0px;
  }
  .menu li:before{
    content:none;
  }
  .menu li:first-child {
  border-top: none;
  }
  .menu li:nth-child(2n+0){
    display: none;
  }
  .menu a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  nav{
    width: 100%;
    margin-left: 0px;
  }
  .burguer-button{
    display: inline-block;
    position: fixed;
  }

.container figure{
  display: block;
  margin: 0 auto;
  padding: 1% 0%;
}
.navigator {
    width: 100%;
    height: 75px;
    background-color: white;
}
.languagepicker{
  background-color: #E6E7E8;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top:13px;
  overflow: visible;
  height: 60px;
}
.languagepicker img{
  width: 30px;
  height: auto;
}

}
@media screen and (max-width: 500px){
header figure{
  width: 30%;
}
}
@media screen and (max-width: 320px){
header figure{
  width: 35%;
}
.navigator {
    width: 100%;
    height: 75px;
    background-color: white;
}
}
/*fin menu*/
/*footer//////////////////////////////////////////////////*/
footer{
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #222165, #ED1C24);
  background-image: url(../images/background_footer.jpg);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color:white;
  font-size: 14px;
}

.pie{
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  background-color: none;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
}
.pie div{
  align-items: flex-start;
  margin-top: 15px;
  justify-content: space-around;
}
.pie div:first-child{
  margin-top: 6px;

}
.pie figure{
  width: 100%;
}
.pie img{
  max-width: 190px;
  height: auto;
  align-items: center;
}
.links a{
  text-decoration: none;
  color: white;
  opacity: 1;
}
.links a:hover{
  opacity: 0.5;
  transition: 1s;
}
.links li{
    margin-bottom: 15px;
}
.date_contact a{
  text-decoration: none;
  color: white;
  display: block;
}
.date_contact1{
  list-style-image: url('../images/icon_direction2.png');
}
.date_contact2{
  list-style-image: url('../images/icon_mail2.png');
}
.date_contact3{
  list-style-image: url('../images/icon_phone2.png');
}
.order1{order: 1}
.order2{order: 2}
.order3{order: 3}
.order4{order: 4}

.item1{flex:1 25%;}
.item2{flex:2 15%;}
.item3{flex:3 25%;}
.item4{flex:4 35%;}
.balancin span{
  width: 150px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 25px;
    font-style: italic;
    text-align: center;
    display: block;
    margin: 0 50px;
    float: right;
}
.balancin figure{
  width: 100%;
  display: block;
}
.balancin img{
  max-width: 100%;
  float: right;
}
.designed{
  width: 100%;
  height: auto;
  background-color: #414042;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color:white;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
  text-decoration: none;
}
#roth{
  text-decoration: none;
  color: white;
  cursor: pointer;
}
#carra{

  text-decoration: none;
  color:#27AAE1;
}
/*footer responsive//////////////////////////////////////*/
@media screen and (max-width: 720px){
.pie{
  flex-flow: wrap;
}
.item1{flex:1 50% auto;}
.item2{flex:1 50% auto;}
.item3{flex:1 50% auto;}
.item4{flex:1 50% auto;}

.balancin figure{
   align-items: center;
  justify-content: center;
}
.balancin span{
  width: 150px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color:white;
  font-size: 25px;
  font-style: italic;
  text-align:center;
  display: block;
  margin: 0 auto;
  float: none;
}
.balancin img{
  float: none;
  margin: 0 auto;
  display: block;
}
}
@media screen and (max-width: 500px){
.pie{
  width: 100%
  margin: 0 auto;
  background-color: none;
  display:block;
}
.pie div{
  width: 100%;
  display:block;
  margin: 0 auto;
  text-align: center;
}
.balancin{
  padding-top:10px;
}
.balancin figure{
  width: 100%;
  display: block;
}
.balancin span{
  font-size: 20px;
}
.balancin img{
  width: 150px;
  float: none;
  margin: 0 auto;
  display: block;
}
.date_contact{
  width: 90%;
  margin: 0 auto;
  list-style-position: inside;
}
.date_contact1{
  list-style-image: url('../images/icon_direction3.png');
}
.date_contact2{
  list-style-image: url('../images/icon_mail3.png');
}
.date_contact3{
  list-style-image: url('../images/icon_phone3.png');
}
footer{
  background-image: url(../images/background_footer2x.jpg);
}
}

/*fin footer*/
.header_principal{
  width: 100%;
  height: auto;
  position: relative;
}
.header_principal figcaption {
  position: absolute;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 0;
  height: auto;
  top: 35%;
  left: 0;
  color: white;
  text-align: center;
  font-size: 40px;
  flex-flow: column;
}
.header_principal h1{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 46px;
  font-style: italic; 
  color: white;
  text-align: center;
  font-size: 40px;
  flex-flow: column;
}
.header_principal p{
  font-size: 16px;
  font-weight: 400;
}
.cont_center{
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  background-color: none;
  text-align: center;
  margin: 10px 0px;
}
.cont_center h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color:#222165;
  font-size: 40px;
}
.cont_center p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color:black;
  font-size: 16px;
  margin-top: 20px;
}
.cont_center a{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color:red;
}
.products{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 0px;
}
.products div{
  border-right: 1px;
  border-bottom:1px;
  border-style: solid;
  border-color: gray;
  /*padding: 10px;*/
  padding: 12px;
}
.products div:nth-child(4n+0){
  border-right: 0px;
  border-style: solid;
  border-color: gray;
}
.products div:last-child{
  border-right: 0px;

  border-color: gray;
}

.products figure{
  width: 100%;
  max-width: 220px;
  display: inline-flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
}
.products img{
  width: 100%;
}
.products figcaption{
  width: 100%;
  padding: 10px 0px;
}
.products a{
    width: 220px;
    height: 220px;
    display: initial;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    background-color: black;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.products a img{
    width: 110px;
    height: 19px;
    position: absolute;
    top:45%;
    left: 26%;
    z-index: 3; 
}
.products a:hover{
  background-color: black;
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.margin{
  margin-bottom: 20px;
}
#tableproductsoff{
  height: 0px;
  overflow: hidden;
}
.tableproductson{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: none;
  font-size: 16px;
}

/*.tableproductson{
    opacity: 1;
    height: auto;
}*/
.tableproductson header{
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    background-color: #222165;
    margin-top: 10px;
    color: white;
    padding: 10px 10px 6px 10px;
}
.tableproductson h4{
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  color: white;
}
.tableproductson h5{
  font-weight: bold;
}
.tableproductson a{
  position: absolute;
  width: 32px;
  height: auto;
  display: inline-block;
  color: white;
  top: 0px;
  right: -2px;

}
.tableproductson img{
  position: relative;
  max-width: 32px;
  height: auto;
}
.tableproductson ul{
  width: 80%;
  height: auto;
  background-color: #E6E7E8;
  margin: 0 auto;
  padding: 10px;
  list-style: none;
  text-decoration: none;
}
.tableproductson li{
  color:black;
  border-bottom: 1px solid black;
  padding: 5px;
}
.tableproductson strong{
  font-weight: 700;
}
.tableproductson li:last-child{
  border-bottom: 0px;
}
@media screen and (max-width: 995px){
  .products div:nth-child(4n+0){
  border-right: 1px;
  border-style: solid;
  border-color: gray;
}
.products div:nth-child(3n+0){
  border-right: 0px;
}
.products div:last-child{
  border-right: 0px;
}
}
@media screen and (max-width: 751px){
  .products div:nth-child(3n+0){
  border-right: 1px;
  border-style: solid;
  border-color: gray;
}
.products div:nth-child(2n+0){
  border-right: 0px;
}
.products div:last-child{
  border-right: 0px;
}
}
@media screen and (max-width: 506px){
  .products div:nth-child(3n+0){
  border-right: 0px;
  border-style: solid;
  border-color: gray;
}
.products div{
  border-right: 0px;
  border-style: solid;
  border-color: gray;
}
}
@media screen and (max-width: 500px){
  .header_principal figcaption {
    top: 20%;
  }
  .header_principal h1{
  font-size: 30px;
  
}
.header_principal p{
  font-size: 14px;
  
}
  .cont_center h2{
    font-size: 30px;
    padding: 0px 10px
  }
  .cont_center p{
    font-size: 14px;
    padding: 0px 10px;
  }
}