/*Core CSS V 1 Hecho por Sebastian Agreda*/

/*Margenes y paddings*/

.no-padding {
  padding: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}

.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}

.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-18 {
  padding-top: 18px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}

/*Fuentes*/

.f1 {
  font-family: "Montserrat", sans-serif !important;
}
.f2 {
  font-family: "Montserrat", sans-serif !important;
}

.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.bolder {
  font-weight: bolder;
}
body {
  font-family: "Montserrat", sans-serif !important;
}

.nav-yellow {
  background-color: #f2bb30 !important;
  color: white !important;
  border: none;
  --ion-color-base: #f2bb30 !important;
}

.navbar-default .navbar-nav > .open > a {
  background: black !important;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.f300 {
  font-weight: 300;
}

.f600 {
  font-weight: 600;
}

.f900 {
  font-weight: 900;
}

/*Colores*/

.negro-c {
  color: #000;
}

.naranja-c {
  color: #e87327;
}
.naranja-b {
  background: #e87327;
}
.lightazul-c {
  color: #5cb8e8;
}
.lightazul-b {
  background: #5cb8e8;
}
.blanco-c {
  color: #fff !important;
}
.blanco-b {
  background: #fff;
}
.verde-b {
  background: #62c3a3;
}
.verde-c {
  color: #62c3a3;
}

.amarillo-c {
  color: #f2bb30 !important;
}

.negro-t {
  border: solid 1px black;
}

/*Sombras*/

.sh-b {
  -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
}
.sh-l {
  -webkit-box-shadow: 10px 10px 7px -12px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 10px 10px 7px -12px rgba(0, 0, 0, 0.53);
  box-shadow: 10px 10px 7px -12px rgba(0, 0, 0, 0.53);
}

/*Tools*/

.float-right {
  float: right;
}

.separador {
  padding-top: 20px;
  border-bottom: solid 1px rgba(128, 128, 128, 0.16);
}
.no-pointer {
  cursor: default;
}
.pointer {
  cursor: pointer;
}

.no-link:hover {
  text-decoration: none;
}
.link-button {
  padding: 10px;
}
.link-button:hover {
  background-color: #a7a7a73d;
}
.centrado {
  margin: 0 auto;
}
.rated {
  color: #e87327;
}

/*Botones*/

.btn-blanco {
  background: transparent !important;
  color: #5ab2e9 !important;
  border-radius: 40px !important;
  border: solid 1px #fff !important;
  padding: 2px !important;
}

.btn-blanco div {
  border-radius: 40px !important;
  background: #fff !important;
  padding: 10px 30px !important;
  font-size: 30px !important;
}
.btn-blanco:hover {
  color: #fff !important;
  border-color: #5ab2e9 !important;
}
.btn-blanco div:hover {
  background: #5ab2e9 !important;
}

.btn-azul {
  color: #fff;
  border-radius: 38px;
  background: #2e2eab;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 4px 26px;
}

.btn-azul:hover {
  color: #2e2eab;
  background: #fff;
  border-color: #2e2eab;
}
.btn-azul:focus {
  color: #fff;
}

.btn-naranja {
  background: #e87327;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-right: 30px;
  border-radius: 38px;
  padding: 4px 26px;
  letter-spacing: 3px;
  font-size: 20px;
}
.btn-naranja:hover {
  color: #e87327;
  background: #fff;
  border: solid 1px #e87327;
}

.btn-rojo {
  background: #d82222;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-right: 30px;
  border-radius: 38px;
  padding: 4px 26px;
  letter-spacing: 3px;
  font-size: 20px;
}
.btn-rojo:hover {
  color: #d82222;
  background: #fff;
  border: solid 1px #d82222;
}

.verde {
  background: #2eb745 !important;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-right: 30px;
  border-radius: 38px;
  padding: 4px 26px;
  letter-spacing: 3px;
  font-size: 20px;
}
.verde:hover {
  color: #2eb745 !important;
  background: #fff !important;
  border: solid 1px #2eb745 !important;
}

/*Fuente*/

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif !important;
}

.formulario {
  background: white;
  padding: 16px 17px;
  border-radius: 20px;
  width: 80%;
}

.w100 {
  width: 100% !important;
}

/*Fuentes*/

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}

.facebook-box {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.facebook {
  width: 40px;
  height: auto;
}

.no-link:hover {
  text-decoration: none;
}
/*Fuentes*/

.f1 {
  font-family: "Francois One", sans-serif !important;
}
.f2 {
  font-family: "Montserrat", sans-serif !important;
}

:root {
  --ion-font-family: "Montserrat", sans-serif !important;
}

/*Colores*/

.naranja-c {
  color: #e87327;
}
.naranja-b {
  background: #e87327;
}
.lightazul-c {
  color: #5cb8e8;
}
.lightazul-b {
  background: #5cb8e8;
}
.blanco-c {
  color: #fff;
}
.blanco-b {
  background: #fff;
}

.points {
  width: 120px;
}
.btn {
  font-family: "Montserrat", sans-serif !important;
  min-width: 120px;
  border-radius: 200px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  letter-spacing: 2px;
}

#formulario-principal {
  min-height: 90vh;
  background: url("../assets/images/app/banner.jpg");
  background-size: cover;
  padding: 70px 10px;
}

