@font-face {
  font-family: 'nexa_lightregular';
  src: url("fonts/nexa/nexa_light-webfont.woff2") format("woff2"), url("fonts/nexa/nexa_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_boldregular';
  src: url("fonts/nexa/nexa_bold-webfont.woff2") format("woff2"), url("fonts/nexa/nexa_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../scss/main.scss */
:root {
  --medioHorizontal: translateX(-50%);
  --medioVertical: translateY(-50%);
  --medioGlobal: translate(-50%, -50%);
}

/* line 28, ../scss/main.scss */
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* line 34, ../scss/main.scss */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow: visible;
  height: auto;
  background-color: #eeeef0;
  font-family: 'nexa_lightregular';
}

/* line 45, ../scss/main.scss */
body.nonescroll {
  height: 100%;
  overflow: hidden;
}

/* line 50, ../scss/main.scss */
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
}

/* line 60, ../scss/main.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  *behavior: url(./js/htc/boxsizing.htc);
}

/* line 67, ../scss/main.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**{
	@include transition(all 0.3s ease-out);
}*/
/* line 78, ../scss/main.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

/* line 86, ../scss/main.scss */
h1, h2, h3, p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* line 94, ../scss/main.scss */
.clear {
  clear: both;
}

/* line 98, ../scss/main.scss */
header, aside, nav, section, article {
  display: block;
  position: relative;
}

/* line 103, ../scss/main.scss */
li, div {
  position: relative;
}

/* line 107, ../scss/main.scss */
a.full {
  width: 100%;
  height: 100%;
  background: url(../images/bg-a.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* line 117, ../scss/main.scss */
a {
  text-decoration: none;
}
/* line 120, ../scss/main.scss */
a:hover {
  color: #125C15;
  text-decoration: underline;
}

/* line 126, ../scss/main.scss */
span.bolder {
  font-weight: bold;
}

/* line 130, ../scss/main.scss */
strong {
  font-family: 'nexa_boldregular';
}

/* line 134, ../scss/main.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-family: 'nexa_lightregular';
}
/* line 140, ../scss/main.scss */
.wrapper .texto {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #3B3B3B;
  font-weight: 300;
  text-align: left;
  margin-bottom: 40px;
}
/* line 149, ../scss/main.scss */
.wrapper .texto p {
  margin-bottom: 17px;
}
/* line 154, ../scss/main.scss */
.wrapper ul.lista {
  padding-left: 14px;
}
/* line 156, ../scss/main.scss */
.wrapper ul.lista li {
  list-style-image: url(../images/lista-flecha.png);
  font-size: 14px;
  line-height: 22px;
  display: list-item;
  margin-bottom: 10px;
  color: #7E7E7E;
}
/* line 164, ../scss/main.scss */
.wrapper ul.lista li:hover {
  color: #125C15;
}
/* line 170, ../scss/main.scss */
.wrapper ul.lista_check_yellow {
  padding-top: 7px;
  margin-bottom: 0;
}
/* line 173, ../scss/main.scss */
.wrapper ul.lista_check_yellow li {
  padding-left: 30px;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0px;
}
/* line 180, ../scss/main.scss */
.wrapper ul.lista_check_yellow li:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/check-yellow.svg);
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 191, ../scss/main.scss */
.wrapper ul.lista_check_yellow li:hover {
  text-decoration: underline;
}
/* line 197, ../scss/main.scss */
.wrapper ul.lista_check_orange {
  padding-top: 7px;
  margin-bottom: 66px;
}
/* line 200, ../scss/main.scss */
.wrapper ul.lista_check_orange li {
  padding-left: 25px;
  color: #3B3B3B;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
/* line 207, ../scss/main.scss */
.wrapper ul.lista_check_orange li:before {
  content: '';
  width: 14.8px;
  height: 14.8px;
  background-image: url(../images/check-orange.svg);
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 225, ../scss/main.scss */
.wrapper ul.lista_check_orange.lista_margen li {
  margin-bottom: 10px;
}
/* line 230, ../scss/main.scss */
.wrapper .campo {
  width: 100%;
  margin-bottom: 15px;
}
/* line 234, ../scss/main.scss */
.wrapper .campo .txt {
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #3B3B3B;
}
/* line 244, ../scss/main.scss */
.wrapper .campo input {
  width: 100%;
  height: 42px;
  border: 1px solid #91B50B;
  font-size: 11px;
  color: #4E4E4E;
  padding: 8px 15px;
  background-color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
/* line 257, ../scss/main.scss */
.wrapper .campo ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4E4E;
  opacity: 1;
  /* Firefox */
}
/* line 262, ../scss/main.scss */
.wrapper .campo :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4E4E4E;
}
/* line 266, ../scss/main.scss */
.wrapper .campo ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4E4E4E;
}
/* line 270, ../scss/main.scss */
.wrapper .campo textarea {
  width: 100%;
  height: 89px;
  border: 0;
  border: 1px solid #91B50B;
  font-size: 13px;
  color: #4E4E4E;
  padding: 8px 15px;
  background-color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
}
/* line 284, ../scss/main.scss */
.wrapper .campo_select {
  width: 100%;
  margin-bottom: 15px;
}
/* line 288, ../scss/main.scss */
.wrapper .campo_select select {
  color: #333333;
  padding-left: 7px;
  width: 100%;
  height: 42px;
  border: 1px solid #91B50B;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}
/* line 300, ../scss/main.scss */
.wrapper .campo_check {
  /* Create a custom checkbox */
}
/* line 302, ../scss/main.scss */
.wrapper .campo_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #91B50B;
  border-radius: 4px;
}
/* line 314, ../scss/main.scss */
.wrapper .campo_radio {
  /* Create a custom checkbox */
}
/* line 316, ../scss/main.scss */
.wrapper .campo_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #91B50B;
}
/* line 328, ../scss/main.scss */
.wrapper .campo_check, .wrapper .campo_radio {
  /* Hide the browser's default checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
/* line 330, ../scss/main.scss */
.wrapper .campo_check .contenedor, .wrapper .campo_radio .contenedor {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 344, ../scss/main.scss */
.wrapper .campo_check .contenedor input, .wrapper .campo_radio .contenedor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 355, ../scss/main.scss */
.wrapper .campo_check .contenedor:hover input ~ .checkmark, .wrapper .campo_radio .contenedor:hover input ~ .checkmark {
  background-color: #ccc;
}
/* line 360, ../scss/main.scss */
.wrapper .campo_check .contenedor input:checked ~ .checkmark, .wrapper .campo_radio .contenedor input:checked ~ .checkmark {
  background-color: #91B50B;
}
/* line 365, ../scss/main.scss */
.wrapper .campo_check .checkmark:after, .wrapper .campo_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 372, ../scss/main.scss */
.wrapper .campo_check .contenedor input:checked ~ .checkmark:after, .wrapper .campo_radio .contenedor input:checked ~ .checkmark:after {
  display: block;
}
/* line 377, ../scss/main.scss */
.wrapper .campo_check .contenedor .checkmark:after, .wrapper .campo_radio .contenedor .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
/* line 389, ../scss/main.scss */
.wrapper .campo_check .txt_small, .wrapper .campo_radio .txt_small {
  font-size: 13px;
  color: #3B3B3B;
  font-family: 'Roboto', sans-serif;
}
/* line 394, ../scss/main.scss */
.wrapper .campo_check .txt_small a, .wrapper .campo_radio .txt_small a {
  color: #008DD2;
  text-decoration: underline;
}
/* line 403, ../scss/main.scss */
.wrapper .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* line 409, ../scss/main.scss */
.wrapper .container .row.padd-4 {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 413, ../scss/main.scss */
.wrapper .container .row.padd-4 > div {
  padding-left: 4px;
  padding-right: 4px;
}
/* line 419, ../scss/main.scss */
.wrapper .container .row.padd-8 {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 423, ../scss/main.scss */
.wrapper .container .row.padd-8 > div {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 429, ../scss/main.scss */
.wrapper .container .row.padd-10 {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 433, ../scss/main.scss */
.wrapper .container .row.padd-10 > div {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 439, ../scss/main.scss */
.wrapper .container .row.padd-18 {
  padding-left: 9px;
  padding-right: 9px;
}
/* line 443, ../scss/main.scss */
.wrapper .container .row.padd-18 > div {
  padding-left: 18px;
  padding-right: 18px;
}
/* line 449, ../scss/main.scss */
.wrapper .container .row.padd-24 {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 453, ../scss/main.scss */
.wrapper .container .row.padd-24 > div {
  padding-left: 24px;
  padding-right: 24px;
}
/* line 459, ../scss/main.scss */
.wrapper .container .row.padd-2 {
  padding-left: 2px;
  padding-right: 2px;
}
/* line 463, ../scss/main.scss */
.wrapper .container .row.padd-2 > div {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 473, ../scss/main.scss */
.wrapper .padding-0 {
  padding-right: 0;
  padding-left: 0;
}
/* line 478, ../scss/main.scss */
.wrapper .sombra {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
  display: none;
  z-index: 888888;
}
/* line 490, ../scss/main.scss */
.wrapper .col, .wrapper .col-1, .wrapper .col-10, .wrapper .col-11, .wrapper .col-12, .wrapper .col-2, .wrapper .col-3, .wrapper .col-4, .wrapper .col-5, .wrapper .col-6, .wrapper .col-7, .wrapper .col-8, .wrapper .col-9, .wrapper .col-auto, .wrapper .col-lg, .wrapper .col-lg-1, .wrapper .col-lg-10, .wrapper .col-lg-11, .wrapper .col-lg-12, .wrapper .col-lg-2, .wrapper .col-lg-3, .wrapper .col-lg-4, .wrapper .col-lg-5, .wrapper .col-lg-6, .wrapper .col-lg-7, .wrapper .col-lg-8, .wrapper .col-lg-9, .wrapper .col-lg-auto, .wrapper .col-md, .wrapper .col-md-1, .wrapper .col-md-10, .wrapper .col-md-11, .wrapper .col-md-12, .wrapper .col-md-2, .wrapper .col-md-3, .wrapper .col-md-4, .wrapper .col-md-5, .wrapper .col-md-6, .wrapper .col-md-7, .wrapper .col-md-8, .wrapper .col-md-9, .wrapper .col-md-auto, .wrapper .col-sm, .wrapper .col-sm-1, .wrapper .col-sm-10, .wrapper .col-sm-11, .wrapper .col-sm-12, .wrapper .col-sm-2, .wrapper .col-sm-3, .wrapper .col-sm-4, .wrapper .col-sm-5, .wrapper .col-sm-6, .wrapper .col-sm-7, .wrapper .col-sm-8, .wrapper .col-sm-9, .wrapper .col-sm-auto, .wrapper .col-xl, .wrapper .col-xl-1, .wrapper .col-xl-10, .wrapper .col-xl-11, .wrapper .col-xl-12, .wrapper .col-xl-2, .wrapper .col-xl-3, .wrapper .col-xl-4, .wrapper .col-xl-5, .wrapper .col-xl-6, .wrapper .col-xl-7, .wrapper .col-xl-8, .wrapper .col-xl-9, .wrapper .col-xl-auto {
  display: inline-block \9 !important;
  vertical-align: top \9;
}

/* line 498, ../scss/main.scss */
.video {
  width: 100%;
  z-index: 3;
  margin-bottom: 50px;
}
/* line 503, ../scss/main.scss */
.video .contenedor_video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  /*padding-bottom: 44%; 
  padding-top: 0;*/
  position: relative;
}
/* line 512, ../scss/main.scss */
.video .contenedor_video iframe, .video .contenedor_video object, .video .contenedor_video embed, .video .contenedor_video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 520, ../scss/main.scss */
.video .contenedor_video .play {
  width: 65px;
  height: 72px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: 50%;
  transform: var(--medioGlobal);
  background-image: url(../images/play.svg);
  background-size: cover;
  z-index: 555;
}

/* line 544, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-stage, .seccion_gracias_auspiciadores .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
/* line 549, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls, .seccion_gracias_auspiciadores .owl-carousel .owl-controls {
  position: static;
}
/* line 551, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls .owl-nav, .seccion_gracias_auspiciadores .owl-carousel .owl-controls .owl-nav {
  position: static;
  top: 0;
}
/* line 554, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls .owl-nav .owl-prev, .seccion_gracias_auspiciadores .owl-carousel .owl-controls .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  background-image: url(../images/flecha-left.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  font-size: 0;
  top: 50%;
  transform: var(--medioVertical);
  left: -60px;
  position: absolute;
  opacity: 0.6;
}
/* line 569, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .seccion_gracias_auspiciadores .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-color: transparent;
  opacity: 1;
  background-image: url(../images/flecha-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 578, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls .owl-nav .owl-next, .seccion_gracias_auspiciadores .owl-carousel .owl-controls .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-image: url(../images/flecha-right.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  font-size: 0;
  top: 50%;
  transform: var(--medioVertical);
  right: -60px;
  left: auto;
  position: absolute;
}
/* line 593, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls .owl-nav .owl-next:hover, .seccion_gracias_auspiciadores .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: 1;
  background-image: url(../images/flecha-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 602, ../scss/main.scss */
.seccion_alianzas .owl-carousel .owl-controls .owl-dots, .seccion_gracias_auspiciadores .owl-carousel .owl-controls .owl-dots {
  display: none !important;
}

@media (min-width: 1201px) {
  /* line 617, ../scss/main.scss */
  .wrapper .sombra {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  /* line 624, ../scss/main.scss */
  .wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  /* line 633, ../scss/main.scss */
  .wrapper .col, .wrapper .col-1, .wrapper .col-10, .wrapper .col-11, .wrapper .col-12, .wrapper .col-2, .wrapper .col-3, .wrapper .col-4, .wrapper .col-5, .wrapper .col-6, .wrapper .col-7, .wrapper .col-8, .wrapper .col-9, .wrapper .col-auto, .wrapper .col-lg, .wrapper .col-lg-1, .wrapper .col-lg-10, .wrapper .col-lg-11, .wrapper .col-lg-12, .wrapper .col-lg-2, .wrapper .col-lg-3, .wrapper .col-lg-4, .wrapper .col-lg-5, .wrapper .col-lg-6, .wrapper .col-lg-7, .wrapper .col-lg-8, .wrapper .col-lg-9, .wrapper .col-lg-auto, .wrapper .col-md, .wrapper .col-md-1, .wrapper .col-md-10, .wrapper .col-md-11, .wrapper .col-md-12, .wrapper .col-md-2, .wrapper .col-md-3, .wrapper .col-md-4, .wrapper .col-md-5, .wrapper .col-md-6, .wrapper .col-md-7, .wrapper .col-md-8, .wrapper .col-md-9, .wrapper .col-md-auto, .wrapper .col-sm, .wrapper .col-sm-1, .wrapper .col-sm-10, .wrapper .col-sm-11, .wrapper .col-sm-12, .wrapper .col-sm-2, .wrapper .col-sm-3, .wrapper .col-sm-4, .wrapper .col-sm-5, .wrapper .col-sm-6, .wrapper .col-sm-7, .wrapper .col-sm-8, .wrapper .col-sm-9, .wrapper .col-sm-auto, .wrapper .col-xl, .wrapper .col-xl-1, .wrapper .col-xl-10, .wrapper .col-xl-11, .wrapper .col-xl-12, .wrapper .col-xl-2, .wrapper .col-xl-3, .wrapper .col-xl-4, .wrapper .col-xl-5, .wrapper .col-xl-6, .wrapper .col-xl-7, .wrapper .col-xl-8, .wrapper .col-xl-9, .wrapper .col-xl-auto {
    display: table \9 !important;
  }
}
@media (max-width: 580px) {
  /* line 643, ../scss/main.scss */
  .wrapper ul.lista_check_yellow li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
    padding-left: 22px;
  }
  /* line 649, ../scss/main.scss */
  .wrapper ul.lista_check_yellow li:before {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 460px) {
  /* line 662, ../scss/main.scss */
  .wrapper .container .row.padd-8 > div {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/* line 3, ../scss/_header.scss */
.wrapper header {
  width: 100%;
  z-index: 10;
  position: relative;
  z-index: 8000;
  background-color: #125C15;
  position: fixed;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
}
/* line 16, ../scss/_header.scss */
.wrapper header * {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 20, ../scss/_header.scss */
.wrapper header .box_topper {
  width: 100%;
  z-index: 3;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  padding-top: 0;
}
/* line 26, ../scss/_header.scss */
.wrapper header .box_topper > .container-fluid {
  position: static;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: flex;
  height: 85px;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 38, ../scss/_header.scss */
.wrapper header .box_topper .logo {
  width: 227px;
}
/* line 42, ../scss/_header.scss */
.wrapper header .box_topper .superior {
  max-width: 100%;
  width: 136px;
  padding: 10px 7px 7px;
  background-color: #808183;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
/* line 53, ../scss/_header.scss */
.wrapper header .box_topper .superior .ico {
  width: 21px;
}
/* line 60, ../scss/_header.scss */
.wrapper header .box_topper nav {
  width: 100%;
  z-index: 6;
  text-align: right;
  padding-left: 80px;
  padding-right: 20px;
  max-width: 1170px;
}
/* line 68, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu {
  width: 100%;
  font-size: 0;
  margin-bottom: 0;
  text-align: right;
  position: relative;
  top: auto;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 80, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu > li {
  width: auto;
  height: auto;
  text-align: left;
  color: #3B3B3B;
  font-size: 14px;
  margin: 0 0;
  border-radius: 0 0 0;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 5px;
  vertical-align: top;
  border-radius: 9px;
  padding-top: 0;
}
/* line 95, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu > li a.full {
  z-index: 3000;
}
/* line 99, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu > li .menu_padre {
  padding: 0;
  border-radius: 9px;
  font-size: 14px;
  color: #ffffff;
}
/* line 107, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu > li:hover .menu_padre, .wrapper header .box_topper nav ul.menu > li.activo .menu_padre {
  text-decoration: underline;
}
/* line 117, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu li.inicio_sesion,
.wrapper header .box_topper nav ul.menu li.menu_registrate {
  display: flex;
  width: 170px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  height: 34px;
  cursor: pointer;
}
/* line 131, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu li.inicio_sesion .ico,
.wrapper header .box_topper nav ul.menu li.menu_registrate .ico {
  width: 13px;
  margin-right: 12px;
}
/* line 136, ../scss/_header.scss */
.wrapper header .box_topper nav ul.menu li.inicio_sesion:hover,
.wrapper header .box_topper nav ul.menu li.menu_registrate:hover {
  background-color: #008DD2;
}
/* line 144, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta {
  width: 100%;
  z-index: 3;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  padding-top: 0;
}
/* line 150, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta > .container-fluid {
  position: static;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 84px;
  padding-left: 227px;
  padding-right: 0;
}
/* line 158, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta .logo {
  width: 227px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 167, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav {
  width: 100%;
  z-index: 6;
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
  max-width: 1170px;
}
/* line 175, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu {
  width: 100%;
  font-size: 0;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  top: auto;
  right: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
/* line 187, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li {
  width: auto;
  height: 84px;
  text-align: left;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  margin: 0;
  vertical-align: center;
  padding: 0 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 205, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li a.full {
  z-index: 3000;
}
/* line 210, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li:hover, .wrapper header .box_topper.topper_micuenta nav ul.menu > li.activo {
  background-color: #008DD2;
}
/* line 217, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa {
  z-index: 999999999;
}
/* line 220, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa * {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 225, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa:hover img {
  transform: scale(1.2);
}
/* line 232, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa:hover, .wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa.activo {
  background-color: transparent;
}
/* line 237, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa.activo .campo {
  opacity: 1;
  display: block;
}
/* line 243, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa .campo {
  position: absolute;
  top: calc(100% - 20px);
  left: 10px;
  width: 400px;
  margin-bottom: 0;
  opacity: 0;
  display: none;
  /*&:before{
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 10px 9px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      bottom: 100%;
      left: 10px;
  }*/
}
/* line 264, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa .campo input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 35px 0 10px;
  font-size: 11px;
}
/* line 274, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa .campo .btn {
  width: 40px;
  height: 100%;
  border-radius: 0 7px 7px 0;
  background-color: #008DD2;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 290, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta nav ul.menu > li.menu_lupa .campo .btn:hover {
  background-color: #5f5f5f;
}
/* line 301, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta .mi_cuenta {
  width: 158px;
  display: flex;
  height: 84px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 315, ../scss/_header.scss */
.wrapper header .box_topper.topper_micuenta .mi_cuenta:hover, .wrapper header .box_topper.topper_micuenta .mi_cuenta.activo {
  background-color: #008DD2;
}
/* line 322, ../scss/_header.scss */
.wrapper header.headerEstatico {
  position: fixed;
}
/* line 336, ../scss/_header.scss */
.wrapper .menu_mobile {
  display: none;
}
@media screen and (min-width: 1201px) {
  /* line 344, ../scss/_header.scss */
  .wrapper header.banner_bar .box_topper {
    top: 0;
    position: fixed;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 1200px) {
  /* line 362, ../scss/_header.scss */
  .wrapper {
    padding-top: 0;
  }
  /* line 365, ../scss/_header.scss */
  .wrapper header {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888888;
    display: block;
    overflow: auto;
    padding-top: 60px;
  }
  /* line 378, ../scss/_header.scss */
  .wrapper header .container-fluid {
    width: 100%;
    height: auto;
    background-image: none;
    padding-top: 0;
  }
  /* line 384, ../scss/_header.scss */
  .wrapper header .container-fluid .logo {
    display: none;
  }
  /* line 389, ../scss/_header.scss */
  .wrapper header .box_topper {
    height: auto;
    padding-top: 95px;
    padding-bottom: 20px;
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    top: auto;
  }
  /* line 399, ../scss/_header.scss */
  .wrapper header .box_topper .container {
    height: calc(100vh - 60px);
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  /* line 406, ../scss/_header.scss */
  .wrapper header .box_topper nav {
    width: 100%;
    float: none;
    margin-top: 0;
    position: relative;
    top: 0;
    border-bottom: 0;
    background-image: none;
    background-color: #ffffff;
    max-width: none;
    padding: 0;
  }
  /* line 420, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu {
    width: 100%;
    padding-bottom: 0;
    display: block;
    border-top: 0;
    position: relative;
    top: auto;
    text-align: left;
    vertical-align: middle;
  }
  /* line 430, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu * {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 434, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu > li {
    width: 100%;
    height: auto;
    float: none;
    color: #125C15;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-transform: uppercase !important;
  }
  /* line 445, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu > li:hover {
    background-color: #ffffff;
    color: #125C15;
  }
  /* line 449, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu > li:hover .menu_padre {
    color: #ffffff;
  }
  /* line 454, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu > li .menu_padre {
    color: #3B3B3B;
    padding: 12px 15px;
  }
  /* line 458, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu > li .menu_padre span:before {
    display: none !important;
  }
  /* line 463, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.menu_contactenos {
    margin-bottom: 12px;
  }
  /* line 467, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.inicio_sesion,
  .wrapper header .box_topper nav ul.menu li.menu_registrate {
    width: 180px;
    border: 0;
    color: #ffffff;
    display: inline-flex;
    margin-left: 15px;
    background-color: #91B50B !important;
    margin-bottom: 12px;
  }
  /* line 478, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.activo, .wrapper header .box_topper nav ul.menu li.abierto {
    background-color: #008DD2;
    color: #ffffff;
  }
  /* line 482, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.activo .menu_padre, .wrapper header .box_topper nav ul.menu li.abierto .menu_padre {
    color: #ffffff;
    text-decoration: none;
  }
  /* line 487, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.activo ul.sub_menu, .wrapper header .box_topper nav ul.menu li.abierto ul.sub_menu {
    display: block;
    padding-top: 0;
  }
  /* line 491, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.activo ul.sub_menu li, .wrapper header .box_topper nav ul.menu li.abierto ul.sub_menu li {
    background-color: rgba(0, 0, 0, 0.3);
  }
  /* line 498, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.tlf_central {
    width: calc(100% - 15px);
    max-width: 240px;
    margin: 20px 0 20px 15px;
  }
  /* line 504, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.menu_lupa_gris, .wrapper header .box_topper nav ul.menu li.menu_file {
    display: inline-block;
    margin-left: 15px;
    border-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, ../scss/_header.scss */
  .wrapper header .box_topper nav ul.menu li.menu_plus .menu_padre a {
    display: none;
  }
  /* line 521, ../scss/_header.scss */
  .wrapper header .box_topper .superior {
    background-color: #ffffff;
    padding: 16px;
    text-align: left;
    justify-content: left;
    display: block;
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
  }
  /* line 533, ../scss/_header.scss */
  .wrapper header .box_topper .superior .container {
    height: auto;
    display: block;
  }
  /* line 537, ../scss/_header.scss */
  .wrapper header .box_topper .superior .item {
    margin-left: 0;
    margin-right: 20px;
    justify-content: left;
    margin-bottom: 15px;
    color: #3B3B3B;
    margin-left: 0;
  }
  /* line 545, ../scss/_header.scss */
  .wrapper header .box_topper .superior .item .ico {
    display: none;
  }
  /* line 549, ../scss/_header.scss */
  .wrapper header .box_topper .superior .item.red {
    display: inline-block;
  }
  /* line 556, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    top: auto;
  }
  /* line 567, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta .container-fluid {
    height: calc(100vh - 60px);
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  /* line 574, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav {
    width: 100%;
    float: none;
    margin-top: 0;
    position: relative;
    top: 0;
    border-bottom: 0;
    background-image: none;
    background-color: #ffffff;
    max-width: none;
    padding: 0;
  }
  /* line 588, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu {
    width: 100%;
    padding-bottom: 0;
    display: block;
    border-top: 0;
    position: relative;
    top: auto;
    text-align: left;
    vertical-align: middle;
  }
  /* line 598, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu * {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 602, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu > li {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    float: none;
    color: #125C15;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-transform: uppercase !important;
  }
  /* line 614, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu > li:hover {
    background-color: #ffffff;
    color: #125C15;
  }
  /* line 618, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu > li:hover .menu_padre {
    color: #ffffff;
  }
  /* line 628, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu li.menu_lupa .lupa {
    display: none;
  }
  /* line 631, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu li.menu_lupa .campo {
    width: 100%;
    position: relative;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
  }
  /* line 644, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu li.activo, .wrapper header .box_topper.topper_micuenta nav ul.menu li.abierto {
    background-color: #008DD2;
    color: #ffffff;
  }
  /* line 648, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta nav ul.menu li.activo .menu_padre, .wrapper header .box_topper.topper_micuenta nav ul.menu li.abierto .menu_padre {
    color: #ffffff;
    text-decoration: none;
  }
  /* line 656, ../scss/_header.scss */
  .wrapper header .box_topper.topper_micuenta .mi_cuenta {
    position: relative;
    top: auto;
    right: auto;
  }
  /* line 666, ../scss/_header.scss */
  .wrapper .menu_mobile {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: #125C15;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
  }
  /* line 679, ../scss/_header.scss */
  .wrapper .menu_mobile .logo {
    width: 161px;
    z-index: 2;
  }
  /* line 684, ../scss/_header.scss */
  .wrapper .menu_mobile .sanguche {
    width: 25px;
    position: absolute;
    top: 22px;
    right: 25px;
    cursor: pointer;
  }
  /* line 691, ../scss/_header.scss */
  .wrapper .menu_mobile .sanguche .lines {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 4px;
    background-color: #ffffff;
  }
  /* line 700, ../scss/_header.scss */
  .wrapper .menu_mobile .mobile_tools {
    width: auto;
    position: absolute;
    top: 16px;
    right: 23px;
    cursor: pointer;
    text-align: right;
    display: none;
  }
  /* line 709, ../scss/_header.scss */
  .wrapper .menu_mobile .mobile_tools .btn_close {
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    margin-left: 12px;
    padding-top: 2px;
  }
  /* line 720, ../scss/_header.scss */
  .wrapper header.mobile {
    height: 100%;
    right: 0;
    position: fixed;
  }
  /* line 726, ../scss/_header.scss */
  .wrapper .menu_mobile.activado {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 735, ../scss/_header.scss */
  .wrapper header .box_topper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 390px) {
  /* line 746, ../scss/_header.scss */
  .wrapper header .box_topper nav {
    top: 13px;
  }
}
/* line 1, ../scss/_footer.scss */
footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #3B3B3B;
  font-family: 'Roboto', sans-serif;
}
/* line 7, ../scss/_footer.scss */
footer .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 12, ../scss/_footer.scss */
footer .logo {
  width: 258px;
  margin-bottom: 40px;
}
/* line 17, ../scss/_footer.scss */
footer ul.menu_footer {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 130px;
}
/* line 25, ../scss/_footer.scss */
footer ul.menu_footer li {
  margin-left: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
}
/* line 31, ../scss/_footer.scss */
footer ul.menu_footer li:hover {
  text-decoration: underline;
}
/* line 37, ../scss/_footer.scss */
footer .pie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
}
/* line 44, ../scss/_footer.scss */
footer .pie .copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  align-self: flex-start;
  margin-top: -15px;
  padding-left: 20px;
}
/* line 52, ../scss/_footer.scss */
footer .pie .copyright a {
  color: #ffffff;
  text-decoration: none;
}
/* line 56, ../scss/_footer.scss */
footer .pie .copyright a:hover {
  text-decoration: underline;
}
/* line 62, ../scss/_footer.scss */
footer .pie .ico_wassap {
  max-width: 79px;
  align-self: flex-end;
  right: 20px;
}

@media (max-width: 1000px) {
  /* line 78, ../scss/_footer.scss */
  footer .logo {
    max-width: 150px;
    margin: 0 auto 40px;
  }
  /* line 83, ../scss/_footer.scss */
  footer ul.menu_footer {
    justify-content: center;
  }
  /* line 87, ../scss/_footer.scss */
  footer .pie {
    display: block;
  }
  /* line 90, ../scss/_footer.scss */
  footer .pie .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
  }
  /* line 97, ../scss/_footer.scss */
  footer .pie .ico_wassap {
    margin: 0 auto 40px;
    right: auto;
  }
}
@media (max-width: 768px) {
  /* line 107, ../scss/_footer.scss */
  footer ul.menu_footer {
    justify-content: center;
    display: block;
    margin-bottom: 80px;
  }
  /* line 112, ../scss/_footer.scss */
  footer ul.menu_footer li {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  /* line 119, ../scss/_footer.scss */
  footer .pie {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 124, ../scss/_footer.scss */
  footer .pie .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    line-height: 25px;
  }
  /* line 130, ../scss/_footer.scss */
  footer .pie .copyright a {
    white-space: nowrap;
  }
}
/* line 1, ../scss/_home.scss */
.wrapper_home {
  width: 100%;
}
/* line 4, ../scss/_home.scss */
.wrapper_home section {
  width: 100%;
  margin: 0 auto;
}
/* line 8, ../scss/_home.scss */
.wrapper_home section .banner {
  width: 100%;
  background-size: cover;
  font-size: 0;
  font-family: 'nexa_lightregular';
  background-color: #f2df00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF2DF00', endColorstr='#FF2B8603');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZGYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiODYwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f2df00), color-stop(100%, #2b8603));
  background-image: -moz-linear-gradient(left top, #f2df00 0%, #2b8603 100%);
  background-image: -webkit-linear-gradient(left top, #f2df00 0%, #2b8603 100%);
  background-image: linear-gradient(to right bottom, #f2df00 0%, #2b8603 100%);
}
/* line 21, ../scss/_home.scss */
.wrapper_home section .banner .caja_slider {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 361px;
  overflow: hidden;
  height: 389px;
}
/* line 30, ../scss/_home.scss */
.wrapper_home section .banner .caja_slider ul.slider_personaje li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}
/* line 43, ../scss/_home.scss */
.wrapper_home section .banner .container {
  max-height: 790px;
  min-height: 730px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
/* line 52, ../scss/_home.scss */
.wrapper_home section .banner .container .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 57, ../scss/_home.scss */
.wrapper_home section .banner .container .box .imagen {
  width: 100%;
  max-width: 705px;
}
/* line 61, ../scss/_home.scss */
.wrapper_home section .banner .container .box .imagen .banner_img_mobile {
  display: none;
}
/* line 65, ../scss/_home.scss */
.wrapper_home section .banner .container .box .imagen .btn_registrate {
  width: 290px;
  position: absolute;
  bottom: 0;
  transform: translateY(30%);
  height: 62px;
  border-radius: 31px;
  display: flex;
  text-transform: uppercase;
  color: #125C15;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  left: 40px;
  cursor: pointer;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
/* line 87, ../scss/_home.scss */
.wrapper_home section .banner .container .box .imagen .btn_registrate:hover {
  background-color: #008DD2;
  color: #ffffff;
}
/* line 91, ../scss/_home.scss */
.wrapper_home section .banner .container .box .imagen .btn_registrate:hover img {
  filter: invert(100%) sepia(100%) saturate(2878%) hue-rotate(346deg) brightness(2000%) contrast(100%);
}
/* line 97, ../scss/_home.scss */
.wrapper_home section .banner .container .box .imagen .btn_registrate img {
  width: 39px;
  margin-right: 15px;
}
/* line 108, ../scss/_home.scss */
.wrapper_home section .banner:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f27c00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF27C00', endColorstr='#FFF27C00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyN2MwMCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZDgwMDZiIi8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM3YjBmNmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNkODAwNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjdjMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f27c00), color-stop(25%, #d8006b), color-stop(38%, #7b0f6f), color-stop(50%, #008dd2), color-stop(62%, #7b0f6f), color-stop(75%, #d8006b), color-stop(100%, #f27c00));
  background-image: -moz-linear-gradient(left, #f27c00 0%, #d8006b 25%, #7b0f6f 38%, #008dd2 50%, #7b0f6f 62%, #d8006b 75%, #f27c00 100%);
  background-image: -webkit-linear-gradient(left, #f27c00 0%, #d8006b 25%, #7b0f6f 38%, #008dd2 50%, #7b0f6f 62%, #d8006b 75%, #f27c00 100%);
  background-image: linear-gradient(to right, #f27c00 0%, #d8006b 25%, #7b0f6f 38%, #008dd2 50%, #7b0f6f 62%, #d8006b 75%, #f27c00 100%);
  z-index: 10;
}
/* line 123, ../scss/_home.scss */
.wrapper_home section .ancla {
  position: absolute;
  top: -84px;
  left: 0;
  width: 1px;
  height: 1px;
}
/* line 131, ../scss/_home.scss */
.wrapper_home section .calculadora {
  width: calc(100% - 30px);
  max-width: 432px;
  border-radius: 8px;
  background-color: #fff;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(140px, -50%);
  z-index: 10;
}
/* line 142, ../scss/_home.scss */
.wrapper_home section .calculadora * {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 146, ../scss/_home.scss */
.wrapper_home section .calculadora .cabecera {
  width: 100%;
  border-radius: 8px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  background-color: #7b0f6f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF7B0F6F', endColorstr='#FF7B0F6F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiMGY2ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA4ZGQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #7b0f6f), color-stop(50%, #008dd2), color-stop(100%, #7b0f6f));
  background-image: -moz-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: -webkit-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: linear-gradient(to right, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
}
/* line 165, ../scss/_home.scss */
.wrapper_home section .calculadora .cabecera img {
  width: 37px;
  margin-right: 25px;
}
/* line 170, ../scss/_home.scss */
.wrapper_home section .calculadora .c {
  padding: 15px 15px 24px;
}
/* line 173, ../scss/_home.scss */
.wrapper_home section .calculadora .c .tit {
  text-transform: uppercase;
  color: #3B3B3B;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
/* line 182, ../scss/_home.scss */
.wrapper_home section .calculadora .c .c_dolares {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
/* line 187, ../scss/_home.scss */
.wrapper_home section .calculadora .c .c_dolares .dolar {
  width: 50%;
  text-align: center;
  color: #3B3B3B;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
/* line 196, ../scss/_home.scss */
.wrapper_home section .calculadora .c .c_dolares .dolar span {
  color: #3B3B3B;
  font-weight: 500;
}
/* line 202, ../scss/_home.scss */
.wrapper_home section .calculadora .c .c_dolares::before {
  content: '';
  width: 50%;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #257C28;
  position: absolute;
}
/* line 212, ../scss/_home.scss */
.wrapper_home section .calculadora .c .c_dolares::after {
  content: '';
  width: 50%;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #91B50B;
  position: absolute;
}
/* line 223, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 36px;
}
/* line 229, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .btn_intercambiar {
  width: 39px;
  margin: 0 15px;
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
/* line 239, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .btn_intercambiar:hover img {
  transform: rotate(180deg);
}
/* line 243, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes {
  width: 100%;
  max-width: 169px;
}
/* line 246, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .tit, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .tit {
  text-align: left;
  margin-bottom: 6px;
}
/* line 250, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d {
  display: flex;
  justify-content: left;
  align-items: end;
}
/* line 254, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select {
  width: 73px;
  height: 33px;
  border: 1px solid #91B50B;
  border-radius: 5px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  margin-right: 5px;
}
/* line 267, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select select, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select select {
  height: 33px;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  z-index: 10;
  position: relative;
}
/* line 277, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select #banderaLeft,
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select #banderaRight, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select #banderaLeft,
.wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select #banderaRight {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 1;
  background-repeat: no-repeat;
}
/* line 288, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select .soles, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select .soles {
  background-image: url(../images/pais-peru.png);
}
/* line 289, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select .dolares, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select .dolares {
  background-image: url(../images/pais-usa.png);
}
/* line 290, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo_select .euros, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo_select .euros {
  background-image: url(../images/pais-euro.png);
}
/* line 293, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo {
  width: calc(100% - 77px);
  max-width: 200px;
  margin-bottom: 0;
}
/* line 297, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo input, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo input {
  height: 33px;
  border: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 5px;
  z-index: 10;
  position: relative;
  border: 1px solid #91B50B;
  border-radius: 5px;
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  padding-right: 5px;
}
/* line 314, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_envias_recibes .c_envias .d .campo .monto, .wrapper_home section .calculadora .c .caja_envias_recibes .c_recibes .d .campo .monto {
  height: 33px;
  border: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 5px;
  z-index: 10;
  position: relative;
  border: 1px solid #91B50B;
  border-radius: 5px;
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  padding-right: 5px;
  overflow: hidden;
}
/* line 336, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon {
  padding: 13px 18px;
  border-radius: 8px;
  background-color: rgba(144, 144, 144, 0.15);
  margin-bottom: 24px;
}
/* line 342, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .titular {
  font-size: 14px;
  line-height: 17px;
  color: #3B3B3B;
  margin-bottom: 10px;
  font-weight: 500;
}
/* line 350, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_validar_cupon {
  width: 100%;
  margin-bottom: 20px;
}
/* line 354, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_validar_cupon .ico {
  width: 24px;
  height: 24px;
  background-image: url(../images/ico-cupon.png);
  position: absolute;
  top: 50%;
  transform: var(--medioVertical);
  left: 15px;
  z-index: 5;
}
/* line 365, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_validar_cupon input {
  width: 100%;
  height: 33px;
  border: 1px solid #91B50B;
  border-radius: 16.5px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 120px;
  font-size: 14px;
  line-height: 17px;
  color: #909090;
  text-align: left;
}
/* line 379, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_validar_cupon .btn_validar {
  width: 108px;
  height: 33px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  background-color: #91B50B;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 18px;
  cursor: pointer;
}
/* line 397, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_validar_cupon .btn_validar:hover {
  background-color: #125C15;
}
/* line 403, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_felicitaciones {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
/* line 408, ../scss/_home.scss */
.wrapper_home section .calculadora .c .caja_cupon .caja_felicitaciones span {
  color: #125C15;
}
/* line 414, ../scss/_home.scss */
.wrapper_home section .calculadora .c .btn_iniciar_operacion {
  width: 100%;
  height: 55px;
  border-radius: 28px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  background-color: #008dd2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF008DD2', endColorstr='#FF08638E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4NjM4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008dd2), color-stop(100%, #08638e));
  background-image: -moz-linear-gradient(top, #008dd2 0%, #08638e 100%);
  background-image: -webkit-linear-gradient(top, #008dd2 0%, #08638e 100%);
  background-image: linear-gradient(to bottom, #008dd2 0%, #08638e 100%);
  cursor: pointer;
}
/* line 434, ../scss/_home.scss */
.wrapper_home section .calculadora .c .btn_iniciar_operacion:hover {
  background-color: #217a24;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF217A24', endColorstr='#FF125C15');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxN2EyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNWMxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #217a24), color-stop(100%, #125c15));
  background-image: -moz-linear-gradient(left, #217a24 0%, #125c15 100%);
  background-image: -webkit-linear-gradient(left, #217a24 0%, #125c15 100%);
  background-image: linear-gradient(to right, #217a24 0%, #125c15 100%);
}
/* line 445, ../scss/_home.scss */
.wrapper_home section .section_como_funciona {
  padding: 100px 0;
  background-color: #fff;
}
/* line 449, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .video {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 449, ../scss/_home.scss */
  .wrapper_home section .section_como_funciona .video {
    margin-bottom: 25px;
  }
}
/* line 456, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .video .portada {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-image: url(../images/portada-video.jpg);
  cursor: pointer;
  background-size: cover;
}
/* line 467, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .video .portada * {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 471, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .video .portada .ico_play {
  width: 67px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: var(--medioGlobal);
  z-index: 21;
}
/* line 482, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .video .portada:hover .ico_play img {
  transform: scale(1.2);
}
/* line 491, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .caja {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}
/* line 496, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .caja .c {
  padding-top: 40px;
}
/* line 498, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .caja .c .titulo {
  color: #3B3B3B;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px;
}
/* line 505, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .caja .c .logo {
  max-width: 356px;
  margin-bottom: 25px;
}
/* line 510, ../scss/_home.scss */
.wrapper_home section .section_como_funciona .caja .c .texto {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  text-align: justify;
}
/* line 521, ../scss/_home.scss */
.wrapper_home section .section_tres_items {
  padding: 57px 0;
  background-color: #EDEDED;
}
/* line 525, ../scss/_home.scss */
.wrapper_home section .section_tres_items article {
  background-color: #fff;
  width: 100%;
  height: 433px;
  border-radius: 11px 11px 0 0;
  -webkit-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  padding: 0 35px;
  max-width: 320px;
  margin: 0 auto;
}
/* line 537, ../scss/_home.scss */
.wrapper_home section .section_tres_items article:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 10;
  background-color: #f27c00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF27C00', endColorstr='#FFF27C00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyN2MwMCIvPjxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjZDgwMDZiIi8+PHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiM3YjBmNmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNkODAwNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjdjMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f27c00), color-stop(18%, #d8006b), color-stop(34%, #7b0f6f), color-stop(50%, #008dd2), color-stop(67%, #7b0f6f), color-stop(82%, #d8006b), color-stop(100%, #f27c00));
  background-image: -moz-linear-gradient(left, #f27c00 0%, #d8006b 18%, #7b0f6f 34%, #008dd2 50%, #7b0f6f 67%, #d8006b 82%, #f27c00 100%);
  background-image: -webkit-linear-gradient(left, #f27c00 0%, #d8006b 18%, #7b0f6f 34%, #008dd2 50%, #7b0f6f 67%, #d8006b 82%, #f27c00 100%);
  background-image: linear-gradient(to right, #f27c00 0%, #d8006b 18%, #7b0f6f 34%, #008dd2 50%, #7b0f6f 67%, #d8006b 82%, #f27c00 100%);
}
/* line 554, ../scss/_home.scss */
.wrapper_home section .section_tres_items article .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 15px;
  border-color: transparent transparent transparent #90b50b;
  position: absolute;
  top: 75px;
  left: 100%;
}
/* line 565, ../scss/_home.scss */
.wrapper_home section .section_tres_items article .imagen {
  width: 100%;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 572, ../scss/_home.scss */
.wrapper_home section .section_tres_items article .imagen img {
  width: auto;
  margin: 0 auto;
}
/* line 577, ../scss/_home.scss */
.wrapper_home section .section_tres_items article .titular {
  width: 100%;
  padding: 17px 0;
  border-top: 1px dashed #91B50B;
  border-bottom: 1px dashed #91B50B;
  font-weight: 900;
  text-align: center;
  color: #008DD2;
  margin-bottom: 15px;
  font-family: 'nexa_boldregular';
  font-size: 30px;
  line-height: 37px;
}
/* line 591, ../scss/_home.scss */
.wrapper_home section .section_tres_items article .parrafo {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
/* line 600, ../scss/_home.scss */
.wrapper_home section .section_confiar {
  background-color: #125c15;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF125C15', endColorstr='#FF91B50B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyNWMxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYjUwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #125c15), color-stop(100%, #91b50b));
  background-image: -moz-linear-gradient(top, #125c15 0%, #91b50b 100%);
  background-image: -webkit-linear-gradient(top, #125c15 0%, #91b50b 100%);
  background-image: linear-gradient(to bottom, #125c15 0%, #91b50b 100%);
  padding: 70px 0;
}
/* line 609, ../scss/_home.scss */
.wrapper_home section .section_confiar .titulo {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'nexa_boldregular';
  display: flex;
  justify-content: center;
}
/* line 621, ../scss/_home.scss */
.wrapper_home section .section_confiar .titulo img {
  max-width: 190px;
  margin-left: 10px;
}
/* line 627, ../scss/_home.scss */
.wrapper_home section .section_confiar .parrafo {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 22px;
}
/* line 637, ../scss/_home.scss */
.wrapper_home section .section_confiar article {
  display: block;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 70px;
  max-width: 410px;
}
/* line 644, ../scss/_home.scss */
.wrapper_home section .section_confiar article .ico {
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto 15px;
  width: 76px;
  height: 76px;
  -webkit-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 658, ../scss/_home.scss */
.wrapper_home section .section_confiar article .ico img {
  max-width: calc(100% - 45px);
}
/* line 663, ../scss/_home.scss */
.wrapper_home section .section_confiar article .c {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 668, ../scss/_home.scss */
.wrapper_home section .section_confiar article .c .tit {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  font-family: 'nexa_boldregular';
  margin-bottom: 5px;
  text-align: center;
}
/* line 676, ../scss/_home.scss */
.wrapper_home section .section_confiar article .c .txt {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
/* line 695, ../scss/_home.scss */
.wrapper_home section .section_usuarios {
  background-color: #fff;
  padding: 70px 0 0;
}
/* line 699, ../scss/_home.scss */
.wrapper_home section .section_usuarios .titulo {
  color: #125C15;
  text-align: center;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'nexa_boldregular';
  display: flex;
  justify-content: center;
}
/* line 711, ../scss/_home.scss */
.wrapper_home section .section_usuarios .titulo img {
  max-width: 218px;
  margin-left: 10px;
  height: 39px;
}
/* line 718, ../scss/_home.scss */
.wrapper_home section .section_usuarios .caja_testimonio {
  max-width: 815px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  align-items: end;
  padding-right: 60px;
}
/* line 726, ../scss/_home.scss */
.wrapper_home section .section_usuarios .caja_testimonio .box {
  width: calc(100% - 230px);
  border: 1px dashed #008DD2;
  border-radius: 21px;
  padding: 30px 120px 30px 30px;
  color: #3B3B3B;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 42px;
  top: 20px;
}
/* line 738, ../scss/_home.scss */
.wrapper_home section .section_usuarios .caja_testimonio .box span {
  color: #008DD2;
  font-family: 'nexa_boldregular';
}
/* line 744, ../scss/_home.scss */
.wrapper_home section .section_usuarios .caja_testimonio .imagen {
  width: 311px;
  z-index: 10;
}
/* line 756, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta {
  width: 100%;
  padding: 100px 0;
  background-color: #EDEDED;
}
/* line 761, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .titulo {
  color: #125C15;
  text-align: center;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'nexa_boldregular';
}
/* line 771, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .parrafo {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 50px;
}
/* line 779, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .parrafo a {
  color: #008DD2;
  font-weight: 900;
}
/* line 783, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .parrafo a:hover {
  text-decoration: underline;
}
/* line 790, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .caja_detalle article {
  width: 100%;
  height: 75px;
  background-color: rgba(144, 144, 144, 0.15);
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #3B3B3B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
/* line 805, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .caja_detalle article img {
  max-width: 32px;
  margin-right: 25px;
}
/* line 810, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .caja_detalle article span {
  color: #008DD2;
}
/* line 815, ../scss/_home.scss */
.wrapper_home section .section_tienes_alguna_pregunta .caja_detalle article.art_contacto {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  /* line 826, ../scss/_home.scss */
  .wrapper_home section .banner {
    padding-bottom: 0;
  }
  /* line 828, ../scss/_home.scss */
  .wrapper_home section .banner .container {
    min-height: 230px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 20px;
    display: block;
    max-height: none;
  }
  /* line 835, ../scss/_home.scss */
  .wrapper_home section .banner .container .box {
    margin: 0 auto 50px;
  }
  /* line 837, ../scss/_home.scss */
  .wrapper_home section .banner .container .box .imagen {
    margin: 0 auto;
  }
  /* line 839, ../scss/_home.scss */
  .wrapper_home section .banner .container .box .imagen .banner_img_desktop {
    display: none;
  }
  /* line 842, ../scss/_home.scss */
  .wrapper_home section .banner .container .box .imagen .banner_img_mobile {
    display: block;
    max-width: 293px;
    margin: 0 auto;
  }
  /* line 847, ../scss/_home.scss */
  .wrapper_home section .banner .container .box .imagen .btn_registrate {
    display: none;
  }
  /* line 851, ../scss/_home.scss */
  .wrapper_home section .banner .container .box .imagen .caja_slider {
    display: none;
  }
  /* line 859, ../scss/_home.scss */
  .wrapper_home section .calculadora {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    left: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 19px;
  }
  /* line 869, ../scss/_home.scss */
  .wrapper_home section .calculadora .cabecera {
    font-size: 20px;
  }
  /* line 875, ../scss/_home.scss */
  .wrapper_home section .calculadora .c .caja_envias_recibes .btn_intercambiar {
    margin: 0 6px 7px;
  }
}
@media (max-width: 768px) {
  /* line 896, ../scss/_home.scss */
  .wrapper_home section .section_como_funciona {
    padding: 30px 0;
  }
  /* line 900, ../scss/_home.scss */
  .wrapper_home section .section_como_funciona .caja .c .titulo {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
  /* line 905, ../scss/_home.scss */
  .wrapper_home section .section_como_funciona .caja .c .logo {
    max-width: 256px;
    padding-top: 10px;
    margin: 0 auto 50px;
  }
  /* line 915, ../scss/_home.scss */
  .wrapper_home section .section_tres_items article {
    margin-bottom: 30px;
    height: auto;
    padding-bottom: 40px;
  }
  /* line 920, ../scss/_home.scss */
  .wrapper_home section .section_tres_items article .imagen {
    height: 130px;
  }
  /* line 924, ../scss/_home.scss */
  .wrapper_home section .section_tres_items article .triangle {
    border-width: 15px 40px 0 40px;
    border-color: #90b50b transparent transparent transparent;
    left: 50%;
    transform: var(--medioHorizontal);
    top: 100%;
  }
  /* line 935, ../scss/_home.scss */
  .wrapper_home section .section_confiar .titulo {
    display: block;
    font-size: 26px;
    line-height: 32px;
  }
  /* line 939, ../scss/_home.scss */
  .wrapper_home section .section_confiar .titulo img {
    margin: 0 auto;
    display: inline-block;
  }
  /* line 947, ../scss/_home.scss */
  .wrapper_home section .section_usuarios .titulo {
    display: block;
    font-size: 26px;
    line-height: 32px;
  }
  /* line 951, ../scss/_home.scss */
  .wrapper_home section .section_usuarios .titulo img {
    margin: 0 auto;
    display: inline-block;
  }
  /* line 957, ../scss/_home.scss */
  .wrapper_home section .section_usuarios .caja_testimonio {
    display: block;
    max-width: 100%;
    padding-right: 0;
  }
  /* line 961, ../scss/_home.scss */
  .wrapper_home section .section_usuarios .caja_testimonio .box {
    position: relative;
    left: auto;
    padding: 30px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* line 970, ../scss/_home.scss */
  .wrapper_home section .section_usuarios .caja_testimonio .imagen {
    margin: 0 auto;
  }
  /* line 977, ../scss/_home.scss */
  .wrapper_home section .section_tienes_alguna_pregunta .titulo {
    display: block;
    font-size: 26px;
    line-height: 32px;
  }
  /* line 983, ../scss/_home.scss */
  .wrapper_home section .section_tienes_alguna_pregunta .parrafo {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 989, ../scss/_home.scss */
  .wrapper_home section .section_tienes_alguna_pregunta .caja_detalle article {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: start;
  }
  /* line 994, ../scss/_home.scss */
  .wrapper_home section .section_tienes_alguna_pregunta .caja_detalle article span {
    display: block;
  }
}
/* line 2, ../scss/_internas.scss */
.wrapper_interna .seccion_principal {
  background-color: #EDEDED;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 84px;
}
/* line 10, ../scss/_internas.scss */
.wrapper_interna .seccion_principal:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 10;
  background-color: #f27c00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF27C00', endColorstr='#FFF27C00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyN2MwMCIvPjxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjZDgwMDZiIi8+PHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiM3YjBmNmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNkODAwNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjdjMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f27c00), color-stop(18%, #d8006b), color-stop(34%, #7b0f6f), color-stop(50%, #008dd2), color-stop(67%, #7b0f6f), color-stop(82%, #d8006b), color-stop(100%, #f27c00));
  background-image: -moz-linear-gradient(left, #f27c00 0%, #d8006b 18%, #7b0f6f 34%, #008dd2 50%, #7b0f6f 67%, #d8006b 82%, #f27c00 100%);
  background-image: -webkit-linear-gradient(left, #f27c00 0%, #d8006b 18%, #7b0f6f 34%, #008dd2 50%, #7b0f6f 67%, #d8006b 82%, #f27c00 100%);
  background-image: linear-gradient(to right, #f27c00 0%, #d8006b 18%, #7b0f6f 34%, #008dd2 50%, #7b0f6f 67%, #d8006b 82%, #f27c00 100%);
}
/* line 30, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form {
  max-width: 656px;
}
/* line 35, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form {
  max-width: 500px;
}
/* line 40, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro, .wrapper_interna .seccion_principal .section_iniciar_sesion {
  width: 100%;
  padding: 80px 15px;
}
/* line 44, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form {
  border-radius: 8px;
  border: 1px dashed #707070;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
/* line 51, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .cabecera, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .cabecera {
  width: calc(100% + 2px);
  border-radius: 8px;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  top: -1px;
  margin-left: -1px;
  background-color: #7b0f6f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF7B0F6F', endColorstr='#FF7B0F6F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiMGY2ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA4ZGQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #7b0f6f), color-stop(50%, #008dd2), color-stop(100%, #7b0f6f));
  background-image: -moz-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: -webkit-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: linear-gradient(to right, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
}
/* line 72, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .cabecera img, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .cabecera img {
  width: 40px;
  margin-right: 35px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: var(--medioVertical);
}
/* line 81, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .cabecera .titulo, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .cabecera .titulo {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  font-family: 'nexa_boldregular';
}
/* line 88, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .cabecera .titulo span, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .cabecera .titulo span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
/* line 100, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white {
  padding: 30px 20px;
}
/* line 103, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white .parrafo, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .parrafo {
  width: 100%;
  text-align: center;
  color: #3B3B3B;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
/* line 111, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white .formulario, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .formulario {
  max-width: 560px;
  margin: 0 auto;
}
/* line 115, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white .formulario .campo_check, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .formulario .campo_check {
  margin-bottom: 30px;
}
/* line 120, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white .btn_registrate, .wrapper_interna .seccion_principal .section_registro .caja_form .c_white .btn_ingresar, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .btn_registrate, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .btn_ingresar {
  width: 100%;
  max-width: 266px;
  margin: 0 auto 20px;
  height: 55px;
  border-radius: 28px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  background-color: #008dd2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF008DD2', endColorstr='#FF08638E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4NjM4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008dd2), color-stop(100%, #08638e));
  background-image: -moz-linear-gradient(top, #008dd2 0%, #08638e 100%);
  background-image: -webkit-linear-gradient(top, #008dd2 0%, #08638e 100%);
  background-image: linear-gradient(to bottom, #008dd2 0%, #08638e 100%);
  cursor: pointer;
}
/* line 145, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white .btn_registrate:hover, .wrapper_interna .seccion_principal .section_registro .caja_form .c_white .btn_ingresar:hover, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .btn_registrate:hover, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white .btn_ingresar:hover {
  background-color: #217a24;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF217A24', endColorstr='#FF125C15');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxN2EyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNWMxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #217a24), color-stop(100%, #125c15));
  background-image: -moz-linear-gradient(left, #217a24 0%, #125c15 100%);
  background-image: -webkit-linear-gradient(left, #217a24 0%, #125c15 100%);
  background-image: linear-gradient(to right, #217a24 0%, #125c15 100%);
}
/* line 152, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white a.ya_registrado, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white a.ya_registrado {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #3B3B3B;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
/* line 161, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white a.ya_registrado:hover, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white a.ya_registrado:hover {
  color: #008DD2;
}
/* line 166, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white a.a_celeste, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white a.a_celeste {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #008DD2;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
/* line 175, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_registro .caja_form .c_white a.a_celeste:hover, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .c_white a.a_celeste:hover {
  color: #3B3B3B;
}
/* line 183, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas {
  width: 100%;
  padding: 80px 15px;
}
/* line 187, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow {
  border-radius: 8px;
  border: 1px dashed #707070;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
}
/* line 195, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .cabecera {
  width: calc(100% + 2px);
  border-radius: 8px;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  top: -1px;
  margin-left: -1px;
  background-color: #7b0f6f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF7B0F6F', endColorstr='#FF7B0F6F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiMGY2ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA4ZGQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #7b0f6f), color-stop(50%, #008dd2), color-stop(100%, #7b0f6f));
  background-image: -moz-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: -webkit-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: linear-gradient(to right, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
}
/* line 215, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .cabecera .titulo {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  font-family: 'nexa_boldregular';
}
/* line 222, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .cabecera .titulo span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
/* line 234, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .c_white {
  padding: 30px 20px;
}
/* line 237, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .c_white .caja_buscador {
  padding: 30px 0 60px;
}
/* line 240, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .c_white .caja_buscador .campo_buscador {
  max-width: 656px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
/* line 245, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .c_white .caja_buscador .campo_buscador input {
  width: 100%;
  height: 42px;
  border: 1px solid #91B50B;
  border-radius: 21px;
  padding: 0 153px 0 32px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
/* line 256, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .c_white .caja_buscador .campo_buscador .btn_buscar {
  width: 138px;
  height: 42px;
  border-radius: 21px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  background-color: #008DD2;
  top: 0;
  right: 0;
}
/* line 272, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_preguntas .caja_flow .c_white .caja_buscador .campo_buscador .btn_buscar:hover {
  background-color: #91B50B;
}
/* line 285, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro {
  width: 100%;
  padding: 80px 15px;
  background-color: #EDEDED;
}
/* line 290, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro .caja_emp {
  width: 100%;
  margin: 0 auto;
  max-width: 910px;
}
/* line 295, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro .caja_emp .titulo {
  width: 100%;
  font-family: 'nexa_boldregular';
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 306, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro .caja_emp .formulario .campo {
  margin-bottom: 25px;
}
/* line 310, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro .caja_emp .formulario .texto {
  padding-top: 30px;
  margin-bottom: 40px;
}
/* line 315, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro .caja_emp .formulario .btn_enviar {
  width: 100%;
  max-width: 398px;
  margin: 0 auto 20px;
  height: 55px;
  border-radius: 28px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  background-color: #008dd2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF008DD2', endColorstr='#FF08638E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4NjM4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008dd2), color-stop(100%, #08638e));
  background-image: -moz-linear-gradient(top, #008dd2 0%, #08638e 100%);
  background-image: -webkit-linear-gradient(top, #008dd2 0%, #08638e 100%);
  background-image: linear-gradient(to bottom, #008dd2 0%, #08638e 100%);
  cursor: pointer;
}
/* line 340, ../scss/_internas.scss */
.wrapper_interna .seccion_principal .section_libro .caja_emp .formulario .btn_enviar:hover {
  background-color: #217a24;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF217A24', endColorstr='#FF125C15');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxN2EyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNWMxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #217a24), color-stop(100%, #125c15));
  background-image: -moz-linear-gradient(left, #217a24 0%, #125c15 100%);
  background-image: -webkit-linear-gradient(left, #217a24 0%, #125c15 100%);
  background-image: linear-gradient(to right, #217a24 0%, #125c15 100%);
}
/* line 353, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion {
  width: 100%;
}
/* line 355, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li {
  width: 100%;
  border-bottom: 1px dashed #707070;
  padding: 5px 0;
}
/* line 360, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .titulo {
  width: 100%;
  padding: 10px 50px 11px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  position: relative;
  cursor: pointer;
  font-family: 'nexa_boldregular';
}
/* line 370, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .titulo:after {
  content: '';
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  opacity: 0.9;
  background-size: cover;
  background-image: url(../images/btn-mas.svg);
}
/* line 383, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .desplegable {
  display: none;
  padding: 15px 50px 20px 20px;
}
/* line 386, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .desplegable * {
  font-family: 'Roboto', sans-serif;
}
/* line 390, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .desplegable .preg {
  margin-bottom: 30px;
}
/* line 394, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .desplegable .tit {
  font-size: 14px;
  line-height: 17px;
  color: #008DD2;
  margin-bottom: 10px;
  font-weight: 500;
}
/* line 402, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .desplegable .texto {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  min-height: 50px;
  color: #3B3B3B;
  font-weight: 300;
}
/* line 411, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li .desplegable p {
  position: relative;
  color: #3B3B3B;
  font-size: 13px;
}
/* line 420, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li:first-child {
  border-top: 2px dotted #999999;
}
/* line 427, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li.activo .titulo:after {
  width: 41px;
  height: 41px;
  right: 10px;
  background-image: url(../images/btn-close.svg);
}
/* line 437, ../scss/_internas.scss */
.wrapper_interna .seccion_principal ul.lista_acordion > li:hover {
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  /* line 464, ../scss/_internas.scss */
  .wrapper_interna .seccion_principal {
    padding-top: 72px;
  }
  /* line 466, ../scss/_internas.scss */
  .wrapper_interna .seccion_principal .section_registro, .wrapper_interna .seccion_principal .section_iniciar_sesion, .wrapper_interna .seccion_principal .section_preguntas, .wrapper_interna .seccion_principal .section_libro {
    padding-top: 0;
  }
  /* line 473, ../scss/_internas.scss */
  .wrapper_interna .seccion_principal .section_registro .caja_form .cabecera img, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .cabecera img {
    width: 20px;
  }
  /* line 476, ../scss/_internas.scss */
  .wrapper_interna .seccion_principal .section_registro .caja_form .cabecera .titulo, .wrapper_interna .seccion_principal .section_iniciar_sesion .caja_form .cabecera .titulo {
    font-size: 20px;
  }
  /* line 486, ../scss/_internas.scss */
  .wrapper_interna .seccion_principal .section_preguntas .caja_flow .cabecera .titulo {
    font-size: 20px;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../scss/_bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../scss/_bxslider.scss */
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border:  5px solid #fff;
  left: -5px;*/
  /*background: #fff;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 48, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 17px;
  width: 100%;
  left: 10px;
}

/* LOADER */
/* line 58, ../scss/_bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 71, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: left;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 80, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
}

/* line 88, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  /*text-indent: -9999px;*/
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  color: #000000;
  padding-top: 2px;
  /*border-radius: 5px;*/
}

/* line 104, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b80000;
  color: #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 112, ../scss/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 7px;
  background: url(../images/btn_prev.png) no-repeat top;
}

/* line 117, ../scss/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 7px;
  background: url(../images/btn_next.png) no-repeat top;
}

/* line 122, ../scss/_bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: bottom;
}

/* line 126, ../scss/_bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: bottom;
}

/* line 130, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  z-index: 4;
}

/* line 141, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 147, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 151, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 161, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 166, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 176, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 183, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 188, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 195, ../scss/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 204, ../scss/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media (max-width: 600px) {
  /* line 221, ../scss/_bxslider.scss */
  .bx-wrapper .bx-next {
    /*background-image: url("../images/btn_next_responsive.png");*/
    right: 3px;
  }
  /* line 225, ../scss/_bxslider.scss */
  .bx-wrapper .bx-prev {
    /*background-image: url("../images/btn_prev_responsive.png");*/
    left: 3px;
  }
}
/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1, ../scss/_owlcarrousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 1, ../scss/_owlcarrousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 1, ../scss/_owlcarrousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 2, ../scss/_owlcarrousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 4, ../scss/_columnas.scss */
.row.columna_cinco div [class*="col-"] {
  text-align: center;
  padding: 20px;
  font-size: 28px;
  background: radial-gradient(ellipse at center, #ff6600 0%, #ce3400 100%);
  border: 3px solid #fff;
  color: #000;
}
/* line 13, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-1, .row.columna_cinco .col-xs-5th-2, .row.columna_cinco .col-xs-5th-3, .row.columna_cinco .col-xs-5th-4 {
  float: left;
}
/* line 16, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-5 {
  float: left;
  width: 100%;
}
/* line 21, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-4 {
  width: 80%;
}
/* line 25, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-3 {
  width: 60%;
}
/* line 29, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-2 {
  width: 40%;
}
/* line 33, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-1 {
  width: 20%;
}
/* line 37, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-pull-5 {
  right: 100%;
}
/* line 41, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-pull-4 {
  right: 80%;
}
/* line 45, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-pull-3 {
  right: 60%;
}
/* line 49, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-pull-2 {
  right: 40%;
}
/* line 53, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-pull-1 {
  right: 20%;
}
/* line 57, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-pull-0 {
  right: auto;
}
/* line 61, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-push-5 {
  left: 100%;
}
/* line 65, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-push-4 {
  left: 80%;
}
/* line 69, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-push-3 {
  left: 60%;
}
/* line 73, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-push-2 {
  left: 40%;
}
/* line 77, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-push-1 {
  left: 20%;
}
/* line 81, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-push-0 {
  left: auto;
}
/* line 85, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-offset-5 {
  margin-left: 100%;
}
/* line 89, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-offset-4 {
  margin-left: 80%;
}
/* line 93, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-offset-3 {
  margin-left: 60%;
}
/* line 97, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-offset-2 {
  margin-left: 40%;
}
/* line 101, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-offset-1 {
  margin-left: 20%;
}
/* line 105, ../scss/_columnas.scss */
.row.columna_cinco .col-xs-5th-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  /* line 110, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-1, .row.columna_cinco .col-sm-5th-2, .row.columna_cinco .col-sm-5th-3, .row.columna_cinco .col-sm-5th-4 {
    float: left;
  }
  /* line 113, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-5 {
    float: left;
    width: 100%;
  }
  /* line 117, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-4 {
    width: 80%;
  }
  /* line 120, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-3 {
    width: 60%;
  }
  /* line 123, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-2 {
    width: 40%;
  }
  /* line 126, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-1 {
    width: 20%;
  }
  /* line 129, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-pull-5 {
    right: 100%;
  }
  /* line 132, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-pull-4 {
    right: 80%;
  }
  /* line 135, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-pull-3 {
    right: 60%;
  }
  /* line 138, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-pull-2 {
    right: 40%;
  }
  /* line 141, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-pull-1 {
    right: 20%;
  }
  /* line 144, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-pull-0 {
    right: auto;
  }
  /* line 147, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-push-5 {
    left: 100%;
  }
  /* line 150, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-push-4 {
    left: 80%;
  }
  /* line 153, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-push-3 {
    left: 60%;
  }
  /* line 156, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-push-2 {
    left: 40%;
  }
  /* line 159, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-push-1 {
    left: 20%;
  }
  /* line 162, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-push-0 {
    left: auto;
  }
  /* line 165, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-offset-5 {
    margin-left: 100%;
  }
  /* line 168, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-offset-4 {
    margin-left: 80%;
  }
  /* line 171, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-offset-3 {
    margin-left: 60%;
  }
  /* line 174, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-offset-2 {
    margin-left: 40%;
  }
  /* line 177, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-offset-1 {
    margin-left: 20%;
  }
  /* line 180, ../scss/_columnas.scss */
  .row.columna_cinco .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 186, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-1, .row.columna_cinco .col-md-5th-2, .row.columna_cinco .col-md-5th-3, .row.columna_cinco .col-md-5th-4 {
    float: left;
  }
  /* line 189, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-5 {
    float: left;
    width: 100%;
  }
  /* line 193, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-4 {
    width: 80%;
  }
  /* line 196, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-3 {
    width: 60%;
  }
  /* line 199, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-2 {
    width: 40%;
  }
  /* line 202, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-1 {
    width: 20%;
  }
  /* line 205, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-pull-5 {
    right: 100%;
  }
  /* line 208, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-pull-4 {
    right: 80%;
  }
  /* line 211, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-pull-3 {
    right: 60%;
  }
  /* line 214, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-pull-2 {
    right: 40%;
  }
  /* line 217, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-pull-1 {
    right: 20%;
  }
  /* line 220, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-pull-0 {
    right: auto;
  }
  /* line 223, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-push-5 {
    left: 100%;
  }
  /* line 226, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-push-4 {
    left: 80%;
  }
  /* line 229, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-push-3 {
    left: 60%;
  }
  /* line 232, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-push-2 {
    left: 40%;
  }
  /* line 235, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-push-1 {
    left: 20%;
  }
  /* line 238, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-push-0 {
    left: auto;
  }
  /* line 241, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-offset-5 {
    margin-left: 100%;
  }
  /* line 244, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-offset-4 {
    margin-left: 80%;
  }
  /* line 247, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-offset-3 {
    margin-left: 60%;
  }
  /* line 250, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-offset-2 {
    margin-left: 40%;
  }
  /* line 253, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-offset-1 {
    margin-left: 20%;
  }
  /* line 256, ../scss/_columnas.scss */
  .row.columna_cinco .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 262, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-1, .row.columna_cinco .col-lg-5th-2, .row.columna_cinco .col-lg-5th-3, .row.columna_cinco .col-lg-5th-4 {
    float: left;
  }
  /* line 265, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-5 {
    float: left;
    width: 100%;
  }
  /* line 269, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-4 {
    width: 80%;
  }
  /* line 272, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-3 {
    width: 60%;
  }
  /* line 275, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-2 {
    width: 40%;
  }
  /* line 278, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-1 {
    width: 20%;
  }
  /* line 281, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-pull-5 {
    right: 100%;
  }
  /* line 284, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-pull-4 {
    right: 80%;
  }
  /* line 287, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-pull-3 {
    right: 60%;
  }
  /* line 290, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-pull-2 {
    right: 40%;
  }
  /* line 293, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-pull-1 {
    right: 20%;
  }
  /* line 296, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-pull-0 {
    right: auto;
  }
  /* line 299, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-push-5 {
    left: 100%;
  }
  /* line 302, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-push-4 {
    left: 80%;
  }
  /* line 305, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-push-3 {
    left: 60%;
  }
  /* line 308, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-push-2 {
    left: 40%;
  }
  /* line 311, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-push-1 {
    left: 20%;
  }
  /* line 314, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-push-0 {
    left: auto;
  }
  /* line 317, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-offset-5 {
    margin-left: 100%;
  }
  /* line 320, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-offset-4 {
    margin-left: 80%;
  }
  /* line 323, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-offset-3 {
    margin-left: 60%;
  }
  /* line 326, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-offset-2 {
    margin-left: 40%;
  }
  /* line 329, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-offset-1 {
    margin-left: 20%;
  }
  /* line 332, ../scss/_columnas.scss */
  .row.columna_cinco .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  /* line 340, ../scss/_columnas.scss */
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
    flex: 0 0 14.133%;
    max-width: 14.285714285714285714285714285714%;
  }
}
@media (min-width: 992px) {
  /* line 351, ../scss/_columnas.scss */
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  /* line 364, ../scss/_columnas.scss */
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* line 32, ../scss/_bootstrap-select.scss */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 38, ../scss/_bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
/* line 43, ../scss/_bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* line 54, ../scss/_bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
/* line 59, ../scss/_bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
/* line 72, ../scss/_bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
/* line 82, ../scss/_bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
/* line 94, ../scss/_bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
/* line 104, ../scss/_bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
/* line 111, ../scss/_bootstrap-select.scss */
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
/* line 116, ../scss/_bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 120, ../scss/_bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 124, ../scss/_bootstrap-select.scss */
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 134, ../scss/_bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
/* line 140, ../scss/_bootstrap-select.scss */
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 144, ../scss/_bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
/* line 150, ../scss/_bootstrap-select.scss */
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
/* line 155, ../scss/_bootstrap-select.scss */
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 166, ../scss/_bootstrap-select.scss */
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 171, ../scss/_bootstrap-select.scss */
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
/* line 177, ../scss/_bootstrap-select.scss */
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
/* line 181, ../scss/_bootstrap-select.scss */
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
/* line 189, ../scss/_bootstrap-select.scss */
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
/* line 196, ../scss/_bootstrap-select.scss */
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
/* line 200, ../scss/_bootstrap-select.scss */
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
/* line 206, ../scss/_bootstrap-select.scss */
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
/* line 210, ../scss/_bootstrap-select.scss */
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
/* line 214, ../scss/_bootstrap-select.scss */
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
/* line 219, ../scss/_bootstrap-select.scss */
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
/* line 226, ../scss/_bootstrap-select.scss */
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 233, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
/* line 244, ../scss/_bootstrap-select.scss */
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
/* line 248, ../scss/_bootstrap-select.scss */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
/* line 255, ../scss/_bootstrap-select.scss */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
/* line 261, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
/* line 266, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
/* line 273, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 282, ../scss/_bootstrap-select.scss */
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
/* line 286, ../scss/_bootstrap-select.scss */
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 291, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 295, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
/* line 299, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 309, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li {
  position: relative;
}
/* line 312, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* line 316, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
/* line 320, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
/* line 324, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 329, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
/* line 333, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
/* line 338, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 343, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 357, ../scss/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
/* line 363, ../scss/_bootstrap-select.scss */
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 371, ../scss/_bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
/* line 377, ../scss/_bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
/* line 382, ../scss/_bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
/* line 386, ../scss/_bootstrap-select.scss */
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 394, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
/* line 401, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
/* line 407, ../scss/_bootstrap-select.scss */
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

/* line 419, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
/* line 425, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 436, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 449, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 456, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 465, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
/* line 470, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
/* line 478, ../scss/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

/* line 485, ../scss/_bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 491, ../scss/_bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 495, ../scss/_bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 500, ../scss/_bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 505, ../scss/_bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 511, ../scss/_bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 515, ../scss/_bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* line 1, ../scss/_micuenta.scss */
.wrapper_micuenta {
  width: 100%;
}
/* line 3, ../scss/_micuenta.scss */
.wrapper_micuenta * {
  font-family: 'Roboto', sans-serif;
}
/* line 7, ../scss/_micuenta.scss */
.wrapper_micuenta > section {
  width: 100%;
  min-height: calc(100vh - 168px);
  margin: 0 auto;
  padding-top: 85px;
}
@media (max-width: 1200px) {
  /* line 7, ../scss/_micuenta.scss */
  .wrapper_micuenta > section {
    padding-top: 60px;
  }
}
/* line 16, ../scss/_micuenta.scss */
.wrapper_micuenta > section .cabecera {
  width: 100%;
  height: 94px;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
/* line 24, ../scss/_micuenta.scss */
.wrapper_micuenta > section .cabecera h1 {
  color: #257C28;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 33, ../scss/_micuenta.scss */
.wrapper_micuenta > section .cabecera h2 {
  color: #3B3B3B;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
/* line 42, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white {
  height: 100%;
  padding-left: 228px;
}
/* line 46, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral {
  width: 228px;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px dashed #909090;
  position: absolute;
  background-color: #fff;
}
/* line 55, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral .btn_openmenu {
  width: 23px;
  height: 40px;
  background-color: #91B50B;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 30px;
  left: 100%;
  position: absolute;
  display: none;
}
/* line 66, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral .btn_openmenu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: var(--medioGlobal);
}
/* line 80, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral .caja_usuario {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 105px;
}
/* line 87, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral .caja_usuario .foto {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}
/* line 95, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral .caja_usuario .nombre {
  width: 100px;
  color: #3B3B3B;
  font-size: 12px;
  line-height: 14px;
}
/* line 103, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral ul.menu_lateral {
  width: 100%;
}
/* line 106, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral ul.menu_lateral li {
  width: 100%;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 14px;
  color: #3B3B3B;
  border-top: 1px dashed #909090;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 116, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral ul.menu_lateral li:hover {
  background-color: #91B50B;
  color: #ffffff;
}
/* line 121, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral ul.menu_lateral li.activo {
  background-color: #fff;
  color: #91B50B;
}
/* line 125, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .barra_lateral ul.menu_lateral li.activo:after {
  content: '';
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #91B50B;
}
/* line 139, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main {
  width: 100%;
  padding: 42px 35px 80px;
  background-color: #fff;
}
/* line 144, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main h3 {
  font-size: 18px;
  line-height: 22px;
  color: #3B3B3B;
  margin-bottom: 38px;
  font-weight: bold;
}
/* line 152, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .parrafo {
  font-size: 12px;
  line-height: 18px;
  color: #3B3B3B;
  margin-bottom: 40px;
}
/* line 159, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion {
  width: 100%;
  display: none;
}
/* line 163, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -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);
  padding: 25px;
  margin-bottom: 30px;
}
/* line 174, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .titulo {
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  color: #257C28;
  margin-bottom: 12px;
  font-weight: bold;
}
/* line 183, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .titulo_check {
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  color: #257C28;
  margin-bottom: 12px;
  font-weight: bold;
  padding-left: 46px;
  padding-top: 5px;
}
/* line 193, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .titulo_check:before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../images/ico-check.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 205, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .contador {
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  color: #3B3B3B;
  margin-bottom: 12px;
  text-align: right;
  font-weight: bold;
}
/* line 215, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .fecha, .wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .txt {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #3B3B3B;
  margin-bottom: 30px;
}
/* line 223, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .txt_green {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #257C28;
  margin-bottom: 30px;
}
/* line 230, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .texto_green_big {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #257C28;
  margin-bottom: 30px;
  font-weight: bold;
}
/* line 238, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .venta {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #3B3B3B;
  margin-bottom: 30px;
  text-align: right;
}
/* line 248, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_c {
  margin-bottom: 40px;
}
/* line 252, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto {
  width: 100%;
  margin-bottom: 15px;
}
/* line 255, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .tit {
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  color: #3B3B3B;
  margin-bottom: 3px;
}
/* line 262, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .d {
  display: flex;
  justify-content: left;
  align-items: end;
}
/* line 267, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .d .campo_select {
  width: 73px;
  height: 33px;
  border: 1px solid #91B50B;
  border-radius: 5px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  margin-right: 5px;
}
/* line 280, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .d .campo_select select {
  height: 33px;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 15px;
  z-index: 10;
  position: relative;
}
/* line 292, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .d .campo {
  width: calc(100% - 77px);
  margin-bottom: 0;
}
/* line 295, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .d .campo input {
  height: 33px;
  border: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
  position: relative;
  border: 1px solid #91B50B;
  border-radius: 5px;
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
}
/* line 313, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .monto .d .campo .monto {
  height: 33px;
  border: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 5px;
  z-index: 10;
  position: relative;
  border: 1px solid #91B50B;
  border-radius: 5px;
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  padding-right: 5px;
  overflow: hidden;
}
/* line 334, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro {
  width: 100%;
  margin-bottom: 15px;
}
/* line 337, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .tit {
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  color: #3B3B3B;
  margin-bottom: 3px;
}
/* line 345, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .campo_select {
  width: 100%;
  height: 33px;
  border: 1px solid #91B50B;
  border-radius: 5px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  margin-right: 5px;
}
/* line 358, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .campo_select select {
  height: 33px;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 15px;
  z-index: 10;
  position: relative;
}
/* line 370, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .campo {
  width: 100%;
  margin-bottom: 0;
}
/* line 373, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .campo input {
  height: 33px;
  border: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
  position: relative;
  border: 1px solid #91B50B;
  border-radius: 5px;
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}
/* line 391, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .campo .ico {
  width: 29px;
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
}
/* line 401, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .box_registro .campo.campo_numero_de_cuenta {
  padding-right: 35px;
}
/* line 406, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .b_green {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  text-decoration: underline;
  background-color: rgba(145, 181, 11, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #125C15;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 421, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .b_green:hover {
  background-color: #257C28;
  color: #ffffff;
}
/* line 427, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .b_orange {
  width: 100%;
  border-radius: 10px;
  text-align: left;
  background-color: rgba(242, 124, 0, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #125C15;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 20px 20px 35px;
}
/* line 444, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_celeste, .wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_continuar, .wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_anterior {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  border-radius: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 459, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_celeste {
  width: 100%;
  background-color: #008DD2;
}
/* line 463, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_celeste:hover {
  background-color: #257C28;
}
/* line 468, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_continuar {
  width: 130px;
  background-color: #008DD2;
}
/* line 472, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_continuar:hover {
  background-color: #257C28;
}
/* line 477, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_anterior {
  width: 130px;
  background-color: #909090;
}
/* line 481, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .btn_anterior:hover {
  background-color: #257C28;
}
/* line 486, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion article .botonera {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 495, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .caja_instrucciones {
  width: 100%;
  max-width: 336px;
}
/* line 499, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .caja_instrucciones .titulo {
  color: #91B50B;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 25px;
}
/* line 506, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .caja_instrucciones .caja_melon {
  width: 100%;
  min-height: 140px;
  border-radius: 10px;
  background-color: rgba(242, 124, 0, 0.28);
  padding: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  color: #3B3B3B;
  margin-bottom: 25px;
}
/* line 520, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
/* line 529, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .sombra_layer {
  width: 100%;
  height: 100%;
  background-color: rgba(59, 59, 59, 0.84);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 539, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja {
  width: calc(100% - 30px);
  max-width: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: var(--medioGlobal);
  padding: 40px 20px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 5;
}
/* line 551, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja .ico_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  background-image: url(../images/ico-close.svg);
  background-size: cover;
}
/* line 562, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja .imagen {
  max-width: 197px;
  margin: 0 auto 20px;
}
/* line 567, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja .tit {
  max-width: 300px;
  font-size: 30px;
  line-height: 35px;
  color: #125C15;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px;
  font-family: 'nexa_boldregular';
  letter-spacing: -0.5px;
}
/* line 578, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja .parrafo {
  max-width: 300px;
  font-size: 18px;
  line-height: 22px;
  color: #909090;
  text-align: center;
  margin: 0 auto 20px;
}
/* line 587, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja .btn_celeste {
  max-width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  border-radius: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  background-color: #008DD2;
  margin: 0 auto;
}
/* line 604, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_confirmar .caja .btn_celeste:hover {
  background-color: #257C28;
}
/* line 611, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
/* line 620, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .sombra_layer {
  width: 100%;
  height: 100%;
  background-color: rgba(59, 59, 59, 0.84);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 629, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .caja {
  width: calc(100% - 30px);
  max-width: 880px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: var(--medioGlobal);
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 5;
}
/* line 641, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .caja .ico_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  background-image: url(../images/ico-close.svg);
  background-size: cover;
}
/* line 652, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .caja .superior {
  width: 100%;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b0f6f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF7B0F6F', endColorstr='#FF7B0F6F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiMGY2ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA4ZGQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2IwZjZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #7b0f6f), color-stop(50%, #008dd2), color-stop(100%, #7b0f6f));
  background-image: -moz-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: -webkit-linear-gradient(left, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  background-image: linear-gradient(to right, #7b0f6f 0%, #008dd2 50%, #7b0f6f 100%);
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
}
/* line 667, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .caja .c {
  padding: 40px 35px;
}
/* line 670, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .caja .c .nombre {
  color: #3B3B3B;
  font-weight: bold;
  font-family: 'nexa_boldregular';
  letter-spacing: -0.5px;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 679, ../scss/_micuenta.scss */
.wrapper_micuenta > section section.seccion_white .seccion_main .seccion_inicio_de_operacion .layer_gracias .caja .c .texto {
  color: #3B3B3B;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 768px) {
  /* line 701, ../scss/_micuenta.scss */
  .wrapper_micuenta > section .cabecera {
    padding-left: 37px;
  }
  /* line 704, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white {
    padding-left: 0;
    position: static;
  }
  /* line 707, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white .barra_lateral {
    width: 320px;
    left: -320px;
    top: 60px;
    z-index: 20;
  }
  /* line 713, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white .barra_lateral .btn_openmenu {
    display: block;
  }
  /* line 718, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white .seccion_main {
    padding: 29px 22px 80px;
  }
  /* line 728, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white.menu_opened .barra_lateral {
    left: 0;
  }
  /* line 731, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white.menu_opened .barra_lateral .btn_openmenu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  /* line 741, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white.menu_opened .seccion_main {
    position: static;
  }
  /* line 744, ../scss/_micuenta.scss */
  .wrapper_micuenta > section section.seccion_white.menu_opened .seccion_main:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(59, 59, 59, 0.84);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
  }
}
/*Web created by ASIX - asixonline.com*/
