/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

  body {
    background-color: #0c0a0d;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
	font-size:16px;
	
  }
.right { text-align:right !important; font-weight:300; }

.center { text-align:center; }

.modal-header button.close {
    float: right;
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    opacity: .8;
    filter: alpha(opacity=80);
	background:#1b1b1b;
	border-radius: 50%;
	width:50px;
	height:50px;
}
.modal-content{
    border-width: 10px;
    border-style: solid;
    border-color: #eae9e3;
    height: 350px;
    display: table-cell;
    width: 700px;
    /* background-image: url(https://irp-cdn.multiscreensite.com/fe3d7359/DESKTOP/jpg/35721d6.jpg?sitetimestamp=636518998930000000); */
    background-image: url(../images/slider-image3.jpg);
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
	color:#FFF;
}
.modal-header h3 { color:#FFF; }
.modal-body p { color:#FFF; }

/* Slider */
@media (max-width: 767px)	{ 
	#main-slider .carousel h2 {
		font-size: 25px !important;
	}
}


#main-slider {
    position: relative;
	z-index: 1;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
	text-align:right;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h2 {
   /*  font-size: 64px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff; */
	margin-top:240px;
	font-size:2.2em;
    color: #ffffff;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	padding-left:10px;
	display: block;
	
}

#main-slider .carousel h3 {
    color: #f9f9f9;
    font-size: 20px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	padding-left:10px;
	margin-top: 0 !important;
	display: block;
  }

#main-slider .carousel .btn-slide {
    padding: 0 30px;
    line-height: 42px;
    background: #ce3232;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #ce3232;
	text-decoration:none;
}

#main-slider .carousel .btn-slide.white {
    border: 1px solid rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 730px;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #ce3232;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #000;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators {
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 80px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin: 0 10px;
    position: relative;
    border: 1px solid #fff;
}

#main-slider .carousel-indicators li.active {
    background-color: #188b57;
    border: 1px solid #188b57
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

/* Fin Slider */



#middle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .3
}

#middle h2 {
    font-size: 48px;
    color: #ffffff;
}

