*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header{
    /* background: url(../images/mapbg.jpg) repeat; */
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 0;
}

.logo{
    width: 100%;
    max-width: 700px;
 
}

/*  */

.logo-image{
    width: 80%;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}


/* image-box */

.image-box{
    position: relative;
    overflow: hidden;
}

.image-box img{
    transition: 0.3s;
    -webkit-filter: brightness(75%);
    filter:brightness(75%);
}

.image-box .box-heading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.image-box:hover img{
    transform: scale(1.2);
  
   

}

.bg-main {
    background-color: #1b374d
}



.home-main-container {
    height: 100vh;
    position: relative;
}


 
@media (min-width: 320px) and (max-width: 767px) {
    .home-main-container {
  
        height: 41vh;
    }

    .homepage_taber { 
        position: relative !important;
        bottom:0vh !important
    }
    
}
/* @media (min-width: 767px) {
    .go_derecha{
        float: right;
        width: 300px;
    }
} */




.home-bg-container {
    position: absolute;
    width: 100%;
    height: 100vh;
}

 
.homepage_taber {
    margin-top: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15vh;
}

 
.g1 {
    color: #fff;
    background-color: #07182a;
    padding: 10px 50px;
    font-size: 47px;
    border: 0;
    font-weight: 700;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    margin-bottom: 20px;
}

.g2{
    
        font-size: 25px !important;
        color: #b8daff;
}


 

