/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #455A64;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.45rem;
  margin-left: -.45rem;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .45rem;
  padding-left: .45rem;
}

.row.row-big {
  margin-right: -2rem;
  margin-left: -2rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2rem;
  padding-left: 2rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn {
  font-weight: 800;
  font-size: 1.083rem;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1.2rem 2rem .9rem;
  min-width: 13rem;
  text-align: center;
}

.btn i {
  font-size: .9rem;
  margin-left: .5rem;
}

.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: .5rem;
}

.btn.btn-verde {
  background: #01A31A;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 10rem;
    padding: 1rem 1rem .7rem;
    font-size: .9rem;
  }
}

@media (max-width: 1500px) {
  html, body, p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}

@font-face {
  font-family: 'advent';
  src: url("fonts/advent-Bd3.woff2") format("woff2"), url("fonts/advent-Bd3.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'advent';
  src: url("fonts/advent-Bd2.woff2") format("woff2"), url("fonts/advent-Bd2.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'advent';
  src: url("fonts/advent-Bd1.woff2") format("woff2"), url("fonts/advent-Bd1.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'advent';
  src: url("fonts/advent-Regular.woff2") format("woff2"), url("fonts/advent-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 10px;
    height: 10px;
  }
}

.carrusel.blanco button {
  background: #dd4242;
  border-color: #fff;
}

.carrusel.blanco button.tns-nav-active {
  border-color: #2A7DE1;
  background: #2A7DE1;
}

.carrusel.gris button {
  background: #C0BFBC;
  border-color: #C0BFBC;
}

.carrusel.gris button.tns-nav-active {
  border-color: #2A7DE1;
  background: #2A7DE1;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 30%;
  background: #2A7DE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carrusel .tns-controls button:first-child {
  left: -2.5rem;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: -2.5rem;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 1rem;
  color: #fff;
  height: 1rem;
  background-repeat: no-repeat;
  width: 1rem;
  background-size: 100% auto;
  background-position: center;
}

.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  background-image: url("../images/flecha-izq.png");
}

.carrusel .tns-controls button:last-child:after {
  background-image: url("../images/flecha-der.png");
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #f5f5f5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em .5em;
  width: 100%;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ac-default .item-ac button {
  font-size: 1.1rem;
  color: #2A7DE1;
  background: transparent;
  padding: 1rem 1rem .9rem 1rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  border-bottom: 2px solid #CED2D2;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .ac-default .item-ac button {
    padding-left: 0;
    padding-right: 30px;
  }
}

.ac-default .item-ac button:after {
  content: "\f078";
  color: #2A7DE1;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 34%;
  font-size: 1em;
}

.ac-default .item-ac button.activo {
  color: #2A7DE1;
}

.ac-default .item-ac button.activo:after {
  content: "\f077";
  font-size: 1.1em;
  top: 29%;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #455A64;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

header {
  padding: 1rem 0;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 550px) {
  header .logo {
    width: 60%;
    display: block;
  }
  header .logo img {
    width: 100%;
  }
  header .logo-plan {
    width: 30%;
    display: block;
  }
  header .logo-plan img {
    width: 100%;
  }
}

.franja-header {
  background: #2a7de1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a7de1), color-stop(100%, #691f74));
  background: -webkit-gradient(linear, left top, right top, from(#2a7de1), to(#691f74));
  background: linear-gradient(to right, #2a7de1 0%, #691f74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7de1', endColorstr='#691f74', GradientType=1 );
  height: 2rem;
}

.slide {
  position: relative;
}

.slide .img-slide {
  width: 100%;
  vertical-align: bottom;
}

.slide .texto {
  position: absolute;
  top:5%;
  right: 10%;
  background-color: #F6F6F6;
  /* width: 43%; */
  height: 80%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 40px 40px;
}

.slide .texto img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide .texto p {
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  font-size: 1.3rem;
  position: relative;
  max-width: 18.75rem;
  z-index: 4;
}

@media only screen and (max-width: 768px) {
  .slide .texto {
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .slide .img-slide {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .slide .texto {
    position: relative;
    width: 100%;
  }
  .slide .texto p {
    font-size: 1rem;
  }
}

.boxes-home {
  padding: 2.5rem 0;
}

.boxes-home h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #691F74;
  margin: 0 0 2rem;
}

.boxes-home .box-home {
  position: relative;
  max-width: 500px;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 991px) {
  .boxes-home .box-home {
    margin-bottom: 3rem;
  }
}

.boxes-home .box-home .etiqueta {
  position: absolute;
  top: -2rem;
  left: -3.2rem;
}

@media only screen and (max-width: 550px) {
  .boxes-home .box-home .etiqueta {
    left: -1.5rem;
    top: -1.4rem;
    width: 130px;
  }
}

.boxes-home .box-home h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #2A7DE1;
  border-radius: 1.2rem 1.2rem 0 0;
  text-align: center;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
}

.boxes-home .box-home .contenido {
  text-align: center;
  padding: .75rem;
  border: 1px solid #2A7DE1;
  border-radius: 0 0 1.2rem 1.2rem;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .boxes-home .box-home .contenido {
    height: auto;
  }
}

.boxes-home .box-home .contenido h4 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: .4rem 0 .4rem;
  color: #2A7DE1;
}

.boxes-home .box-home .contenido .texto *{
  font-size: 12px;
  line-height: 14px;
}
.boxes-home .box-home .contenido .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .boxes-home .box-home .contenido .texto {
    margin-bottom: 1.5rem;
  }
}

.boxes-home .box-home .contenido .texto ul {
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .boxes-home .box-home .contenido .texto ul {
    margin-bottom: 0;
  }
}

.boxes-home .box-home .contenido .texto ul li {
  position: relative;
  padding-left: .8rem;
  margin-bottom: .2rem;
}

.boxes-home .box-home .contenido .texto ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #2A7DE1;
}

.boxes-home .box-home .contenido a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #2A7DE1;
  border-radius: 1.5rem;
  padding: .6rem 1rem .7rem;
  width: 16.4rem;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}

.boxes-home .box-home .contenido a i {
  font-size: 1rem;
}

.boxes-home .box-home .contenido a:hover {
  background: #1e70d4;
}

@media only screen and (max-width: 991px) {
  .boxes-home .box-home .contenido a {
    position: relative;
    bottom: auto;
  }
}

.boxes-home .box-home .contenido .hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1.2rem 1.2rem;
  z-index: 2;
  background: #2A7DE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}

.boxes-home .box-home .contenido .hover p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

.boxes-home .box-home.activo .contenido .hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.boxes-home .box-home.morado h3 {
  background: #691F74;
}

.boxes-home .box-home.morado .contenido {
  border-color: #691F74;
}

.boxes-home .box-home.morado .contenido h4 {
  color: #691F74;
}

.boxes-home .box-home.morado .contenido .texto ul li:before {
  background: #691F74;
}

.boxes-home .box-home.morado .contenido a {
  background: #691F74;
}

.boxes-home .box-home.morado .contenido a:hover {
  background: #571a60;
}

.boxes-home .box-home.morado .contenido .hover {
  background: #691F74;
}

.boxes-home .box-home.rosa h3 {
  background: #ED1E79;
}

.boxes-home .box-home.rosa .contenido {
  border-color: #ED1E79;
}

.boxes-home .box-home.rosa .contenido h4 {
  color: #ED1E79;
}

.boxes-home .box-home.rosa .contenido .texto ul li:before {
  background: #ED1E79;
}

.boxes-home .box-home.rosa .contenido a {
  background: #ED1E79;
}

.boxes-home .box-home.rosa .contenido a:hover {
  background: #e0126c;
}

.boxes-home .box-home.rosa .contenido .hover {
  background: #ED1E79;
}

.cotiza {
  padding: 1rem 0;
}

.cotiza h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #691F74;
  margin: 0 0 2rem;
}

@media only screen and (max-width: 550px) {
  .cotiza h2 {
    font-size: 1.4rem;
  }
}

.cotiza .form-cotiza {
  background: #F6F6F6;
  text-align: center;
  padding: 2rem 1rem 1rem;
}

@media only screen and (max-width: 550px) {
  .cotiza .form-cotiza {
    margin: 0 -15px;
  }
}

.cotiza .form-cotiza .form-group {
  max-width: 750px;
  margin: 0 auto 1rem;
}

.cotiza .form-cotiza .form-group input {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #B9B9B9;
  width: 100%;
  height: 3.1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #455A64;
  padding: .5rem .75rem;
  text-align: left;
}

.cotiza .form-cotiza .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #455A64;
}

