@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

* { 
    margin: 0;
    padding: 0px;
} 
body{
   
    background-image: url("../img/5372.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}
header{
    position: fixed;
    width: 100%;
    height: 120px;
}
nav{
    display:table;
    margin: auto;
}

.active {
    color: #fba012;
}

.nav .menu1> .active > a, 
.nav .menu1> .active > a:hover {
    color:  #fba012;
    background-color:transparent;
}

ul{
    display: block;
    float:left;
    list-style: none;
    margin-top: 10px
}
ul li{
    float:left;
    margin-top: 15px;
    padding: 25px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none



}
ul a{
    color:#f3f3f3;
    text-decoration: none;

}

a:hover{
    color:  #fba012 !important;
    background-color:transparent;
    text-decoration: none
}
#logo3{
    text-align:center;
    
}
.logo2{
text-align:center;
width:85px;
height:40px;
margin-right:60px;
}
img#logo{
    float:left;
    display:block;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 26px;
    height: 60px;
    width: 140px
}

ul#ejm2 li a{
    position: relative;
    margin: 0px 5px;
    margin-left: 10px
}
ul#ejm2 li a:after{
    position: absolute;
    margin-top: 5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fba012;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);       
}
ul#ejm2 li a:hover:after{
    opacity:1;
    transform: translateY(15px)
}
ul.ejm3 li a{
    position: relative;
    margin: 0px 5px;

}
ul.ejm3 li a:after{
    position: absolute;
    margin-top: 5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fba012;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px); 

}
ul.ejm3 li a:hover:after{
    opacity:1;
    transform: translateY(15px);

}
ul.ejm3 li a:active{
}


/*Inicio*/
#banner{
    width: 100%;
    height: 800px;
    background-image: url("../img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 
}
.imgInicio{
    margin-top: 200px;
    margin-left:33%;

   
}


.face{
    height: 40px;
    width: 40px;
}
.tw{
    height: 40px;
    width: 40px;
}
.you{
    height: 40px;
    width: 40px;
}
.ic{
    margin-left: 40%
}
ul#iconos li{
    padding: 1px;

}
.inst{
    height: 40px;
    width: 40px;
    border-radius:0.9em;
    -moz-border-radius:1em;
    -webkit-border-radius:1.1em;
    display: inline-block;
    text-align: center;
}
.face:hover {
    background-color:#3d5b99;
}
.you {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    padding:3px
}
.inst {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    padding:4px
}
.face {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    padding:3px
}
.tw {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    padding:3px
}
.tw:hover {
    background-color: #00aced;
}


.you:hover {
    background-color: #e64a41;
}

.inst:hover {
    background-color: #2A5B83;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;

}
.hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
    background-color: white;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
    background-color: white;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
    background-color: white;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: white;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);

}
.hamburger {
    width: 32px;
    height: 32px;
    border: none;
    margin-left: 10px;
    float: left
}
/*MD y LG*/
@media screen and (min-width: 992px){
    .ic{
        margin-left: 41%;
        float: left
    }
    ul#iconos li{
        padding: 8px;
    }
}

/*SM y XS*/
@media screen and (max-width: 991px) {
    .face{
        height: 35px;
        width: 35px;
    }
    .tw{
        height: 35px;
        width: 35px;
    }
    .you{
        height: 35px;
        width: 35px;
    }
    .ic{
        margin-left: 36%;
        float: left
    }
    ul#iconos li{
        padding: 10px;

    }
    .inst{
        height: 35px;
        width: 35px;
        border-radius:0.9em;
        -moz-border-radius:1em;
        -webkit-border-radius:1.1em;
        display: inline-block;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .face{
        height: 30px;
        width: 30px;
    }
    .tw{
        height: 30px;
        width: 30px;
    }
    .you{
        height: 30px;
        width: 30px;
    }
    .ic{
        margin-left: 30%;
      
    }
    ul#iconos li{
        padding: 2px;


    }
    .imgInicio{
        text-align: center;
        margin-left: 1px;
        margin-top:170px;
    }
    .imgFA{
        width: 250px;
        margin-bottom:1px;

    }
    .inst{
        height: 30px;
        width: 30px;
        border-radius:0.9em;
        -moz-border-radius:1em;
        -webkit-border-radius:1.1em;
        display: inline-block;
        text-align: center;
    }
}
@media screen and (min-width: 991px){
        #iconos a{
margin-left:10px;
text-align:center;
margin-right:10px;

}
#iconos{
    margin-right:15px;
}
    ul#ejm2 li a{
        position: relative;
        margin: 0px 5px;
        margin-left: 10px
    }
    ul#ejm2 li a:after{
        position: absolute;
        margin-top: 5px;
        left: 0px;
        width: 100%;
        height: 2px;
        background-color: #fba012;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transform: translateY(20px);       
    }
    ul#ejm2 li a:hover:after{
        opacity:1;
        transform: translateY(15px)
    }
    ul.ejm3 li a{
        position: relative;
        margin: 0px 5px;

    }
    ul.ejm3 li a:after{
        position: absolute;
        margin-top: 5px;
        left: 0px;
        width: 100%;
        height: 2px;
        background-color: #fba012;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transform: translateY(20px); 

    }
    ul.ejm3 li a:hover:after{
        opacity:1;
        transform: translateY(15px);

    }
    ul.ejm3 li a:active{
    }
}
.recicl{
    width:80px;
    height: 50px;

}
.math{
    width: 66px;
    height: 50px;
    margin-left: 30px;
}
hr, .hrcolor {
    height: 2px;
    border: 0;
    color: black;
    background-color: black;
}
.textos{
    margin-top: 80px;

}
.tene{
    width: 60px;
    height: 30px;
}
.grill{
    width: 66px;
    height: 50px;
    margin-left: 30px;

}
.limpiar{
    clear: both;
}
article{
    text-align: center;
    margin-top: 30px;


}
h4{
    font-family: 'Open Sans', sans-serif;
    text-align:center;
}
h3{
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align:center;

}
.ar1{
    margin-left: 10px
}
.separador{
    margin-top: 60px
}

