/*
==========================================================================
  ORGULLOSAMENTE EL MEXICANO - [NUESTRA MARCA] - KUBIK;
==========================================================================
*/


section#nuestra-marca{min-height:860px;padding:0;position:relative;}
#xs-header{display:none;}

#initial{height: 750px;margin-bottom:0px;display:block;}
#initial.parallaxParent{
  width:100%;
  padding-top: 30px;
  position:relative;
  z-index:1;
  overflow: hidden;
}
#initial .image-parallax {
  height:200%;
  width:100%;
  position: absolute;
  top: -70%;
  background-size: auto !important;
  z-index:1;
  background:url(../images/nuestra-marca/header.jpg)no-repeat;
  background-position:top center;
}

.intro-txt{
    line-height:1.61;
    font-size:21px;
    text-align: center;
}

#banner-cierre{
  position:relative;
  width:100%;
  height:auto;
}
img#certificacion-tif{
  width: 100px;
  height: 100px;
  position:absolute;
  top:300px;
  left:calc(50% - 110px);
  opacity:0;
  -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
img#certificacion-haccp{
  width: 100px;
  height: 100px;
  position:absolute;
  top:300px;
  left:calc(50% + 10px);
  opacity:0;
  -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}

img#certificacion-tif.r-l{
  top:225px;
  opacity:1;
}
img#certificacion-haccp.r-l{
  top:225px;
  opacity:1;
}

#marcas-carousel img.logo{max-width: 222px;}


#mision-vision{
  background:#f8f8f8;
  /*background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.16010154061624648) 50%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.16010154061624648) 50%, rgba(0,0,0,0) 100%);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.16010154061624648) 50%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
}
#mision-vision h3.tile{
  font-size:24px;
}
#mision-vision p.data{
  font-weight:lighter;
}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@media screen and (min-width: 1200px){
  #marcas-carousel .owl-prev {left:-50px;}
  #marcas-carousel .owl-next {right:-50px;}
}
@media screen and (max-width: 1920px){}
@media screen and (max-width: 1440px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 991px){
    #xs-header{display:block;}
    .header#initial{display:none;}
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 360px){}



