 
*, *:before, *:after{  
  box-sizing: border-box;  
  margin: 0;  
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@font-face {
  font-family: 'Alegreya-Regular';
  src: url('../fonts/AlegreyaSansSC-Regular.eot');
  src: local('☺'), url('../fonts/AlegreyaSansSC-Regular.woff') format('woff'), url('../fonts/AlegreyaSansSC-Regular.ttf') format('truetype'), url('../fonts/AlegreyaSansSC-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alegreya-Light';
  src: url('../fonts/AlegreyaSansSC-Light.eot');
  src: local('☺'), url('../fonts/AlegreyaSansSC-Light.woff') format('woff'), url('../fonts/AlegreyaSansSC-Light.ttf') format('truetype'), url('../fonts/AlegreyaSansSC-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alegreya-Medium';
  src: url('../fonts/AlegreyaSansSC-Medium.eot');
  src: local('☺'), url('../fonts/AlegreyaSansSC-Medium.woff') format('woff'), url('../fonts/AlegreyaSansSC-Medium.ttf') format('truetype'), url('../fonts/AlegreyaSansSC-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alegreya-Bold';
  src: url('../fonts/AlegreyaSansSC-Bold.eot');
  src: local('☺'), url('../fonts/AlegreyaSansSC-Bold.woff') format('woff'), url('../fonts/AlegreyaSansSC-Bold.ttf') format('truetype'), url('../fonts/AlegreyaSansSC-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6qam6e');
  src:  url('../fonts/icomoon.eot?6qam6e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6qam6e') format('truetype'),
    url('../fonts/icomoon.woff?6qam6e') format('woff'),
    url('../fonts/icomoon.svg?6qam6e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-neo {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-arrow-bot:before {  content: "\e900";}
.icon-icon-arrow-left:before {  content: "\e901";}
.icon-icon-arrow-right:before {  content: "\e902";}
.icon-icon-arrow-top:before {  content: "\e903";}
.icon-icon-face:before {  content: "\e904";}
.icon-icon-insta:before {  content: "\e905";}
.icon-icon-neo-brin:before {  content: "\e906";}
.icon-icon-neo-exp:before {  content: "\e907";}
.icon-icon-neo-hace:before {  content: "\e908";}
.icon-icon-neo-loc:before {  content: "\e909";}
.icon-icon-neo-mail:before {  content: "\e90a";}
.icon-icon-neo-men:before {  content: "\e90b";}
.icon-icon-neo-ment:before {  content: "\e90c";}
.icon-icon-neo-ser:before {  content: "\e90d";}
.icon-icon-neo-telefono:before {  content: "\e90e";}
.icon-icon-twitter:before {  content: "\e90f";}
.icon-icon-youtube:before {  content: "\e910";}
.icon-logo-neo-geo-color:before {  content: "\e911";}


/* 
::-moz-selection { background: rgba(236, 0, 140, 0.5); }
::selection { background: rgba(236, 0, 140, 0.5); }

::-webkit-input-placeholder {   color: white;}
::-moz-placeholder {   color: white;}
:-ms-input-placeholder {   color: white;}
:-moz-placeholder {   color: white;}
*/

-webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;

.form-control:focus {
  border-color: #f19dcb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,3,141,.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,3,141,.2);
}
/*
@keyframes reloco {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
  }
}
body {
  animation-duration: 10s;
  animation-name: reloco;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
*/

body {  background: #FFF;   font-family: 'Alegreya-Regular';}
ul { list-style-type: none; }
a { text-decoration: none }
p { font-family: 'Open Sans', sans-serif;   color: #504f4f;}
a:focus, a:active:focus, a.active:focus, input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline-style: none;
    outline-width: 0px;
    outline-color: #ccc;
    outline-offset: 0;
    text-decoration: none;
}
a:hover{   text-decoration: none;}
textarea {    resize: none;}
.main-container {    padding-top: 0px;    padding-bottom: 0px;}
.relative { position: relative;}
.fixed { position: fixed;}
.no-paddings{ padding: 0px!important}
.textWhite{ color: white;}

div.halfRight, div.halfLeft {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
div.halfLeft {
  padding-right: 17px;
}
div.halfRight{
	padding-left: 17px;
}
.mr-right{
  margin-left: auto!important;
  margin-right: 0px!important;
}
h1{
  width: 200px;
  height: 55px;
  font-size: 0px;
  margin-top: 13px;
  margin-bottom: 13px;
  vertical-align: middle;
  display: inline-block;
  background-image: url('../img/logo-neo-geo.svg');
  background-size: cover;
  -webkit-transition: all  0.3s; 
  -moz-transition: all  0.3s; 
  -ms-transition: all  0.3s; 
  -o-transition: all  0.3s; 
  transition: all  0.3s;
}
h2,h3,h3,h4{
  text-transform: uppercase;
  color: #504f4f;
}
h2, h3, h4{
  font-size: 35px;
  letter-spacing: 0.3em; 
}
.social li{
  display: inline-block;
}
header .social{
  position: absolute;
  top: 0px;
  right: 15px;
  -webkit-transition: all  0.3s; 
  -moz-transition: all  0.3s; 
  -ms-transition: all  0.3s; 
  -o-transition: all  0.3s; 
  transition: all  0.3s;
  opacity: 1;
  pointer-events: all;
}
/*
header .social li {
  padding-right: 10px;
  padding-top: 7px;
}
header .social a{
  color: #a6a6a6;
}
*/
header nav .container{
  position: relative;
}
header nav{
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.75);
  position: fixed!important;
  top: 0px;
  left: 0px;
  background: white;
  display: block;
  width: 100%;
  z-index: 9;
}
header nav .nav-link {
  padding-top: 15px;
  -webkit-transition: all  0.3s; 
  -moz-transition: all  0.3s; 
  -ms-transition: all  0.3s; 
  -o-transition: all  0.3s; 
  transition: all  0.3s;
  text-transform: uppercase;
  font-family: 'Alegreya-Medium';
  margin-left: 20px;
}
header{
  padding-top: 40px;
}
header nav.sticky .nav-link {
  padding-top: 10px;
  -webkit-transition: all  0.3s; 
  -moz-transition: all  0.3s; 
  -ms-transition: all  0.3s; 
  -o-transition: all  0.3s; 
  transition: all  0.3s;
}
/*
header nav.sticky .social {
  -ms-transform: scale(0);
  -webkit-transform: scale(0); 
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all  0.3s; 
  -moz-transition: all  0.3s; 
  -ms-transition: all  0.3s; 
  -o-transition: all  0.3s; 
  transition: all  0.3s;
  pointer-events: none;
}
*/
nav.sticky h1{
  margin: 5px 0px;
  width: 150px;
  height: 41px;
  -webkit-transition: all  0.3s; 
  -moz-transition: all  0.3s; 
  -ms-transition: all  0.3s; 
  -o-transition: all  0.3s; 
  transition: all  0.3s;
}
.carousel-item{
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 660px;
}
#carouselNeo h2{
  padding-top: 270px;
  font-size: 50px;
  margin-bottom: 0px;
  letter-spacing: 0.3em; 
}
#carouselNeo .chocopie h2, #carouselNeo .chocopie p, #carouselNeo .mundial h2{
  color: white;
}
#carouselNeo p{
  font-size: 18px;
  margin: 10px 0px 20px 0px;
}
.boton{
  text-transform: uppercase;
  padding: 10px 10px 10px 18px;
  font-size: 16px;
  letter-spacing: 0.3em; 
  display: inline-block;
}
.boton i{
  font-size: 12px;
  margin-left: 10px;
}
.boton.green{
  background: #319709;
  color: white;
}
.div-icons i{
  font-size: 60px;
  color: #989898;
  text-align: center;
  display: block;
}
.div-icons p, .div-icons h2, .div-icons h3, .div-icons h4{
  text-align: center;
}
#bajada1 .row{
  background: url('../img/bk-1.jpg') center center;
  background-size: cover;
}
#bajada1 .row .col-lg-6.col-xl-4:first-child{
  background: rgba(255,255,255,0.65);
}
#bajada1 .row .content-melona.col-xl-4 img{
  position: absolute;
  bottom: 0px;
  left: 20px;
}
#bajada1 .row .content-melona.col-xl-4 {
  overflow: hidden;
}
#bajada1 h2{
  margin: 40px 0px;
}
#bajada1 .container-fluid .row > div > .content-text, #bajada2 .container-fluid .row > div > .content-text{
  padding: 40px 0;
  margin: 0px 30px;
}
#bajada5 .container .row > div > div h2, #bajada1 .container-fluid .row > div > div h3, #bajada2 .container-fluid .row > div > div h3, #bajada3 .container .row > div > div h3{
  margin: 30px 0px;
}
#bajada1 .container-fluid .row > div > .content-text p, #bajada2 .container-fluid .row > div > .content-text p{
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
#bajada2{
  background: url('../img/bk-2.jpg') center left;
  background-size: cover;
}
#bajada2 .container-fluid .row .col-sm-6:last-child{
  background: rgba(255,255,255,0.8);
}
#bajada3{
  background: url('../img/bk-3.jpg') center bottom;
  background-size: cover;
  padding: 40px 0px 60px 0px;
}
#bajada3 .container .row > div > div{
  padding: 40px 0px 130px 0px;
  display: block;
  margin: auto;
  position: relative;
}
#bajada3 ul li{
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: white;
}
#bajada3 i, #bajada3 h2, #bajada3 p, #bajada3 h3, #bajada3 h4{
  color: white;
}
.images_holder img{
  position: absolute;
  top: 0;
  left: 0;
}
.images_holder .hover_image:hover{
  opacity: 0;
  -webkit-transition: all  0.3s;   -moz-transition: all  0.3s;   -ms-transition: all  0.3s;   -o-transition: all  0.3s;   transition: all  0.3s;
}
.images_holder .hover_image{
  opacity: 1;
  -webkit-transition: all  0.3s;   -moz-transition: all  0.3s;   -ms-transition: all  0.3s;   -o-transition: all  0.3s;   transition: all  0.3s;
}
#clientes ul{
  width: 100%;
  padding: 0px;
}
#clientes ul li{
  display: inline-block;
  width: 16.6%;
  float: left;
  position: relative;
  height: 152px;
  margin-bottom: -30px;
  padding: 0px;
}
#clientes ul li img{
  padding: 0px 20px;
}
#bajada4{
  padding: 80px 0px;
}
#bajada4 p{
  margin: 40px 0px;
}
#bajada5{
  background: #319709;
  padding: 60px 0px;
}
#bajada5 p{
  line-height: 30px;
}
#bajada5 p, #bajada5 h2, #bajada5 h3{
  color: white;
}
#bajada5 .container .row > div > div{
  width: 700px;
  margin: auto;
}
#formInferior label, #formInferior textarea, #formInferior input[type=text], #formInferior input[type=email]{
  display: block;
  width: 100%;
}
#formInferior textarea, #formInferior input[type=text], #formInferior input[type=email]{
  background: #319709;
}
#formInferior input[type=text], #formInferior input[type=email]{
  padding: 10px;
  color: white;
}
#formInferior input[type=submit], #formInferior input[type=reset]{
  padding: 12px;
  width: 230px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#formInferior textarea{
  margin-bottom: 40px;
  padding: 10px;
  color: white;
}
#formInferior input[type=submit]{
  background: white;
  color: #195701;
  margin-right: 40px;
}
#formInferior input[type=reset]{
  background: transparent;
  border: 1px solid white;
  color: #FFF;
}
#formInferior{
  margin: 0px 45px 0px 15%;
  padding-bottom: 50px;
  padding-top: 30px;
}
#formInferior label{
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.2em; 
}
form input[type=text], form input[type=email], form textarea{
  font-family: 'Open Sans', sans-serif;
}
#contacto{
  background: #195701;
}
#contacto .container-fluid .row .col-lg-5{
  border-right: 1px #319709 solid;
  padding: 0px;
}
#contacto .container-fluid .row .col-lg-5 > div:first-child{
  border-bottom: none !important;
}
#contacto .container-fluid .row .col-lg-5 > div p, #contacto .container-fluid .row .col-lg-5 > div a{
  color: white;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