#middle .skill {
    margin-bottom: 60px;
}

 .social-links a {
 margin-top:50px;
}
.social-links a {
  font-size: 34px;
  display: inline-block;
  background: #000;
  color: #eee;
  /* line-height: 1; */
 /*  vertical-align:middle; */
   padding: 8px; 
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

 .social-links a:hover {
  background: #FFF;
  color: #188b57;
}

i.single-iconx {
  font-size: 30px;
  width: 50px;
  height: 50px;
  /* border: 1px solid #188b57; */
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
  color:#188b57;
  text-align: center !important;
}
.single-icon { display:inline-block; }
.single-icon p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
address { display:inline-block; padding-left: 5px; }

.widget i { font-size:20px; }
h4.negrito { color:#000; }

.btn-primary {
    color: #fff;
    background-color: #039303;
    border-color: #EEE;
}
.btn-primary:hover {
    color: #fff;
    background-color: #067206;
    border-color: #039303;
}

.whatsappi {
	float: right;
}
.btn {
	
    display: inline-block;
    padding: 10px 22px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
}

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:10px;
        bottom:1px;
        border-radius:50%;
        line-height:50px;
        text-align:center;
        z-index:999;
}
.pagetitle-separator{
		background: #cccccc !important;
		height: 1px;
		margin: 23px auto 45px;
		width: 250px;
}
.pagetitle-separator-border{
		width: 101px;
		height: 3px;
		margin: 0 auto;
		position: relative;
		top: -2px;
}
.pagetitle-separator-box{
		height: 10px;
	    margin: 23px auto 45px;
	    position: relative;
	    top: -4px;
	    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		width: 10px;
}
.pagetitle-separator-box {
    background: none repeat scroll 0 0 #ce3232;
}
 .pagetitle-separator-border {
	 background-color: #ce3232;
 }
 #about h3 { text-align:center; }
 
 .izqmob { text-align:left !important; }
 .section-title1 {
  font-size: 37px;
 /*  text-transform: uppercase; */
 /*  text-align: center; */
  font-weight: 700;
}
.section-title2 {
  font-size: 28px;
 /*  text-transform: uppercase; */
 /*  text-align: center; */
  font-weight: 400;
}
 .section-title-divider {
  width: 50px;
  height: 3px;
  background: #ce3232;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* .vip { text-align:center; }
.vip a { color:#188b57; }
.vip a img{ width:30%; } */
/* .btn-whatsapp img {  width:50px; } */

/* Inscripción suscribe */
 /* LOADER */
                .ml-form-embedSubmitLoad {
                  display: inline-block;
                  width: 20px;
                  height: 20px;
                }
                .ml-form-embedSubmitLoad:after {
                  content: " ";
                  display: block;
                  width: 11px;
                  height: 11px;
                  margin: 1px;
                  border-radius: 50%;
                  border: 4px solid #fff;
                  border-color: #ffffff #ffffff #ffffff transparent;
                  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
                }
                @keyframes ml-form-embedSubmitLoad {
                  0% {
                        transform: rotate(0deg);
                  }
                  100% {
                        transform: rotate(360deg);
                  }
                }
        #mlb2-1495532.ml-form-embedContainer {
          box-sizing: border-box;
          display: table;
          height: 99.99%;
          margin: 0 auto;
          position: static;
          width: 100% !important;
        }
        #mlb2-1495532.ml-form-embedContainer h4,
        #mlb2-1495532.ml-form-embedContainer p,
        #mlb2-1495532.ml-form-embedContainer span,
        #mlb2-1495532.ml-form-embedContainer button {
          text-transform: none !important;
          letter-spacing: normal !important;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper {
          background-color: #f6f6f6;

          border-width: 0px;
          border-color: transparent;
          border-radius: 4px;
          border-style: solid;
          box-sizing: border-box;
          display: inline-block !important;
          margin: 0;
          padding: 0;
          position: relative;
                }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }
        #mlb2-1495532.ml-form-embedContainer .ml-form-align-left { text-align: left; }
        #mlb2-1495532.ml-form-embedContainer .ml-form-align-center { text-align: center; }
        #mlb2-1495532.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
        #mlb2-1495532.ml-form-embedContainer .ml-form-align-right { text-align: right; }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          height: auto;
          margin: 0 auto !important;
          max-width: 100%;
          width: 900px;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
          padding: 20px 20px 0 20px;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
          padding-bottom: 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
          margin: 0 0 20px 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
          color: #000000;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          font-size: 30px;
          font-weight: 400;
          margin: 0 0 10px 0;
          text-align: left;
          word-break: break-word;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
          color: #000000;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
          margin: 0 0 10px 0;
          text-align: left;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
          color: #000000;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-size: 14px;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
          color: #000000;
          text-decoration: underline;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
          margin: 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
          margin: 0;
          width: 100%;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
          margin: 0 0 20px 0;
          width: 100%;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
          float: left;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
          margin: 0;
          padding: 0 0 20px 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
          margin: 0 0 10px 0;
          width: 100%;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
          margin: 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
          margin: 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
          background-color: #ffffff !important;
          color: #333333 !important;
          border-color: #cccccc !important;
          border-radius: 4px !important;
          border-style: solid !important;
          border-width: 1px !important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          font-size: 14px !important;
          height: 40px;
          line-height: 20px !important;
          margin-bottom: 0;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          padding: 10px 10px !important;
          width: 100% !important;
          box-sizing: border-box !important;
          max-width: 100% !important;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }


        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
          height: 42px;
        }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
          background-color: #ffffff;
          color: #333333;
          border-color: #cccccc;
          border-radius: 4px;
          border-style: solid;
          border-width: 1px;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 0;
          margin-top: 0;
          padding: 10px 10px;
          width: 100%;
          box-sizing: border-box;
          overflow-y: initial;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
          background-color: #000000 !important;
                border-color: #000000;
          border-style: solid;
          border-width: 1px;
          border-radius: 4px;
          box-shadow: none;
          color: #ffffff !important;
          cursor: pointer;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          font-size: 14px !important;
          font-weight: 700;
          line-height: 20px;
          margin: 0 !important;
          padding: 10px !important;
          width: 100%;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
          background-color: #333333 !important;
          border-color: #333333 !important;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
          display: inline-block;
          float: left;
          margin: 1px 0 0 0;
          left: 0;
          top: 0;
          opacity: 1;
          visibility: visible;
          appearance: checkbox !important;
          -moz-appearance: checkbox !important;
          -webkit-appearance: checkbox !important;
          position: relative;
          height: 14px;
          width: 14px;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
          color: #000000;
          display: block;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          font-size: 12px;
          text-align: left;
          padding-left: 25px;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
          font-weight: normal;
          margin: 0;
          padding: 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
          color: #000000;
          text-decoration: underline;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
          color: #000000 !important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
          font-size: 12px !important;
          font-weight: normal !important;
          line-height: 18px !important;
          padding: 0 !important;
          margin: 0 5px 0 0 !important;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
          margin: 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
          margin: 0 0 20px 0;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
          background-color: #000000 !important;
          border: none !important;
          border-radius: 4px !important;
          box-shadow: none !important;
          color: #ffffff !important;
          cursor: pointer;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
          font-size: 14px !important;
          font-weight: 700 !important;
          line-height: 20px !important;
          height: 40px;
          padding: 10px !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
          display: none;
        }
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
          background-color: #333333 !important;
        }
        .ml-subscribe-close {
          width: 30px;
          height: 30px;
          background: url(https://bucket.mlcdn.com/images/default/modal_close.png) no-repeat;
          background-size: 30px;
          cursor: pointer;
          margin-top: -10px;
          margin-right: -10px;
          position: absolute;
          top: 0;
          right: 0;
        }
        .ml-error input {
          background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
          background-size: 24px 24px !important;
        }
        .ml-error .label-description {
          color: #ff0000 !important;
        }
        .ml-error .label-description p,
        .ml-error .label-description p a {
          color: #ff0000 !important;
        }

        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
        #mlb2-1495532.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
          color: #ff0000 !important;
        }
              @media only screen and (max-width: 400px){
          .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
          .ml-form-formContent.horozintalForm { float: left!important; }
          .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
          .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
          .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
          .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
        }
