/* PRELOADER */
#page-preloader, #spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1c1c1c;
  z-index: 9999;
  overflow: hidden;
}
#spinner:after {
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color:  #fae703; /* Color amarillo corporativo carga preloader */
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  content: "";
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }}
/* PRELOADER */

body
{
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

.heading {
	font-size: 60px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}

p {
	letter-spacing: 0px;
	line-height: 28px;
}

.center {
  display: flex;
  justify-content: center;
}


#about,
#team, #contact, #service {
	padding-top: 100px;
	padding-bottom: 100px;
}

#service {
  background: #ddd;
}

#about .fa, #service .fa {
	font-size: 28px;
	min-width: 34px;
}

.salto {
  margin-bottom: 100px;
}

.centrar {
  text-align: center;
  margin-bottom: 30px;
}

/* start navigation */
.navbar-nav {
  margin-top: 10px; /* altura menu */
}
.top-nav-collapse {
  background: #253a57!important; /* color azul corpo menu en movimiento*/
  transition: all 0.3s ease-in-out;
}
.custom-navbar {
    background: #253a57; /* Color azul corpo fondo menu movil */
    padding: 10px 20px;
    margin-bottom: 0;
}
      @media screen and (max-width: 767px) {
        .custom-navbar {
        box-shadow: 0px 1px 1px #00000020;    /* Sombra con ligero desenfoque */
       }}
.custom-navbar .navbar-brand  {
	color: #303030;
	font-size: 40px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    border: 1px solid #66000000; /* Color transparente menu */
    color: #fff; /* Color tipografia menu */
    font-size: 13px;
    /* font-weight: bold; */
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	  transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: #00000020; /* Color transparente menu sobre*/
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
	background: #fae703; /* Color amarillo corpo menu sobre*/
    color: #253a57; /* Color tipografia azul corpo menu sobre*/
    font-weight: bold;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 20px; /* altura toggle */
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #FFD321;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #ffffff;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #fff;
            /* border-bottom: 1px solid #eeeeee; Borde inferior blanco  */
        }
}


/* logo 
.img-resp {
  width: 100%;
  display: flex;
}*/

/* home section */


#home {
  background: url('../images/home-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  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: 100vh;
  text-align: center;
}
#home hr {
  border: 2px solid #fae703; /* Línea arriba amarillo corporativo */
  width: 100px;
}
#home h3 {
  letter-spacing: 4px;
  font-size: 30pt;
  line-height: 0pt; /* separacion entre textos banner slider */
}
#home h1 {
  line-height: 50pt;
}
#home h1, h3 {
	color: #fff; /* color titulos banner slider */
}


#about h1.heading, #service h1.heading, #portfolio h1.heading, #contact h1.heading, footer h1.heading { /* Tamaño titulos */
  font-size: 22pt;
}
footer h1.heading, footer h2.subheading {
  color: #fff;
}
footer .container {
  width: 60%;
}


#home .btn, #about .btn, #service .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #404040;
  color: #404040;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover, #about .btn:hover, #service .btn:hover {
  background: #404040;
  color: #ffffff;
}

/* about section */
#about .col-md-4 .fa {
  background: #FFD321;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#about .col-md-6 {
  padding-top: 60px;
}
#about .col-md-6 h3 {
  margin-top: 0px; /* Altura del texto al lado de imagen */
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .progress .progress-bar-primary {
  background: #FFD321;
}

/* service section */
#service .fa {
  background: #253a57; /* Color azul corpo iconos servicios  */
  border-radius: 50%; 
  color: #fae703; /* Color amarillo corpo iconos servicios  */
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#service .col-md-6 {
  padding-top: 60px;
}
#service .col-md-6 h3 {
  margin-top: 0px; /* Altura del texto al lado de imagen */
  padding-bottom: 10px;
}
#service h3 {
  color: #253a57 ; /* color azul corpo titulo servicios */
}
#service span {
  display: block;
  padding-bottom: 6px;
}
#service .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#service .progress .progress-bar-primary {
  background: #FFD321;
}

/* portfolio section */
#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0px 0 24px 0; /* Separacion entre sub menu de galeria, las fotos y el titulo */
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #FFD321;
    color: #ffffff;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px; /* galeria fotos imagenes separacion abajo */
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box .descripcion {
  margin-bottom: 25px;
}
.iso-box h4{
  margin-bottom: 0px;
  color: #444 /* COLOR TEXTOS GRIS TITULOS */
}
.iso-box h5{
  margin-top: 0px;
  color: #777; /* COLOR TEXTOS GRIS BAJADA */
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f0f0f0; /* Gris claro seccion contacto */
  text-align: center;
}
#contact .fa {
  font-size: 40px;
}
#contact form {
  padding-top: 80px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

/* footer section */
footer {
  /* background: #253a57;  Azul corpo pie copy */ 
  background: url('../images/footer-bg.jpg') no-repeat; /* Imagen de fondo en vez de color del Pie */
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
	background: #fae703; /* Color amarillo corpo botones redes */
  border-radius: 50%;
  color: #253a57; /* Color icons media redes Pie */
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 30px; /* separacion entre iconos redes */
}
.social-icon li a:hover {
  background: #0f2747; /* azul oscuro sobre redes */
}

/* copyright section */
#copyright {
  background: #0f2747; /* Azul oscuro pie copy */ 
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #FFD321;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #253a57; /* Color azul corpo boton subir */
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #FFD321;
  color: #000;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #about .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}