/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Epilogue:wght@200;300;400;500;600;700;800;900&family=Pacifico&display=swap');

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: 'Bebas Neue', cursive;
}

p {
  font-family: 'Epilogue', sans-serif;
}


/*
       * Remove text-shadow in selection highlight:
       *
       * Vendor-prefixed and regular ::selection selectors cannot be combined:
       *
       * Customize the background color to match your design.
       */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


/*
       * A better looking default horizontal rule
       */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/*
       * Remove the gap between audio, canvas, iframes,
       * images, videos and the bottom of their containers:
       */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


/*
       * Remove default fieldset styles.
       */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


/*
       * Allow only vertical resizing of textareas.
       */

textarea {
  resize: vertical;
}


/* ==========================================================================
         Author's custom styles
         ========================================================================== */


/* ==========================================================================
         Helper classes
         ========================================================================== */


/*
       * Hide visually and from screen readers
       */

.hidden,
[hidden] {
  display: none !important;
}


/*
       * Hide only visually, but have it available for screen readers:
       *
       * 1. For long content, line feeds are not interpreted as spaces and small width
       *    causes content to wrap 1 word per line:
       *
       */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}


/*
       * Extends the .sr-only class to allow the element
       * to be focusable when navigated to via the keyboard:
       */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}


/*
       * Hide visually and from screen readers, but maintain layout
       */

.invisible {
  visibility: hidden;
}


/*
       * Clearfix: contain floats
       *
       * For modern browsers
       * 1. The space content is one way to avoid an Opera bug when the
       *    `contenteditable` attribute is included anywhere else in the document.
       *    Otherwise it causes space to appear at the top and bottom of elements
       *    that receive the `clearfix` class.
       * 2. The use of `table` rather than `block` is only necessary if using
       *    `:before` to contain the top-margins of child elements.
       */



li {
  list-style: none;
}

a {
  text-decoration: none
}

ul {
  padding: 0px;
  margin: 0px;
}

p {
  margin-bottom: 0px;
}

button:hover {
  background: #ffb91a;
  color: #333;
}

/* PRELOADER CSS */
.pre_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-position: center;
  background: #E61582;
}

.pre_loader img {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;

}

/* SCROLL UP CSS */
#scrollUp {
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

/* ==========================================================================
         01. Home Page CSS
         ========================================================================== */


/* 02. Nav Bar CSS */

.bug-header-menu {
  background-color: #000;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}

.bug-header-menu ul {
  text-align: center;
}

.bug-footer-bottom-copyright {
  text-align: right;
}

.header-share li {
  display: inline-block;
  padding: 0px 8px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Epilogue', sans-serif;
  text-align: center;
}



.header-menu ul li {
  display: inline-block;
  padding: 0px 8px;
}

.header-menu ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.header-menu ul li a:hover {
  color: #ffb91a;
}

.header-menu ul li a.menu-active {
  color: #ffb91a;
}

#bug-header-menu-item ul li a.menu-active {
  color: #ffb91a;
}

.bug-dropdown-area {
  position: relative;
}

.bug-dropdown-area:hover .bug_dropdown_menu {
  display: block;
}

.bug_dropdown_menu {
  position: absolute;
  background: #FFB91A;
  width: 180px;
  display: block;
  padding: 15px;
  top: 100%;
  display: none;
  transition: .3s;
  z-index: 9999;
}

.bug_dropdown_menu ul li {
  display: block;
  padding: 10px 0px;
  text-align: left;
}

.bug_dropdown_menu ul li a {
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.bug_dropdown_menu ul li a:hover {
  color: #fff !important;
}

.header-logo a {
  color: #ffb91a;
  font-size: 24px;
}

.header-logo {
  text-align: center;
}

.bug-mobile-logo a {
  color: #ffb91a;
  font-size: 24px;
}

.header-cart {
  text-align: right;
}

.bug-section {
  padding: 20px 0px
}

.header-cart a {
  color: #fff;
}

.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}



/* 03. Hero Section CSS */

.bug-hero-section h2 {
  color: #ffb91a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  padding-top: 40px;
  font-family: 'Pacifico', cursive;
}

.bug-hero-section h1 {
  color: #fff;
  font-size: 90px;
  line-height: 110px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-top: 160px;
}

.bug-hero-section h3 {
  color: #fff;
  font-size: 90px;
  line-height: 110px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-top: 160px;
}

.bg-hero-btn {
  width: 185px;
  height: 40px;
  background: #E61582;
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
  padding: 0px 20px;
  font-weight: 400;
  margin-top: 40px;
}

.bg-hero-btn:hover {
  color: #fff;
}


/* 04. Burger Category Section CSS */

