html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    background: #454545;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.select_versions body
{
    background: #378e95;
}
.backgroundColor body 
{
    background: #f6ecc8; /* naranja toti */
}
.backgroundVideo body
{
    background: #000;
}
.backgroundImage body 
{
    /* Full background image */
    background: url('../images/bg1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.backgroundfondo body 
{
    background: url('../images/fondo.jpg') repeat; 
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    font-size: 45px;
    padding: 0px;
    font-family: 'Lemon', cursive;
}
h2.logo 
{
    font-family: 'Lemon', cursive;
}
h2
{
    font-size: 20px;
}
h3.logo 
{
    font-family: 'Lemon', cursive;
}
h3
{
    font-size: 17px;
}
a 
{
    color: #555555;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #f0f0f0;
}
a, button
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*********************************/
/*********** Contenido ***********/
/*********************************/ 


/*********** flotante ***********/
.flotante {
    display:scroll;
    position:fixed;
    bottom:60px;
	z-index: 999;
    right:29%;
	border-radius: 50px ;
	box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.5);
  background-color: #24D366;
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; 
}
.flotante img{
    height: 60px;
}

.flotante:hover {
    bottom:62px;
	box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.8);
  background-color: #319E6A;
}
@media (max-width: 767px) {
  .flotante {
    display:scroll;
    position:fixed;
    bottom:20px;
	z-index: 999;
    right:30px;
	box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);
}

.flotante img{
    height: 50px;
}
}
/*********************************/ 


#countdown 
{
    
}
#countdown .countdown_group
{
    display: inline-block;
    padding: 0px 20px;
}
#countdown .countdown_group .countdown_value 
{
    font-size: 60px;
    display: block;
}
#countdown .countdown_group .countdown_help 
{
    font-size: 15px;
    display: block;
}


/*********************************/
/******** Form newsletter ********/
/*********************************/ 
#form_newsletter button
{
    background-color: #555555;
    background: rgba(255,255,255,0.6);
    border: 1px solid #555555;
    color: #545454;
}
#form_newsletter button:hover
{
    background-color: #555555;
    background: rgba(255,255,255,1);
    color: #545454;
}

#form_newsletter_result .alert 
{
    margin-top: 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}
#form_newsletter_result .alert.alert-danger
{
    background-color: #c0392b;
    border: none;
    color: #555555;
}
#form_newsletter_result .alert.alert-success
{
    background-color: #16a085;
    border: none;
    color: #555555;
}
.form-control,
.input-group-lg .form-control
{
    border-radius: 0px;
}
.input-group-lg .input-group-btn .btn
{
    border-radius: 0px;
}
.form-control
{
    background-color: transparent;
    border: 1px solid #555555;
    color: #555555;
}
.form-control:focus 
{
  border-color: #555555;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/* Sticky footer */
#footer 
{
    color: #555555;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}

/* Footer gradient */
.backgroundImage #footer, 
.backgroundSlider #footer,
.backgroundVideo #footer
{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
}

#footer p 
{
    font-size: 15px;
    margin: 0px;
}

#footer a 
{
    color: #555555;
    text-decoration: underline;
}

.slide.cycle-slide
{
    width: 100%;
}

/*********************************/
/*********** About us ************/
/*********************************/
#about_us 
{
    display: none;
    background: rgba(188,16,3, 0.85);
    position: absolute;
    overflow: hidden;
    width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 100px 10px;
}
#about_us h1 
{
    margin-bottom: 20px;
}
#about_us p 
{
    margin-bottom: 10px;
}


/*********************************/
/************* .btn **************/
/*********************************/                  
.btn 
{
    border-radius: 0px;
}
.btn-transparent 
{
    color: #fff;
    background: #f8c301;
	padding: 5px 15px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active 
{
  color: #fff;
    background-color: #ac2d29;
}

.btn-salir 
{
    color: #fff;
    background: #f8c301;
	padding: 5px 15px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
}
.btn-salir:hover,
.btn-salir:focus,
.btn-salir:active,
.btn-salir.active 
{
  color: #fff;
    background-color: #ac2d29;
}


/*********************************/
/********* Placeholder ***********/
/*********************************/  
.form-control::-webkit-input-placeholder 
{
   color: #555555;
}

.form-control:-moz-placeholder 
{
   color: #555555;  
}

.form-control::-moz-placeholder 
{  
   color: #555555;  
}

.form-control:-ms-input-placeholder 
{  
   color: #555555;  
}

/*********************************/
/************ Others *************/
/*********************************/ 
.video-btns
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

#controlBar_bgndVideo {
    display: none !important;
}

.YTPOverlay.raster {
    background: #000;
    opacity: 0.2;
}

.version_theme 
{
    margin-bottom: 20px;
}

.version_theme a 
{
    display: block;
}

.version_theme a img 
{
    max-width: 100%;
}
.version_theme a h2 
{
    margin-bottom: 20px;
}

.section{
    padding: 10px 0px;
}

#contact 
{
    margin: 10px 0px;
}

#contact a:first-child 
{
    margin-right: 20px;
}

/*********************************/
/************ @media *************/
/*********************************/
@media (max-width:991px)
{
    .backgroundVideo body
    {
        /* Full background image because video can't autoplay on mobile & tablet devices */
        background: url('../images/bg1.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .video-btns
    {
        position: relative;
        top: 10px;
        left: auto;
        right: auto;
        
        display: none;
    }
}
@media (max-width:767px)
{
    h1.logo 
    {
        padding-top: 10px;
        font-size: 25px;
    }

    #countdown .countdown_group
    {
        padding: 0px 10px;
    }
    
    #countdown .countdown_group .countdown_value 
    {
        font-size: 30px;
    }
    
    #footer p 
    {
        font-size: 11px;
    }
    
    #about_us 
    {
        padding: 20px 10px;
    }
    
    #about_us p 
    {
        text-align: left;
    }
    
    
}