@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext"); */
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: "Roboto", sans-serif;
  -moz-osx-font-smoothing: "Roboto", sans-serif;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #FFFFFF;
  color: #333333;
  font-family: "Quicksand", sans-serif;
}

::selection {
  background: #5374D6;
  color: #fff;
}

::-moz-selection {
  background: #5374D6;
  color: #fff;
}

.section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section.white {
  background: #fff;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 400;
  font-size: 30px;
  color: #3B566E;
  letter-spacing: 1.3px;
  line-height: 40px;
  margin-bottom: 20px;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #E5E9F7;
}

.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #E5E9F7;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.left-text ul {
  color: #6F8BA4;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
}

.left-text ul li {
  min-height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.left-text ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 8px;
  height: 8px;
  background: #5374D6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 2;
}

.left-text ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 16px;
  height: 16px;
  background: #C8D1ED;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}

.left-text ul li:hover {
  padding-left: 40px;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.border-bottom {
  border-bottom: 1px solid #F5F5F5 !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.btn-primary-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #5374D6;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  background: none;
  color: #5374D6;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
}

.btn-primary-line:hover {
  background: #5374D6;
  color: #fff;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #F4F8FB;
  overflow: hidden;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .author {
  color: #3B566E;
  text-align: center;
}

.page-gallery {
  height: 185px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-gallery {
    height: 120px;
  }
}
/*
---------------------------------------------
header
---------------------------------------------
*/
.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 87px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid rgba(10, 71, 237, 0.09);
}

.header-area .main-nav .logo {
  float: left;
  padding-left: 2%;
  margin-top: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #bfbfbf;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #6F8BA4;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3B566E;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #5374D6;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area .main-nav .header-buttons {
  float: right;
}

.header-area .main-nav .header-buttons li {
  float: left;
}

.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-sticky .logo {
  margin-top: 26px;
}

.header-area.header-sticky .nav {
  margin-top: 21px !important;
}

.header-area.header-sticky .nav li a {
  color: #3B566E;
}

.header-area.header-sticky .nav li a:hover {
  color: #5374D6;
}

.header-area.header-sticky .nav li.submenu {
  position: relative;
}

.header-area.header-sticky .nav li.submenu:after {
  color: #3B566E;
}

.header-area.header-sticky .header-buttons {
  float: right;
}

.header-area.header-sticky .header-buttons li {
  float: left;
}

.header-area.header-sticky .header-buttons li .btn-nav-line {
  border: 1px solid #5374D6;
  color: #5374D6;
  margin-top: 24px;
}

.header-area.header-sticky .header-buttons li .btn-nav-line:hover {
  background: #5374D6;
  color: #fff;
}

.header-area.header-sticky .header-buttons li .btn-nav-primary {
  background: #5374D6;
  color: #fff;
  margin-top: 24px;
  border: 1px solid #5374D6;
}

.header-area.header-sticky .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #5374D6;
  background: #5374D6;
  color: #fff;
}

.header-area.header-white {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-white .logo {
  margin-top: 26px;
}

.header-area.header-white .nav {
  margin-top: 21px !important;
}

.header-area.header-white .nav li a {
  color: #3B566E;
}

.header-area.header-white .nav li a:hover {
  color: #5374D6;
}

.header-area.header-white .nav li.submenu {
  position: relative;
}

.header-area.header-white .nav li.submenu:after {
  color: #3B566E;
}

.header-area.header-white .header-buttons {
  float: right;
}

.header-area.header-white .header-buttons li {
  float: left;
}

.header-area.header-white .header-buttons li .btn-nav-line {
  border: 1px solid #5374D6;
  color: #5374D6;
  margin-top: 24px;
}

.header-area.header-white .header-buttons li .btn-nav-line:hover {
  background: #5374D6;
  color: #fff;
}

.header-area.header-white .header-buttons li .btn-nav-primary {
  background: #5374D6;
  color: #fff;
  margin-top: 24px;
  border: 1px solid #5374D6;
}

.header-area.header-white .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #5374D6;
  background: #5374D6;
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }

  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-top: 22px !important;
    margin-left: 30px;
  }

  .header-area .light-logo {
    display: none !important;
  }

  .header-area .dark-logo {
    display: block !important;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav .header-buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/*
---------------------------------------------
welcome
---------------------------------------------
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcome-area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}

.welcome-area .right-bg {
  float: right;
  width: 72%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* .welcome-area .header-bg {
  position: absolute;
  top: 0px;
  min-height: 500px;
  z-index: 2;
} */
.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 58%;
  transform: perspective(1px) translateY(-58%);
  z-index: 4;
}

