:root {
  --blue: #3195f1;
  --lightBlue: #8dc8ff;
  --superLightBlue: #eeffff;
  --greyBlue: #c5dfea;
  --deepBlue: #065aa8;
  --white: #fff;
}

html {
  scroll-behavior: smooth;
}

.deepBlue {
  color: var(--deepBlue);
}

.blue {
  color: var(--blue);
}

.lightBlue {
  color: var(--lightBlue);
}

.white {
  color: var(--white);
}

body {
  font-family: "Urbanist", sans-serif;
  margin: 0px;
}

h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

h4 {
}

h5 {
  font-size: 17px;
  margin: 5px;
}

h6 {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  margin: 5px;
  margin-top: 9px;
}

p {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

video#videobg {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/ocean.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  font-weight: 800;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  background: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: #8dc8ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-toggle {
  border-color: var(--white);
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: var(--lightBlue);
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: var(--white);
}

a {
  color: var(--blue);
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 18px 11px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

a:hover,
a:focus {
  color: var(--blue);
  text-decoration: underline;
}

.contenido2 {
  background-color: #fff;
}

.image-responsive {
  width: 100%;
  max-width: 500px;
}

.image-responsive2 {
  width: 100%;
  max-width: 500px;
}

.image-responsive-sm {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 350px;
}

.upper {
  text-transform: uppercase;
}

.justify {
  text-align: justify;
}

. .row {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-inverse {
  background-color: var(--deepBlue);
  border: none;
}

.boton {
  color: #fff;
  border: none;
  font-weight: 800;
  background-color: #065aa8;
  padding: 14px 44px;
  text-decoration: none;
  cursor: pointer;
}

.mar-top {
  margin-top: 25px;
}

.paddeted {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paddeted2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddeted3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.boton:hover {
  border: none;
  background-color: var(--blue);
  text-decoration: none;
}

.shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.italic {
  font-style: italic;
}

.txt-right {
  text-align: right;
}

.centered {
  margin: auto;
}

.center {
  text-align: center;
}

.dec-tittle {
  margin-top: 20%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

/* Contacto */

#contact-form {
  text-align: center;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
  font-size: 15px;
  margin-bottom: 2px;
  font-family: "Urbanist", sans-serif;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 90%;
  background: #fff;
  margin-bottom: 12px;
  padding: 10px;
  text-align: center;
  border: solid #b5b5b5 1px;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  background-color: #e5e6e7;
}

#contact-form textarea {
  height: 110px;
}

#contact-form #submit {
  color: #fff;
  border: none;
  background-color: #22b0c1;
  border-bottom: solid #43ebff 4px;
}

#contact-form #submit:hover {
  background-color: #ea7e0f;
  border-bottom: solid #ffa141 4px;
}

input:required,
textarea:required {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

#contact-form .required {
  font-weight: bold;
  color: #e5e6e7;
}

#failure,
#success {
  color: #6ea070;
  display: none;
}
.respuesta {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  text-align: center;
  margin-top: 50px;
}

.btn-success {
  background-color: #1bbba4;
  border-color: #0d9481;
}

.btn-success:hover {
  background-color: #a00989;
  border-color: #10bba3;
}