/* Fin Inscripción suscribe */

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
	
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	/* text-transform: uppercase; */
  }

  h1 {
	color: #FFF;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #FFF;
    font-size: 2em;
   /*  padding-bottom: 10px; */
   margin-top: 0;
   margin-bottom: 10px;
	
  }
#about h2 { text-align:center; }
  h3 {  color: #FFF;
   font-size:2.7em;
    margin-bottom: 0;
	margin-top: 0;
  }

  h3,
  h3 a {
    color: #FFF;
	font-family: 'Oswald', sans-serif;
  }
  h3 span { color: #d76f07; }
  h4 {   color: #FFF; font-size:2em; padding-bottom:4px; }

   p {
    color: #757575;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
	text-align: justify;
  } 



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/
#about a {
		font-size:20px;
    }
  html{
    -webkit-font-smoothing: antialiased;
  }

a i { max-width:100%; height:auto; }
  a {
    color: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
	max-width:100%;
	height:auto;
  }

  a:hover, a:active, a:focus {
    color: #f9f8e52933;
    outline: none;
	text-decoration:underline;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
   /*  padding-top: 70px; */
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  
  .navbar-nav {
    float: right;
    margin: 0;
	padding-left:20px;
   
}
  
.navbar.reduce img{ width:150px; margin-top:-5px; }
.relog{
-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}


  .custom-navbar {
    border: none;
    margin-bottom: 0;
    /* padding: 25px 0; */
  } 
  

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
  }
  
  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: -1em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 20px;
    /* font-weight: bold; */
    color: #ffffff;
	text-shadow: 1px 1px 8px #1b1b1b;
    padding-right: 12px;
    padding-left: 12px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #f9f8e5;
	text-shadow: none; 
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
  }