.welcome-area .header-text h1 {
  font-weight: bold;
  font-size: 35px;
  color: #0a47ed;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-bottom: 40px;
  margin-top: 30%;
}

.welcome-area .header-text h3 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #bfbfbf;
  margin-bottom: 40px;
}

.welcome-area .header-text .btn-primary-line {
  width: 180px;
  margin-bottom: 0px;
}

.formStyle label {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #0a47ed;
}

.formStyle .campo {
  border-radius: 19.5px;
  border: solid 1px rgba(10, 71, 237, 0.3);
  background-color: rgba(10, 71, 237, 0.05);
}

.btn_principal {
  border-radius: 19.5px;
  background-color: #5be280;
  width: 197px;
  height: 40px;
  border: none;
  margin-top: 7%;
}

@media (max-width: 1200px) {
  .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }

  .header-text h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 991px) {
  .welcome-area {
    margin-top: 80px;
    background: #fff;
  }

  .welcome-area .right-bg {
    width: 100%;
  }

  .welcome-area .right-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);
  }

  /* .welcome-area .header-bg {
    display: none;
  } */
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }

  .welcome-area .header-text h1 {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
    text-align: center;
    color: #fff;
  }

  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
  }

  .welcome-area .header-text .btn-primary-line {
    margin: auto;
    border: 1px solid #fff;
    background: #fff;
  }

  .welcome-area .header-text .btn-primary-line:hover {
    color: #5374D6;
  }
}
.comoFunciona {
  width: 100%;
  height: 1024px;
  background-image: url("../images/fondo.png ");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10%;
}

.separador hr {
  border: 0.3px solid #0a47ed;
}

.contenedorTitulos {
  margin: 20px;
}

.titulos {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #0a47ed;
  /* margin-top: 10%; */
}

.textosSub {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #bfbfbf;
  margin-top: 2%;
}

.pasos {
  margin-top: 5%;
}

.pasos h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #5f5f5f;
}

.pasos p {
  margin-top: 5%;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #bfbfbf;
}

.contenedorImgComofunciona {
  margin-top: 7%;
}

.contacto .contenedorTitulos {
  margin: 15% 0;
}

.contact-decor .decoracion1 {
  position: absolute;
}

.decoracion2 {
  position: relative;
  float: right;
  top: 130px;
}

