@charset "UTF-8";
/*importar fuentes*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*mapa colores*/
/*media query setup*/
html {
  height: initial;
  min-height: 100%;
  position: relative;
  /*sticky footer*/
}

body {
  font-family: "Open Sans", sans-serif;
  height: initial;
  overflow-x: hidden;
  padding: 0;
}
@media (min-width: 767.98px) {
  body {
    margin-bottom: 77px;
    /*sticky footer alto del footer*/
  }
}
@media (min-width: 1023.98px) {
  body {
    margin-bottom: 77px;
    /*sticky footer alto del footer*/
  }
}
@media (min-width: 1279.98px) {
  body {
    margin-bottom: 77px;
    /*sticky footer alto del footer*/
  }
}
@media (min-width: 1359.98px) {
  body {
    margin-bottom: 77px;
    /*sticky footer alto del footer*/
  }
}
@media (min-width: 1599.98px) {
  body {
    margin-bottom: 77px;
    /*sticky footer alto del footer*/
  }
}
@media (min-width: 1919.98px) {
  body {
    margin-bottom: 77px;
    /*sticky footer alto del footer*/
  }
}

/*sección footer*/
#footerSEP {
    background: #f4f4f4;
    color: whitesmoke;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    text-align: center;
    padding: 32px;
    width: 100%;
    bottom: 0;
    height: 77px;
    position: absolute;
  }
  #footerSEP hr {
    background: whitesmoke;
    height: 1px;
  }
  #footerSEP .logo {
    background: none;
  }
  #footerSEP .logo a {
    background: url(//kayum.mx/wp-content/uploads/2018/04/LogoKayumSVG.svg) center no-repeat;
    display: block;
    height: 45px;
    width: 150px;
    background-size: contain;
}
.form-check-input:checked {
  background-color: #2699FB;
  border-color: #2699FB;
}
.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(97 176 135 / 25%);
}
.title-drop-area {
  color: #4790CF;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}