.body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding3 {
  padding: 45px 0;
  margin-top: 15px ;
}

.layout_padding2-top {
  padding-top: 45px;
}


.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}


.custom_dark-btn,
.custom_orange-btn {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 145px;
  outline: none;
  color: #f7f7f7;
  border: 1px solid transparent;
}

.custom_dark-btn {
  background-color: #000000;
}

.custom_dark-btn:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}

.custom_orange-btn {
  background-color:  #f4951b;
}

.custom_orange-btn:hover {
  border: 1px solid  #f4951b;
  color: #f4951b;
  background-color: transparent;
}

.custom_heading {
  text-align: center;
  font-weight: bold;
}

.custom_contacto {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  font-size: 20pt;
  margin-bottom: 20px;
}


.custom_heading-text {
  text-align: center;
}


/*header section*/
.hero_area {
  height: 98vh;
  background-color: #f7f7f7;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {}

.header_section {
  padding-right: 25px;
  padding-left: 25px;
}
/*index*/
.container-fluid  {
font-size: 60%;
}
/*contacto*/
.container-fluid2  {
font-size: 60%;
}

.fruit_detail-box {
  color: #000000;
}


.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #000000;
  text-align: center
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}



.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #edb040;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
  color: #edb040
}

.navbar-brand img {
  width: 100px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2d;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/

/* slider section */
.slider_section {
  padding-top: 8%;
}

.slider_item-box {
  width: 100%;
  height: 100%;
}

.container_contacto { 

  margin-top: 0 auto;
  margin-bottom: 0 auto;

}

.cointainer_contacto_h2 {

  margin-top: 0 auto;
  margin-bottom: 0 auto;
  height: 100%;

}

.slider_item-box .container {
  height: 100%;
}

.slider_img-box {
  width: 100%;

  margin: 0 auto;
}

.slider_img-box img {
  width: 100%;
}

.slider_item-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.slider_item-container .slider_item-detail {}

.slider_item-detail h1 {
  font-weight: 700;
  font-size: 60px;
  width: 95%;
}

.slider_item-detail p {
  margin: 45px 0;
}

.slider_call-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #edb040;
  color: #fefdfd;
  border-radius: 20px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 105px;
  transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color:  #f4951b;
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #000000;
}

/* end slider section */


/* service section */

.card-img-top {
margin: 55px auto 5px auto;
  width: 120px;
  height: auto;
}

.img_redes {
  margin: 20px auto 20px auto;
  width: 40px;
  height: auto;
}

.service_section .card .card-img-top .img_redes {
  margin: 55px auto 5px auto;
  width: 80px;
  height: auto;
}

.service_section .card {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.service_section .card .card-title {
  color:  #f4951b;

}

.service_section .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: transparent;
}

.service_section .card:hover {
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);

}

.service_section .card:hover::after {
  background-color:  #f4951b;
}

/* end service section */



/* tasty section */

.tasty_section1 {
  width: 100%;
  height: 500px;
  background-image: url(../images/tasty-image.png);
  background-size: cover;
  display: flex;
  justify-content: right;
  align-items: center;

}

.tasty_section {
  width: 100%;
  height: 500px;
  background-image: url(../images/Copia\ de\ tasty-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: right;
  align-items: center;

}


.texto_foto_abajo h2 {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  text-align: right;
  font-weight: bolder;
  color: #ffffff;
  text-transform: uppercase;
  width: 90%;
}

/* end tasty section */

/* mapa section */

 #map {
      height: 400px;  /* altura del mapa */
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .mapa-contenedor {
      max-width: 900px;
      margin: 60px auto;
      text-align: center;
      padding: 20px;
    }



/* footer section*/

.footer_section {
  background-color: #efeded;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #191818;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #191818;
}

/* end footer section*/