/**
* Template Name: BizPage - v2.0.0
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #666666;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
}

a {
  color: #008b42;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #008b42;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.colorRojo{
  color: #990000;
}
.colorVerde{
  color:#008b42;
}
.colorGris{
  color: #666666;
}
.colorAmarillo{
  color: #FFBA00;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #008b42;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  */
  padding: 0;
  min-height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
}
#header .row{
  margin-right: 0;
  margin-left: 0;
}
#header .header-top{
  color: #FFFFFF;
  text-align: right;
  padding: 8px 0;
  border-bottom: 1px solid #333333;
}
#header .header-top .social-links{
  border-left: 1px solid #FFFFFF;
  padding-left: 5px;
}
#header .header-top .social-links a{
  color: #FFFFFF;
}

#header .header-bottom{
  padding: 10px 0;
}



#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo .logoLink {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #header #logo img {
    max-height: 60px;
  }
}

@media (max-width: 750px){
  #collapsibleNavbar ul.navbar-nav{
    background-color: #343a40;
    padding: 0px 4px;
    margin-top: 3px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: .25rem;
  }
  #collapsibleNavbar ul.navbar-nav li .nav-link{
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,.5);
  }
  #collapsibleNavbar ul.navbar-nav li:last-child a{
    border-bottom: 0;
  }
  #collapsibleNavbar ul.navbar-nav li a:hover{
    background-color: rgba(255,255,255,.5); ;
    color: #343a40;
  }
}


#collapsibleNavbar ul.navbar-nav{}
#collapsibleNavbar ul.navbar-nav li .nav-link{
  color: #FFFFFF;
  text-transform: uppercase;
}
#collapsibleNavbar ul.navbar-nav li .nav-link:hover{
  border-bottom: 2px solid #009045;
}

ul.navbar-nav{
  padding: 2%;
  /*background-color: #343a40 !important;*/
  border-radius: .25rem;
  border-top-right-radius: 0;
}
ul.navbar-nav .nav-link{
  color: rgba(255,255,255,.5);
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



@media (max-width: 719){
  #intro{
    height: 80vh;
  }
  #intro .carousel-item{
    height: 80vh;
  }
}
@media (max-width: 959px){
  #intro{
    height: 60vh;
  }
  #intro .carousel-item{
    height: 60vh;
  }
}

#intro .carousel-item::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url('../../assets/img/shadowblack.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}
#intro .carousel-fade .flagitalian{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;  
}
#intro .carousel-fade .flagitalian .box{
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 33.3333%;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  height:12px;
}
#intro .carousel-fade .flagitalian .box.box1{
  background-color: #008b42;
}
#intro .carousel-fade .flagitalian .box.box2{
  background-color: #FEFEFE;
}
#intro .carousel-fade .flagitalian .box.box3{
  background-color: #990000;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}
.carousel-control-next,
.carousel-control-prev{
  z-index: 16;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators{
  bottom: 6%;
  margin-bottom: 0%;
}
#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'DM Serif Text', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 25px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Maven Pro', sans-serif;
  font-weight: normal;
  font-size: 100%;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'DM Serif Text', serif;
}

#mobile-nav ul li a:hover {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
/*
.section-header h3 {
  font-size: 280%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 10px 0px 10px 130px;
  margin-bottom: 12px;
  border-bottom: 7px solid #008b42;
  line-height: 100%;
}
.section-header h3::before {
  content: '';
  background-image: url('../img/imgmap.png');
  position: absolute;
  display: block;
  width: 91px;
  height: 65px;
  bottom: 10px;
  left: 0;
}
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 100%;
  background: #008b42;
  bottom: 0;
  left: 110px;
}
.section-header h4{
  font-family: 'Maven Pro';
  font-size: 200%;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 0px 0px 130px;
  margin: 0 auto;  
  line-height: 100%;
}

*/



.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}



.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}






/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/aboutBGmainBox@1.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  /*position: relative;*/
}
#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.92);*/
  z-index: 9;
}
#about .container {
  position: relative;
  z-index: 10;
}
#about .about-col {
/*
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
*/
  color: #666666;
}
#about .about-col .img {
  position: relative;
}
#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}
#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#about .about-col h2 {
  text-align: left;
  font-weight: 700;
  font-size: 210%;
  letter-spacing: 1px;
  padding: 0;
  margin: 40px 0 12px 0;
}
#about .about-col p {
  font-size: 135%;
  line-height: normal;
  color: #333;
  margin-bottom: 0;
  padding: 0px 0px 20px 0px;
}