.bug-category-wrap {
  display: flex;
  align-items: center;
}

.bug-category-img {
  width: 300px;
  height: 300px;
  margin: 0 auto;

}



.bug-category-item h3 {
  color: #383838;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 15px;
}

.bug-category-item {
  border: 1px solid rgba(255, 200, 77, 0);
  border-radius: 8px;
  background: #ffffff;
  padding: 35px;
  margin: 0px auto;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}

.bug-category-item:hover {
  border: 1px solid #fff;
}

.bug-category-section {
  background: #fff;
  padding: 80px 0px;
}


/* 05. Special Offer Section CSS */

.bug-special-offer {
  background: none no-repeat;
  background-position: center;
  background-size: cover;
}

.bug-special-left-item {
  position: relative;
}

.bug-special-left-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}

.bug-special-left-img::after {
  content: '';
  display: block;
  background: #00000082;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  border-radius: 15px;
}

.bug-special-left-details {
  position: absolute;
  top: 20%;
  left: 10%;
}

.bug-special-left-details h3 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.bug-special-left-details p {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
}

.bug-special-left-details span {
  color: #e0bb16;
  font-size: 35px;
  line-height: 60px;
}

.bug-special-offer-img {
  position: relative;
}

.bug-special-offer-img img {
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.bug-special-offer-left-details {
  position: absolute;
  top: 15%;
  left: 10%;
}

.bug-special-offer-left-details h3 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.bug-special-offer-left-details p {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
}

.bug-special-offer-left-details span {
  color: #ffb91a;
  font-size: 25px;
  line-height: 43px;
}

.bug-special-offer-img::after {
  content: '';
  display: block;
  background: #00000082;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  border-radius: 15px;
}


/* 06. About Burger Section CSS */

.bug-abut-details h3 {
  color: #E61582;
  font-size: 27px;
  line-height: 27px;
  font-family: 'Pacifico', cursive;
  padding: 10px 0px;
}

.bug-abut-details h2 {
  color: #0e0e0e;
  font-size: 50px;
  line-height: 50px;
  padding: 25px 0px;
}

.bug-abut-details p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 24px;
}


/*  Burger Delivery Section CSS */

.bug-delivery-section {
  background: url('../img/home-page/delivery.jpg') no-repeat;
  background-position: center;
  background-size: cover;

}

.bug-delivery-section2 {
  background: url('../img/Banners-xur6.png') no-repeat;
  width: 100%;
  height: 110px;
  position: relative;
  object-fit: cover;

}

.button-container__centered-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  height: 100%;
}



.centered-button {
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  cursor: pointer;
  align-items: center;
}

.centered-button:hover {
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}

.centered-button_banner {
  background-color: #fff;
  color: #e5007a;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  cursor: pointer;
  align-items: center;
}

.centered-button_banner:hover {
  background: #e5007a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}

@media screen and (max-width: 430px) {
  .centered-button_banner {
    display: flex;
    align-items: center;
    justify-content: center;
   
  
  }
}

.bug-delivery-section3 {
  background: url('../img/banners/banner2.webp') no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
}

.bug-delivery-section4 {
  background: url('../img/banners/banner3.png') no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}

.bug-delivery-item h3 {
  color: #E61582;
  font-size: 27px;
  line-height: 27px;
  font-family: 'Pacifico', cursive;
  padding: 10px 0px;
}

.bug-delivery-item h2 {
  color: #fff;
  font-size: 110px;
  line-height: 110px;
  letter-spacing: 1px;
}


/* 07. Burger Achivement Section CSS */

.bug-achivement {
  background-image: url('../img/Banner-xur7.png');
  padding: 25px 0px
}

.bug-achivement-item h3 {
  color: #ffffff;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: 1px;
  font-family: 'Pacifico', cursive;
}

.bug-achivement-item p {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -1px;
}


/* 08. Burger Dish Section CSS */

.bug-dish-menu {
  background: #E61582;
  padding: 80px 50px;
  border-radius: 15px;
}

.bug-dish-menu h3 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 15px;
}

.bug-dish-item {
  padding: 15px 0px;
}

.bug-dish-item h4 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
}

.bug-dish-item p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}



/* 10. Burger App Section CSS */

.bug-app-details h3 {
  color: #E61582;
  font-size: 27px;
  line-height: 35px;
  font-family: 'Pacifico', cursive;
  padding: 20px 0px;
}

.bug-app-details h4 {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  padding: 20px 0px;
}

.bug-app-details p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

/* 12. Burger Footer Section CSS */

.bug-footer-title h2 {
  color: #fff;
  font-size: 19px;
  line-height: 10px;
  padding-bottom: 25px;
  letter-spacing: 1px;
}

