/* roboto-slab-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-slab-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #3c211e;
    font-size: 17px;
    background: #ff0000;
    line-height: 200%;	
    
    /* Margin bottom by author  */
    margin-bottom: 10px;
}

.backgroundImage body 
{
    /* Full background image */
    background: url('../img/bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 
{
    line-height: normal;
}
h1
{
    font-size: 45px;
}

h2
{
    font-size: 30px;
}

h3
{
    font-size: 17px;
}
a 
{
    color: #dd5835;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #3c211e;
}
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;
}


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

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

#footer a:link, a:visited 
{
    text-decoration: none;
}

#footer a:over, a:active
{
    text-decoration: underline;
}

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

/*********************************/
/*********** Nosotros ************/
/*********************************/
#about_us 
{
    display: none;
    background: #ffffff;
    background: rgba(255,255,255, 0.95);
    position: absolute;
    overflow: hidden;
    width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #545454;
    text-align: center;
    padding: 100px 10px;
}
#about_us h1 
{
    margin-bottom: 20px;
}
#about_us p 
{
    margin-bottom: 30px;
}


/*********************************/
/************* .btn **************/
/*********************************/                  
.btn 
{
    border-radius: 7px;
}
.btn-transparent 
{
    color: #fff;
    background: #dd5835;
    border: 1px solid #dd5835;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active 
{
  color: #fff;
  background-color: #3c211e;
  border-color: #3c211e;
}


/*********************************/
/************ Others *************/
/*********************************/ 

.logo{
    padding-top: 55px;
}

.section{
    padding: 25px 0px;
}

/* Logotipo Ortegaestudio.com */	
.copy {
  opacity: .7;	
  transition: opacity 0.3s ease-in-out;
}
.copy a {

}
.copy:hover, .copy:active, .copy:focus {
  opacity: 1.0;
}