/* Header Section Menu
--------------------------------*/
section.menu{}
section.menu .box{}
section.menu .box .imgwrap .btn{
  padding: 0;
}
section.menu .box .modal-body{
  padding: 4px;
}

section.menu .box > .row {}
section.menu .section-header{
  margin-bottom: 1%;
}
section.menu .section-header .titlesMenu{
  display: inline-block;
}
section.menu .section-header .titlesMenu h3 {
  font-size: 250%;
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 10px 0px 10px 130px;
  margin-bottom: 12px;
  border-bottom: 4px solid #008b42;
  line-height: 100%;
}
section.menu .section-header .titlesMenu h3::before {
  content: '';
  background-image: url('../img/imgmap.png');
  background-color: transparent;
  position: absolute;
  display: block;
  width: 91px;
  height: 65px;
  bottom: 10px;
  left: 0;
}
section.menu .section-header .titlesMenu h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background: #008b42;
  bottom: 0;
  left: 110px;
}
section.menu .section-header .titlesMenu h4{
  font-family: 'Maven Pro', sans-serif;;
  font-size: 250%;
  text-transform: uppercase;
  display: block;
  padding: 0px;
  margin: 0 auto;
  line-height: 100%;
  text-align: right;
}
section.menu .box > .row .titlewrap{
  margin-bottom: 1%;
}
section.menu .box > .row .titlewrap h4{
  margin: 0 auto;
  text-align: left;
}
section.menu .box > .row .titlewrap h4.precio{
  text-align: right;
}
section.menu .box > .row .title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 135%;
  line-height: 100%;
}
section.menu .box > .row .description {
  font-size: 100%;
  text-align: justify;
  margin-left: 0;
  line-height: 120%;
  margin-bottom: 0;
}
section.menu .hacepedido{
  padding: 3% 4% 0% 4%;  
}
section.menu .hacepedido .btn{
  padding-left: 50px;
  font-size: 200%;
  padding: 12px 12px 12px 85px;
  position: relative;
}

section.menu .hacepedido .btn::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 58px;
  height: 68px;
  background-image: url(../img/imgmap.png);
  background-repeat: no-repeat;
  background-position: -341px 0;
}
section.menu .hacepedido a::after{
  content: '';
  position: absolute;
  width: 3px;
  height: 80%;
  background-color: rgba(0,0,0,0.5);
  left: 78px;
  top: 50%;
  transform: translateY(-50%);
}

/* Lasagnas Section
--------------------------------*/
#lasagnas {
  background: url('../img/lasagnasBGsection@1.jpeg') center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  color: #FFFFFF;
}
#lasagnas .box {
  margin: 1% 3%;
  background-color: rgba(0,0,0,0.5);
  padding: 12px;
}
#lasagnas .boximg{
  background-color: transparent;
}
#lasagnas .icon {
  float: left;
}

/* Risottos Section
--------------------------------*/
#risottos .section-header h3{
  color: #990000;
  border-bottom: 3px solid #990000;
  padding-left: 145px;
}
#risottos .section-header h3::before{
  background-position: -92px 0px;
  width: 117px;  
}
#risottos .section-header h3::after{
  background-color: #990000;
  left: 125px;
}
#risottos {
  background: url('../img/aboutBGmainBox@1.jpg') center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  color: #333333;
}
#risottos .box {
  margin: 1% 3%;
  padding: 12px;
}
#risottos.menu .box .titlewrap{
  color: #990000;
}

/* Pastas Section
--------------------------------*/
#pastas .section-header h3{
  color: #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  padding-left: 145px;
}
#pastas .section-header h3::before{
  background-position: -212px 0px;
  width: 125px;
}
#pastas .section-header h3::after{
  background-color: #FFFFFF;
  left: 130px;
}
#pastas{
  background: url('../img/pastasBGsection@1.jpeg') center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  color: #FFFFFF;
}
#pastas .box {
  margin: 1% 3%;
  background-color: rgba(0,0,0,0.5);
  padding: 12px;
}

/* Harma tu pasta Section
--------------------------------*/
#armatupasta {
  color: #FFFFFF;
  background: url('../img/armatupasta-bg.jpg') center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

