@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;
}

#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: 90px;
}
#paso-1{
	margin-top: -13%;
}
#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;
  padding-bottom: 10%;
}

.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;
}
#paquetes h3{
	color: white;
    font-weight: bold;
    text-align: center;
}
#paquetes p{
	    color: #144CA0;
    text-align: center;
}
#paquetes .btn{
	    margin: 0 auto;
    width: 86%;
    display: block;
}

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

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

.mt60{
  margin-top: 60px;
}

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