body {
  background: url('../img/bg-light.png') center;
  /*background-color: #fcece3;*/
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,p,img {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

/* text */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans Condensed', sans-serif;
}
strong {
  font-size: 12px;
}
.text-upper {
  text-transform: uppercase;
}
.spacing {
  letter-spacing: .16em;
}
p {
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
}
.center-text {
  text-align: center;
}
/* end text */

/* colors */

.ocre {
  color: #CF6C0F;
}
.orange {
  color: #a75054;
}
.gris-suave {
  color: #ccc;
}
/* end colors */

/* link */
a {
  color: #f00b2c;
  letter-spacing: 0.8px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  color: #666666;
  text-decoration:none;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
a:hover,a:active,a:focus {
  outline: 0;
  color: #666666;
}
:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
/* end link */

.container {
  padding: 0;
  max-width: 960px;
}
.row {
margin-right: 0;
margin-left: 0;
}

/* padding top */
.ptop10 {
  padding-top: 10px;
}
.ptop15 {
  padding-top: 15px;
}
.ptop20 {
  padding-top: 20px;
}
.ptop25 {
  padding-top: 25px;
}
.ptop30 {
  padding-top: 30px;
}
.ptop35 {
  padding-top: 35px;
}
.ptop40 {
  padding-top: 40px;
}
.ptop45 {
  padding-top: 45px;
}
.ptop50 {
  padding-top: 50px;
}
.ptop55 {
  padding-top: 55px;
}
.ptop60 {
  padding-top: 60px;
}
.ptop65 {
  padding-top: 65px;
}
.ptop70 {
  padding-top: 70px;
}
.ptop75 {
  padding-top: 75px;
}
.ptop80 {
  padding-top: 80px;
}
.ptop85 {
  padding-top: 85px;
}
.ptop90 {
  padding-top: 90px;
}
.ptop95 {
  padding-top: 95px;
}
.ptop100 {
  padding-top: 100px;
}
.pright10 {
  padding-left: 10px;
}
/* end padding top */

/* header */
header {
  letter-spacing: .16em;
}
.logo {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
  width: 110px;
}
p.texto {
  margin-top: 0;
  text-transform: lowercase;
  line-height: 22px;
  font-size: 14px;
}
span {
  color: #f00b2c;
}
.mright20 {
  margin-right: 20px;
}
/* end header */

/*top nav*/
.nav {
  margin: 0 auto;
  margin-top: -20px;
  width: 75%;
}
.nav > li > a {
  color: #f00b2c;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #666666;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.active {
  color: #666666;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
/* end top nav */

/* home */
.home {
  margin-top: 42px;
}
.marco-home {
  margin: 0 auto;
  border: 1px solid #abbad0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.center-block {
  float: none;
}
p.bonjour {
  padding: 30px;
  color: #666666;
  letter-spacing: 0.2px;
  font-size: 24px;
  font-family: 'Open Sans condensed', sans-serif;
  line-height: 1.6em !important;
  -webkit-font-smoothing: antialiased;
}
p.bonjour a {
  padding-right: 4px;
  padding-left: 4px;
  border-bottom: 1px dashed #a04844;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  color: #f00b2c;
  text-decoration:none;
  text-shadow: none;
  font-weight:inherit;
  font-size: 24px;
  line-height:inherit;
  -webkit-transition:background-color .3s ease-in-out;
  -webkit-transition:background-color .3s ease-in-out;

-webkit-transition:color .2s ease-in-out;
  -webkit-transition:color .2s ease-in-out;
  -moz-transition:background-color .3s ease-in-out;
  -moz-transition:background-color .3s ease-in-out;
  -moz-transition:color .2s ease-in-out;
  -moz-transition:color .2s ease-in-out;
  -ms-transition:background-color .3s ease-in-out;
  -ms-transition:background-color .3s ease-in-out;
  -ms-transition:color .2s ease-in-out;
  -ms-transition:color .2s ease-in-out;
  -o-transition:background-color .3s ease-in-out;
  -o-transition:background-color .3s ease-in-out;
  -o-transition:color .2s ease-in-out;
  -o-transition:color .2s ease-in-out;
  transition:background-color .3s ease-in-out;
  transition:background-color .3s ease-in-out;
  transition:color .2s ease-in-out;
  transition:color .2s ease-in-out;
}
p.bonjour a:hover {
  border-bottom: 1px dashed #666666;
  color: #666666;
}
.bonjour span {
  color: #f00b2c;
}
/* end home */

/* web grafico */
h3.galeria {
  margin-bottom: 5px;
  font-weight: 200;
  font-size: 28px;
}
.galeria i {
  padding-left: 10px;
  font-weight: 200;
  font-size: 24px;
}
.versite {
  color: #f00b2c;
}

/* megafolio */
.container-megafolio {
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0px 0px;
  min-width: 240px;
  max-width: 960px;
  width: auto;
}
.splash-white {
  position: relative;
  padding: 45px 0px;
  width: 100%;
}
.container-fullwidth {
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0px 30px;
  min-width: 240px;
  width: 100%;
  width: auto;
}
.megafolio-container,
.megafolio-container-splash {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/*end megafolio*/
/* end web grafico */


/* blog */
p.blog {
  color: #999;
  letter-spacing: 0.2px;
  font-size: 26px;
  font-family: 'Open Sans condensed', sans-serif;
  line-height: 1.6em !important;
  -webkit-font-smoothing: antialiased;
}
p.blog a {
  padding-right: 4px;
  padding-left: 4px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  background: #FABA48;
  color:#FFFFFF !important;
  text-decoration: none !important;
  text-decoration:none;
  text-shadow: none;
  font-weight:inherit;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height:inherit;
  -webkit-transition:background-color .3s ease-in-out;
  -webkit-transition:background-color .3s ease-in-out;

-webkit-transition:color .2s ease-in-out;
  -webkit-transition:color .2s ease-in-out;
  -moz-transition:background-color .3s ease-in-out;
  -moz-transition:background-color .3s ease-in-out;
  -moz-transition:color .2s ease-in-out;
  -moz-transition:color .2s ease-in-out;
  -ms-transition:background-color .3s ease-in-out;
  -ms-transition:background-color .3s ease-in-out;
  -ms-transition:color .2s ease-in-out;
  -ms-transition:color .2s ease-in-out;
  -o-transition:background-color .3s ease-in-out;
  -o-transition:background-color .3s ease-in-out;
  -o-transition:color .2s ease-in-out;
  -o-transition:color .2s ease-in-out;
  transition:background-color .3s ease-in-out;
  transition:background-color .3s ease-in-out;
  transition:color .2s ease-in-out;
  transition:color .2s ease-in-out;
}
p.blog a:hover {
  padding-right: 4px;
  padding-left: 4px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  background: #D96D0A;
  color: #FFFFFF;
  color: #FFFFFF;
  text-decoration:none;
}
.blog img {
  margin-bottom: 30px;
  margin-left: -15px;
}
.blog span {
  color: #CF6C0F;
}
.separador-blog {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #eee;
}
/* end blog */


/* contacto */
.datos {
  padding-left: 0;
}
form {
  padding-left: 0px;
}
.input-group-addon {
margin-top: 0;
margin-bottom: 0;
padding: 2px 12px !important;
background-color: transparent;
color: #666666;
text-align: center;
font-weight: normal;
font-size: 16px;
line-height: 1;
}
.input-group-addon:first-child {
border: none;
}
.form-control1 {
display: block;
padding: 2px 12px;
width: 100%;
height: 50px;
border: none;
border-bottom: 1px solid #666666;
background-image: none;
background-color: transparent;
color: #666666;
vertical-align: middle;
letter-spacing: .07em;
font-weight: 200;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
line-height: 1.428571429;
}
textarea[placeholder] {
  background-color: transparent;
  color: #666666 !important;
  font-size: 20px;
}
.datos p {
  margin-top: 14px;
  padding-left: 0px;
  letter-spacing: .2em;
  line-height: 2em;
}
textarea {
  margin-top: 49px;
  margin-bottom: 0px;
  padding: 10px 0;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
      border-radius: 2px;
  letter-spacing: .07em;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -o-border-radius: 2px;
}

.arroba {
  padding-right: 17px !important;
  padding-left: 20px !important;
  color: #666666 !important;
  font-size: 30px;
}
/*.controles {
  background-color: #eee;
  border: 1px solid #ddd;
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
}*/
 a.send-icon {
  display: block;
  margin-top: 20px;
  border: none;
  background: transparent;
  color: #f00b2c;
  text-align: center;
}
a.send-icon:hover {
  color: #666666;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.img-contacto {
  margin-right: auto;
  margin-left: auto;
}
.fa-user {
  padding: 0.5px;
}
.ok-mail {
  margin-top: 20px;
  color: #f00b2c;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 20px;
}
/*end contacto*/


/* footer */
.copy {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #666666;
  text-align: center;
  letter-spacing: .4em;
  font-size: 12px;
}
/* end footer */


/* go top */
.gotop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: 5px 8px;
  background: #f10b2c;
}

.fa-chevron-up {
  color: #ffffff;
}
/* end go top */


/*servicios*/
.row-servicios-1 {
  margin-top: 30px;
}
.row-servicios-2 {
  margin-bottom: 30px;
}
.line-left {
  border-left: 1px solid #eee;
}
.header-servicios {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #D27721;
  letter-spacing: 0.08em;
}
.servicios {
  margin: 10px 0px 10px;
  text-align: center;
  letter-spacing: 0.08em;
}
.servicios h3 {
  margin-bottom: 20px;
  color: #666666;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.servicios ul {
  margin-top: 10px;
  line-height: 1.5em;
}
a.info-servicios {
  color: #f00b2c;
}
a.info-servicios:hover {
  color: #666666;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
  }
}
/*end servicios*/
span.input-group-addon {
  color: transparent;
}
button[type='submit'] {
}
.btn-send {
  background-color: transparent;
  border-style: none;
  color: #f00b2c;
}
.btn-send:hover {
  color: #666666;
}


/*  tooltip */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #666666;
}


/* Position tooltip above */
[data-tooltip]:before {
  position: absolute;
  bottom: 75%;
  left: 72%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 100px;
  color: #f00b2c;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}


/* padding blog */
.pad-blog {
    margin-left: 10.5%;
}