.contacto .formStyle .form-group {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

/*
---------------------------------------------
ANALISIS
---------------------------------------------
*/
.analisis {
  margin-top: 9%;
}

.conDdescargar {
  float: right;
}

.btnDescargar {
  width: 271px;
  height: 40px;
  border-radius: 19.5px;
  background-color: #785fd4;
  border: transparent;
}

.analisis .tabla {
  margin: 10%;
}

.panel {
  height: auto;
  width: 100%;
  border: 1px solid #dee2e6;
  padding: 2px 9px;
  background-color: #5be280;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

/* ESTADISTICAS DASBORAD */
.estadistica {
  margin-top: 10%;
}

.btnDescargarPDF {
  width: 230px;
  height: 40px;
  border-radius: 19.5px;
  background-color: #ff760c;
  border: none;
}

.resultado-estadistica {
  z-index: 2;
}

.resultado-estadistica .table-responsive {
  z-index: 200;
}

.resultado-estadistica .fondo {
  position: absolute;
  height: 170px;
  width: 100%;
  background-color: rgba(191, 191, 191, 0.06);
  z-index: 0;
}

.resultado-estadistica .table-responsive {
  margin-top: 10%;
}

.resultado-estadistica .table-responsive tbody tr td {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ababab;
  padding: 5px;
  max-width: 50px;
}

.resultado-estadistica .table-responsive tbody tr td:first-child {
  text-align: left;
}

.resultado-estadistica .table-responsive tbody tr {
  background-color: #fff;
}

.content-resultado .table thead th {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #5f5f5f;
  text-transform: lowercase;
}

.content-resultado .table tr td {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #ababab;
}

.content-resultado .card:active {
  color: #333333;
}

.content-resultado a {
  color: #489af1;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #44a0d8;
}

.test ul li {
  font-weight: bold;
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
  padding-right: 8px;
  font-size: 14px;
}

.test ul {
  margin-bottom: 3%;
}

.test ul li span {
  vertical-align: middle;
  height: 13px;
  width: 10px;
  margin: auto 4px;
}

/* CONTENEDOR GRAFICAS */
.graficas .nav {
  width: 100%;
  text-align: center;
}

.graficas .nav-item {
  width: 33%;
}

.graficas .tab-content {
  width: 100% !important;
}

.graficas canvas {
  text-align: center;
  height: 200px !important;
  width: 200px !important;
  margin: 10px auto;
}

/* Contenedor URl */
.contenedorUrl .formStyle {
  margin: 30px 0px 0px 0px;
}

.contenedorUrl .formStyle label {
  margin: 15px 0px;
}

.contenedorUrl .formStyle .form-control {
  background-color: transparent;
}

.contentUrlForm {
  border-radius: 10px;
  background-color: rgba(191, 191, 191, 0.06);
}

.files input {
  /* outline: 2px solid #92b0b3; */
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 105px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

/* .files input:focus{  outline: 2px dashed #92b0b3;  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
} */
.files {
  position: relative;
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 30px;
  /* right: 0; */
  height: 56px;
  content: "";
  background-image: url("../images/adjuntar.png");
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* .color input{
   background-color:#f1f1f1;
} */
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 114px;
  content: " Suelta el archivos acá ";
  display: block;
  margin: 0 auto;
  color: #0a47ed;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.contenedorUrl .btn-form-analisis {
  margin-bottom: 30px;
}

/* TABLA DE BUSQUEDA */
.tablaBusqueda {
  margin-top: 5%;
}

.titulo-busqueda {
  background-color: #5be280;
}

.titulo-busqueda tr th {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.sub-titulo-tabla tr th {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #5f5f5f;
}

.tablaBusqueda tbody tr {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ababab;
}

.tablaBusqueda .page-link {
  border: none;
  color: #bfbfbf;
}

.tablaBusqueda .page-item.active .page-link {
  z-index: 1;
  color: #5f5f5f;
  font-weight: bold;
  background-color: transparent;
}

.dz-default {
  height: 120px;
  opacity: 0.3;
  border-radius: 12px;
  border: solid 1px #0a47ed;
}

.dz-default span {
  margin-top: 50%;
  padding-top: 20px;
}

.dropzone {
  border: transparent;
  background-color: transparent;
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #F9FAFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper .loader {
  position: relative;
  width: 45px;
  height: 45px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: spin 2s ease-in-out infinite;
}

.loader-wrapper .loader .bubble-1,
.loader-wrapper .loader .bubble-2,
.loader-wrapper .loader .bubble-3 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);
}

.loader-wrapper .loader .bubble-2 {
  top: auto;
  bottom: 0;
}

.loader-wrapper .loader .bubble-3 {
  top: auto;
  bottom: 0;
  right: 0;
}

.loader-wrapper .loader .bubble-1, .loader-wrapper .loader .bubble-2, .loader-wrapper .loader .bubble-3 {
  animation: bounce 2s ease-in-out infinite;
}

.loader-wrapper .loader .bubble-2 {
  animation-delay: -0.8s;
}

.loader-wrapper .loader .bubble-3 {
  animation-delay: -1.2s;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
---------------------------------------------
footer
---------------------------------------------
*/
footer {
  background: #fff;
  margin-top: 5%;
  padding-top: 50px;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

footer .separador hr {
  border: 1px solid #0a47ed;
  margin-bottom: 20px;
}

footer img.logo {
  margin-bottom: 30px;
}

footer .text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #bfbfbf;
}

footer .footer-nav li a {
  display: block;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #535353;
}

footer .footer-nav {
  margin-left: 10%;
}

footer .footer-nav li a span {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #535353;
  font-family: "Roboto", sans-serif;
}

footer .footer-nav li a:hover span {
  color: #5374D6;
}

footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-size: 14px;
  color: #535353;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Roboto", sans-serif;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #DAE6FD;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #535353;
  letter-spacing: 0.88px;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }

  footer h5 {
    margin-bottom: 15px;
  }

  footer .footer-nav {
    margin-bottom: 30px;
  }
}
.copyright {
  text-align: center;
  border-top: 1px solid #DAE6FD;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
}

/*# sourceMappingURL=main.css.map */