#contacto .container-fluid .row .col-lg-5 > div p:first-child{
  text-transform: uppercase;
  letter-spacing: 0.2em; 
  font-family: 'Alegreya-Regular';
}
#contacto .container-fluid .row .col-lg-5 > div{
  padding: 50px 130px 40px 130px;
  position: relative;
}
#contacto .container-fluid .row .col-lg-5 > div i{
  color: #319709;
  font-size: 60px;
  top: 54px;
  left: 40px;
}
footer{
  background: #103a00;
  color: white;
  padding: 60px 0px;
}
footer .container .row .col-xs-12:nth-child(1) img{
  opacity: 0.5;
  width: 200px;
}
#copy{
  background: #000000;
  padding: 15px 0px;
}
#copy span{
  color: #9ea3a8;
}
#copy a{
  color: #e76627;
}
#copy span, #copy a{
  opacity: 0.5;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-transition:all 0.1s;-moz-transition:all 0.1s;-ms-transition:all 0.1s;-o-transition:all 0.1s;transition:all 0.1s;
}
#copy a:hover{
  opacity: 1;
  -webkit-transition:all 0.1s;-moz-transition:all 0.1s;-ms-transition:all 0.1s;-o-transition:all 0.1s;transition:all 0.1s;
}
footer .social a{
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 22px;
  -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
}
footer .social a:hover{
  opacity: 1;
  -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
}
footer .social li{
  margin: 0px 7px;
}
footer .container .row .col-xs-12:nth-child(3) ul li a, footer .container .row .col-xs-12:nth-child(2) p{
  color: white;
  opacity: 0.85;
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
}
footer .container .row .col-xs-12:nth-child(3) ul li a:hover{  opacity: 1;}
footer .container .row .col-xs-12:nth-child(3) ul{  width: 70%;  margin-left: 30%;}
footer .container .row .col-xs-12:nth-child(3) ul li{  border-bottom: 1px solid white;  padding: 5px 0px;}
footer .container .row .col-xs-12:nth-child(3) ul li:last-child{  border: none;}
footer .container .row .col-xs-12:nth-child(4) .social{  float: right;}
#go-top{
  opacity: 0;
  font-size: 12px;
  padding: 15px 13px;
  color: white;
  border-radius: 50%;
  display: inline-block;
  background: black;
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
  pointer-events: none;
    -ms-transform: scale(0.6); /* IE 9 */
  -webkit-transform: scale(0.6); /* Safari */
  transform: scale(0.6);
}
#go-top.show{
  opacity: 0.7;
  -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
  pointer-events: all;
    -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari */
  transform: scale(1);
}
#go-top.show:hover{
  opacity: 0.9;
  -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
}
.blockkk{
  display: block;
}
#formStatus{
  font-family: 'Open Sans', sans-serif!important; 
}
#formStatus h2, #formStatus h3, #formStatus h4 {
  font-size: 22px;
  letter-spacing: inherit;
  text-transform: inherit;
}
#formStatus .close{
  display: none;
}