#armatupasta .container{
  position: relative;
}
@media (min-width:996px){
#armatupasta .container::before{
  content: '';
  position: absolute;
  left: -300px;
  width: 422px;
  height: 635px;
  background-image: url('../img/armatupasta-foto2@1X.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
}
#armatupasta .section-header .box2{
  position: relative;
}
#armatupasta .section-header .box2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #008b42;
  box-sizing: border-box;
  left: 0;
  top: 40%;
}
#armatupasta .section-header .box2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #008b42;
  box-sizing: border-box;
  left: 0;
  bottom: 40%;
}
#armatupasta .section-header .titlesMenu{
  letter-spacing: 1px;
}
#armatupasta .section-header .titlesMenu h3{
  color: #FFFFFF;
  text-transform: inherit;
  font-weight: normal;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#armatupasta .section-header .titlesMenu h3::before{
  content: none;
}
#armatupasta .section-header .titlesMenu h3::after{
  content: none;
}
#armatupasta .section-header .titlesMenu h4{
  text-transform: none;
  font-size: 200%;
  text-align: left;
  margin-bottom: 5%;  
}

#armatupasta .paso{}
#armatupasta .paso h4{
  margin-bottom: 0;
  font-family: 'Maven Pro', sans-serif;
}
#armatupasta .paso h4 .numeroVerde{
  font-family: 'DM Serif Text', sans-serif;
  font-size: 170%;
  color: #008b42;
}
#armatupasta .paso ul{
  margin-bottom: 0;
}
#armatupasta .paso ul li{
  color: #f1f1f1;
  font-size: 112%;
  position: relative;
  list-style: none;
}
#armatupasta .paso ul li::before{
  content: '';
  position: absolute;
  left: -15px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #008b42;
  border-radius: 50%;
}
#armatupasta .row1{
  margin-bottom: 15px;  
}

#armatupasta .row1 .arrowwrap{
  min-height: 70px;
}
#armatupasta .row1 .arrowwrap .arrow{
  position: relative;
  height: 100%;
}
#armatupasta .row1 .arrowwrap .arrow::before{
  content: '';
  position: absolute;
  background-image: url('../img/imgmap.png');
  background-repeat: no-repeat;
  background-position: 0 -68px;
  width: 60px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  #armatupasta .container::before {
    background-image: none;
  }
  #armatupasta .row1 .arrowwrap .arrow::before {
    left: 10%;
    transform: translateY(-50%) rotate(90deg);
  }
}
#armatupasta .paso .paso4 .col-lg-4{
  padding-right: 0;
}
#armatupasta .paso .paso4 .titlewrap{
  position: relative;
}
#armatupasta .paso .paso4 .titlewrap h4{
  display: inline-block;
  max-width: 80%;
  line-height: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 959px){
  #armatupasta .paso .paso4 .titlewrap h4{
    padding-top: 70px;
    max-width: 100%;
  }
  #armatupasta .paso .paso4 .titlewrap h4::after{
    content: '';
    position: absolute;
    background-image: url('../img/imgmap.png');
    background-repeat: no-repeat;
    background-position: 0 -68px;
    width: 60px;
    height: 35px;
    top: 15px;
    left: 10%;
    transform: rotate(90deg);
  }
}
@media (min-width: 960px){
  #armatupasta .paso .paso4 .titlewrap h4::after{
    content: '';
    position: absolute;
    top: 60%;
    right: -92px;
    width: 84px;
    height: 51px;
    background-image: url(../img/imgmap.png);
    background-repeat: no-repeat;
    background-position: -62px -68px;
    transform: translateY(-50%);
  }
  #armatupasta .paso .paso4 .titlewrap h4 .textwrap{
    margin-left: 40px;
  }
}