/*Instrucciones*/
#instrucciones{
    width: 100%;
 padding-bottom:30px;
    background-color:#F0F3F4;
    opacity: 0.75;

}

.h3ins{
    color:#fba012;

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
   
}
@media screen and (max-width: 500px)
{

    .navbar{
        height: 50px
    }
    #instrucciones{
        background-color: #F0F3F4;
        width: 100%;
     
        opacity:0.8;  

    }
    .h4Ins{
        text-align:center;
        font-size: 15px
    }
    .h3ins{
        color:#fba012;
  text-align:center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
     
    }
}
.comidas
{
    margin-top: 100px;
    float:left;
    margin-left:14%;
    
}
@media screen and (min-width: 1200px)
{
         .ic{
        margin-left: 10%;
        float: left
    }
}
@media screen and (min-width: 800px)
{

  
 .xx{
    margin-top:30px;
   
}
    .ayuda{
        margin-left: 35px
    }
    .ayuda2{
        margin-left: 35px
    }
    #instrucciones{
        background-color: #F0F3F4;
        width: 100%;
   
        opacity:0.94;  

    }
     .ic{
        margin-left: 15%;
        float: left
    }
}
/*Usos*/
#usos{
    width: 100%;
   padding-bottom:60px;
    opacity:0.9; 
    background-color: #848484;
    background-size: cover;
  


}

.h4Us
{
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    text-align:center;
}
.h3usos{
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

@media screen and (max-width: 500px)

{
    .comidas
{
    
    margin-top: 20px;
    float:left;
    margin-left:15%;
}

.xx{
     width:100%;
}

    .ayuda{
        margin-left:95px
    }
    .prodTene{
    margin-left: 95px
}
    .ayuda2{
        margin-left:3px
    }
    .navbar{
        height: 50px
    }
 
    #usos{
        background-color: #848484;
        width: 100%;
       opacity:0.8; 

    }
    .ic{
        margin-left: 35%;
        float: left
    }
    .h4Us{
        text-align:center;
        font-size: 15px
    }
    .h3usos{
        color:#fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align:center;
        margin-left:2px;
    }
}
.parr2{
    margin-top: 90px;
    margin-bottom: 40px

} 
.chori{
    color:#fba012;


}
.broch{
    color:#fba012;
}


span.amar {
    background: #fba012;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius:0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
    font-size: 14px;
}
.textos2{
    margin-top: 70px
}
#producto{
    width: 100%;
    height: 700px;
    opacity:0.9; 
    background-color: #fba012;
    background-size: cover


}
.imgProd {
width: 100%;
height: auto;

}
article{
    text-align: center;
    margin-top: 30px;


}

.logoProd{
    margin-top: 30px;
    width: 350px;
    height: 80px;
    margin-left: 160px
}
.imgprod{
    margin-top: 100px;
    margin-left: 60px;
}
.pri{
    margin-left: 55px
}
.navbar-nav{
    margin-top: 30px;
    margin-right: 80px;
   
}

@media screen and (max-width: 300px)
{
    #instrucciones{
    width: 100%;

    background-color:#F0F3F4;
    opacity: 0.75;

}
        .comidas
{
    
    margin-top: 20px;
    float:left;
    margin-left:5%;
}
    .iconos{
    margin-left: 1px
}
}
  .ic{
        margin-left: 25%;
        float: left
    }

.navbar-collapse .navbar-nav > li > a {
    color:white;
    font-size: 12px;
   
    
}
.navbar-collapse .navbar-nav> .active > a, 
.navbar-collapse .navbar-nav> .active > a:hover {
    color:  #fba012 !important;
    background-color:transparent;
}

.navbar-collapse .navbar-nav > li > a:hover{
    color: #fba012;

}

.navbar-collapse .navbar-nav > li > a:active{
    color: #fba012;

}