.cotiza .form-cotiza .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #455A64;
}

.cotiza .form-cotiza .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #455A64;
}

.cotiza .form-cotiza .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #455A64;
}

.cotiza .form-cotiza .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: auto 14px;
  background-position: calc(100% - .7rem) center;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #B9B9B9;
  width: 100%;
  height: 3.1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #455A64;
  padding: .5rem 1.75rem .5rem .75rem;
  text-align: left;
}

.cotiza .form-cotiza .form-group input[type="submit"] {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #691F74;
  border-radius: 1.5rem;
  padding: .5rem 1rem;
  width: 21rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border: none;
  cursor: pointer;
}

.cotiza .form-cotiza .form-group input[type="submit"]:hover {
  background: #571a60;
}

.planes {
  padding: 3rem 0;
}

.planes .box-plan {
  text-align: center;
  border: 1px solid #2A7DE1;
  border-radius: 1.2rem;
  padding: .75rem 1rem 1rem;
  color: #2A7DE1;
  position: relative;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .planes .box-plan {
    margin-bottom: 2rem;
  }
}

.planes .box-plan .etiqueta {
  position: absolute;
  top: -1.9rem;
  left: -3.2rem;
}

@media only screen and (max-width: 550px) {
  .planes .box-plan .etiqueta {
    left: -1.5rem;
    top: -1.4rem;
    width: 130px;
  }
}

