/* Website Claims Resources, Modified by Stefany Gomez*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-primary {
    color: #fff;
    background-color: #000263;
    border-color: #5b0002;
    padding: 1%;
}

.new{
  margin-left:10px;
}
/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */

.navbar-default {
  background: #000263;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 50%;
  float:right;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 21px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #a3a3a3;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #a3a3a3;
}

.top-nav-collapse {
  background: #000263;
}

.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  width: 200px;
  height: auto;
}
.navbar-brand > img{
  margin-top:7px;
}
.top-nav-collapse .nav > li > a {
  padding: 20px 15px;
}
.navbar-nav {
    float: right;
    margin: 0;
}

.img-responsive{
  margin:0 auto;
  margin-top:25px;
}
    /* ==========================================================================
Sliders Style
========================================================================== */
#home{
  background-image: url("../img/sliders/Slide.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 220px 0;  /*180 en caso de poner .sectionimg */
  text-align: center;
}

.sectionimg{
  background: rgba(255,255,255,.3);
  width: 950px;
  padding-top:1%;
  height: 410px;
  margin:0 auto;
} 

    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  background: url(img/textura2.png);
  padding: 50px 0;
  text-align: center;
}
#welcome h2 {
  text-transform: uppercase;
}
#welcome h2 span {
  font-weight: 700;
}
#welcome img {
  margin-top: 40px;
  margin-bottom: 30px;
}

    /* ==========================================================================
Services Style
========================================================================== */
#about {
  background: url("../img/sliders/Slide3.jpg");
  padding: 60px 0;
  text-align: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#about h2 {
  text-transform: uppercase;
  color: #24242a;
  margin-top: 50px;
}
#about p {
  color: #fff;
  text-align: justify;
  background: rgba(0,0,0,.5);
  padding: 3%;
}
#about .about-box {
  margin-top: 40px;
}
#about .about-box .col-md-4 {
  margin-bottom: 20px;
}
#about .about-box .col-md-4 .media-left,
#about .about-box .col-md-4 .media-right,
#about .about-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}


.img1{
  width: 60%;
  height: auto;
  margin-top:50px;
}

    /* ==========================================================================
img estatic Style
========================================================================== */
#imgestatic {
  background: url(img/textura2.png);
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  text-align: center;
}

/*===============================================================================
services
========================================================================== */

#services {
  background: url("../img/sliders/Slide2.jpg");
  padding: 60px 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#services h2 {
  text-transform: uppercase;
  color: #24242a;
  margin-top: 50px;
  text-align: center;
}
#services p {
  color: #24242a;
  text-align: justify;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}

.servicesli{
  margin-top: 50px;
}

.img2{
  width: 50%;
  height: auto;
  margin-top:70px;
  margin-left:50px;
}

.foter{
  color:#fff;
  text-align:right;
  font-size: 0.8em;
}
.above{
  color:#fff;
  margin-top: 4%;
  font-size: 0.6em;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  padding: 20px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}


    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #000263;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 102px;
    height: auto;
    margin-top:5px;
  }

  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }

  /*-- img home --*/
  #home{
    background-image: url("../img/sliders/Slide.jpg");
    padding: 140px 0;
  }


  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #imgestatic h5 {
    font-size: 18px;
  }
}