.banner-title {
  margin-top: 20px;
  font-size: 70px;
  color: white;
}
.link-green {
  background: green;
  border-radius: 200px;
  height: 39px;
  color: #fff;
}
.link-green a {
  color: #fff !important;
  padding-top: 9px !important;
  padding-bottom: 3px !important;
}

/*Botones*/

.btn-blanco {
  background: transparent;
  color: #5ab2e9;
  border-radius: 40px;
  border: solid 1px #fff;
  padding: 2px;
}
.btn-blanco div {
  border-radius: 40px;
  background: #fff;
  padding: 10px 30px;
  font-size: 30px;
}
.btn-blanco:hover {
  color: #fff;
  border-color: #5ab2e9;
}
.btn-blanco div:hover {
  background: #5ab2e9;
}

.btn-naranja {
  background: #e87327;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-right: 30px;
  border-radius: 38px;
  padding: 4px 26px;
  letter-spacing: 3px;
  font-size: 20px;
}
.btn-naranja:hover {
  color: #e87327;
  background: #fff;
  border: solid 1px #e87327;
}
.azul {
  color: #51a4cf;
}
.opacity {
  opacity: 0;
}
.clarity {
  opacity: 1 !important;
}
.img-boxes {
  margin: 0 auto;
  width: 60%;
}
.title-fotografia {
  color: gray;
}
.footer-logo {
  margin: 0 auto;
  width: 50%;
  margin-bottom: 2px;
}

.img-stat {
  margin: 0 auto;
  width: 50%;
}
.section {
  padding: 100px 10px;
}

.boxes {
  opacity: 0;
  border-radius: 20px;
  background: #fff;
  color: gray;
  width: 90%;
  padding: 30px 20px;
}
.padeado {
  padding-left: 100px;
  padding-right: 100px;
}

.padeado20 {
  padding-left: 20px;
  padding-right: 20px;
}
.titulo-section {
  font-size: 50px;
  margin-bottom: 40px;
}
.stat {
  color: gray;
}
.title-stat {
  color: orange;
  font-size: 33px;
}

.borde {
  background: transparent;
  border: solid 2px white;
  padding: 4px;
  text-align: center;
  border-radius: 40px;
  margin: 15px auto;
}
.btn-custom {
  background: white;
  width: 100%;
  font-size: 40px;
}

#noticias .titulo-section,
#noticias p {
  color: gray;
}
.fotografia {
  margin-top: 20px;
}
footer .fa {
  margin-left: 10px;
}
footer {
  background: orange;
  color: #fff;
  padding: 70px 10px;
}

.hover {
  background: #fff !important;
  color: gray !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.hover:hover {
  cursor: default;
  border: none;
  margin-bottom: -2px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.signupbg {
  background: url("../assets/images/app/signupbg.jpg") !important;
}

/*Nuevos Cambios 20/nov/2018*/
.blanco {
  color: #fff !important;
}

.w-60 {
  width: 40%;
  margin-left: 50%;
}

.card {
  padding: 20px;
  background: white;
}
.btn-negro {
  background: black;
  color: white;
}

.btn-negro:focus {
  background: black;
  color: white;
}

.btn-negro:hover {
  background: white;
  color: black;
  border: solid 1px #000 !important;
}
.btn-facebook {
  background: #3c599d;
  color: white;
  padding: 10px;
  border: none;
}

.hover-amarillo:hover {
  background: #f1b92c !important;
  color: white;
}

.pointer {
  cursor: pointer;
}

.custom-navbar-style a {
  color: #fff;
}
.custom-navbar-style a:hover {
  color: gray !important;
  background-color: white !important;
}

aside {
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 200;
  background: #333333;
  min-height: 100vh;
  color: white;
}

.box-cart {
  padding: 10px 15px;
  background: #efefef;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* Side Navigation */

@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 0px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    border-top: 1px rgba(0, 0, 0, 0.5) solid;
    overflow-y: auto;
    background-color: #222;
    /*background-color: #5A6B7D;*/
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .side-nav > li > a {
    color: white;
    width: 225px;
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    background-color: #f2bb2f8f !important;
  }
}

@media (max-width: 768px) {
  .nav-ctm {
    background-color: black;
    position: fixed;
    right: 0px;
    z-index: 10000;
    margin-top: 50px;
  }
  .nav-ctm a {
    color: white;
  }
  .padeado {
    padding: 20px !important;
  }
}

.side-nav > li > ul {
  padding: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  /*color: #999;*/
  color: #fff;
}

.side-nav > li > ul > li > a:hover {
  color: #fff;
}
#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0px;
  }

  #page-wrapper {
    padding: 0px 0px;
  }
}

