@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');



html {
    scroll-behavior: smooth;
    font-size: large;
    
  }

p, h1, h2, h3, h4, h5, h6, a, small, li, input, textarea{
    font-family: 'Oswald', sans-serif;
}

#text-nosotros{
    font-size: large;
}
.cardClubCar{
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 25%;
    position: absolute;
    left: 20%;
    top: 0;

    -webkit-box-shadow: 0px 10px 53px 12px rgba(0,0,0,1);
    -moz-box-shadow: 0px 10px 53px 12px rgba(0,0,0,1);
    box-shadow: 0px 10px 53px 12px rgba(255,255,255,1);

}
.clubcarLogo{
    height: 100px;
    width: auto;
}

.bobcatLogo{
    height: 45%;
    width: auto;
}

.pronalcatLogo{
    height: 30%;
    width: auto;    
}

.hashtagBobcat{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.icon i{
    font-size: 1em;
}

.link-icon a{
    color: black;
    text-decoration: none;
}

.grayscale{
    -webkit-filter: grayscale(100%);	
    -moz-filter: grayscale(100%);	
    -ms-filter: grayscale(100%);	
    -o-filter: grayscale(100%);	
    filter: grayscale(100%);	

    max-height: 90px;
    width: auto;
}

#menuResponsive{
    position: fixed;
    height: 100%;
    width: 40%;
    background:#f26724;
    z-index: 99999999999;
    left: -40%;
    transition-property: left;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .2s;
}

#menuResponsive > ul > li{
    list-style: none;
}

#menuResponsive > ul > li > a{
    color: #ffffff;
}

#buttonMenu{
    display: none;
}

#buttonMenu i{
    color: #f26724;
}

.menuResponsiveActive{
 left: 0% !important;
}

#mini-menu-boatlift{
    display: none;
    transition-property: display;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .2s;
}

#mini-menu-bobcat{
    display: none;
    transition-property: display;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .2s;
}

#mini-menu-clubcar{
    display: none;
    transition-property: display;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .2s;
}

#mini-menu-pronal{
    display: none;
    transition-property: display;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .2s;
}

.active-menu{
    display: block !important;
    transition-property: display;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .2s;
}

.logokm2{
    height: auto;
    width: 10%;
}

.logokm2 > img{
    height: auto;
    width: 80%;
}

.btn-main{
    background: #f26724;
    color: #ffffff;
}

.btn-main:hover{
    color: #ffffff;
}

#mini-menu-boatlift{
    /* background: #f26724; */
    /* color: #ffffff; */
    padding-bottom: 10px;
}

.link-color{
    color: #f26724;
    text-decoration: none;
}

.link-color:hover{
    color: #f26724;
    text-decoration: none;
}

#footer{
    background: #f26724;
}


.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { background: #f26724; }
  50% { background: #ec1616; }
  100% { background: #f26724; }
}

@-webkit-keyframes parpadeo {  
  0% { background: #f26724; }
  50% { background: #ec1616;  }
   100% { background: #f26724; }
}

@keyframes parpadeo {  
  0% { background: #f26724; }
   50% { background: #ec1616;  }
  100% { background: #f26724; }
}


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

    .icon i{
        font-size: 1.5em;
    }

    .hashtagBobcat{
        position: absolute;
        top: 30%;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #buttonMenu{
        display: block;
    }

    .flexbox-reverse{
        flex-direction: column-reverse;
    }

    .bobcatLogo{
        height: auto;
        width: auto;
    }

    .pronalcatLogo{
        height: auto;
        width: auto;    
    }
}