/* para Computador */
  @media(min-width:768px) {
	  #menu img{
		width:30%;
	}
	#middle {
		background-image: url("../images/banderines.jpg");
		background-repeat: no-repeat;
		background-position: center 0.15rem;
		background-size: 100%;
		/* background-size: cover; */
		/*  background-position: center center; */
		/* text-align: center; */
		color: #ffffff;
		position: relative;
		z-index: 1;
		height: 310px;
	}
	#about {
		
		position: relative;
    }
	
  
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
	  text-align:center;
    }
	.custom-navbar h4 {
		color: #ffffff;
		text-transform:none;
		font-size:1.7em;   
    }
    .custom-navbar.top-nav-collapse {
      background: #1B1B1B;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #FFF;
    }

    .top-nav-collapse .nav li a {
      color: #FFF;
	 
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
	
	    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
	#redes-foot {
	  
	   /* fondo */
		background-image: url("../images/footer-big.jpg");
		background-repeat: no-repeat;
		/* background-position: center 7.15rem; */
		background-size: 100%;
		height:400px;
		
	  }
	  .cajon {
	  
	   /* fondo */
		background-color: #970000;
		height: auto;
		width: 40%;
		margin:0 auto;
		padding-top:20px;
		border-radius:15px;
		
	  }
	  .rosa {	  
	   /* fondo */
		background-color: #f49f9f;
		height: auto;
		width: 50%;
		margin:0 auto;
		padding-top:0.1px;
		border-radius:15px;
		
	  }
	
	
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h2 {
	 margin-top:200px;
	font-size:2.2em;
    color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
	padding-left:10px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 20px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	padding-left:10px;
	margin-top: 0 !important;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #c11c3d;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c11c3d;
    border-color: transparent;
  }
  
  /* Modificacion Slider */

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    /* background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px; */
	 background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* left: 0 !important;
   
    top: 0;
    position: absolute; */
    width: 100%;
    display: block !important;
    height: 730px;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

   .slider .item-first {
    background-image: url(../images/slider/bg1.jpg);
	/* background-size: 100%; */
  }
  .slider .item-second {
    background-image: url(../images/slider/bg3.jpg);
	/* background-size: 100%; */
  }
  .slider .item-third {
    background-image: url(../images/slider/bg4.jpg);
	/* background-size: 100%; */
  }
  .slider .item-fourth {
    background-image: url(../images/slider/bg6.jpg);
	/* background-size: 100%; */
  }
  .slider .item-fifth {
    background-image: url(../images/slider/bg5.jpg);
	/* background-size: 100%; */
  }

  /* .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  } */

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

#subscribe p {
  color: #fff;
  font-size: 17px;
}

  /*---------------------------------------
      TEAM              
  -----------------------------------------*/
.negrita { font-weight:bold; }
 /*  #team {
    background: #f9f9f9;
  } */

 #team p {
    color: #FFF;
    font-size: 19px;
    line-height: 27px;
  }
  
  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }



  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0; padding-top: 0px !important;
  }
  #menu img.app-badge { width:80%; }
  #menu .container {
    width: 100%;
  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    /* cursor: pointer; */
    width: 102%;
  }

  

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
	font-size:20px;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }

/*--------------------------------
	GALERIA
------------------------------ */
#galeria ul { list-style:none; margin-bottom: 0; margin-left:-30px; }
#galeria .menu-thumb {
    overflow: hidden;
    position: relative;
    /* cursor: pointer; */
    width: 102%;
  }
  
  .galeria-imagenes {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* para celulares genera 2 columnas y toma 1 fraccion */
	grid-template-rows: repeat(2, auto);
	grid-gap: 2rem;
  }
  
  @media (min-width: 768px) {
	  .galeria-imagenes{
		  grid-template-columns: repeat(3, 1fr);
	  }
  }
  
.galeria-imagenes img {
    display: block;
  }

.galeria-imagenes li:nth-child(1) {
    grid-row: 1 / 3;
  }
  .galeria-imagenes li:nth-child(5) {
    grid-row: 3 / 5;
	grid-column: 2 / 3
  }
  .galeria-imagenes li:nth-child(6) {
		grid-row: 3 / 4;
		
	}
  
  @media (min-width: 768px) {
	  .galeria-imagenes li:nth-child(5) {
		grid-row: 2 / 4;
		grid-column: 3 / 4
	}
	.galeria-imagenes li:nth-child(6) {
		grid-row: 3 / 4;
		grid-column: 1 / 3
	}
  }
  
 
  
  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background: url('../images/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #FFF;
    font-size: 19px;
    line-height: 27px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

/*
  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

   #contact input {
    height: 55px;
  } 
*/
  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }
  
  
  
  /* New */
  #contact .boton_personalizado{
    text-decoration: none;
    padding: 10px;
    
    font-size: 20px;
    color: #188b57;
    background-color: #FFF;
    border-radius: 6px;
    border: 2px solid #188b57;
  }
  #contact .boton_personalizado:hover{
    color: #FFF;
    background-color: #188b57;
  }
  
  #contact .form #sendmessage {
  color: #249b21;
  border: 1px solid #249b21;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  font-family: "Open Sans", sans-serif;
  color: red;
  display: none;
  margin: 0 0 20px;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

