@import url("//use.fontawesome.com/bb25e8ba47.css");
@import "animate.css";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes openmenu {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
@keyframes closemenu {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}
@keyframes opensubmenu {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
@keyframes closesubmenu {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}
@keyframes opensidebar {
  from {
    right: -100vw;
  }
  to {
    right: 0;
  }
}
@keyframes opensidebarBtn {
  from {
    right: -100vw;
  }
  to {
    right: 20px;
  }
}
@keyframes closesidebar {
  from {
    right: 0;
  }
  to {
    right: -100vw;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.btn {
  text-transform: uppercase;
  text-align: center;
  background: #92a531;
  color: #fff;
  padding: 5px;
}
html body::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
html body::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}
html body::-webkit-scrollbar-thumb:hover {
  background: #3e3d3d;
}
html body::-webkit-scrollbar-thumb:active {
  background: #3e3d3d;
}
html body.active {
  overflow-y: hidden;
  position: fixed;
}
html body.noscroll {
  overflow: hidden !important;
}
html body.view-mobile {
  padding-top: 65px;
}
html body.view-desktop {
  padding-top: 110px;
}
.hidden {
  display: none;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: none;
}
#ajaxBusy {
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #c3002f;
  z-index: 9999;
  font-size: 0;
}
#ajaxBusy:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 5px;
  background-color: #e8e8e8;
  animation: loading 2s linear infinite;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
#loading {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
#loading i {
  color: #e8e8e8;
}
header#header.sticky {
  width: 100%;
  height: auto;
  border-bottom: none;
  background-color: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}
header#header.sticky nav.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0px;
  background-color: #fafafa;
}
header#header.sticky nav.navbar .navbar-header span {
  top: -15px;
  left: 55px;
  font-size: 13px;
}
header#header.sticky nav.navbar .navbar-right {
  margin-top: 3px;
}
header#header.sticky nav.navbar .navbar-brand {
  height: 30px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 18px;
  color: #3e3d3d;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
header#header.sticky nav.navbar .navbar-brand img {
  height: 45px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  header#header.sticky nav.navbar .navbar-brand {
    margin-left: 20px;
  }
}
header .contain {
  margin: 0px auto;
  padding: 10px 0;
  max-width: 1170px;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  header .contain {
    display: block;
  }
  header .contain .brand {
    text-align: center;
  }
  header .contain .brand img {
    max-height: 80px;
    margin-left: 20px;
  }
  header .contain .brand .hamburger {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  header .contain .brand .hamburger .fa {
    color: #1e4392;
    font-size: 30px;
  }
}
header .contain .containerDir {
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
header .contain .containerDir address {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
header .contain .containerDir address i.fa {
  margin: 0 5px;
  margin-left: 20px;
  font-size: 24px;
  color: #1e4392;
}
@media (max-width: 767px) {
  header .contain .containerDir address {
    display: none;
  }
}
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
#sidebar-wrapper {
  display: none;
}
@media (max-width: 767px) {
  #sidebar-wrapper {
    display: block;
    width: 90vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #3e3e3e;
    left: -100vw;
    z-index: 9999;
    margin: 0px;
  }
  #sidebar-wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
  }
  #sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #b6b6b6;
  }
  #sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: #3e3d3d;
  }
  #sidebar-wrapper::-webkit-scrollbar-thumb:active {
    background: #3e3d3d;
  }
  #sidebar-wrapper ul li {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.8px;
    border-bottom: 1px solid black;
    padding: 15px;
  }
  #sidebar-wrapper ul li a {
    border: none;
    padding: 0px;
    color: white;
  }
  #sidebar-wrapper ul li .fa {
    display: none;
  }
  #sidebar-wrapper address {
    padding: 20px;
    display: block;
  }
  #sidebar-wrapper address span {
    display: block;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #sidebar-wrapper address i {
    width: 25px;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #sidebar-wrapper address i.fa {
    margin: 0 5px;
    margin-left: 20px;
    font-size: 24px;
    color: #b1b1b1;
  }
  #sidebar-wrapper.openmenu {
    animation-name: openmenu;
    animation-duration: 500ms;
    left: 0;
  }
  #sidebar-wrapper.closemenu {
    animation-name: closemenu;
    animation-duration: 500ms;
    left: -100vw;
  }
  #sidebar-wrapper .close-menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #252525;
    color: #fff;
    padding: 11px;
    padding-top: 12px;
  }
  #sidebar-wrapper .close-menu .fa {
    font-size: 26px;
    color: #fff;
  }
}
.linkWsp {
  color: #222;
}
.linkWsp .callWsp {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  line-height: 1;
  left: calc(50% + 450px);
  bottom: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  height: 50px;
  padding-left: 10px;
  border-radius: 10px;
  background: white;
  width: 160px;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.linkWsp .callWsp:before {
  content: "Necesitas Ayuda?";
  font-size: 12px;
}
.linkWsp .callWsp img {
  max-width: 60px;
  position: absolute;
  right: -10px;
  top: -10px;
}
