@charset "UTF-8";
@import url(animate.min.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:600,500,300,700);
/*========================================================
 *                      Main Styles
 *========================================================= */
body {
  font-family: "Raleway", sans-serif;
  color: #1a1a1a;
}

.doc-container {
  font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

.doc-container li p {
  margin-bottom: 0;
}

.doc-container h4 {
  margin-top: 0.5rem;
}

.doc-container a {
  color: -webkit-link;
}

.doc-container h1 a {
  color: #0C8CCC;
}

.highlight {
  background-image: linear-gradient(100deg, yellow 85%, rgba(255, 255, 255, 0));
}

body, html {
  height: 100%;
}

/*==================      Marked-list-2     ====================== */
.marked-list-2 {
  list-style-type: none;
}

.marked-list-2 li {
  position: relative;
  padding-left: 35px;
  text-align: left;
}

.marked-list-2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  line-height: inherit;
}

main {
  min-height: 600px;
}

li {
  margin-bottom: 0.5em;
}

.help-block {
  color: orange;
}

.short-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0;
}

/*========================   Menu   ========================== */
.sf-menu {
  display: inline-block;
  list-style-type: none;
}

.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li + li {
  margin-left: 24px;
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #333;
  font-size: 19px;
  font-weight: 600;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #0C8CCC;
}

.sf-menu > li.sfHover:hover .sf-with-ul:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu > li.active > a {
  color: #0C8CCC;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -25%;
  width: 271px;
  margin-top: 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px #e2e2e2;
  -moz-box-shadow: 0 0 2px #e2e2e2;
  box-shadow: 0 0 2px #e2e2e2;
}

.sf-menu ul > li > a {
  color: #333;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #D9D9D9;
  text-align: left;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #0C8CCC;
  background: #F7F7F7;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -webkit-box-shadow: 0 0 0px #333;
  -moz-box-shadow: 0 0 0px #333;
  box-shadow: 0 0 0px #333;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #333;
  padding-left: 60px;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #0C8CCC;
}

.sf-menu li {
  list-style-type: none;
}

.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 110%;
  top: 37%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.gsc-input {
  background: none !important;
}

@media (max-width: 767px) {
  .sf-menu, .breadcrumb {
    display: none;
  }
}
/*==================   RD Mobile Menu    ===================== */
.ul {
  list-style: none;
}

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #2B3643;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  text-align: left;
}

.rd-mobilemenu_ul li.active > a {
  background: #0C8CCC;
  color: #fff;
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  padding-left: 10px;
  color: white;
}

.rd-mobilemenu_ul a:hover {
  background: #FFB61C;
  color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: "";
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2B3643;
  color: #ffffff;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 10px;
}

.rd-mobilemenu_ul:after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2B3643;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background 0.3s 0s ease;
  background: transparent;
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
    text-align: center;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ====================== */
.isStuck {
  background: #fff;
  z-index: 999;
}

.isStuck .sf-menu ul {
  margin-top: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ====================== */
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  background: #0C8CCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  left: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  background: #FFB61C;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
 *                     CONTENT  Section
 *========================================================= */
@media (min-width: 668px) {
  ul.sof_ul {
    margin-top: 45px;
  }
}
.rd-mobilemenu_submenu, .marked-list, .map_locations {
  list-style-type: none;
  padding-left: 0px !important;
}

.stuck_container.isStuck .container .img_width-2 img:first-child {
  display: none;
}

.margin-so {
  margin: 0px auto;
}

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#livechat-compact-container {
  height: 300px;
  position: fixed;
  right: 0;
  top: 80vh;
  z-index: 10000;
  text-align: center;
}

.btn-chat a {
  color: #fff;
  text-decoration: none;
  background: #128c7e;
  padding: 20px 20px 20px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 0 0 1px #128c7e inset;
  border-radius: 15px;
  -ms-transform: rotate(90deg) translate(0, -20px);
  -webkit-transform: rotate(90deg) translate(0, -20px);
  transform: rotate(0deg) translate(0, -20px);
  position: relative;
  right: 27px;
  transition: background 0.2s, right 0.2s;
  text-align: center;
}