.bug-footer-about p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.bug-footer-worktime li {
  list-style: square;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-family: 'Epilogue', sans-serif;
  padding: 4px 0px;
  list-style-type: none;
}


/* Header Cart Page Product CSS */

.bug-cart-btn-area {
  position: relative;
}

.bug-cart-btn-area-details {
  position: absolute;
  background: #fff;
  display: block;
  right: 10%;
  top: 10%;
  display: none;
}

.bug-cart-btn-area-top {
  display: flex;
  width: 300px;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #000;
}

.bug-cart-btn-area-top img {
  width: 50px;
  height: 50px;
}

.bug_cart_area_title a {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 21px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 700;
}

.bug_cart_area_title span {
  display: block;
  text-align: left;
  color: #8d8d8d;
  font-size: 9px;
  line-height: 16px;
  font-family: 'Epilogue', sans-serif;
}

.bug_cart_area_title {
  width: 75%;
  padding: 0px 10px;
}

.bug-subtotal-section p {
  width: 50%;
  display: inline-block;
  text-align: left;
  float: left;
  color: #383838;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
}

.bug-subtotal-section span {
  color: #383838;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Epilogue', sans-serif;
}

.bug-subtotal-section {
  padding: 15px
}

.bug-cart-area-btn a {
  color: #383838;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  padding: 8px 0px
}

.bug-cart-area-btn a.checkbtn {
  background: #E61582;
  color: #fff;
  margin: 8px;
  border-radius: 5px;
}


/* ==========================================================================
        21. Cart Page CSS
         ========================================================================== */


/* Cart Section CSS */

.bug-cart-page-head h3 {
  color: #0e0e0e;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  padding: 25px 0px;
  font-family: 'Bebas Neue', cursive;
}

.bug-pd-summery-details {
  font-family: 'Epilogue', sans-serif;
}

.bug-pd-summery-details th {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 20px;
}

.bug-pd-summery-thumbnail img {
  width: 50px;
  height: 50px;
}

.bug-pd-summery-name a {
  color: #0e0e0e;
  font-size: 13px;
  line-height: 20px;
}

.bug-pd-summery-price span {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 20px;
}

.bug-pd-summery-quantity input {
  width: 4.3em;
  text-align: center;
  border: 0;
  padding: 0;
  box-shadow: none;
  height: 38px;
  -moz-appearance: textfield;
  border: 1px solid #0000002e;
}

.bug-pd-summery-subtotal span {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 20px;
}

.bug-pd-summery-remover i {
  color: #E61582;
}

.table>tbody {
  vertical-align: middle !important;
  padding: 15px 0px
}

.table> :not(:first-child) {
  border-top: none;
}

.bug-pd-cart-total {
  font-family: 'Epilogue', sans-serif;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 20px;
}

.bug-pd-cart-total a {
  color: #6b6b6b;
}

.bug-pd-cart-total span {
  color: #6b6b6b;
}

.bug-pd-cart-total table>tbody {
  border-bottom: 1px solid #fff !important;
}

a.prc-chk {
  background: #E61582;
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 13px 40px;
  font-weight: 400;
  font-family: 'Bebas Neue', cursive;
  width: 100%;
  border-radius: 5px;
}

a.prc-chk:hover {
  color: #fff;
}

.table {
  margin-bottom: 50px;
}

.bd-pd-mobile-cart-list {
  display: none
}

.bd-pd-mobile-cart-list li {
  display: flex;
  border-bottom: 1px solid #0000001f;
  padding: 15px 0px;
}

.bd-pd-mobile-cart-list span {
  width: 60%;
}


/* ==========================================================================
         20. Shop Page CSS
         ========================================================================== */


/* Mobile Responsive Section CSS */

.bug-header-mobile-menu .bug-mbl-logo {
  float: left;
}

.bug-mobile-menu-toggle-bar a {
  text-align: right;
  float: right;
}

.bug-header-mobile-menu {

  position: fixed;
  width: 350px;
  right: 0%;
  top: 0%;
  background: #E61582;
  overflow-x: hidden;
  overflow-y: scroll;
  ;
  z-index: 99999;
  display: block;
  height: 100vh;
}

/* .bug-slider-mbl-menu {
     position: absolute;
     right: -20%;
     width: 50%;
     text-align: right;
     background: #E61582;
     display: block;
     width: 100%;
     z-index: 99;
     display: none;
     transition: 1s;
     transform: translatex(100%);
   }
    */
#bug-header-menu-item ul li {
  display: block;
  padding: 10px 8px !important;
  text-align: left;
  border-bottom: 1px solid #ffffff69;
}

