@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

body{
  background:#efefef url("http://tognettisa.net/css/img/gray_jean.png");
  font-family: 'Source Sans Pro';
  text-shadow: 0 0 1px transparent; /* google font pixelation fix */
  height:100%;
}

.masthead{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url("../img/bg-masthead.jpg");
background-size: cover;
}
.fragmento{
  padding:60px 0;
  min-height:350px;
}

.bg-info{
  background:#2eb874!important;
}
.btn-primary {
  background-color: #26a2c8 !important;
  border-color: #26a2c8 !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #2cbae6 !important;
  border-color: #2cbae6 !important;
}

.btn-success {
  background-color: #2eb874 !important;
  border-color: #2eb874 !important;
  color: #fff !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #31c77d !important;
  border-color: #31c77d !important;
}

.text-secondary {
color: #fbffb5 !important;
}
.bg-light .text-secondary {
color: #f4c205 !important;
}
.fragmento:nth-child(1){background:#34b350; color:white;min-height:0px;}
.parallax{
  height:200px;
}
.fragmento:nth-child(even){
  background:#34b350; color:white;
}
.fragmento:nth-child(even) > div > .h3{

  padding: 15px;
  width: 100%;
  background: #f0f0f0;
  color: black;
}
.fragmento:nth-child(odd) > div > .h3{
      margin: 0 0 30px;
  padding: 15px;
  width: 100%;
  background: #34b350;
  color: white;
}
.fragmento > div{    font-size: 16px;line-height: 1.7;}
.footer{
  padding:80px 0 60px;
  margin:0;
  border-top:1px solid #ddd;
  color:white;
  font-size:0.8em;
  position: relative;
  top:0;
  left:0;
  background:#34b350;
}
#credits{
  text-align:center;
  padding:20px;
  margin:0;
  border-top:1px solid #ddd;
  color:#999;
  font-size:0.8em;
  text-shadow:0px 1px 1px #fff;
  position: relative;
  top:0;
  left:0;
  background:#fff;
}


.miniContacto{
  position: fixed;
    top: 16em;
    padding: 0.3em;
    z-index: 1000;
  right: 0;
    color: white;
        width: 17em;
    background: rgba(85, 85, 85, 0.72);
    border-radius: 0.5em;
}
.miniContacto a{color:white;}
.miniContacto a:hover{color:white;}
.miniContacto:hover{background: rgba(85, 85, 85, 1);}

.input_lbl {margin-bottom: 1.6em;}

.margin_30{height:30px; width:100%;}
.margin_10{height:10px; width:100%;}

.navbar{
font-weight: 700;
font-size:1.6em;
border: none;
position: absolute;
z-index: 10;
width: 100%;
}
.navbar ul{
  list-style: none;
  padding-left:0;
}
.navbar ul li{
  display:inline-block;
  margin:20px 30px;
}
.navbar ul li a {
  color:#3d9c52;
}

.navbar .left-navbar{
  position:absolute;
  left:0;
  top:0;
}

.navbar .right-navbar{
  position:absolute;
  right:0;
  top:0;
}
.lang-selection{
  border:3px solid #3d9c52;
  border-radius: 3px;
  padding: 5px 15px;
}
.header{
  height:300px;
  text-align:center;
}
#logo, #iso{height: 100%;}

.logo{height: 12em; margin:0 auto;}

.iso {
    position: absolute;
    right: 1em;
    top: 6em;
    height: 8em;
    z-index: 10;
}
.btn-primary {
  color: #fff;
  background-color: #34b350;
  border-color: #34b350;
}
.btn-primary:hover,.btn-primary:active, .btn-primary:focus {
  color: #fff;
  background-color: #2c9343;
  border-color: #2c9343;
}
.btn-primary:active:focus {
  color: #fff;
  background-color: #237336;
  border-color: #237336;
}
.table_marcas_mobile{
  width:400px;
  display:none;
}
@media screen and (max-width: 800px) {
  #iso{height: 4em;}
  .iso{
    width: 10em;
    text-align: center;
  }
  .header{
    height:500px;
  }
  .navbar .right-navbar {
    top:20px;
    right:50px;
  }
  .miniContacto{
    display:none;
  }
  .navbar ul li{
    font-size:0.8em;
    display:inline-block;
    margin:20px 10px;
  }
  .navbar ul.right-navbar li{
    margin: 0;
  }

   #logo{height: 8em;}
 }
