body {
  font-size:100%;
  padding:0;
  width: 100%;
  display: table;
}
a, button{
  transition: all .25s ease-in-out;
}
/*-------------------------------*/


/*------- 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;
}


/*------- Content Area */ 

div.jumbotron{
    padding-top: 2px;
    padding-bottom: 2px;
    background: #EF1515;
    font-family: 'Lora', serif;
    font-style: bold;
    margin: 70px auto; 
    width: 75%;
    transform: skew(30deg);   
}

h1#responsive-utilities-classes{
    color: #fff;    
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 auto;
    transform: skew(-30deg);    
}

@media(max-width: 700px){
  div.jumbotron{ 
    width: 100%;
    margin: 60px 0;
  }
  h1#responsive-utilities-classes{
    font-size: 40px;
    font-weight: 400px;
    text-align: center;
    padding: 0;    
  }
}

/*------- Contact form container */ 

.main-wrapper{
  display: table;
  width: 75%;
  height: auto;  
  margin: 50px auto;
  background: #f4f4f4;
  position: relative;
  padding: 20px;
  top: 50;
  border-radius: 8px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
}

@media(max-width: 1000px){
  .main-wrapper{
    width: 100%;
    margin: 2 auto;
    padding: 20px;
    position: relative;    
  }
}

/*------- Contact form */

 #sub-1{
  float: left;
  width: 50%;
  margin-left: 70px;
 }

form{
  margin: 0 auto;
  padding: 20px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: auto;
  background: url(../imagenes/fondo-formulario-contacto-mko-blur.jpg); 
}

form #content-header {
  background: transparent;
}
form #content-header h2{
  border-bottom: #fff dashed 1px;
  padding-bottom: 12px;
  color: #fff;
  font-family: 'Lora', serif;
}  

/*------- Contact form Queries */

@media (max-width: 960px){
  #sub-1, #sub-2 {
    width: 95%;
    margin: 10px auto;
    float: none;
  }
}
@media (max-width: 480px){
  #content-header h3{
    font-size: 28px;
    text-align: center;
  }
}


/*------- "Estamos dispuestos a ayudarle. Escríbanos."*/

form div{
  margin: 10px;
}

form label{
  display: inline-block;
  width: 60px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700 bold;
  color: #fff;
}

form input[type='text'], form input[type='email']{
  border: #ddd 1px solid;
  height: 30px;
  width: 79%;
  margin-left: 19px;
  background: #f4f4f4;

}
form textarea [type='text'], [name='message']{
  border: #ddd 1px solid;
  height: 150px;
  margin-left: 21%;
  width: 78%;
}
form input[type='submit'] {
  width: 40%;
  padding: 8px 10px;
  color: #f4f4f4;
  font-size: 22px;
  background: transparent;
  border: #EA1515 3px solid;
  float: right;
  margin-right: 5px;
  display: block;
}
form input[type='submit']:hover {
  background: #EA1515;
  color: #fff;
  cursor: pointer;
}

form .content-footer p{
  font-family: 'Muli', sans-serif;
  font-style: italic;
  text-align: center;
  color: #f4f4f4;
  font-size: 9pt;
  text-align: left;
  border-top: 0.5px dashed;
  padding-top: 20px;
}

/*------- Input queries */

@media (max-width: 960px){
  #contact-form input[type='submit'] {
    width: 80%;
    float: none;
  }
  #contact-form input, textarea {
    margin: 0 auto;
  }
  #contact-form textarea [type='text'], [name='message']{
  margin-left:3% 
  }
}

/*------- sub 2 */

#sub-2{
  float: left;
  width: 35%;
  margin-top: 12%;
  margin-left: 3%;
 }

#sub-2 a{
  color: #888;
}

#sub-2 h3 {
  text-align: left;
  color: #EA1515;
  font-size: 35px;
  font-family: 'Lora', serif;
}
#sub-2 p{
  font-family: 'Muli', sans-serif;
  text-align: left;
}
/*------- sub 2 queries */

@media (max-width:770px){
  #sub-2 {
    width: 100%;
  }
  #sub-2 h3 {
  text-align: center;
  color: #EA1515;
  font-size: 25px;
  }
  #sub-2 p{
    text-align: center;
  }
}

/*------- Google map */

.mapWrapper{
  margin: 20px auto;
  /* width: 106%;
  padding-left: 13%; */
}
iframe { 
  position: relative;
  width: 100%;
}
@media (min-width: 320px){
  iframe {

  margin: 10px auto;
  }
}