/* #contact .form button[type="submit"] {
  background: #dc092b;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
} */

/* End New */

label { font: 400 14px Arial; }
input, select, textarea {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc !important;
    color: #333 !important;
    font-size: 16px;
    padding: 14px 16px 12px;
    width: 100%;
	font: 400 14px Arial;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    font: 400 14px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/
  
  .footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #ce3232;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

#footer {
	 border-top: 5px solid #c11c3d;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
    font-weight: 300;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #ce3232;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px;
}



/*   footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 70px 0;
    padding-bottom: 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #ce3232;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  } */

/* sub-footer */
/* .sub-footer {
	font-size: 12px;
	margin-top: 30px;
    background-color: #1B1B1B;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
	color: #909090;
}

.sub-footer a{
	color: #909090;
}
.sub-footer a:hover{
	color: #EEE; text-decoration:underline;
}

footer .sub-footer  p {
	font-size: 12px;
} */


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
	  float: right;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #188b57;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #188b57;
    color: #ffffff;
  }
  
  .social-icon2 {
	text-align:center;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon2 li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon2 li a {
    border-radius: 100px;
    color: #a12120;
    font-size: 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon2 li a:hover {
    background: #a12120;
    color: #ffffff;
  }
  
  #redes-foot {
   border-top: 1px solid rgba(0,0,0,0.05);
   padding: 10px;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
  .responsive { width:100%;}

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
   /*  section {
      padding: 60px 0;
    } */

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

/* para Movil */
  @media only screen and (max-width: 767px) {
	  
	#menu img{
		width:100%;
	}
	#middle {
		background-image: url("../images/banderines.jpg");
		background-repeat: no-repeat;
		background-position: center;
		/* background-size: 100%; */
		background-size: cover;
		/*  background-position: center center; */
		/* text-align: center; */
		color: #ffffff;
		position: relative;
		z-index: 1;
		height: 90px;
	}
	#about {
		
		position: relative;
	}
	#about h2 { /*Cambios ala fuente*/ 
		font-size: 1.5em;
		line-height:1.2em;
	}
	#vera h2 { /*Cambios ala fuente*/ 
		
		 font-size: 1.5em;
		 line-height:1.2em;
	}
	#menu h3 { /*Cambios ala fuente*/ 
		
		 font-size: 1.5em;
		 line-height:1.2em;
	}
	#menu h4 { /*Cambios ala fuente*/ 
		
		 font-size: 1.3em;
		 line-height:1.2em;
		 color: #FFF;
	}
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }
	.whatsappi {
		float: none;
	}
	 .navbar-nav {
		float: none;
		margin: 0;
   	}
    .custom-navbar {
      background: #1B1B1B;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0 0 0;
      text-align: center;
    }
	.custom-navbar h4 {
		color: #ffffff;
		text-transform:none;
		font-size:1em;   
    }
    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
	  
    }
	.navbar-collapse {
		margin:0 auto;
	}	

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
     /*  color: #252525; */
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #FFF;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding-top: 60px;
    }
	#redes-foot {
		border-top: none;
		/* fondo */
		background-image: url("../images/footer.jpg");
		background-repeat: no-repeat;
		/* background-position: center 7.15rem; */
		background-size: 100%;
		height:200px;
		
	  }
    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
	
	.cajon {
	  
	   /* fondo */
		background-color: #970000;
		height: auto;
		width: 90%;
		margin:0 auto;
		padding-top:20px;
		border-radius:15px;
		margin-bottom:20px;
	  }
	  .rosa {
	  
	   /* fondo */
		background-color: #f49f9f;
		height: auto;
		width: 80%;
		margin:0 auto;
		padding-top:0.1px;
		border-radius:15px;
		
	  }
	  
  }


  @media only screen and (max-width: 580px) {
	.navbar-brand > img { width:100px; }
		  
    h1 {
      font-size: 1.7em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
	.slider .item {
		/* background-position: inherit;
		background-repeat: no-repeat;
		background-attachment: local;
		background-size: cover; */
		height: 450px;
	  }
	  .navbar.reduce img{ width:100px; margin-top:-10px; }

  }

