/*Color List:
- black = 000000;
- dark blue = 1C75BC
- green = 8DC63F
- dark green = 009444
- orange = F7941E
- dark orange = F15A29
- brown = 594a42; */

/***************************
****************************
Reset Styles
****************************
***************************/

@import 'normalize.css';

@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,300|Sacramento');

/* Change all elements to use border-box */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/***************************
****************************
Base Styles
****************************
***************************/

body {
	background-color:#FFFFFF;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    font-weight: 300;
}

a {
    color: #000000;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}

p {
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size: 16px;
line-height: 22px;
color: #000000;
text-align: justify;
margin-top:60px;
margin-bottom:60px;
} 

.menuenmedio {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#000000;
	line-height : 12px;
}
.menuenmedio:link { COLOR: #000000;  font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none }
.menuenmedio:visited { COLOR: #000000; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none } 
.menuenmedio:active { COLOR: #343535; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none } 
.menuenmedio:hover { COLOR: #343535; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none }

.menuactive {
   font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color:#000000;
	line-height : 12px;
}
.menuactive:link { COLOR: #343535; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none }
.menuactive:visited { COLOR: #343535; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none }
.menuactive:active { COLOR: #343535; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none }
.menuactive:hover { COLOR: #343535; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight:400; TEXT-DECORATION: none }

.footer {
    color: #000000;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
    font-weight: 300;
	margin-top:5px;
}

.txt {
    color: #000000;
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
    font-weight: 300;
	margin-top:5px;
}



/***************************
****************************
Layout Styles
****************************
***************************/

/* Content Container*/
.container {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
}
/* Row */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
/* Row Clear Float*/
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Media Query excludes extra small devices and includes small and above */
[class*='col-'] {
  //width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 48em) {
    [class*='col-'] {
        float: left;
    }
    /* Column Third */
    .col-1-3 {
        width: 33.3333%;
    }
    /* Column Two Thirds */
    .col-2-3 {
        width: 66.6666%;
    }
	/* Column One Half */
    .col-1-2 {
        width: 50%;
    }
	/* Column Sixth*/
    .col-1-6 {
        width: 16.6666%;
    }
	/* Column Two Quarter */
    .col-2-4 {
        width: 50%;
    }
	/* Column Quarter */
    .col-1-4 {
        width: 25%;
    }
	/* Column Complete */
    .col-1-1 {
        width: 100%;
		 min-height: 1px;
		 color:#FFF;
    }
}

@media (min-width: 48em) {
.pull-right-sm {
    float:right;
}
}

/***************************
****************************
Modules
****************************
***************************/

/*Button Modules*/

.btn {
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
cursor: pointer;
text-decoration: none;
padding: 2px 14px;
font-size: 1.1em;
font-weight: 300;
border-radius: 4px;
transition: all 0.3s ease 0s;
}

.btn-primary {
border-color: #000000;
color: black;
}

.btn-primary:hover {
background: none;
border-color: #999794;
text-decoration: none;
}

.btn-nav {
    color: black;
}

.btn-toggle-menu {
	position:absolute;
	top:125px;
	right:25px;
}

@media (min-width: 824px) {
.btn-toggle-menu {
	display:none;
}
}

.btn-nav:hover {
background: none;
text-decoration: none;
color: #f5aa35;
}

.btn-nav_on {
background: none;
text-decoration: none;
font-weight:500;
color:#000;
}

/*Menu Modules*/

.menu {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
padding: 2px 40px;
font-size: 1.3em;
font-weight: 300;
transition: all 0.3s ease 0s;
}

.menu-nav {
    color: black;
}

.menu-nav:hover {
background: none;
text-decoration: none;
color: #f5aa35;
}

.menu-nav_on {
background: none;
text-decoration: none;
font-weight:500;
color:#000000;
}


/*Header Modules*/

.header-primary {
height:175px;
text-align: left;
padding-top: 40px;
padding-bottom: 35px;
}

.header-primary.bg-image > img {
    opacity: 1;
}

/*Logo Modules*/

.logo {
	float:left;
    overflow: hidden;
    display: inline-block;
}

.logo-primary {
    width: 220px;
    height: 42px;
}

.logo-primary img {
    height: 100%;
}

.logo-politicas {
	float:left;
    overflow: hidden;
    display: inline-block;
	margin-left:20px;
	margin-top:20px;
}

/*Navigation Modules*/

.nav > ul {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.nav li {
display: inline-block;
text-align:right;
list-style: none;
font-family: 'Roboto', sans-serif;
font-weight:300;
font-size: 12px;
color: #000000;
}

.nav-primary {
    margin-top: 25px;
	//width:70%;
	display:none;
}

@media (min-width: 48em) {
.nav-primary {
	display:block;
}
}

.nav-secundary {
	background-color:#1f2f6b;
	width: 100%;
}

/*Animacion Module*/

#animacion {
	 background-color:#f3f3f3;
	 width:auto;
    //height:454px;
	z-index:1;
}

.banner{
	position: absolute;}
	
.tx_izq {
font-family: 'Roboto', sans-serif;
font-size: 45px;
line-height: 50px;
font-weight:300;
color: #ffffff;
text-align: right;
}

#anima_fijo {
background-color:#000;
float: left;
//width: 100%;
padding: 10px;
//margin-left:1200px;
font-family: 'Sacramento', cursive;
font-size: 20px;
line-height: 50px;
font-weight:300;
color: #ffffff;
text-align: center;
}

.anima_fijo {
background-color:#000;
float: right; //left;
//width: 100%;
padding: 10px;
//margin-left:1200px;
font-family: 'Sacramento', cursive;
font-size: 30px;
line-height: 40px;
font-weight:300;
color: #ffffff;
text-align: center;
margin-top:20%;
}

#anima_der {
float: left;
//width: 100%;
padding: 10px;
margin-left:200px;
font-family: 'Roboto', sans-serif;
font-size: 45px;
line-height: 50px;
font-weight:300;
color: #ffffff;
text-align: right;
}

.anima_der {
float: left;
//width: 100%;
padding: 10px;
margin-left:200px;
font-family: 'Roboto', sans-serif;
font-size: 45px;
line-height: 50px;
font-weight:300;
color: #ffffff;
text-align: right;
}

/*Hero Modules*/

.hero {
    text-align: right;
	height:115px;
}
.hero-primary {
    background-color: #ffffff;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}
.hero-primary.bg-image > img {
    opacity: .8;
}
.hero-body {
    position: relative;
}

.hero-title {
	position: fixed;
	
	background-color:#000;
	padding:10px 30px;
	border-radius:.2em;
	margin-right:30px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 2.625em;
	font-family: 'Sacramento', cursive;
}

.hero-subtitle {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.500em;
    font-weight: normal;
}
.hero-subtitle + button {
    margin-top: 25px;
}


/*Mapa Module*/

.mapa{
	padding:25px;
	margin-top:60px;
	vertical-align:middle;
	width: 100%;
	display: flex;
	}
	
/*Contacto Module*/

.presentacion {
	text-align:left;
	padding:20px;
	
}

form div{
	margin: 0 auto;
    margin-bottom:0.75em;
    max-width:500px;
}
div.submit input{
   margin-left:100px;
   
}
#tablacontacto{
	margin-top:20px;
}

.campos{
   //display:flex; //table-cell;
}
div.field{
	display:table-cell;
	float:left;
	margin-right: 15px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
   font-size: 13px;
   color: #000000;
   font-weight:300;
	text-align:right;
}
input(type="text"), select, textarea{
   width: 400px;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   color: #000000;
   background-color:#FFF;
   opacity:0.8;
   line-height: 20px;
   border:solid 1px #666;
}
div.required label.field{
	font-weight:400;
}
div.required input, div.required select{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
	background-color:#FFF;
	opacity:0.8;
	border: solid 1px #666;
	border-radius: .3em;
	padding:4px;
	width:280px;
}
div textarea{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
	background-color:#FFF;
	opacity:0.8;
	border: solid 1px #666;
	border-radius: .3em;
	padding:4px;
	font-weight:300;
	width:280px;
}
button {
	padding: 10px 10px;
	background-color: #CCC;
	border:solid 1px #FFF;
	border-radius: .2em;
	margin-top:20px;
	margin-bottom:40px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
   font-size: 14px;
   line-height: 24px;
   color: #000000;
   text-align: left;
}
	
/*Empresa Modules*/

.empresa-primary {
	padding:20px;
text-align: justify;
//margin-right:15px;
color: #ffffff;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: .9em;
}

.empresa-primary img {
    float:left;
    overflow: hidden;
}

/*Background Modules*/

.bg-image  {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bg-image > img {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
}

/*Frames Modules*/

#aceros_contruccion{
 display:visible;
}

#aceros_estructurales{
 display:none;
}

#vigas{
 display:none;
}

#otros{
 display:none;
}

#barmenu{
  display:table;
  float:right;
}

#logo{
  float:left;
  padding-top:15px;
}

#tablas{
  display: inline-block;
  list-style: none;
  padding-right: 9px;
}

#header_producto{
  display: table;
  width: 100%;
  margin: 0 auto;
}