/* Portfolio Section
--------------------------------*/
.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(240,95,64,.9);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
@media(min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px;
  }
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Atrium Section
--------------------------------*/
#atrium {
  color: #FFF;

  padding: 60px 0;
}
#atrium > .container{
  padding: 0;
  position: relative;
}
@media (min-width: 540px){
#atrium > .container::before{
    content: '';
    background-image: url('../img/atriumShadow@1X.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 283px;
    position: absolute;
    left: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  #atrium .container::after{
    content: '';
    background-image: url('../img/atriumShadow@1X.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 283px;
    position: absolute;
    right: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#atrium .containerwrap{
  background-color: #111;
  background-image: url('../img/atriumBGAlfa0@1X.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; 
  position: relative;
  z-index: 10;
}
#atrium .containerwrap .row{
  margin-right: 0;
  margin-bottom: 0;
}
#atrium .containerwrap::before{
  content: '';
  content: '';
  position: absolute;
  bottom: 0px;
  top: 0;
  z-index: 20;
  background-image: url('../img/atriumBgBottom.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 100% 15px;
  height: 15px;
  width: 100%;
  max-width: 1140px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#atrium .containerwrap::after{
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 20;
  left: 0;
  background-image: url('../img/atriumBgBottom.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  height: 15px;
  width: 100%;
  max-width: 1140px;
  
}
#atrium .containerwrap .sede{
  padding: 0;
}
#atrium .containerwrap .sede .image{
  text-align: right;
}
#atrium .atrium-infobanner p{
  margin: 30px 50px;
  font-size: 170%;
  line-height: normal; 
}
@media (max-width: 959px){
  #atrium .container .atrium-info{
    padding: 40px 0 0 0;
  }
  #atrium .container .row .sede .image{
    text-align: right;
    margin-top: 10px;
  }
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

@media (min-width: 960px){
  #contact {
    background-image: url('../img/contactoBgLeft@1X.png'), url('../img/contactoBgRigth@1X.png');
    background-repeat: no-repeat;
    background-position: -144% 40%,260% 40%;
  }
}
#contact .section-header h3{
  color: #008b42;
  font-weight: normal;
  font-size: 210%;
}
#contact .requerido sup{
  color: #008b42;
  font-weight: bold;
  font-size: 100%;
  vertical-align: text-bottom;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #18d26e;
}

#contact .php-email-form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}
#contact  .form-group{
  position: relative;
}


.error{
  background-color: #BC1010;
  border-radius: 4px 4px 4px 4px;
  color: white;
  font-weight: bold;
  margin-left: 16px;
  margin-top: 6px;
  padding: 6px 12px;
  position: absolute;
  bottom: -30px;
  z-index: 5;
}
.error:before{
  border-color: transparent #BC1010 transparent transparent;
  border-style: solid;
  border-width: 6px 8px;
  content: "";
  display: block;
  height: 0;
  left: -16px;
  position: absolute;
  top: 8px;
  width: 0;
}
.result_fail{
  background: none repeat scroll 0 0 #BC1010;
  border-radius: 20px 20px 20px 20px;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}
.result_ok{
  background: none repeat scroll 0 0 #1EA700;
  border-radius: 20px 20px 20px 20px;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*
 * BLOQUE WHATSAPP 
 */
 .blckWhatsapp {
  position: relative;
  margin-bottom: 0;
}
.blckWhatsapp  .block-content .linkwrapper{
   display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  right: 0%;
  left: 1%;
}
.blckWhatsapp  .linkwrapper a.whatsappBtn{
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
  margin-right: 12px;
  margin-left: 5px;
  width: 60px;
  border-radius: 50%;
  outline: transparent; 
}
.blckWhatsapp  .linkwrapper a.whatsappBtn:hover{
  background-color: rgb(240, 240, 240);
}
.blckWhatsapp  .linkwrapper a.whatsappBtn::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  border-radius: 50%;
}
.blckWhatsapp .linkwrapper a.whatsappBtn p.txtwrap{
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url('../img/whatsapp3.svg');
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;  
  text-indent: -99999px;
  position: relative;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer .gloriaFoodH2{
  font-size: 140%;
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif;
  text-transform: uppercase;  
  text-align: center;
  margin: 2% auto 1% auto;
}
#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'DM Serif Text', serif;
  color: #eee;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
  font-size: 180%;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:last-child{
  border-top: 1px solid #333;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #cccccc;
}
#footer .footer-top .footer-links .fa{
  color: #4E8E3A;
}
@media (max-width: 768px){
  #footer .footer-top .footer-links ul{
    text-align: center;
    margin: 20px auto;
  }
  #footer .footer-top .footer-links ul li{
    padding: 0 0 !important ;
  }
  #footer .footer-top .footer-links ul li:last-child{
    border-top: 0 !important;
  }
}
#footer .copyright {
  text-align: center;
  font-size: 140%;
}