@media screen and (min-width:1200px){
  #bajada2 .container-fluid .row > div > .content-text{    width: 450px;    margin-left: 10%;  }
}

@media screen and (max-width:1200px){
  #formInferior input[type=reset], .content-melona{    display: none;  }  
}

@media screen and (min-width: 992px) and (max-width:1200px){
  .carousel-item {    height: 500px;  }
  h2, h3, h4 {    font-size: 28px;  }
  p, li, a{    font-size: 14px;  }
  #carouselNeo h2{  padding-top: 200px;  }
  #carouselNeo h2, #carouselNeo p{ padding-left: 15px;}
}

@media screen and (max-width: 992px){
  /* header .social {    display: none;  } */
  h2, h3, h4 {    font-size: 26px;  }
  p, li, a{    font-size: 14px;  }
  div.halfRight, div.halfLeft {    width: 100%;    display: block;    margin: 0px;    padding: 0px;  }
  #bajada5 .container .row > div > div {    width: auto;  }
}

@media screen and (min-width:575px) and (max-width: 992px){
  #clientes ul li {    width: 25%;  }
  footer .social li {    margin: 0px 5px;  }
  #bajada2 {    background-position-x: 15%;  }
  .carousel-item {    height: 460px;  }
  #contacto .container-fluid .row .col-lg-5 > div {    padding: 20px 15px 20px 100px;  }
  #contacto .container-fluid .row .col-lg-5 > div i {    font-size: 50px;    top: 28px;    left: 23px;  }
  #formInferior {    width: 80%;    margin: auto;    padding-bottom: 50px;    padding-top: 30px;  }
  #contacto .container-fluid .row .col-lg-5 > div {    width: 49%;    display: inline-block;    border: none!important;  }
  #contacto .container-fluid .row .col-lg-5 {    border-left: none;    padding: 0px 10% 40px 10%;  }
  #contacto .container-fluid .row .col-lg-5 > div p {    margin-bottom: 5px;  }
  #carouselNeo h2{  padding-top: 180px;  }
  #carouselNeo h2, #carouselNeo p{ padding-left: 15px;}
}

