@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');

body{
  font-family: 'Montserrat', sans-serif;
}

div.bg-azul{
  background-color: #144CA0;
}

div.bg-azul p.text-right{
  margin: 5px 0 !important;
}

a.navbar-brand{
  background-image: url('img/logo-sindicato-petroleo-gas.png');
  background-size: contain;
  width: 300px;
  height: 100px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

a.nav-link{
  color: #144CA0 !important;
  font-weight: 600;
  font-size: 1.2em;
}

#landing{
  background-image: url('img/bg-landing.jpg');
  background-size: cover;
  min-height: 120vh;
  background-position: top center;
  padding-top: 20vh;
}

#landing h2{
  font-size: 5.2em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px #222;
}

#landing h2 span{
  font-weight: 700;
}

#landing a.btn-info{
  background-color: #144CA0;
  border-color: #08449B;
}

#landing a.btn:first-of-type{
  border-top: 2px solid red;
}

#landing a.btn:nth-of-type(2){
  border-top: 2px solid green;
}

#landing a.btn:last-of-type{
  border-top: 2px solid yellow;
}


#destinos{
  margin-top: 60px;
}

#destinos h5{
  margin-top: 20px;
}

#destinos h3.text-muted{
  margin-bottom: 30px;
}

h2.tit-grande{
  color: #144CA0;
  font-weight: bolder;
  font-size: 3.4em;
  margin-bottom: 60px;
  text-align: center;
}

section#tit-sugeridos{
  background-image: url('img/bg-sugeridos.jpg');
  background-size: cover;
  background-position: top center;
  margin-top: 100px;
  padding-top: 30vh;
}

section#tit-sugeridos h2.tit-grande{
  color: #ffffff !important;
}

section#sugeridos{
  background-color: #005cb9;
  padding-bottom: 10vh;
}

section#tit-paquetes{
  background-image: url('img/tit-paquetes.jpg');
  background-size: cover;
  background-position: top center;
  padding-top: 30vh;

}

section#paquetes{
  background-color: #5BCAF4;
}

.card-h{
  background-color: #144ca0;
  color: #ffffff;
}

.col-foto1{
  background-image:url('img/foto-salta.jpg');
  background-size:cover;
  height:360px;
  background-position: center top;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.col-foto2{
  background-image:url('img/foto-cataratas.jpg');
  background-size:cover;
  height:360px;
  background-position: center top;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#contacto{
  background-color: #144ca1;
  padding: 10vh 0;
  color: #ffffff;
  text-align: center;
}

section#tit-footer{
  background-image:url(img/glaciar.jpg);
  background-size:cover;
  background-position: center center;
  height:65vh;
  margin-top: -25vh;
}

section#contacto h2.tit-grande{
  color: #ffffff !important;
}

.mt60{
  margin-top: 60px;
}

button.region{
  background-color: transparent;
  border: none;
}

@media (max-width:756px) {
  #landing h2{
    font-size: 3.2em;
  }
  .tit-grande{
    font-size: 2.4em !important;
  }
  #sugeridos .card{
    margin-bottom: 30px;
  }
  #paquetes .card-text2{
    display: none;
  }
  a.navbar-brand {
    width: 220px;
    height: 70px;
  }
}