@media screen and (max-width: 991px) {
    .side-collapse-container{
        width:70%;
        position:relative;
        left:0;
        transition:left .7s;
    }
   
    .side-collapse-container.out{
        left:200px;
    }
    .side-collapse {
        top:60px;
        bottom:0;
        left:0;
      
        position:fixed;
        overflow:hidden;
        transition:width .2s;
        background-color: #000000;
        opacity: 0.97;
        
      

    }
    .side-collapse.in {
        width:0;
    }
}
    .secUs{
    margin-top: 80px;
    margin-bottom:1px
}
.espA{
    margin-top:60px;
    
   
}
@media screen and (max-width: 500px)
{
  
    
    ul li{
    margin-top: 5px;
    padding: 15px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
   
}
ul{
    display: block;
 
    list-style: none;
    margin-top: 10px;
}
    .navbar{
        height: 50px;
      
    }
  .logoProd{
  
    width:350px;
    height: 80px;
    margin-left: 10px
}

.pr{
    text-align:center;
}
.box2 img{
     width: 100%;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
    #producto{
        background-color: #fba012;
        width: 100%;
        height: 1000px;
        opacity:0.8;  

    }

    .secUs{
    margin-top: 80px;
    margin-bottom:1px;
    text-align:center;
}

    .h3Prod{
        color:#fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
     
    }
    
}
.h3Prod{
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
.prodTene{
    margin-left: 190px
}
article{
    text-align: center
}

.h4Prod{
    text-align: center
}

#contacto{
    background-color: #373434;

    width: 100%;
    opacity: 0.9;
 
    
}
.h3cont{
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: 30px
}
.secCont{
    margin-top: 60px;
    margin-bottom: 30px
}
.contFinal{
    margin-top:200px;
}
.ic{
    margin-left:42%;
}
@media screen and (max-width: 500px)
{
  .ic{
    margin-left:30%;
}

#contacto{
    background-color: #373434;
  
    width: 100%;
    opacity: 0.9
}
.formulario{
    margin-top: 60px;
  
}
.pq{
    margin-bottom:30px;
}
      
  }
  
  
.env{
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
}
.place{
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;

}
.smar{
    width: 35px;
    height: 35px;
    float: left; 
    margin-right: 10px;
}
.asd{
    margin-top: 80px;
    margin-left: 16%
}
.pContacto{
    color:white;
    text-align: left;
    margin-top: -5px;
}
.formulario{
    margin-top: 100px;
    margin-left: 30px
}
label{
    color:white
}
.btn:hover {
 background: rgba(0,0,0,0);
 color:#fba012; ;

}

.nav .menu1> .active > a, 
.nav .menu1> .active > a:hover {
    color:  #1b6d85 !important;
    background-color:transparent;
    text-decoration: none
}
li a:link {
text-decoration: none;
 
}
li a:link:hover {
text-decoration: none;
 color:#fba012;
}

.btn{
    float:right;
    margin-top: 30px;
    background-color:  #373434;
    color:white;
    border-color:  #373434;
    border: 2px solid #DBE1EB;
    font-size: 15px;
    font-family: monospace;
    padding-left:25px;
    padding-right: 25px;
    padding-top:6px;
    padding-bottom:6px;
    border-radius: 4px;
    -moz-border-radius: 114px;
    -webkit-border-radius: 114px;
    -o-border-radius: 14px;
    color: #FFFFFF;
    margin-bottom:20px;
}
.ma{
    margin-top:5px;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
    .asd{
    margin-top: 80px;
    margin-left: 2%
}
}
#iconos a{
padding-left:2px;

}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}
#imagenes{
   background-color: #424242

 
}
.h3img{
     color:#fba012;
     font-family: 'Montserrat', sans-serif;
      font-weight: 500;
    text-align:center;
    margin-bottom:40px;
}
.pr{
    color:white;
    font-size:15px;
    text-align:center;
}
h6{
       color:#fff;
     font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      text-align:center;

}

#iconos{
    text-align:center;
}
@media screen and (max-width: 799px)
{
    #instrucciones{
    width: 100%;

    background-color:#F0F3F4;
    opacity: 0.75;

}
}
@media screen and (max-width: 767px)
{
   #producto{
        background-color: #fba012;
        width: 100%;
        height: 1200px;
        opacity:0.8;  

    }
     #instrucciones{
    width: 100%;

    background-color:#F0F3F4;
    opacity: 0.75;

}
}
@media screen and (max-width: 500px)
{
 
     #instrucciones{
    width: 100%;
   background-color:#F0F3F4;
    opacity: 0.75;

}
}
@media screen and (max-width: 626px)
{
   #producto{
        background-color: #fba012;
        width: 100%;
        height: 1000px;
        opacity:0.8;  

    }
}
.side-collapse{
    width: 230px
}

@media screen and (max-width: 1250px)
{
    #contacto{
    background-color: #373434;
    width: 100%;
    opacity: 0.9;

    
}
}
@media screen and (max-width: 1020px)
{
img#logo{
    float:left;
    display:block;
   
    margin-top: 26px;
    height: 50px;
    width: 120px
}
ul li{
    float:left;
    margin-top: 45px;
    padding:10px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none

}
#contacto{
    background-color: #373434;
    width: 100%;
    opacity: 0.9;
 
    
}

}



.card {

  max-width: 120px;
  margin: auto;
  text-align: center;
  font-family: arial;


}


