@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

body{
   width:100%;
    background-color: rgb(250, 249, 249);
    /* padding-left: 10px; */
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 0.08em;
  }
  h2{
    color:black;
  }
  p{
   color:black;
  }
  @media (max-width: 797px) {
   body { 
   padding-left: 0px;
   padding-right: 0px;
}
}
.banner{
	background:url(images/banner.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:cover;
	height:95vh;
	min-height:80%;
}
/* .parallax{
   height: 100%;
} */
.banner .container, .banner .banner-static, .banner .col-lg-12 {
   height: 100%;
}
.banner-text {
   display: table;
   height: 100%;
   width: 100%;
   margin: 0 auto;
   text-align: center;
}
.banner-cell {
   display: table-cell;
   vertical-align: middle;
   color: rgb(255, 255, 255);
}

/* .banner-cell .botonmapa {
   display: table-cell;
   vertical-align: bottom;
   color: #fff;
} */
.banner-text h1 {
  /* font-family: 'nautilus_pompiliusregular'; */
   letter-spacing: 2.7px;
   position: relative;
   display: inline-block;
  font-size: 74px;
   line-height: 100px;
  color:#fff;
  padding-bottom: 0px;
  padding-top:100px;
  
}

.banner-text h2 {
  /* font-family: 'nautilus_pompiliusregular'; */
   letter-spacing: 2.7px;
   position: relative;
  font-size: 37px;
   line-height: 100px;
  padding-bottom:25px;
}
.banner-text p{
  /* font-family: 'Roboto', sans-serif; */
  font-size:18px;
  color:rgb(204, 204, 204);
  padding-bottom:35px;
  margin:0px;
}
/* .botonmapa{
   margin-top: 50%;
} */
.btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}
.btn-one {
    color: rgb(245, 235, 235);
    transition: all 0.3s;
    position: relative;
}
.btn-one h4 {
    transition: all 0.3s;
}
.btn-one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.5);
    transform: scale(0.1, 1);
}
.btn-one:hover h4 {
    letter-spacing: 2px;
    color:red;
}
.btn-one:hover::before {
    opacity: 1; 
    transform: scale(1, 1); 
}
.btn-one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(255,255,255,0.5);
}
.btn-one:hover::after {
    opacity: 0; 
    transform: scale(0.1, 1);
}


.container-fluid{
   width:100%;
   padding:0px;
   background-color: #2c2a2a;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   /* overflow: hidden;*/
   z-index:2; 
   
}
.container-fluid div{
   display: inline-block;
}

.logodiv{
   max-width: 40%;
}
.logo {  
   max-height: 100px;   
   }
.nav{
   float: right;
   max-width: 40%;
   }
/* .botnav{
   
   margin:1px;
   border-radius: 5px;
   padding:5px;
   text-align: center;
}
.botnav a{
   text-decoration: none;
   color: white;
   font-size: 20px;
} */
.botnav a:hover{
   color: red;
}


.foot{
   float: left;
   
   
}
.logofoot{
   /* margin:auto; */
   width:10%;
   float: left;
   text-align: top;
   
}
.fit-image3{
   max-width: 100%;
   max-height: 100%;
   display: block; 
   object-fit: contain;
}
.izda{
   width:45%;
   text-align: left;
}
.dcha{
   text-align: right;
   width:45%;
}