@font-face {
font-family: 'Druk Text Web Bold';
src: url('../druk/DrukText-Bold-Web.eot');
src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
url('../druk/DrukText-Bold-Web.woff') format('woff');
font-weight: 700;
font-style: normal;
font-stretch: normal;
}

body{
    font-family: 'Georgia', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Druk Text Web Bold', sans-serif !important;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.9;
	font-size: 21px;
	font-weight: 500;
}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-12{
    padding-left: 0;
    padding-right: 0;
}

a{
    color: #242424;
}

a:hover{
    text-decoration: none;
    color: #666;
}

/********************* MENÚ - BOTONERA ******************/

.redes{ 
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

.head_exp{
    top:0;
    background-color: #ed1c24;
    padding: 0.7em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: #000;
    border-right-width: 2px;
    border-bottom-style:solid;
    z-index: 99;
    -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;
}
.head_exp:hover{
    background-color: #000;
}

.logo img {
    max-width: 75%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* / INICIO ******************/
.oper span{
    font-size: 14px !important;
    vertical-align: text-top;
}
.oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size:  cover;
	background-repeat: no-repeat;
	background-position: top right;
    height: 100%;
}

.oper h1{
    font-family: 'Druk Text Web Bold', sans-serif !important;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
	margin-top: 3em;
    line-height: 1;
    font-size: 95px;
    text-shadow: 3px 3px 12px #000000;
}

.intro1{
    padding: 4em 0;
}
.intro1 h2{
    font-family: 'Georgia', serif !important;
    text-transform: none;
    padding: 2em 0 1em 0;
    color: #000;
	font-size: 2.5em;
    line-height: 1.2em;
}

.s-1{
	padding-top: 4em;
}

.s-1 h2 span{
	color: #ed1c24;
}
.s-1 p span{
	color: #ed1c24;
}
.s-1 h2{
    padding-top: 1em;
	color: #000;
    text-align: center;
    font-size: 3.5em;
    line-height: 1;
}
.s-1 h3{
    font-size: 2.5em;
    font-weight: 800;
    color: #000;
}
.s-2 {
    margin-top: 4em;
    background:
    linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../img/back_food.jpg) no-repeat center center fixed;
}
.s-2 p{
    color: #000;
    font-weight: bold;
    font-style: italic;
    padding: 2em;
    line-height: 2;
}
.pie_foto p {
	font-size: 16px;
	text-align: center;
    color: #6f6f6f;
    padding: 0 0.9em;
}
.frase {
	background-color: #63c2e4;
    padding-bottom: 2em;
}
.frase h2 {
    font-family: 'Lato', serif;
	font-size: 3em;
	text-align: center;
	font-weight: 800;
	color: #2f308b;
}

.frase h3 {
	text-align: center;
	font-weight: 500;
	color: #000;
}

.frase-dos h2 {
    font-family: 'Lato', sans-serif !important;
	font-size: 2em;
	text-align: center;
	font-weight: 800;
	color: #ed1c24;
}
.frase-dos h3 {
    font-family: 'Lato', sans-serif !important;
    text-align: center;
    padding-bottom: 2em;
	font-weight: 300;
    font-size: 25px;
	color: #ed1c24;
    text-transform: none;
}

.frase_horizontal{
    padding: 6em 0 2em 0;
    text-align: center;
    text-transform: uppercase;
}

.frase_horizontal h3{
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.3;
}

.frase_horizontal strong{
    font-size: 1.9em;
    line-height: 0.5;
    color: #ed1c24;
}

.foto_horizontal {
    padding-top: 4em;
}

.graficas{
    padding: 4em 0 0 0;
}
.odometer-inside  {
    font-family: 'Druk Text Web Bold', sans-serif !important;
    text-align: center !important;
    font-size: 8em;
    line-height: 0.8em !important;
    color: #ed1c24;
}

@media (min-width: 801px) and (max-width: 2560px) {
.mobile-foto{
    display: none;
    }
}

@media (min-width: 800px) and (max-width: 1089px) {
    .oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
    }
    .s-1 {
        padding-top: 2em;
        }
    .oper h1{
	margin-top: 5em;
    line-height: 1;
    font-size: 4.5em;
    }
    .intro1 {
        padding: 0;
    }
	.redes .nav{
		width: auto;
	}
    .foto_horizontal h3{
    font-size: 2.6em;
    }
}



@media (min-width: 200px) and (max-width: 575px){
    .oper h1 {
        font-size: 3.1em;
        margin-top: 5.1em;
    }
    .intro1 h2 {
    font-size: 1.8em;
    }
    .oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
    }
    .intro1 p {
    font-size: 1.5em;
    padding-bottom: 0.5em;
    }
    .intro1 {
        padding: 0;
    }
    .s-1 {
    padding-top: 2em;
    }
    .s-1 h2 {
    padding-top: 0;
    text-align: left;
    font-size: 2.3em;
    line-height: 1;
    }
    .s-1 h3 {
    text-align: center;
    font-size: 2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    }
    .odometer-inside {
        font-size: 6em;
    }
    .s-2 p {
    padding: 1em;
    line-height: 1.7;
    }
    .frase_horizontal h3{
    font-size: 2em;
    }
    .frase h2 {
	font-size: 1.7em;
    }
    .frase h3 {
	font-size: 1.4em;
    }
    .frase-dos h2 {
	font-size: 1.5em;
    }
    .frase-dos h3 {
	font-size: 1.2em;
    }
    .foto_horizontal h3{
    font-size: 1.7em;
    color: #f4ad01;
    }
    footer{
	padding: 2em;
    }
    footer img{
	width: 70%;
	text-align: center;
    }
    
}

@media (min-width: 576px) and (max-width: 799px){
    .oper h1 {
        font-size: 3em;
        margin-top: 7em;
    }
    .s-1 {
        padding-top: 2em;
    }
    .s-2 p {
        padding: 1em;
    }
    .odometer-inside {
        font-size: 6em;
    }   
    .oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
    }
    .foto_horizontal h3{
    font-size: 2em;
    color: #f4ad01;
    }
    .desk-foto{
    display: none;
    }
    .intro1 {
        padding: 0;
    }
  
}


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

}