@import url("fonts.css");
@import url("acordeon.css");
@import url("owl.carousel.css");
@import url("intro.css");
@import url("columnas.css");
@import url("pago.css");
@import url("asesor.css");

/* general */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
:root {
  --main-bgcolor__principal: #79a8b8;
  --main-bgcolor__secundario: #74cae5;
  --main-bgcolor__segundo: #b1d3dd;
  --main-color__principal: #000;
  --main-color__secundario: #517581;
  --main-font-regular: "Avenir_Next_Regular";
  --main-font-bold: "Avenir_Next_Demi_Bold";
  --main-font-medium: "AvenirNextLTPro-Medium";
  --main-bulet: #4b84f7;
}
.tLeft {
  text-align: left !important;
}
.tCenter {
  text-align: center !important;
}
.tRight {
  text-align: right !important;
  text-align: -webkit-right;
}
.fRight {
  float: right !important;
}
.fLeft {
  float: left !important;
}
.tJustify {
  text-align: justify !important;
}
strong {
  font-family: var(--main-font-bold);
}
.cursor {
  cursor: pointer;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
a.liga {
  color: #5fac98;
  text-decoration: underline;
  font-family: var(--main-font-medium);
}
p {
  margin-bottom: 30px;
}

/* scroll */
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background-color: #afafaf;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.scroll {
  overflow-x: auto;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #afafaf;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  font-family: var(--main-font-regular);

  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: var(--main-color__principal);
  min-width: 330px;
  height: 100%;
}
.page {
  /* margin-bottom: 60px; */
  width: 100%;
  margin: auto;
  max-width: 500px;
}
.bg-otro {
  margin-top: 30px;
  background-color: #414141;
  padding: 0px 0px 20px 0px;
}
h1 {
  font-family: var(--main-font-regular);
  font-size: 24px;
  color: #2d2926;
  width: 100%;
  text-align: center;
  margin: 0px auto 0px auto;
}
main {
  max-width: 550px;
}
.btn {
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 15px 8px 15px;
  min-width: 120px;
  font-family: "AvenirNextLTPro-Medium";
  width: 100%;
  border-radius: 7px;
  font-size: 1.37em;
  padding: 15px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.btn999 > div {
  display: inline-block;
  vertical-align: middle;
}

.btn > div > img {
  /*display: block;
    margin-left: auto;
    margin-right: auto;*/
  margin-right: 10px;

  display: inline-block;
  vertical-align: middle;
}

.btn:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-rojo {
  background: linear-gradient(70deg, #c31e1d, #f50101);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.btn-verde {
  /* background-color: #118303; */
  background: linear-gradient(70deg, #128203, #1a9d13);
  border-radius: 20px;
  padding: 10px 0px;
  width: 80%;
  margin: 7px 0px;
}
.txtCenter {
  text-align: center;
}
.btnCenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0px 10px 0px;
}
.btnCenter a {
  margin: 0px 1%;
}
.btnCenter a {
  margin: 0px 1%;
  color: #000;
  font-family: var(--main-font-bold);
}
button {
  border: 0px;
}
.bg-gris {
  width: 100%;
  margin: 0px auto;
  padding: 15px 15px;
  background-color: #faf9f9;
  -moz-box-shadow: 0 0px 1px rgb(226, 222, 222);
  -webkit-box-shadow: 0 0px 1px rgb(226, 222, 222);
  box-shadow: 0 0px 1px rgb(226, 222, 222);
  margin-bottom: 15px;
  text-align: justify;
}

.tblGeneral {
  width: 98.8%;
  padding: 10px 0%;
  margin: 0px auto;
}
.tblGeneral tr th {
  padding: 5px 10px 6px 10px;
  color: #333333;
  text-align: center;
  font-weight: 100;
  border-bottom: 2px solid #006341;
  font-size: 14px;
  font-family: var(--main-font-medium);
  min-width: 87px;
}
.tblGeneral tr td {
  padding: 7px 10px 7px 10px;
  color: #606664;
  font-size: 13px;
  text-align: center;
  border-bottom: 3px solid #ffffff;
  border-right: 2px solid #fff;
}
.tblGeneral tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
.tblGeneral tr:nth-child(even) td {
  background-color: #ffffff;
}
.tblGeneral tr:hover td {
  background-color: #e6efe6;
}
.tblGeneral tr td a {
  color: #5fac98;
  text-decoration: underline;
  font-family: var(--main-font-medium);
}
.tblGeneral tr td img {
  width: 15px;
  cursor: pointer;
}
.divRadio {
  display: flex;
}
div#mensaje {
  color: red;
  text-align: center;
}
.ayuda {
  /*position: fixed;*/
  position: absolute;

  /*top: 90px;*/
  right: 0px;
  /*right: -220px; */
  /*text-align: right;*/
  /*z-index: 100;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;*/
  margin: auto;
}
.ver {
  right: 0px !important;
}
.ayuda div {
  width: 250px;
  height: 80px;
  background-image: url(../img/help.png);
  background-repeat: no-repeat;
  right: 0px;
  text-align: left;
  /* display: block; */
  padding-top: 5%;
  padding-left: 21%;
}
.ayudaRojo {
  background-image: url(../img/laQuiero.png) !important;
  background-size: 250px auto;
}
.ayuda div a {
  color: #ffffff;
  /* display: block; */
  padding: 0px;
  /*margin-top: 10px;*/
  /*cursor: pointer;*/
  width: 20%;
  margin-top: auto;
  margin-bottom: auto;
}
.ayuda div a b {
  display: block;
  margin: auto;
  font-size: 1.3em;
}

.contSecc {
  width: 85%;
  margin: 0 auto;
  padding-top: 15px;
}
.contSecc2 {
  width: 100%;
  margin: 0 auto;
  padding: 35px;
}

.etiqueta {
  position: absolute;
  left: 67px;
}

.video {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.94);
  z-index: 10000;
}
.cerrarVideo {
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 11000;
}
.saltar {
  display: none;
}
.verInfo2 {
  position: relative;
  top: -90px;
}
.deAccordion {
  width: 100%;
}
.deAccordion tr {
  border-bottom: 1px solid #ffffff;
}

.deAccordion tr td {
  padding: 5px 3px;
  font-size: 1.2em;
  vertical-align: top;
}

@media screen and (max-width: 900px) {
  .divCol3 > .col3,
  .divGrow > .col3 {
    width: 48%;
  }
  .divCol4 > .col4,
  .divGrow > .col4 {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .divCol2 > .col2,
  .divGrow > .col2 {
    width: 98%;
  }
  .divCol3 > .col3,
  .divGrow > .col3 {
    width: 98%;
  }
  .divCol4 > .col4,
  .divGrow > .col4 {
    width: 98%;
  }
  .indice {
    margin-left: 83%;
}
}
@media screen and (max-width: 500px) {
  div.title h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .indice {
    margin-left: 83%;
}
}

#footer {
 width: 100%;
 height: 205px;
}

.indice {
    margin-left: 68%;
}