@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 0px;
    left: 225px;
    width: 225px;
    margin-left: -225px !important;
    border: none;
    border-radius: 0;
    border-top: 1px rgba(0, 0, 0, 0.5) solid;
    overflow-y: auto;
    background-color: #222;
    /*background-color: #5A6B7D;*/
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .side-nav > li > a {
    color: white;
    width: 225px;
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    background-color: #f2bb2f8f !important;
  }
}

/*Custom*/

.popOverServicios {
  --min-width: 900px;
  text-align: center;
  padding: 20px;
}
.popOverServiciosContainer {
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.listCategoriesBox {
  padding: 10px 0px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 600;
  min-height: 150px;
}

.modal-un .swal2-actions {
  display: none !important;
}

.menu-list {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.grid-categories a {
  text-decoration: none;
  color: #000 !important;
}

.grid-categories {
  text-decoration: none;
  color: #000 !important;
}

.grid-categories-top a {
  text-decoration: none;
  color: #000;
}

.grid-categories-top {
  text-decoration: none;
  color: #000;
  border: solid 1px #f3f3f3;
  padding-top: 21px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: solid 2px #f2bb2f;
  min-height: 250px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .grid-categories-top {
    min-height: 100px;
    padding: 5px 5px;
  }
  .grid-categories-top h3,
  .grid-categories-top p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.grid-categories-top:hover {
  background-color: #f2bb2f !important;
  color: gray !important;
  border: none !important;

  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.grid-categories-top:hover p {
  color: white !important;
}
.raya {
  border-bottom: solid 1px #e2e2e2;
}
.btn-delete {
  padding: 0px 7px;
  min-width: auto;
  font-size: 15px;
}

.hover_effect:hover {
  background: yellow;
}

.float-whapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float-whapp:active,
.float-whapp:visited,
.float-whapp:focus {
  background-color: #25d366;
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container.hover .flipper {
  transform: rotateY(360deg);
}

.flip-container,
.front,
.back {
  width: 320px;
  height: auto;
}

/* flip speed goes here */
.flipper {
  transition: 1s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.popup-container {
  background: #0000006e;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
}
.popup-body {
  width: 60vw;
  background-color: white;
  height: auto;
  margin: auto;
  margin-top: 2vh;
  overflow-x: hidden;
}
.scroller {
  overflow-y: auto;
}
.popup-content {
  max-height: 60vh;
  overflow-y: scroll;
}
.popup-header {
  font-size: 30px;
  padding-top: 17px;
  text-align: center;
  font-weight: bolder;
  color: #ffffff;
  background: #000;
  padding-bottom: 17px;
}
.popup-footer {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}
.popup-content {
  text-align: center;
  margin-top: 30px;
}

.box-benefits {
  margin-bottom: 20px;
  padding: 20px;
  height: 50vh;
  background: whitesmoke;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .popup-body {
    width: 97vw;
  }
  .box-benefits {
    min-height: auto;
  }
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #000;
}
.btn-llamanos {
  font-size: 11px;
  background: rgb(34, 193, 94);
  border-radius: 0px;
  padding: 10px 20px !important;
  margin-top: 3px;
  font-weight: bolder;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}

.btn-llamanos-i {
  --padding-start: 30px !important;
  --padding-end: 30px !important;
  --padding-top: 1px !important;
  --padding-bottom: 1px !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}
* {
  --font-family: "Montserrat", sans-serif !important;
}
html.md {
  --ion-default-font: "Montserrat", sans-serif !important;
}
.btn-llamanos:hover {
  color: rgb(34, 193, 94) !important;
  background: white !important;
  border: solid 1px rgb(34, 193, 94);
}

.notification-field {
  background-color: whitesmoke;
  margin: 3px 3px;
  padding: 5px 6px;
  font-size: 14px;
  text-align: right;
  border-radius: 15px 0px 15px 0px;
}
.notification-field span {
  font-size: 11px;
  color: #828282;
}
.dropdown-menu {
  background-color: #222222;
  margin-top: -2px;
  border-top: none;
}

.bottom-panel {
  position: fixed;
  width: 100vw;
  height: 60px;
  bottom: 0px;
  background: #f1b92c;
}
.adition-box {
  float: right;
}
.box-service-grid {
  background-color: #f7f7f7;
  min-height: 330px;
}
.border-right {
  border-right: solid 1px #e2e2e2;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}
.item {
  text-align: center;
  font-size: 12px;
}
.item i {
  font-size: 28px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .nav-yellow {
    background-color: #000 !important;
    --ion-color-base: #000 !important;
    --padding-top: 1rem;
    --padding-bottom: 1rem;
    --padding-start: 1rem;
    --padding-end: 1rem;
  }
  .fs-40 {
    font-size: 30px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .fr-16 {
    font-size: 16px !important;
  }
  .fr-18 {
    font-size: 18px !important;
  }
  .fr-14 {
    font-size: 14px !important;
  }
  .fr-12 {
    font-size: 12px !important;
  }
  .center-responsive {
    text-align: center !important;
  }
  .padeado {
    padding: 5px !important;
  }
  .mtr-20 {
    margin-top: 20px !important;
  }
  .mtr-10 {
    margin-top: 10px !important;
  }
  .adition-box {
    float: none;
  }
  .box-service-grid {
    min-height: auto;
  }
  header {
    position: fixed;
    width: 100vw;
    z-index: 1000;
  }
  #page-wrapper {
    padding-top: 75px;
  }
  .gris-texto {
    color: #000 !important;
  }
  .nml {
    margin-left: 0px !important;
  }
  .border-right {
    border-right: none;
  }
  .pbr-60 {
    padding-bottom: 70px !important;
  }
  .fr-right {
    right: 0px;
    position: absolute;
  }
  .box-benefits {
    height: auto;
  }
  body {
    font-size: 13px;
  }
  .mtr-neg {
    margin-top: -50px !important;
  }
  .mtr-0 {
    margin-top: 0px !important;
  }
  .reactivestars span {
    font-size: 20px !important;
  }
  .servicios {
    padding-bottom: 80px;
  }
  .mtr-55 {
    margin-top: 55px !important;
  }
  .grid-categories-top {
    border: solid 1px #f2bb2f;
    margin-bottom: 0px;
  }
  .pdr-0 {
    padding: 0px;
  }
  .pdr-2 {
    padding: 2px !important;
  }
  .box-service-grid {
    padding: 2px !important;
  }
  .mhr-30 {
    min-height: 36px;
  }
  .title-welcome {
    font-size: 21px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
  }
  .mtr-60 {
    margin-top: 60px !important;
  }
  .sh-b {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .grid-categories-top {
    border-radius: 22px;
  }
  .fr-1212 {
    font-size: 12px !important;
  }
  .fr-40 {
    font-size: 40px !important;
  }
  .btn-delete {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .nav-yellow {
    background-color: #000 !important;
  }
  .fs-40 {
    font-size: 40px !important;
  }
  .fs-20 {
    font-size: 14px !important;
  }
  .navbar {
    margin-bottom: 0px !important;
  }
  .fr-18 {
    font-size: 16px !important;
  }
  .fr-14 {
    font-size: 13px !important;
  }
  .fr-12 {
    font-size: 10px !important;
  }
  .center-responsive {
    text-align: center !important;
  }
  .padeado {
    padding: 5px !important;
  }
  .mtr-20 {
    margin-top: 20px !important;
  }
  .mtr-10 {
    margin-top: 10px !important;
  }
  .adition-box {
    float: none;
  }
  .box-service-grid {
    min-height: auto;
    border-radius: 20px;
  }
  header {
    position: fixed;
    width: 100vw;
    z-index: 1000;
  }
  #page-wrapper {
    padding-top: 75px;
  }
  .nml {
    margin-left: 0px !important;
  }
  .border-right {
    border-right: none;
  }
  .pbr-60 {
    padding-bottom: 70px !important;
  }
  .fr-right {
    right: 0px;
    position: absolute;
  }
  .fs-14 {
    font-size: 12px;
  }
  .btn-delete {
    font-size: 9px;
    float: right;
  }
}

.carousel .slide {
  background: white;
}

:root {
  --ion-color-primary: #f2bb30;
  --ion-color-primary-rgb: 255, 215, 0;
  --ion-color-primary-contrast: #000000;
  --ion-color-primary-contrast-rgb: 0, 0, 0;
  --ion-color-primary-shade: #e0bd00;
  --ion-color-primary-tint: #ffdb1a;
}

.btn-transparent {
  color: white;
  background: transparent;
  font-size: 17px !important;
  letter-spacing: normal;
  border: none;
  border-radius: 0px;
}
.btn-transparent:hover {
  background: #69696933;
}

/* Filebutton  */
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "Subir";
  display: inline-block;
  background: #000;
  border: 0px;
  border-radius: 3px;
  padding: 2px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.custom-file-input:hover::before {
  border-color: black;
  border: 1px;
  background-color: rgb(207, 207, 207);
  color: black !important;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.p-20 {
  padding: 40px;
}

.chat_box {
  max-height: 300px;
  height: 300px;
}