.planes .box-plan h4 {
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
}

.planes .box-plan .precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.planes .box-plan .precio span {
  font-weight: 900;
  font-size: 2.5rem;
  display: inline-block;
  border-right: 1px solid #707070;
  padding-right: 1rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 550px) {
  .planes .box-plan .precio {
    font-size: 1.5rem;
  }
  .planes .box-plan .precio span {
    font-size: 2rem;
  }
}

.planes .box-plan a {
  width: 11.25rem;
  max-width: 100%;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  background: #2A7DE1;
  padding: .6rem 1rem .6rem;
  border-radius: 1.2rem;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.planes .box-plan a:hover {
  background: #1e70d4;
}

.planes .box-plan a i {
  font-size: 1rem;
  margin-left: .2rem;
}

.planes .box-plan.morado {
  border-color: #691F74;
  color: #691F74;
}

.planes .box-plan.morado a {
  background: #691F74;
}

.planes .box-plan.morado a:hover {
  background: #571a60;
}

.planes .box-plan.rosa {
  border-color: #ED1E79;
  color: #ED1E79;
}

.planes .box-plan.rosa a {
  background: #ED1E79;
}

.planes .box-plan.rosa a:hover {
  background: #e0126c;
}

.descargas {
  background: #F6F6F6;
  padding: 2.5rem 0;
  margin-bottom: 4rem;
}

.descargas .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .descargas .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.descargas a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2rem;
  font-size: 1.125rem;
  font-weight: bold;
  background: #691F74;
  padding: .4rem 2rem .4rem 1.5rem;
  border-radius: .3rem;
  color: #fff;
  width: 23rem;
  max-width: 100%;
}

.descargas a:hover {
  background: #571a60;
}

