/*

Snapshot Template
http://www.templatemo.com/tm-493-snapshot

*/

@font-face{font-family:'GothamBook';
src:url('../fonts/GothamBookRegular.otf');
}
/* Body
------------------------------------- */
body {
    background: #ffffff;
    font-family: 'GothamBook','Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/*---------------------------------------
    Typorgraphy
-----------------------------------------*/

h1,h2,h3,h4 {
  font-weight: 300;
  font-family: GothamBook;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 9px;
  text-transform: none;
  padding-bottom: 8px;
}

h2 {
  color: #6fcfc4;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

p {
  color: #888;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 34px;
}

#home p,
#contact p, footer p {
  color: #f9f9f9;
}

.btn {
  border:none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  background: #e44c65;
  border-color: transparent;
}

.btn-success {
  background: #e44c65;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 14px 32px;
  margin-top: 26px;
}

.btn-success:hover {
  background: #222;
}

a {
  color: #e44c65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #888;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    All Section style
-----------------------------------------*/

.section-title {
  padding-bottom: 62px;
}

#about .section-title {
  padding: 82px 80px 0px 80px;
}

#about .section-title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#about,
#gallery,
#contact {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

#gallery,
#contact, footer {
  text-align: center;
}

.overlay {
/*  background: #304352; */
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;uppercase
  right: 0;
}



/*---------------------------------------
    Pre Loader Style
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #e44c65;
  border-radius: 100%;
  margin: 40px auto;
  -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; } }



/*---------------------------------------
    Main Navigation
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0px !important;
  height: 100px;
}

.navbar-default .navbar-brand {
  color: #304352;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #4d75a9;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
}

.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
  font-family: 'GothamBook';
  font-size: 15px;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #304352;
}

.navbar-default .navbar-nav > li a:hover {
    color: #304352 !important;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #4d75a9;
    background-color: transparent;
    font-weight: bold;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

@media screen and (max-width: 768px) {

  .navbar-default .navbar-nav li a span:before {
    background: transparent !important;
  }
  .navbar-default .navbar-nav li.active a {
    background: transparent;
    background: none;
    color: #304352 !important;
  }
  .navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .etapa-f-dos-mobile{
    display: none;
  }
}



/*---------------------------------------
    Home Section
-----------------------------------------*/

#home {
  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: 78vh;
  text-align: center;
  margin-top: 100px;
}

#home h1 {
  color: #ffffff;
  background: rgba(77, 117, 168, 0.75);
  text-align: left;
  padding: 15px;
}

#home .col-md-8 {
  padding-left: 62px;
}


/*---------------------------------------
    About Section
-----------------------------------------*/

#about {
  background: #f0f0f0;
}

#about .item {

  display: block;
}

#about .about-thumb {
  background: #6fcfc4;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  text-align: center;
}

#about .about-thumb p{
  color: #fff;
  line-height: 2.3rem;
  letter-spacing: 3px;
  text-transform: none;
  padding-bottom: 8px;
}

#about .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#about .team-thumb {
  width: 320px;
  height: 500px;
  margin: auto;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: 400;
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .section-title p{
  font-family: 'GothamBook';
  font-size: 18px;
}

#about .team-thumb:hover {
  background: #6fcfc4;
}
#about .team-thumb:hover h2{
  color: #506fa9;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -10px;
}

#about .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
  font-family: 'GothamBook';
  letter-spacing: 0px;
}

#about .container{
  width: 100%;
}
#about .col-md-12{
  padding: 0px;
}
.about-image{
  padding-top: 25px;
}

/*---------------------------------------
    Camino Section
-----------------------------------------*/

#camino {
  background: #f0f0f0;
}

#camino .item {
  width: 100%;
  display: block;
}

#camino .about-thumb {
  background: #6fcfc4;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  text-align: center;
  margin-top: 25px;
}

#camino .about-thumb p{
  color: #fff;
  line-height: 2.6rem;
  letter-spacing: 2px;
  text-transform: none;
  padding-bottom: 8px;
  font-family: 'GothamBook';
  font-size: 26px;
}

#camino .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#camino .team-thumb {
  width: 100%;
  height: 400px;
  margin: 32px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#camino .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#camino .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#camino .team-thumb:hover {
  background: #304352;
}

#camino .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#camino .team-thumb:hover .heading {
  top: -10px;
}

#camino .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#camino .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#camino .team-thumb:hover p.description {
  color: #ffffff;
}

#camino .container{
  width: 100%;
}
#camino .col-md-12{
  padding: 0px;
}
.about-image{
  padding-top: 25px;
}
/*---------------------------------------
    Galllery section
-----------------------------------------*/

#gallery {
  background: #ffffff;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}



/*---------------------------------------
    Contact section
-----------------------------------------*/

#contact {
  background: #304352;
  color: #ffffff;
  background-image: url("../images/contacto.jpg");
  height: max-content;
  background-repeat: no-repeat;
  background-size: cover;
}
footer{
  background: #6fcfc4;
  color: #ffffff;
  padding: 20px;
}

