
body
	{
		background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
	}

.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
	border-top: 3px solid #1765af;
	width: 500px;
}

#nosotros, #gallery, #services, #intro {
	padding-top: 100px;
	padding-bottom: 100px;
}
#nosotros, #contact {
  background: #f0f0f0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #152F4E;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* google-maps */
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* start nagivation */
.navbar-default
    {
        background: #152F4E;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 40px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 11px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #56CAEA;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #56CAEA;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #56caea;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* home section */
#home {
  background: url('../images/fondo04.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25vh;
  text-align: center;
}
#home h1 {
  font-size: 2vw;
  letter-spacing: 8px;
  font-style: normal;
  font-weight: bold;
  padding-top: 10px;
  color: #ffffff;
}
#home h2 {
  font-size: 25px;
  letter-spacing: 3px;
  font-style: normal;
  padding-top: 10px;
}
#home h3 {
  font-size: 20px;
  letter-spacing: 4px;
  font-style: normal;
  padding-top: 200px;
  color:#E6BF0A;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #0A7178;
  color: #ffffff;
}

/* intro section */
#intro {
  text-align: center;
}
#intro h1 {
  font-size: 24px;
  line-height: 15px;
  border-color: #0A7178;
}
#intro h3 {
  font-size: 18px;
  line-height: 4px;
  text-align: center;
}
#intro h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#intro .col-md-4 {
 padding-top: 42px;
}

/* nosotros section */
#nosotros {
  text-align: center;
}
#nosotros h1 {
  font-size: 30px;
  line-height: 15px;
  border-color: #0A7178;
}
#nosotros h2 {
  font-size: 24px;
  line-height: 15px;
  border-color: #0A7178;
}
#nosotros h3 {
  font-size: 24px;
  line-height: 4px;
  padding-top: 20px;
}
#nosotros h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#nosotros h5 {
  font-size: 24px;
  color: #152F4E;
  padding-top: 24px;
}
#nosotros i {
  color: #1765af;
}
#nosotros .col-md-4 {
 padding-top: 42px;
}
#nosotros .linea {
  border-top: 1px solid #152F4E;
  height: 2px;
  max-width: 200px;
  padding: 0;
  margin: 20px auto 0 auto;
}
#nosotros .linea2 {
  border-top: 0.5px solid #CCCCCC;
  height: 2px;
  max-width: 1000px;
  padding: 0;
  margin: 20px auto 0 auto;
}


/* services section */
#services {
  text-align: center;
}
#services h1 {
  font-size: 30px;
  line-height: 15px;
  border-color: #0A7178;
}
#services h2 {
  font-size: 25px;
  color: #152F4E;
}
#services h3 {
  font-size: 18px;
  line-height: 4px;
}
#services h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#services h5 {
  color: #444444;
  font-size: 20px;
  font-weight: bold; 
  padding-top: 24px;
}
#services .linea {
  border-top: 0.5px solid #CCCCCC;
  height: 2px;
  max-width: 1000px;
  padding: 0;
  margin: 20px auto 0 auto;
}
#services .col-md-4 {
 padding-top: 42px;
}

/* gallery section */
#gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}
#gallery .col-md-4 {
  padding-top: 52px;
}
#gallery img {
  width: 100%;
  padding-bottom: 18px;
}
#gallery .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}
#gallery h3 {
  font-size: 18px;
  line-height: 8px;
}

/* contact section */
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
}
#contact .col-md-8 {
  margin-bottom: 32px;
}
#contact .form-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border-color: #f9f9f9;
  
}
#contact input {
  height: 48px;
}
#contact input[type="submit"] {
  background: transparent;
  border: 2px solid #999;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
}
#contact input[type="submit"]:hover {
  background: #152F4E;
  color: #ffffff;
}

/* footer section */
#footer {
  background: url('../images/footer03.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 20px;
 }
#footer h2 {
  padding-bottom: 14px;
}
#footer h3 {
  padding-top: 8px;
}
#footer h4 {
  color: #152F4E;
  font-weight: bold;
  font-size: 15px;
}
#footer p {
  color: #152F4E;
  font-weight: bold;
}
#footer span {
  font-weight: bold;
  padding-left: 24px;
}
#footer .ph, footer .address {
  padding-top: 12px;
  padding-bottom: 12px;
}
#footer .fa {
  font-size: 25px;
  padding-right: 10px;
}

/* ultimo section */
#ultimo {
  background: #1765af;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
}
#ultimo p {
  color: #ffffff;
}
#ultimo a {
  color: #ffffff;
}
#ultimo a:hover {
  color: #FF0;
}
#ultimo h5 {
  font-size: 13px;
  color: #FFF;
}
#ultimo i {
  color: #72d4ed;
}
#ultimo a:hover {
  color: #72d4ed;
}
