
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    webkit-tap-highlight-color: #222222;

}
hr {
  border-color: transparent;
  border-width: 3px;
  max-width: 50px;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
ul{
  font-family: "Roboto";

}
section {
    padding: 50px 0 0 0;
}
aside {
    padding: 50px 0;
}


.navbar {
    border-radius: 0;
}
.navbar-default {
    background-color: #661415;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin:0;
    border:none;
}
.navbar-default .navbar-header .navbar-brand {
    color: #FFFFFF !important;
    font-family: 'Trajan pro regular';
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    background-color: transparent;

}
.subBrand{
    font-size: 14px;
    color:#F4EEEE;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 27px;
    color: #ffffff;
    border: none;
    padding: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    color: #D1B9B9;
    background-color: transparent;
}
.navbar-fixed-top{
    border-width: 0 0 0px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {

    font-weight: 700;
    font-size: 13px;
    color: white;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #D1B9B9;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #D1B9B9 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
#slideNav{
    display:none;
    opacity:0;
}
.affix{
    position:relative;
}
@-webkit-keyframes aparecerNav {
    to {opacity: 1}
}
.navbar-default.affix ~ #slideNav {
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 1030;
    display: block;
    animation-name: aparecerNav;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: aparecerNav;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: aparecerNav;
    -moz-animation-duration: .5s;
    -moz-animation-fill-mode: forwards;
    -ms-animation-name: aparecerNav;
    -ms-animation-duration: .5s;
    -ms-animation-fill-mode: forwards;
}

@media (min-width: 768px) {
    #mainNav{
        z-index: 1;
    }
    .navbar-default {
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-default.affix .navbar-header .navbar-brand {
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #FFFFFF;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #ffffff;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #ffffff;
    }
    .fotoAugusto{
        width: 25% !important;
    }
    .fotoJuli{
        width: 25% !important;
    }
}




header {
    position: relative;
    width: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background-position: center;*/
    background-image: url("../img/martilloDesenfocadoFinal.jpg");
    /*background-attachment: fixed;*/
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-position: 0px -30px;


}
header:before{
    position: absolute;
    content: "";
    background-image: url("../img/martillo.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display:block;
    opacity: 1;
    animation-name: desvanecer;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    background-position: 0px -30px;

}
header:after{

    content:"";
    width: 100%;
    height: 30px;
    display:block;
    background-color: white;

}

@keyframes desvanecer {
    to{opacity: 0}

}
.martilloDesenfocado{
    z-index: 999999;
    position: static;
    margin:0;
}
header .header-content {
    position: relative;
    text-align: center;
    padding: 250px 20px 20px;
    width: 100%;
}
header .header-content .header-content-inner h1 {

    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    text-align: right;


}
header .header-content-inner{
    opacity: 0;
    animation-name: aparecer;
    animation-duration: 3s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;

}
@keyframes aparecer {
    to{opacity: 1}
}
header .header-content .header-content-inner hr {
    margin: 30px auto;

}
header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .service-box {
        margin: 20px auto 20px;
    }
    header {
        min-height: 90%;

    }
    header:after{
        background-color: transparent;
    }
    header .header-content {
        position: absolute;
        bottom: -40px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }

    header .header-content .header-content-inner {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;

    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}








.bg-primary {
  background-color: #FFFFFF;
    color: #000;
}
.bg-dark {
  background-color: #222222;
  color: white;
}

img.fotoAugusto{
    float: left;
    height: 25%;
    width: 30%;
    box-shadow: 5px 5px 20px grey;
}
.fotoJuli{
    float: right;
    height: 25%;
    width: 30%;
    box-shadow: 5px 5px 20px grey;
}
.text-faded {
    color: #000000;
    text-align: justify;
}
.no-padding {
  padding: 0;
}
#especialidades{
    margin-bottom: 50px;
}

.correccion{
    margin-top: 3px !important;
}


.aparecerEfecto{

    mask-position-y: 5px;
    animation-name: aparecerArriba;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;

}
.aparecerEfecto2{

    -webkit-mask-position-y: 5px;
    animation-name: aparecerArriba;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;

}
@-webkit-keyframes aparecerArriba {
    to{

        transform: translate(0px, -5px);
        opacity:1;
    }
}
.revealOnScroll{
    opacity: 0;
}
.section-heading {
  margin-top: 0;
    text-align: left;
}
.center{
    text-align: center !important;
}

.informacion {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 300;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
.service-box p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: red;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

@font-face {
  font-family: Trajan pro regular;
  src: url(../fonts/TrajanProRegular.ttf);
}

.contactenosTitulo{
    color: #ffffff;
}

#contactenos{
    background-color: #661415;}


.desarrollador{
    margin-bottom: 5px;
    font-size: 10px;
}



@media (min-width: 1200px){
    h3{
        margin-top: 10px;
    }
}
@media (max-width: 1200px){
    h3{
       padding-top: 10px;
    }
}