.captcha {
  position: relative;
  left: 50%;
  margin-left: -152px;
  margin-bottom: 15px;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.iframe {
  width: 100%;
  height: 100%;
}

iframe {
  border: 0;
  padding: 0;
  margin: 0;
}

.iframe-container {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  min-height: 1600px;
}

.iframe-container2 {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  min-height: 1800px;
}

.result {
  padding: 50px;
}

.logo img {
  padding: 8px;
  max-width: 271px;
}

.logo-foot img {
  margin-top: 50px;
  max-width: 400px;
}

.but-home {
  margin-right: 20px;
  margin-top: 7px;
  margin-left: 20px;
}
.main-sec {
  margin-top: 73px;
  background: rgb(217, 217, 217);
  background: linear-gradient(
    0deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(197, 223, 234, 1) 100%
  );
}

.max-cont {
  max-width: 1100px;
  margin: auto;
}

.max-cont2 {
  max-width: 1240px;
  margin: auto;
}

.declaraciones {
  background-color: var(--superLightBlue);
}

.dec-cont {
  background-color: var(--greyBlue);
  padding: 30px;
  text-align: center;
  max-width: 420px;
  min-height: 300px;
  margin-top: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.dec-cont h3 {
  min-height: 77px;
  margin-top: 10px;
}

.dec-cont p {
  min-height: 105px;
}

.icon {
  position: relative;
  top: -68px;
  margin-bottom: -66px;
}

.svg2 {
  width: 30px;
  position: relative;
  top: 1px;
  margin-right: 4px;
  margin-top: -6px;
}

.ol-cent {
  margin-top: 50px;
}

.uniandes {
  background-color: #fef300;
  padding: 20px;
  padding-top: 30px;
}

.max-mini-cont {
  max-width: 480px;
}

.justify {
  text-align: justify;
}

button {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 27px;
  color: #fff;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.plan-bg {
  background-color: #fff;
  border: solid 1px #b4b4b4;
}

.plan-bg2 {
  background-color: var(--superLightBlue);
  border: solid 2px #b2d6d6;
}

.plan {
}

.plan h1 {
  margin: 0;
  padding: 20px;
  margin-bottom: 0px;
}

.plan h2 {
  padding: 0px 20px;
}

.plan h4 {
  padding: 0px 20px;
}

.bold {
  font-weight: 800;
}

.plan p {
  padding: 0px 20px;
}

.plan-ua {
  background-color: #fef300;
  padding: 5px 20px;
}

.plan ul {
  margin-top: 10px;
}

.plan ul li {
  font-weight: 700;
}

.results {
  font-weight: 800;
  font-size: 19px;
  text-align: center;
  padding-bottom: 10px;
}

.results-plan {
  font-weight: 800;
  font-size: 24px;
  margin-top: -10px;
  padding-bottom: 0px;
}

.team {
  background-color: #e6e6e6;
  padding: 20px;
}

.team-pic {
  margin-bottom: 10px;
}

.testimonio {
  margin-top: 30px;
  background-color: #eff;
  padding: 50px 20px;
  border-top: 6px solid #065aa8;
  border-radius: 5px;
  min-height: 300px;
}

.img-testi {
  position: absolute;
  left: 41%;
  top: 0px;
  max-width: 130px;
  padding: 10px;
}

button:hover {
  background-color: #ffffffd1;

  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
button a:hover {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

footer {
  background-color: var(--deepBlue);
}

.after-foot {
  background-color: var(--blue);
  padding: 20px;
}

.after-foot a:hover {
  color: var(--deepBlue);
}

.social {
}

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

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
    padding: 6px;
  }
}

@media (min-width: 982px) {
  .img-testi {
    position: absolute;
    left: 32%;
    top: 0px;
    max-width: 130px;
    padding: 10px;
  }
}

ol {
}
ol li {
  color: var(--blue);
  font-weight: 800;
  font-size: 22px;
}

ol li p {
  color: #333;
}

.plan-result {
}

.line {
  border-bottom: 1px solid #c3c3c3;
  margin: -10px 20px 10px 20px;
}

#canvasBranch-ck-button {
  margin: 20px 0px;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  cursor: pointer;
}

#canvasBranch-ck-button:hover {
  background: var(--superLightBlue);
  color: var(--deepBlue);
  border-color: var(--lightBlue);
  cursor: pointer;
}

#canvasBranch-ck-button label {
  float: left;
  width: 100%;
}

#canvasBranch-ck-button label span {
  text-align: center;
  padding: 3px 0px;
  display: block;
}

#canvasBranch-ck-button label span.iconSpan:hover {
  background: var(--superLightBlue);
  padding: 20px;
}

#canvasBranch-ck-button label span.iconSpan {
  background-color: #f4f4f4;
  padding: 20px;
  min-height: 173px;
}

#canvasBranch-ck-button label input {
  position: absolute;
  top: -20px;
}

#canvasBranch-ck-button input:checked + span.iconSpan {
  background-color: var(--lightBlue);
  color: var(--deepBlue);
}

.advice {
  background-color: var(--deepBlue);
  padding: 20px;
  margin: 0px 50px;
}

.advice p {
  margin: 0;
}

.iconSpan p {
  margin-top: 10px;
  font-weight: 600;
}

label {
  margin-bottom: 0px;
}

.modal {
  display: block;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  max-width: 600px;

  margin-left: -250px;
  padding: 1.3rem;
  min-height: 250px;
  max-height: 350px;
  left: 50%;
  position: fixed;
  top: 20%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.modal .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal input {
}

.modal p {
}
.modal h3 {
  font-size: 22px;
  color: var(--deepBlue);
  margin-right: 30px;
}

.modal h4 {
  font-size: 17px;
  color: var(--blue);
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.btn-open {
}

.btn-close {
  transform: translate(10px, -20px);
  position: absolute;
  right: 18px;
  top: 28px;
  padding: 0.5rem 0.7rem;
  background: #065aa8;
  border-radius: 50%;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.icon-declara {
  max-width: 200px;
  padding: 20px;
}

.sup {
  position: fixed;
  z-index: 2;
  bottom: 11px;
  right: 9px;
}

.whatsapp2 {
  width: 50px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: var(--blue);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-weight: 500;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
  }
}