@media only screen and (max-width: 991px) {
  .descargas a {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .descargas a {
    padding: .4rem .75rem .4rem .75rem;
  }
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .banner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

.banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 3rem;
  bottom: 4rem;
  font-size: 1.125rem;
  font-weight: bold;
  background: #691F74;
  padding: 1rem 1rem 1.1rem 2rem;
  border-radius: .3rem;
  color: #fff;
  width: 28.5rem;
  max-width: 90%;
}

.banner a:hover {
  background: #571a60;
}

@media only screen and (max-width: 768px) {
  .banner a {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1rem 1rem 1.2rem;
  }
  .banner a i {
    margin-left: .2rem;
  }
}

.header-interior {
  background: #F0F5FB;
  padding: 3rem 0 2.5rem;
}

.header-interior .wrap {
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .header-interior .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-interior h1 {
  font-size: 2.25rem;
  margin: 0;
  color: #691F74;
  font-weight: normal;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}

@media only screen and (max-width: 991px) {
  .header-interior h1 {
    font-size: 1.8rem;
  }
}

.header-interior .pasos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.header-interior .pasos .item-paso {
  text-align: center;
  margin: 0 -.3rem;
}

.header-interior .pasos .item-paso .flecha {
  position: relative;
  margin-bottom: .2rem;
}

.header-interior .pasos .item-paso .flecha img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .header-interior .pasos .item-paso .flecha img {
    height: 33px;
  }
}

.header-interior .pasos .item-paso .flecha span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4px;
  font-weight: 500;
  color: #691F74;
  font-size: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .header-interior .pasos .item-paso .flecha span {
    font-size: 1rem;
    top: 8px;
  }
}

.header-interior .pasos .item-paso p {
  margin: 0;
  font-weight: 300;
  color: #455A64;
  font-size: .75rem;
  line-height: 1.2;
}

@media only screen and (max-width: 550px) {
  .header-interior .pasos .item-paso p {
    font-size: .5rem;
  }
}

.header-interior .pasos .item-paso.activo .flecha span {
  color: #fff;
}

.header-interior .pasos .item-paso.activo p {
  color: #691F74;
  font-weight: 600;
}

.formulario {
  background: #E1EBF8;
  padding: 0 0 2.5rem;
}

.formulario .wrap {
  max-width: 1150px;
}

.formulario .w-form {
  padding: 3rem 0;
}

.formulario .w-form.form-ben {
  border-top: 2px solid #C7D3DF;
  display: none;
}

.formulario .w-form.form-ben.activo {
  display: block;
}

.formulario h3 {
  margin: 0 0 1.4rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.formulario .form-group {
  margin-bottom: 1rem;
}

.formulario input {
  height: 2.8rem;
  width: 100%;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: .4rem;
  padding: .5rem .75rem;
  font-weight: 500;
  color: #707070;
}

.formulario select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select2.png");
  background-size: auto 10px;
  background-position: calc(100% - .7rem) center;
  background-color: #fff;
  height: 2.8rem;
  width: 100%;
  border: 1px solid #CFCFCF;
  border-radius: .4rem;
  padding: .5rem .75rem;
  font-weight: 500;
  color: #707070;
}

.formulario .form-rut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formulario .form-rut span {
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 .7rem;
}

.formulario .form-rut input.rut2 {
  width: 3.3rem;
  text-align: center;
}

.formulario .form-nac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.formulario .form-nac label {
  font-size: .875rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  margin-right: .5rem;
  display: block;
}

.formulario .form-nac .gj-datepicker {
  width: 100%;
}

.formulario .form-nac .gj-datepicker-bootstrap [role=right-icon] button {
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  width: auto;
}

.formulario .form-nac .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .formulario .form-nac .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
  position: relative;
  top: auto;
  left: auto;
  font-size: 1.8rem;
}

.formulario .form-nac .input-group-append {
  color: #455A64;
  font-size: 2rem;
  position: absolute;
  right: .8rem;
  background: transparent;
  border: none;
  top: .3rem;
}

.formulario .form-nac .input-group-append i {
  color: #455A64;
}

.formulario .form-fono {
  position: relative;
}

.formulario .form-fono span {
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  position: absolute;
  left: .75rem;
  top: .8rem;
}

.formulario .form-fono input {
  padding-left: 4rem;
}

.formulario .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .7rem;
}

.formulario .form-check input {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .5rem;
  margin-right: .5rem;
}

.formulario .form-check label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  color: #455A64;
}

.formulario .eliminar {
  text-align: right;
  margin-top: -1rem;
  display: none;
}

@media only screen and (max-width: 768px) {
  .formulario .eliminar {
    margin-top: 0;
  }
}

.formulario .eliminar .w-eliminar {
  display: inline-block;
  color: #D90000;
  font-size: .875rem;
  font-weight: 500;
  cursor: pointer;
}

.formulario .eliminar .w-eliminar i {
  margin-right: .2rem;
  font-size: 1rem;
}

