body {
  font-size:100%;
  padding:0;
  width: 100%;
  display: table;
}
/*-------------------------------*/



/*------- Home Area */ 

.principal a{
  margin-left: 100px;
  font-size: 66px;
}

.principal img {vertical-align: bottom;}

/*------- Breadcrumb */

.breadcrumb {
  margin-left: 90px;
  background-color: transparent;
}
.breadcrumb a{
  color: #EA1515;  
}

.breadcrumb a:hover{
  color: #888;
}


/*------- Home & breadcrumb queries */

@media (max-width: 450px){
  .home-breadcrumb{
    margin-left: -64px;
  }
}

/*------- Hero section */

.hero-wrapper {
  position: relative;
  overflow: hidden;
  }
.hero {
  background-image: url(../imagenes/soporte-tecnico-ilustrac.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  width: 100%; 
  position: relative;
  margin-bottom: -30px;
} 
@media (max-width: 950px){
  .hero {
    margin-top: 5px;
    background-size: 100%;
    height: 60vh;
  }
}
@media (max-width: 480px){
  .hero {
    background-size: 100%;
    height: 40vh;
    margin-bottom: 0;
  }
}

/*------- Columns */ 

.main-wrapper{
  display: table;
  width: 75%;
  height: auto;  
  margin: 20px auto 100px;
  background: transparent;
  position: relative;
  padding: 20px;
  top: 40;
}

@media(max-width: 1000px){
  .main-wrapper{
    width: 100%;
    margin: 2 auto;
    padding: 20px;
    position: relative;    
  }
}
.columna1 {
  width: 48%;
  float: left;
  padding: 10px;
  margin: auto;
  column-gap:40px;
}
.columna2 {
  width: 48%;
  float: left;
  padding: 10px;
}

/* .main-title h2{
  color: #EA1515;
  font-family: 'Lora', serif;
  font-size: 40px;
  line-height: 1.5em;
  text-align: left;
  padding:10px;
  margin: 0 auto;
} */

/* .columna1 h3{
  font-size: 30px;
  font-family: 'Lora', serif;
  color: #EA1515;
  padding: -20px;
} */
.columna2 h3{
  font-size: 30px;
  font-family: 'Lora', serif;
  color: #EA1515;
  padding: -20px;
}
.columna1, .columna2 p {
  /*color: #8f9296;*/
  font-family: 'Muli', sans-serif;
  font-weight: 300; 
}

/*------- Column queries */

@media(max-width: 480px){
  .main-wrapper{
    display: table;
    width: 70%;
    margin: 10px;
    padding: 5px;
    position: relative;
    top: 50;
  }
  .columna1{
    width: 100%;
    margin:auto;
  }
  .columna2{
    width: 100%;
    margin:auto;
  }
  .main-title h2{
    font-size: 35px;
  }
}
@media(max-width: 800px){
  .main-wrapper{
    display: table;
    width: 100%;
    margin: auto;
    padding: 20px;
    position: relative;
    top: 50;
  }
  .columna1{
    width: 100%;
    margin:auto;
  }
  .columna2{
    width: 100%;
    margin:auto;
  }
}