#bug-header-menu-item ul li {
  display: block;
  padding: 0px 8px;
}

#bug-header-menu-item ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
}

#bug-header-menu-item ul li a:hover {
  color: #ffb91a;
}

/* .bug-header-mobile-menu {
     background: #E61582;
     padding: 25px;
     width: 100%;
     position: relative;
   } */

#bug-header-menu-item {
  padding: 25px;
}

#bug-slider-mbl-share {
  display: flex;
  align-items: center;
  padding: 25px;
  width: 100%;
}

.bug-mbl-response-cart a {
  color: #fff;
  text-align: right;
  float: right;
  width: 20%;
  font-size: 22px;
}

#bug-mb-share {
  width: 50%;
  text-align: left;
}

.fas.fa-times {
  border: 1px solid #fff;
  padding: 15px;
}

.bug-mobile-menu-toggle-bar a i {
  color: #fff;
  font-size: 25px;
  border: 1px solid;
  padding: 10px;
}

.bug_mbl_dropdown_menu_open {
  opacity: 1 !important;
  height: 100% !important;
  z-index: 999;
  overflow: hidden;
}

.bug_mbl_dropdown_menu {
  background: #FFB91A;
  opacity: 0;
  height: 0px;
  transition: .3s;
  overflow: hidden;
}

.bug_mbl_dropdown_menu ul li a:hover {
  color: #fff !important;
}

.bug-mobile-menu {
  display: none;
}

.bug-mobile-menu-toggle-bar {
  display: none;
}

.background-overlay {
  position: absolute;
  background-color: #E61582;
  width: 100%;
  height: 100%;
  display: block;
}



.item {
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;

}

.item {
  justify-content: center;
  align-items: center;
  height: 24rem;
  display: flex;

}



.owl-container {
  max-width: 900px;
  margin: 0 auto;
}

.owl-prev {
  display: none;
}

.owl-next {
  display: none;
}

/* linktree */
.container-img img {
  display: block;
  max-width: 10%;
  max-height: 100%;
  object-fit: contain;
  margin-top: -110px;
  margin-left: 45%;
}

.container-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  text-align: center;
}

.container-texto p {
  font-size: 1.2rem;
  margin-top: -50px;
}


.section {
  padding: 50px 0;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-image: url(/assets/img/banners/fondo-linktree2_Mesa\ de\ trabajo\ 1.png);
}


.linktree {
  max-width: 600px;
  margin: 0 auto;
}

.button-container {
  margin-top: 10px;
}

.social-icons {
  margin-top: 20px;
}

.social-icons i {
  margin-right: 10px;
}

.text-center {
  color: white;
  font-size: 1.2rem;
}

.header-section2 {
  background: url('../img/banners/linktree-banner.png') no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
  background-position: top center;
  background-clip: content-box;
}


button {
  width: 200px;
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(151, 32, 175);
  font-size: 14px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button:hover {
  background: rgb(151, 32, 175);
  /* box-shadow: 0 0 30px 5px rgba(228, 95, 251, 0.815); */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}

button:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}






@font-face {
  font-family: 'flexslider-icon';
  src: url('/fonts/flexslider-icon.eot');
  src: url('/fonts/flexslider-icon.eot');
  src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.flexslider {
  width: 100%;
  height: 90vh;
  margin-top: 0;
  position: relative;
  z-index: 900;

}

.slides {
  overflow: hidden;
}

.slides img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  z-index: 999;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}

.flex-control-nav li a {
  display: block;
  background: #777777;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  text-indent: -9999px;
}

.flex-control-nav li a:hover {
  background: #2E2E2E;
}

.flex-control-nav li a.flex-active {
  background: #2E2E2E;
}

.flex-direction-nav a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-caption p {
  font-family: 'Bebas Neue', cursive;
  position: absolute;
  top: 50%;
  left: 25%;
  text-align: center;
  width: 100%;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}

.flex-caption h3 {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 35%;
  left: 25%;
  text-align: center;
  width: 100%;
  font-size: 35px;
  color: #000000;
  font-weight: regular;
}

.flex-caption h1 {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 42%;
  left: 25%;
  text-align: center;
  width: 100%;
  font-size: 50px;
  letter-spacing: 8px;
  color: #E61582;
  font-weight: 900;
}



@media screen and (max-width: 430px) {
  .flex-caption p {
    position: absolute;
    top: 75%;
  }
  .flex-caption h1,
  .flex-caption h3 {
    display: none;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}



/* icono whatsapp */

.floating-widget {
  position: fixed;

  z-index: 1000;
}

.floating-widget a {
  display: block;

  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.floating-widget a i {
  margin-top: 3px;
}