#contact .form-control {
  background: transparent;
    box-shadow: none;
    border: 1px solid #f9f9f9;
    color: #ccc;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 14px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #e44c65;
  color: #ffffff;
}

#contact input {
  height: 55px;
}

#contact input[type="submit"] {
  background: #6fcfc4;
  border:none;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 18px;
  opacity: 0.8;
}
}

#contact input[type="submit"]:hover {
  background: #222;
  color: #ffffff;
}



/*---------------------------------------
    Footer section
-----------------------------------------*/

/*---------------------------------------
    Social icons style
-----------------------------------------*/

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  font-size: 25px;
}

.social-icon li a {
  border-radius: 4px;
  border: 0;
  color: #506fa9;
  font-size: 30px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  margin: 10px 10px 10px 10px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  }
  .social-icon li p {
    display: inline-block;
    vertical-align: top;
    font-family: 'GothamBook';
  }

.social-icon li a:hover {
  background: #ffffff;
  color: #e44c65;
}



/*---------------------------------------
   Back top
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #222;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
  background: #e44c65;
  color: #ffffff;
}



/*---------------------------------------
   Responsive Mobile
-----------------------------------------*/

@media (max-width: 980px) {
/*
  #home, .overlay {
    height: 50vh;
  }
*/
  figcaption{
    display: none;
  }
  .part-2{
    background-color: #e9e9e9!important;
  }
  .part-2 p{
    color: #626262!important;
    line-height: 2rem!important;
    text-transform: none;
    font-size: 18px!important;
  }
  .boton-etapas{
    display: block;
    position: relative;
    bottom: 10px;
    left: auto;
    right: auto;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    border-color: blue;
    border: 1px solid;
    font-size: 15px;
    background-color: #4d75a9;
  }
  #about .team-thumb {
    margin-top: 32px;
  }
  #camino .about-thumb p {
    color: #fff;
    line-height: 1.8rem;
    letter-spacing: 2px;
    text-transform: none;
    padding-bottom: 8px;
    font-family: 'GothamBook';
    font-size: 18px;
  }
  #home .container{
    width: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
    margin-top: 75%;
  }
  #home h1 {
    color: #ffffff;
    background: rgba(77, 117, 168, 0.75);
    text-align: center;
    padding: 5px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 3px;
  }
  .social-icon li a {
    border-radius: 4px;
    border: 0;
    color: #506fa9;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .social-icon li p {
    display: inline-block;
    vertical-align: top;
    color: #fff!important;
  }
}


@media (max-width: 767px) {

  #home, .overlay {
    height: 74vh;
  }

  #about .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #about .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }
  #about .section-title{
    padding: 0;
  }
  #about .col-md-12 {
    padding: 0px 20px 0px 20px;
    margin-top: 40px;
  }
  #home {
    background-size: auto!important;
    background-image: url(../images/slider-portada-1.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
	}
}



@media (max-width: 650px) {

  h1 {
    font-size: 1.6rem;
  }

  p {
    font-size: 18px;
  }

  img {
    width: 100%;
  }

  #about,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}


.logo{
  width: 100px;
}

.cuadradoa{
  border-style: solid!important;
  border: 2px;
  color: #bdbcbc;
  padding: 18px 35px 0 35px;
  margin-bottom: 10px;
}
.cuadradoa h2{
  margin-bottom: 35px;
}
.cuadradob{
  border-style: solid!important;
  border: 2px;
  border-color: #6fcfc4;
  padding: 10px 5px 0px 5px;
  font-size: 16px!important;
  color: #506fa9;
  margin-bottom: 30px;
}
#contact p{
  font-size: 28px;
  text-align: left;
}
.contacto{
  margin: 0px;
}
#contact form p{
  font-size: 18px;
}
@media (min-width: 1200px){
  #home .container {
        width: 100%;
    }
  #home .col-md-offset-1{
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 67%;
  }
}
@media (min-width: 768px){
  #home {
    background-image: url(../images/slider-portada-1.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 100% auto!important;
  }
  .part-2{
    background-color: #e9e9e9!important;
  }
  .part-2 p{
    color: #626262!important;
    line-height: 2rem!important;
    text-transform: none;
    font-size: 18px!important;
  }
  .boton-etapas{
    display: none;
  }
  .etapa-f-dos{
    display: none!important;
  }
}
#gallery .section-title h1{
  color: #4D75A8;
  margin-bottom: 0px;
  letter-spacing: 5px;
}
#gallery .section-title h2{
  color: #4D75A8;
  text-transform: lowercase;
  margin-top: 0px;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 24px;
}
#gallery .section-title p{
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-top: 40px;
}
#camino .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    width: 1400px;
  }


  .parallax-section {
      background-attachment: fixed !important;
      background-size: cover !important;
  }
.envio-ma{
    background: #6fcfc4;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 18px;
    opacity: 0.8;
    padding: 10px 50px 10px 50px;
    font-size: 20px;
}
.alert {
    position: fixed;
}