#image_producto{
  display: table-cell; 
  width: 50%; 
}

#nombre_producto{
  display: table-cell;
  width: 50%;
}

.class_tabla{
  cursor:pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 15px;
  text-decoration: underline;
}

/*Table Modules*/

.table-general {
padding-top:5px;
text-align: left;
color: #ffffff;
}

.table-primary {
padding-top:20px;
text-align: left;
color: #ffffff;
}

.table-content {
	width:75%;
	border:solid 1px #999;
	border-radius:10px;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px;
	font-family: 'Roboto', sans-serif;
   font-weight: 100;
   font-size: .9em;
}

thead {
	background-color:#1f2f6b;
	height:40px;
}

th  {
	background-color:#1f2f6b;
	height:40px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
}

td  {
	text-align:center;
	height:30px;
}

/*Footer Modules*/

.footer-primary {
text-align: left;
border-top:#000 solid 1px;
padding: 30px 10px;
color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: .8em;
}

.footer-secundary {
    display: inline-block;
	padding-right:20px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 1.2em;
}

/*Media Object Module*/

.media, .media-body {
    display: inline-block;
	padding-right:50px;
}

.media-item {
	float:left;
margin-right: 10px;
padding-left:15px;
}

.media-item i {
	color: #000000;
font-size: 1.5em;
}

