
.contactenos  {
  position: fixed;
  bottom: 0px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed;
  bottom: 10px;
  left: 65%;
  z-index:200;
}



.opening-table .heading-block span {
  font-size: 16px;
  font-weight: 400;
}

.opening-table {
  padding: 15px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #EEE;
  margin-bottom: 30px;
}

.time-table-wrap .time-table {
  padding: 14px 0;
  text-align: left;
  border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }




.icon-big { 
  font-size: 120px;
  color: #36a038;
 }

.icon-normal { 
  color: #36a038;
 }


.icon-contacto { 
  font-size: 15px;
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 5px 0px 5px 0px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
 }




.destacado {
  border-radius: 0 0 10px w10px;
  background: #fff;
  padding: 20px;
}


.destacado ul {
 margin-left: 10px;
}

.destacado li {
 margin-bottom: 10px;
}

.lista-1 {
}


.lista-1 ul {
 margin-left: 20px;
}

.lista-1 li {
 margin-bottom: 10px;

}




.grid-border {
	overflow: hidden;
	border: 1px solid rgba(var(--themecolorrgba, 241,199,122), var(--border-opacity, .15));
}

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid rgba(var(--themecolorrgba, 241,199,122), var(--border-opacity, .15));
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(var(--themecolorrgba, 241,199,122), var(--border-opacity, .15));
}


.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	width: 80px;
	height: 80px;
}

.testi-content {
	margin-top: 20px;
}

.testi-content p {
	font-style: normal;
	font-size: 1.15rem;
	font-weight: 300;
}

.testi-meta {
	margin-top: 25px;
    font-size: 22px;
    text-transform: none;
    color: var(--themecolor, #F1C77A);
    font-family: var(--font-family, 'Prata', Serif);
}
.testi-meta::before { display: none; }
.testi-meta span {
	font-family: var(--font-family-body, 'Roboto', Serif);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}














@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