@media screen and (min-width:767px){

}

@media screen and (max-width:575px){
  #bajada3 .container .row > div > div {    padding: 40px 0px;  }
  #bajada1 .container-fluid .row > div > .content-text p, #bajada2 .container-fluid .row > div > .content-text p {    text-align: center;    -moz-text-align-last: center;    text-align-last: center;  }
  #bajada1 .row .col-lg-6.col-xl-4:first-child {    background: transparent;  }
  #bajada1 .container-fluid .row > div > .content-text, #bajada2 .container-fluid .row > div > .content-text {    padding: 40px 0px 0px 0px;    margin: 0px 20px;  }
  #bajada1 .row {    padding-top: 40px;    padding-bottom: 80px;  }
  #bajada2 .container-fluid .row .col-sm-6:last-child {     padding: 30px 0px;  }
  #bajada2 .container-fluid .row .col-sm-6:first-child{    display: none;  }
  #clientes ul li {    display: inline-block;    width: 50%;    float: left;    position: relative;    height: 152px;    margin-bottom: -30px;    padding: 0px;  }
  header nav h1{    margin: 5px 0px;    width: 150px;    height: 41px;  }
  header nav .nav-link {    padding-top: 10px;  }
  #bajada3 {    background: url(../img/bk-3-mobile.jpg) center bottom;    padding-bottom: 130px;  }
  #bajada3 .container .row > div:last-child > div {    padding-top: 0px;  }
  #bajada4 {    padding: 80px 0px 40px 0px;  }
  #go-top {    font-size: 10px;    padding: 14px 12px;    bottom: 20px;    right: 20px;  }
  #bajada2 {    background-position: 15%;  }
  #bajada2 .container-fluid .row .col-sm-6:last-child {    background: rgba(255,255,255,0.9);  }
  #formInferior input[type=submit] {    margin-right: 0px;    width: 100%;  }
  #formInferior {    margin: 0px 5px;    padding-bottom: 50px;    padding-top: 30px;  }
  #formInferior textarea {    margin-bottom: 30px;  }
  footer .container .row .col-xs-12:nth-child(2) p {    margin: 40px 0px;  }
  footer .container .row .col-xs-12:nth-child(3){    display: none;  }
  footer .container .row .col-xs-12:nth-child(4) .social {    float: left;  }
  footer .social li {    margin: 0px 15px;  }
  footer .social li:first-child{    margin-left: 0px;  }
  #contacto .container-fluid .row .col-lg-5 {    border-left: none;  }
  #contacto .container-fluid .row .col-lg-5 > div i {    top: 40px;    left: calc(50% - 30px);  }
  #contacto .container-fluid .row .col-lg-5 > div {    padding: 120px 15px 30px 15px;    text-align: center;  }
  #contacto .container-fluid .row .col-lg-5 > div:first-child {    border-top: 1px #319709 solid;  }
  header {    padding-top: 67px;}
  #bajada5 p {    line-height: 25px;  }
  #carouselNeo h2{    padding-top: 30px;    font-size: 40px;    letter-spacing: 0.1em;   }
  #carouselNeo p{    font-size: 15px; padding: 0px 20px; }
  #carouselNeo h2, #carouselNeo p{    text-align: center;    display: block;    margin: auto;  }
  .carousel-item {    height: 420px;  }
  .carousel-item.mundial{ background: url('../img/bk-slide4-sm.png') center bottom!important; background-size: cover;}
  .carousel-item.pepero{ background: url('../img/bk-slide-sm.jpg') center bottom!important; background-size: cover;}
  .carousel-item.chocopie{ background: url('../img/bk-slide2-sm.jpg') center bottom!important; background-size: cover;}
  .carousel-item.melona{ background: url('../img/bk-slide3-sm.jpg') center bottom!important; background-size: cover;}
}