.formulario .agregar-ben {
  background: #455A64;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.12rem;
  margin: 0 auto;
  padding: .7rem 1rem;
  border-radius: .5rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.formulario .agregar-ben img {
  margin-right: .4rem;
}

.formulario .agregar-ben:hover {
  background: #3b4c55;
}

.formulario .agregar-ben.oculto {
  display: none;
}

.formulario .form-ben.ultimo .eliminar {
  display: block;
}

.botones-form {
  padding: 3rem 0;
}

.botones-form .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
}

@media only screen and (max-width: 768px) {
  .botones-form .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.botones-form .wrap a.volver {
  color: #691F74;
  font-size: 1.125rem;
  font-weight: bold;
}

.botones-form .wrap a.volver i {
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .botones-form .wrap a.volver {
    margin-bottom: 2rem;
  }
}

.botones-form .wrap .btn-siguiente {
  font-size: 1.125rem;
  font-weight: bold;
  background: #691F74;
  padding: .7rem 1rem;
  border-radius: .3rem;
  color: #fff;
  width: 15rem;
  max-width: 100%;
  text-align: center;
  border: none;
}

.botones-form .wrap .btn-siguiente:hover {
  background: #571a60;
}

.resumen {
  padding: 3rem 0 0;
}

.resumen .wrap {
  max-width: 1150px;
}

.resumen h2 {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.resumen .w-tabla {
  margin-bottom: 0rem;
}

@media only screen and (max-width: 768px) {
  .resumen .w-tabla {
    overflow: auto;
  }
}

.resumen table {
  width: 100%;
  border-collapse: collapse;
}

.resumen table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  background: #455A64;
  padding: 1rem 1.7rem;
  text-align: left;
}

.resumen table tbody tr td {
  font-size: 1rem;
  font-weight: 500;
  padding: 1.2rem 1.7rem;
  border-bottom: 1px solid #455A64;
}

.resumen table tbody tr td b {
  font-weight: bold;
}

.resumen table tbody tr:last-child td {
  border: none;
}

.resumen .total {
  background: #2A7DE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.autorizacion {
  margin-bottom: 4rem;
}

.autorizacion h2 {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.autorizacion .caja-autorizacion {
  border: 1px solid #707070;
  padding: 1.5rem;
  font-size: .875rem;
  line-height: 1.5;
  overflow: auto;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 550px) {
  .autorizacion .caja-autorizacion {
    padding: 1rem;
  }
}

.autorizacion .check-acepto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.autorizacion .check-acepto input {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.autorizacion .check-acepto label {
  margin: 0;
  font-size: 1rem;
  color: #455A64;
}

.condiciones h2 {
  margin: 0 0 1.2rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.condiciones .box-condiciones {
  background: #F4F4F4;
  padding: 2.5rem 2rem;
  border-radius: .5rem;
}

@media only screen and (max-width: 550px) {
  .condiciones .box-condiciones {
    padding: 2rem 1rem;
  }
}

.condiciones .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

.condiciones .form-group input {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.condiciones .form-group label {
  margin: 0;
  font-size: 1rem;
  color: #455A64;
}

.condiciones a.descargar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #691F74;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 1.5rem;
}

.condiciones a.descargar span {
  text-decoration: underline;
}

.condiciones a.descargar img {
  margin-left: .5rem;
}

footer.footer {
  background: #2a7de1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a7de1), color-stop(100%, #691f74));
  background: -webkit-gradient(linear, left top, right top, from(#2a7de1), to(#691f74));
  background: linear-gradient(to right, #2a7de1 0%, #691f74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7de1', endColorstr='#691f74', GradientType=1 );
  padding: 1.2rem 0;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=estilos.css.map */

.msg-error{
    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    color: #e10c0c;
    font-size: 12px;
}

.fec{
    max-width:30% !important;
    background-size: auto 7px !important;
}

/*NUEVO LOGO BANNER HOME*/

.slide .texto {
    flex-direction: column;
    justify-content: center;
}
.slide .box-logo-ua {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slide img.logo-ua {
  position: relative !important;
  width: 50% !important;
  max-width: 280px;
}

.desde{
	font-weight: bold;
    font-size: 14px;
    position: absolute;
    bottom: 40px;
    width: 95%;
    box-sizing: border-box;
}

/* NUEVO PS */

.box-login h3 {
    color: #2A7DE1; 
    text-align: center;  
}
.box-login h3 span.this {
    color: #455A64;
}
.box-login input {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #B9B9B9;
    width: 100%;
    height: 3.1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #455A64;
    padding: .5rem .75rem;
    text-align: left;
}
.box-login button {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background: #2A7DE1;
    padding: 1rem 1.5rem 1rem;
    width: 16.4rem;
    display: block;
    margin: 0 auto;
    width: 100%;
    border: none;
    margin-top: 1rem;
    border-radius: 5px;
}
.box-login button:hover {
    background: #1e70d4;
}

.box-login button i {
   margin-left: .5rem;
}

footer.nuevo {
  padding: 1rem 0rem;
  padding-top: 3rem;
}
footer.nuevo .row {
  width: 100%;
}
footer.nuevo img.logo-ps {
  max-width: 260px;
}
footer.nuevo .barra {
  margin-top: 1rem;
  height: .5rem;
  background: #2a7de1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a7de1), color-stop(100%, #691f74));
  background: -webkit-gradient(linear, left top, right top, from(#2a7de1), to(#691f74));
  background: linear-gradient(to right, #2a7de1 0%, #691f74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7de1', endColorstr='#691f74', GradientType=1 );
}
footer.nuevo .legal p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 12px;
  color: #A3A3A3;
}

.logo-plan.nuevo img {
  width: 100px;
  height: 64.02px;
}

.w-100 {
  width: 100% !important;
}

.titulo-morado {
  margin-top: 2rem;
  text-align: center;
  font-size: 22px;
  color: #802E81;
}
section.seccion-1 p {
  text-align: center;
}

.barra-azul {
  margin-top: 1rem;
  height: 1rem;
  background: #2a7de1;
}

.resumen {
  padding-top: 2rem;
}
.row.row-small.box-chequeos {
  display: flex;
  justify-content: space-between;
}
.seccion-2 .col-lg-3.box-caract {
  background-color: #F5F5F5;
  padding: 1rem;
  
}

.resumen.seccion-3 {
  margin-top: 2rem;
  background-color: #F5F5F5;
  padding-bottom: 2rem;
}

.row-confirmacion {
  display: flex;
  justify-content: center;
}
.box-confirmacion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #414141;
  background-color: #fff;
  min-height: 80px;
}
.row-confirmacion  .box-confirmacion:first-child {
  border-bottom: 0px;
}
.row-confirmacion  .box-confirmacion:last-child {
  border-top: 0px;
}

.caja-autorizacion.nuevo {
  background-color: #fff;;
}

.box-confirmacion button {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2A7DE1;
    background: transparent;
    min-width: 190px;
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 3px solid #2A7DE1;
    padding: .5rem 1.5rem;
    border-radius: 5px;
}
.box-confirmacion button.active {
    color: #fff;
    background: #2A7DE1;
}
.box-confirmacion button:hover {
    opacity: .3;
}
.box-confirmacion p {
    padding-top: 1rem;
    font-weight: bold;
}

.d-instructivo {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.d-instructivo a {
    font-size: 1.125rem;
    font-weight: bold;
    background: #691F74;
    padding: .7rem 3rem;
    border-radius: .3rem;
    color: #fff;
    max-width: 25rem;
    text-align: center;
    border: none;
}

.d-instructivo a:hover {
    background: #571a60;
}

@media (min-width: 992px) {
  .col-lg-3.box-caract {
    -ms-flex: 0 0 22.444449%;
    flex: 0 0 22.444449%;
    max-width: 22.444449%;
  }
}

@media only screen and (max-width: 768px) {
  .slide .texto {
   right: 0%;
  }

  .box-login h3 {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .seccion-2 .col-lg-3.box-caract {
    margin-bottom: 1rem;
  }
  .w-tabla.nuevo::-webkit-scrollbar {
    width: 12px;  
    height: 12px;             /* width of the entire scrollbar */
  }
    .w-tabla.nuevo::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
  }
    .w-tabla.nuevo::-webkit-scrollbar-thumb {
    background-color: #455A64;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: none;
    min-width: 130px;  /* creates padding around scroll thumb */
  }
}

.RedPlaceHolder::-webkit-input-placeholder {
    color: red;
    font-size:13px;
}

.btnGuardar:hover {
    background: #571a60;
}

.btnGuardar {
    font-size: 1.125rem;
    font-weight: bold;
    background: #691F74;
    padding: .7rem 3rem;
    border-radius: .3rem;
    color: #fff;
    max-width: 28.3rem;
    text-align: center;
    border: none;
    width: 100%;
   
}


.btnDescargar:hover {
  background: #571a60;
}

.btnDescargar {
  font-size: 1.125rem;
  font-weight: bold;
  background: #691F74;
  padding: .7rem 3rem;
  border-radius: .3rem;
  color: #fff;
  max-width: 28.3rem;
  text-align: center;
  border: none;
  width: 100%;
  margin-top: 10px;
}


.btnReg:hover {
  background: #571a60;
}

.btnReg {
  font-size: 1.125rem;
  font-weight: bold;
  background: #691F74;
  padding: .7rem 3rem;
  border-radius: .3rem;
  color: #fff;
  max-width: 29rem;
  text-align: center;
  border: none;
  margin-top: 10px;
}

.LabelFueraVigencia{
    border: 1px solid #c0d8f6;
    font-size: 11px;
    padding: 12px 7px 12px 7px !important;
    border-radius: 5px;
}

.wrap-pop{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 999;
  text-align: center;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wrap-pop.pop-login {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  background: #fff;
  top: auto;
  margin-top: 100px;
}
.wrap-pop.visible{
  opacity: 1;
  visibility: visible;
}
.wrap-pop.pop-email .header-pop {
  margin-bottom: 0;
  padding: 20px 30px;
}
.wrap-pop.pop-email .body-pop h4 {
  margin-bottom: 20px;
}
.wrap-pop.pop-email .form-pop {
  margin-bottom: 20px;
}
.wrap-pop.pop-email .form-check {
  margin-bottom: 20px;									
}

.wrap-pop .w-pop{
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: calc(100vh - 80px);
  position: relative;
  /*overflow-x: hidden;
  overflow-y: scroll;*/
}
.wrap-pop.pop-login .w-pop {
  max-width: 100%;
  max-height: 100%;
}
.wrap-pop .header-pop{
  padding: 15px 30px;
  display: flex;
}
.wrap-pop .header-pop .logo{}
.wrap-pop .header-pop .logo img{}
.wrap-pop .header-pop .logo-uc{}
.wrap-pop .header-pop .logo-uc img{}

.wrap-pop .body-pop{
  padding-bottom: 30px;
}
.wrap-pop .body-pop.c-p{
  padding: 70px 50px;
}
.wrap-pop .body-pop .wrap-video {
  margin-bottom: 40px;
}
.cerrar-pop-email{
  color: #802E81;
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.wrap-pop .body-pop h3{
  color:#575756;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.7em;
}
.wrap-pop .body-pop h4{
  color:#802E81;
  font-weight: normal;
  margin-bottom: 40px;
}
.wrap-pop .body-pop h4 b{
  font-weight: bold;
}
.wrap-pop .form-pop{
  background: #ECECEC;
  padding: 30px 20px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.wrap-pop .form-pop .form-group{
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap-pop .form-pop .form-group input{
  height: 46px;
  margin-bottom: 12px;
}
.wrap-pop .form-check{
  margin-bottom: 50px;
}

.wrap-pop .body-pop .mensaje-exito h4 {
  margin-bottom: 30px;
  font-weight: bold;
}
.wrap-pop .body-pop .mensaje-exito p {
  color: #802E81;
  font-size: 22px;
  font-weight: 500;
}

.box-pop{
  background: #fff;
  padding: 20px 40px;
  max-width: 800px;
  margin: 0 auto;
}
.header-pop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0px;
  margin-bottom: -15px;
}
.header-pop .logo{
  width: 150px;
}
.header-pop .logo img{
  width: 100%;
}
.header-pop .logo-uc{
  width: 230px;
}
.header-pop .logo-uc img{
  width: 100%;
}