/***************************
****************************
Module Styles
****************************
***************************/


/***************************
****************************
Theme Styles
****************************
***************************/
.background-primary {
  background: #F7941E;
}
.background-secondary {
  background: #1f2f6b;
}
.background-tertiary {
  background: #8DC63F;
}
.background-quaternary {
  background: #594a42;
}
.background-quinary {
    background: #e7e1d7;
}

@media screen and (max-width : 825px) {
.remove-gutter-xs {
    padding-left: 0px;
    padding-right: 0px;
}

.anima_fijo {
font-size: 25px;
display:table-cell;
}

.anima_der{
font-size: 25px;
}

#menuprincipal{
   display:none;
}
#submenu{
  width: 100%;
  text-align:center;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

div.field{
  width: 100%;
  text-align:center;
  padding-right:0px;
}

#navprincipal { 
	text-align: center;
	//display:none;
	padding-left:0px;
	padding-right:0px;
 }

#menuprincipal li {
display: block;
list-style: none;
padding: 1px;
margin-right: 30px;
font-family: 'Roboto', sans-serif;
font
color:#FFF;
font-size: 11px;
border-bottom: 1px solid;
width:100%;
line-height:2;
text-align:center;
}

#menuprincipal ul {
background: rgba(0,0,0,0.7);
margin: 90px 0;
position:absolute;
width:50%;
right:0px;
z-index:99;
}

}

@media screen and (max-width : 400px) {
.anima_fijo {
font-size: 25px;
line-height: 40px;
font-weight:100;
display:table-cell;
margin-top:2%;
}

.anima_der{
font-size: 25px;
line-height: 40px;
font-weight:100;
display:table-cell;
}

.table-primary{
font-size:11px;
}

}
