body{  
  font: 15px/1.5 Arial,Helvetica,sans-serif;
  padding:0;
  margin: 0;
  background-color:#f3ebeb;
}


/* Global */
.container{
  width:90%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

/* Email buttom **/
.button_1{
  height:35px;
  background:#0d6d96;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#0d6d96;
}

/* side bar */
.dark{
  padding: 13px;
  background: #7583862d;
  color:#000000;
  font-size:12px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Header **/
header{
  background:	#000000;
  color:#ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
  min-height: 40px;
  border-bottom: #0d6d96 0px solid;
  width: 100%;
}

header a{
  color:#0cbbf0;
  text-decoration:none;
 
  font-size:12px;
}

header li{
  float: left;
  display: block;
  padding: 0 20px 0 20px;
}

header #branding{
  float: left;
}

header #branding h1{
  margin:10px;
}

header nav{
  float:right;
  margin-top:40px;
}

header .highlight, header .current a{
  color:#ffffff;
  font-weight:normal;
}

header a:hover{
  color: #e8491d;
  font-weight:normal;
}

.cencompu {
  /* ocultar texto **/
  display: none;
}

/* Showcase **/
#showcase{
    min-height:400px; 
    background: url('../img/backgroundEnglish.png') no-repeat 0 -400px;
    background-position: center;
    background-size: cover;
    text-align:center;
    color: #ffffff;
}

#showcase{
  transition: all 4s ease-in-out;
}

 
#showcase h1{
  margin-top: 90px;
  font-size: 40px;
  margin-bottom: 15px;
  
}
#showcase h2{
  margin-top: 0px;
  font-size:30px;
   font-weight:normal;
  margin-bottom: 0px;
}
#showcase h3{
  margin-top: 30px;
  font-size:20px;
   font-weight:normal;
  margin-bottom: 22px;
}

#showcase p{
  font-size:36px;
  font-weight:bold;
  }

/* Newsletter */
#newsletter{  
  padding: 10px;
  color:#000000;
  background:#013b52;
  border-bottom: #0d6d96 1px solid;
}

#newsletter p{
  float: left;
  font: size 20;
  font-weight:normal;
}

#newsletter form {
  text-align:center;
  margin-top:10px;
  margin-bottom:8px;
}

#newsletter input[type="text"]{
  padding:12px;
  height:10px;
  width:250px;
}

/* Boxes */
h3 {
  text-align:center;
}
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: left;
  width:30%;
  padding:15px;
}


#boxes .box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100px;
}

/* Sidebar CEO image */
.ceoleft{
  width:100%; max-width: 600px;
}

/*logo image */
.logoleft{
  width:100%; max-width: 400px;
  }

/* Cervicios sidebar image center */
.centerl{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

li {
  list-style-type: square;
  line-height: 20px;
  letter-spacing: 0.2px;
}

a {
  text-decoration: none;
}


/* Sidebar */
aside#sidebar{
  float: right;
  width:32%;
  margin-top:0px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding: 0px;
  text-align:center;
}

/* Main-col */
article#main-col{
  float: left;
  width: 65%;
}

/* ajust the image in to div */
img {max-width: 100%}

/* Services */
ul#services li{
  list-style: none;
  padding: 15px;
  border: #c1eefcb9 ;
  margin-bottom:1px;
  background: #7583862d;
}

footer{
  border-top: #000000 1px solid;
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#013b52;
  text-align: center;
}

/* Media Queries */
@media(max-width: 460px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  li {
    list-style-type: none;
  }

  header{
    padding-bottom:0px;
  }
 
  #showcase h1{
    margin-top:0px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}