.btn-chat a:hover {
  background: #075e54;
  right: 27px;
  transition: background 0.2s, right 0.2s;
  border-radius: 15px;
}

.img_width_3 {
  width: 40px;
  margin: 10px;
  height: 40px;
}

.lick_ingresar {
  color: #FFFFFF;
}

a.lick_ingresar {
  position: absolute;
  left: auto;
  right: 0px;
  top: 20px;
  padding-right: 10px;
}

.rd-mobilepanel_toggle {
  background-color: transparent;
  border: none;
}

/*=============css editado Julio=================* */
a:link {
  text-decoration: none;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.titulos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.titulos h2 {
  font-size: 40px;
  text-transform: capitalize;
}

.titulos p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #495057;
}

/* Buttons Personalizados */
.btn-sofisis-white {
  background-color: #fff;
  color: #0490cf;
}

.btn-sofisis-white:hover {
  color: #fff;
  background-color: #0490cf;
}

.btn-sofisis-white-rounded {
  border: 1px solid white;
  color: #fff;
  background-color: transparent;
}

.btn-sofisis-white-rounded:hover {
  border: 1px solid white;
  color: #0490cf;
  background-color: white;
}

.btn-sofisis-blue {
  background-color: #0490cf;
  color: #fff;
}

.btn-sofisis-blue:hover {
  border: 1px solid #0490cf;
  color: #0490cf;
  background-color: transparent;
}

.btn-sofisis-blue-rounded {
  border: 1px solid #0490cf;
  color: #0490cf;
  background-color: transparent;
}

.btn-sofisis-blue-rounded:hover {
  background-color: #0490cf;
  color: #fff;
}

/* Section home */
#section-home h2 {
  color: #fff;
}

#section-home p {
  color: #fff;
}

#section-home .inscripcion {
  margin-top: 30px;
  padding: 40px 30px 40px 30px;
  border-radius: 10px;
  border: 1px solid transparent;
}

#section-home .inscripcion h2 {
  color: #959a9b !important;
}

/* Section APPS */
#apps {
  color: #959a9b;
}

#apps div .card {
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: #495057;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 21em;
}

#apps .card-title {
  font-weight: 600;
  color: #0490cf;
}

#apps .card p {
  font-weight: 500;
  color: #495057;
  font-size: 15px;
}

#apps h2 {
  text-align: center;
  color: #0490cf;
}

.carousel-item img {
  border-radius: 30px;
}

/*Partners seccion */
#partners-bg h2 {
  color: #0490cf !important;
}

#partners-bg p {
  color: #495057 !important;
}

#partners .icons-partners img {
  width: 30%;
  align-content: center;
}

#partners p {
  color: #495057 !important;
}

#partners .icon-partners h3 {
  color: #0490cf !important;
}

#partners-call {
  background-color: #0490cf !important;
  color: white !important;
}

#partners-call input {
  width: 60%;
  padding: 5px;
  margin-right: 10px;
}

#preguntas-frq p {
  color: #495057 !important;
}

#preguntas-frq button {
  background-color: #0490cf;
  color: white;
  margin-right: 10px;
}

#preguntas-frq button:hover {
  background-color: transparent;
  color: #0490cf;
  border: 1px solid #0490cf;
}

#preguntas-frq .title-frq h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

#preguntas-frq .title-frq i {
  color: #0490cf;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-menu {
    position: fixed;
    right: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  #partners-bg {
    background: #e7e2df !important;
  }

  /* for improve usability size */
  li a {
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  #apps div .card {
    height: auto;
  }
}
/*footer seccion */
footer {
  background-color: #495057;
  color: white;
  position: relative;
  padding-bottom: 50px;
}

footer a {
  color: white;
  font-size: 15px;
}

footer a:hover {
  color: #959a9b;
}

footer h5, footer p {
  color: white;
  font-weight: bold;
}

.icon-footer {
  width: 40%;
}

.price-block .card {
  height: 100%;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 8px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-hover a:hover {
  border-color: #25d366;
  color: #25d366;
}

.whatsapp-icon {
  margin-top: 13px;
}

.whatsapp:hover {
  background-color: white;
  border-color: #4486b6;
  border-style: solid;
}

#zsiq_float #titlediv {
  display: none;
}

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