.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
p {
  font-weight: normal;
  margin-bottom: 0;
}
.btn1,
.btn2,
.btn3,
.btn4 {
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'PoppinsSemiBold', sans-serif;
  padding: 0 24px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
}
.btn1 span,
.btn2 span,
.btn3 span,
.btn4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  -moz-transition: all 0.2s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  -o-transition: all 0.2s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  -ms-transition: all 0.2s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  transition: all 0.2s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn1 p,
.btn2 p,
.btn3 p,
.btn4 p {
  position: relative;
  padding-right: 35px;
  display: inline-block;
}
.btn1 i,
.btn2 i,
.btn3 i,
.btn4 i {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 45px;
  line-height: 46px;
  z-index: 2;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  -moz-transition: all 0.3s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  -o-transition: all 0.3s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  -ms-transition: all 0.3s cubic-bezier(0.77, -0.51, 0.75, 0.87);
  transition: all 0.3s cubic-bezier(0.77, -0.51, 0.75, 0.87);
}
.btn1.azul,
.btn2.azul,
.btn3.azul,
.btn4.azul {
  background-color: #0994fc;
}
.btn1.azul2,
.btn2.azul2,
.btn3.azul2,
.btn4.azul2 {
  background-color: #0033a0;
}
.btn1.morado-gradient,
.btn2.morado-gradient,
.btn3.morado-gradient,
.btn4.morado-gradient {
  position: relative;
  border-radius: 6px;
  background-color: transparent;
}
.btn1.morado-gradient:After,
.btn2.morado-gradient:After,
.btn3.morado-gradient:After,
.btn4.morado-gradient:After,
.btn1.morado-gradient:before,
.btn2.morado-gradient:before,
.btn3.morado-gradient:before,
.btn4.morado-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 6px;
}
.btn1.morado-gradient:after,
.btn2.morado-gradient:after,
.btn3.morado-gradient:after,
.btn4.morado-gradient:after {
  background: -webkit-linear-gradient(left, #e194e7 0%, #987aff 100%);
  background: -moz-linear-gradient(left, #e194e7 0%, #987aff 100%);
  background: -o-linear-gradient(left, #e194e7 0%, #987aff 100%);
  background: -ms-linear-gradient(left, #e194e7 0%, #987aff 100%);
  background: linear-gradient(to right, #e194e7 0%, #987aff 100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.btn1.morado-gradient:before,
.btn2.morado-gradient:before,
.btn3.morado-gradient:before,
.btn4.morado-gradient:before {
  background: -webkit-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -moz-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -o-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -ms-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: linear-gradient(to right, #987aff 0%, #e194e7 100%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.btn1.cyan-gradient,
.btn2.cyan-gradient,
.btn3.cyan-gradient,
.btn4.cyan-gradient {
  position: relative;
  background-color: transparent;
  border-radius: 6px;
}
.btn1.cyan-gradient:After,
.btn2.cyan-gradient:After,
.btn3.cyan-gradient:After,
.btn4.cyan-gradient:After,
.btn1.cyan-gradient:before,
.btn2.cyan-gradient:before,
.btn3.cyan-gradient:before,
.btn4.cyan-gradient:before {
  border-radius: 6px;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn1.cyan-gradient:after,
.btn2.cyan-gradient:after,
.btn3.cyan-gradient:after,
.btn4.cyan-gradient:after {
  background: -webkit-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
  background: -moz-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
  background: -o-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
  background: -ms-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
  background: linear-gradient(to right, #00ecd8 0%, #00b4f6 100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.btn1.cyan-gradient:before,
.btn2.cyan-gradient:before,
.btn3.cyan-gradient:before,
.btn4.cyan-gradient:before {
  background: -webkit-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
  background: -moz-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
  background: -o-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
  background: -ms-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
  background: linear-gradient(to right, #00b4f6 0%, #00ecd8 100%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.btn1.morado,
.btn2.morado,
.btn3.morado,
.btn4.morado {
  background-color: #9954db;
}
@media screen and (min-width: 1025px) {
  .btn1.azul:hover,
  .btn2.azul:hover,
  .btn3.azul:hover,
  .btn4.azul:hover {
    background-color: #00b4f6;
  }
  .btn1.morado-gradient:hover,
  .btn2.morado-gradient:hover,
  .btn3.morado-gradient:hover,
  .btn4.morado-gradient:hover,
  .btn1.cyan-gradient:hover,
  .btn2.cyan-gradient:hover,
  .btn3.cyan-gradient:hover,
  .btn4.cyan-gradient:hover {
    background-color: transparent;
  }
  .btn1.morado-gradient:hover:after,
  .btn2.morado-gradient:hover:after,
  .btn3.morado-gradient:hover:after,
  .btn4.morado-gradient:hover:after,
  .btn1.cyan-gradient:hover:after,
  .btn2.cyan-gradient:hover:after,
  .btn3.cyan-gradient:hover:after,
  .btn4.cyan-gradient:hover:after {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
.btn1.morado:hover,
.btn2.morado:hover,
.btn3.morado:hover,
.btn4.morado:hover {
  background-color: #a054e2;
}
  .btn1:hover span,
  .btn2:hover span,
  .btn3:hover span,
  .btn4:hover span {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .btn1:hover i,
  .btn2:hover i,
  .btn3:hover i,
  .btn4:hover i {
    right: 43%;
  }
.no-scale span {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.btn1 {
  background: #0033a0;
}
@media screen and (min-width: 1025px) {
  .btn1:hover {
    background: #012f7f;
  }
}
.btn2 {
  background: #00e1cd;
}
@media screen and (min-width: 1025px) {
  .btn2:hover {
    background: #00a0df;
  }
}
.btn3 {
  background: #f2f2f2;
  color: #808080;
}
@media screen and (min-width: 1025px) {
  .btn3:hover {
    background: #15d1d1;
    color: #fff;
  }
}
.btn4 {
  background: #9954db;
}
@media screen and (min-width: 1025px) {
  .btn4:hover {
    background: #a054e2;
  }
}
.g-input {
  width: 100%;
  margin-bottom: 17px;
  overflow: hidden;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g-input ::-webkit-input-placeholder {
  color: #b3b3b3;
  font-family: 'OpenSansLight', sans-serif;
}
.g-input :-moz-placeholder {
  color: #b3b3b3;
  font-family: 'OpenSansLight', sans-serif;
}
.g-input ::-moz-placeholder {
  color: #b3b3b3;
  font-family: 'OpenSansLight', sans-serif;
}
.g-input :-ms-input-placeholder {
  color: #b3b3b3;
  font-family: 'OpenSansLight', sans-serif;
}
.g-input input,
.g-input textarea,
.g-input select {
  border: 1px solid #43575e;
  background: transparent;
  padding: 0 25px 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  color: #43575e;
  font-size: 14px;
  border-radius: 7px;
}
.g-input input:focus,
.g-input textarea:focus,
.g-input select:focus,
.g-input input.input-lleno,
.g-input textarea.input-lleno,
.g-input select.input-lleno {
  border: 1px solid #43575e;
}
.g-input.azul input,
.g-input.azul textarea,
.g-input.azul select {
  color: #0033a0;
}
.g-input.azul input:focus,
.g-input.azul textarea:focus,
.g-input.azul select:focus,
.g-input.azul input.input-lleno,
.g-input.azul textarea.input-lleno,
.g-input.azul select.input-lleno {
  border: 1px solid #0033a0;
}
.g-input.celeste input,
.g-input.celeste textarea,
.g-input.celeste select {
  color: #15d1d1;
}
.g-input.celeste input:focus,
.g-input.celeste textarea:focus,
.g-input.celeste select:focus,
.g-input.celeste input.input-lleno,
.g-input.celeste textarea.input-lleno,
.g-input.celeste select.input-lleno {
  border: 1px solid #15d1d1;
}
.g-input.mora input,
.g-input.mora textarea,
.g-input.mora select {
  color: #9954db;
}
.g-input.mora input:focus,
.g-input.mora textarea:focus,
.g-input.mora select:focus,
.g-input.mora input.input-lleno,
.g-input.mora textarea.input-lleno,
.g-input.mora select.input-lleno {
  border: 1px solid #9954db;
}
.g-input.verde input,
.g-input.verde textarea,
.g-input.verde select {
  color: #15d1d1;
  border: 1px solid #15d1d1;
  background: #f3fdfd;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #0033a0 !important;
  border: none !important;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
  display: none !important;
}
@-webkit-keyframes hover-icon {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  90% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* Estilos para select2*/
.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 7px;
  border: 1px solid #43575e;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
  color: #43575e;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow pointer-events,
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e608";
  position: absolute;
  font-family: 'icomoon';
  line-height: 40px;
  font-size: 35px;
  color: #fff;
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: inherit;
  border-width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: inherit;
  border-width: 0;
}
/* select generales */
.b7Select select {
  height: 40px;
  border-radius: 7px;
  border: 1px solid #43575e;
  line-height: 40px;
  font-size: 14px;
  color: #43575e;
  padding: 0 20px;
}
.b10-3-form .g-input input,
.b10-3-form .g-input textarea,
.b10-3-form .g-input select {
  border: 1px solid #fff;
  color: #fff;
}
.b10-3-form .g-input option {
  color: #000;
}
.b10-3 .select2-container {
  text-align: left;
}
.b10-3 .select2-container--default .select2-selection--single {
  padding: 0 10px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-newbtn {
  display: inline-block;
  background: transparent;
  border: none;
  border-radius: 15px;
  padding: 0 50px;
  padding-top: 17px;
  padding-bottom: 15px;
}
.g-newbtn span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 16px;
  position: relative;
  padding-right: 34px;
}
.g-newbtn span:after {
  content: "\e91b";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .g-newbtn:hover span:after {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: anima_arrow_right;
    -moz-animation-name: anima_arrow_right;
    -o-animation-name: anima_arrow_right;
    -ms-animation-name: anima_arrow_right;
    animation-name: anima_arrow_right;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
.g-newbtn.morado {
  background: #9354d5;
}
.g-newbtn.azul {
  background: #0a90ff;
}
@-moz-keyframes anima-newbtn {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes anima-newbtn {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes anima-newbtn {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes anima-newbtn {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.pager-inicio .wrapper {
  position: inherit;
}
.pager-inicio .bg-left-inicio {
  display: block;
  width: 168px;
  height: 100%;
  background: url("../img/inicio-bg-left.html") 0 0 repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .pager-inicio .bg-left-inicio {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
#ui-datepicker-div {
  z-index: 100 !important;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0033a0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.b1 .select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
}
.b1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #b3b3b3;
}
.b1 .select2-container--default .select2-selection--single .select2-selection__arrow pointer-events,
.b1 .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #b3b3b3;
}
.b1-table {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 1200px;
  vertical-align: middle;
  font-size: 0;
  padding: 20px 0;
  height: calc(100vh - 63px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-txt {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-txt h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'PoppinsBold', sans-serif;
  color: #0033a0;
  line-height: 31px;
  margin-bottom: 26px;
}
@media screen and (min-width: 1024px) {
  .b1-txt h2 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.b1-txt h2 strong {
  font-family: 'PoppinsMedium', sans-serif;
  display: block;
  color: #fff;
}
.b1-txt p {
  font-family: 'OpenSansLight', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
@media screen and (min-width: 1024px) {
  .b1-txt p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.b1-txt.active h2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.b1-txt.active p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.b1-right {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: middle;
  min-height: auto;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.b1-ingresar,
.b1-registrar,
.b1-olvido {
  position: absolute;
  top: 0;
  height: 496px;
  bottom: 15%;
  margin: auto;
  right: 0px;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  perspective: 1300px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.72, 0.49, 1.32);
  -moz-transition: all 0.4s cubic-bezier(0, 0.72, 0.49, 1.32);
  -o-transition: all 0.4s cubic-bezier(0, 0.72, 0.49, 1.32);
  -ms-transition: all 0.4s cubic-bezier(0, 0.72, 0.49, 1.32);
  transition: all 0.4s cubic-bezier(0, 0.72, 0.49, 1.32);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-box-shadow: 0px 0px 38px 1px rgba(0,0,0,0.38);
  box-shadow: 0px 0px 38px 1px rgba(0,0,0,0.38);
}
.b1-ingresar h3,
.b1-registrar h3,
.b1-olvido h3,
.b1-ingresar h4,
.b1-registrar h4,
.b1-olvido h4 {
  font-size: 25px;
  font-family: 'PoppinsSemiBold', sans-serif;
  margin-bottom: 45px;
  color: #0033a0;
  display: block;
  text-align: center;
}
.b1-ingresar h4,
.b1-registrar h4,
.b1-olvido h4 {
  font-family: 'OpenSansLight', sans-serif;
  color: #808080;
  margin-bottom: 10px;
  font-size: 14px;
}
.b1textp {
  font-size: 11px;
  min-height: 36px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  margin-top: 6px;
}
.b1-ingresar-box,
.b1-registrar-box,
.b1-olvido-box {
  background: #fff;
  position: relative;
}
.b1-ingresar-registrate,
.b1-registrar-btn {
  display: table-cell;
  height: 50px;
  width: 768px;
  background: #0033a0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  font-family: 'PoppinsSemiBold', sans-serif;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b1-ingresar-registrate p,
.b1-registrar-btn p {
  display: block;
  line-height: 1;
  padding: 0 5px;
}
.b1-ingresar-registrate:hover,
.b1-registrar-btn:hover {
  background: #012f7f;
}
.no-robot {
  height: 65px;
  background-color: #ccc;
  width: 100%;
  max-width: 270px;
  margin: auto;
}
.b1-ingresar {
  max-width: 405px;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
  right: 98px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 400px;
}
.b1-ingresar.hide {
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -o-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
}
.b1-ingresar-box {
  padding: 46px 70px 25px 70px;
}
.b1-btn {
  text-align: center;
}
.b1-btn .btn2 {
  display: block;
  width: 100%;
}
.b1-btn .btn2 i {
  font-size: 10px;
  font-weight: bold;
}
.b1-input,
.no-robot,
.b1-btn {
  display: block;
  margin-bottom: 24px;
}
.b1-registrar {
  height: 719px;
  top: 50%;
  bottom: auto;
  margin-top: -359.5px;
}
.b1-registrar .g-input {
  border-radius: 0;
}
.b1-registrar-box .no-robot {
  margin-top: 30px;
}
.b1-ingresar-contrasena {
  text-align: center;
  font-size: 14px;
}
.b1-ingresar-contrasena div {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  color: #808080;
}
.b1-ingresar-contrasena div:hover {
  color: #0033a0;
}
.b1-input,
.b1-input3-group,
.b1-input2 {
  position: relative;
  overflow: inherit;
}
.b1-input.active ::-webkit-input-placeholder,
.b1-input3-group.active ::-webkit-input-placeholder,
.b1-input2.active ::-webkit-input-placeholder {
  color: #0033a0;
  font-family: 'OpenSansLight', sans-serif;
}
.b1-input.active :-moz-placeholder,
.b1-input3-group.active :-moz-placeholder,
.b1-input2.active :-moz-placeholder {
  color: #0033a0;
  font-family: 'OpenSansLight', sans-serif;
}
.b1-input.active ::-moz-placeholder,
.b1-input3-group.active ::-moz-placeholder,
.b1-input2.active ::-moz-placeholder {
  color: #0033a0;
  font-family: 'OpenSansLight', sans-serif;
}
.b1-input.active :-ms-input-placeholder,
.b1-input3-group.active :-ms-input-placeholder,
.b1-input2.active :-ms-input-placeholder {
  color: #0033a0;
  font-family: 'OpenSansLight', sans-serif;
}
.b1-input.active input,
.b1-input3-group.active input,
.b1-input2.active input {
  color: #0033a0;
  border: 1px solid #0033a0;
}
.B1_Lanza {
  display: none;
  position: absolute;
  top: -10px;
  width: 50px;
  height: 50px;
  display: block;
  right: -60px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b1-contrasenia.validatorok .B1_Lanza,
.b1-doc.validatorok .B1_Lanza {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: url("../img/50-check.gif") center no-repeat;
}
.b1-contrasenia.validatornope .B1_Lanza,
.b1-doc.validatornope .B1_Lanza {
  background: #f00;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1-registrar {
  max-width: 610px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotateY(70deg);
  -moz-transform: rotateY(70deg);
  -o-transform: rotateY(70deg);
  -ms-transform: rotateY(70deg);
  transform: rotateY(70deg);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.b1-registrar.show {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2;
}
.b1-registrar-box {
  padding: 46px 21px 20px 21px;
}
.b1-input2-group {
  font-size: 0;
}
.b1-input2 {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-radio {
  display: block;
  text-align: center;
}
.b1-radio-box {
  display: inline-block;
  position: relative;
}
.b1-radio-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b1-radio-box label {
  position: relative;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  color: #43575e;
}
.b1-radio-box label:before,
.b1-radio-box label:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #00e1cd;
}
.b1-radio-box label:after {
  content: '\e90f';
  color: #00e1cd;
  font-weight: bold;
  font-family: 'icomoon';
  font-size: 8px;
  left: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  border: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b1-radio-box label a:hover {
  text-decoration: underline;
}
.b1-radio-box input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1-btn2-bx button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.b1-olvido {
  max-width: 420px;
  right: 88px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotateY(70deg);
  -moz-transform: rotateY(70deg);
  -o-transform: rotateY(70deg);
  -ms-transform: rotateY(70deg);
  transform: rotateY(70deg);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.b1-olvido.show {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2;
}
.b1-olvido h4 {
  color: #43575e;
  margin-bottom: 43px !important;
}
.b1-olvido-box h3 {
  margin-bottom: 23px;
}
.b1-form3 .g-input {
  margin-bottom: 20px;
}
.b1-form3 .no-robot {
  margin-bottom: 35px;
}
.b1ToReturn,
.b1ToReturn2 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 5;
}
.b1ToReturn:before,
.b1ToReturn2:before {
  content: '\e911';
  font-size: 12px;
  font-weight: bold;
  color: #0033a0;
  font-family: 'icomoon';
  display: inline-block;
}
.b1-olvido-box {
  padding: 70px 24px 86px 24px;
}
.b1-olvido-box h3 {
  margin-bottom: 32px;
}
.b1-olvido-box h4 {
  margin-bottom: 65px;
}
.b1-btn3 .btn2 {
  display: block;
}
.b1-form-wancho {
  max-width: 265px;
  margin: 0 auto;
}
.b1-olvido {
  height: 470px;
}
.descargar-app {
  display: none;
  cursor: pointer;
  width: 92%;
  background: #f5eefc;
  border: 1px solid #9954db;
  border-radius: 7px;
  margin: auto;
  padding: 8px 15px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.descargar-app i.icon-app {
  width: 24px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url("../media/app.png");
  -webkit-background-size: 24px 42px;
  -moz-background-size: 24px 42px;
  background-size: 24px 42px;
}
.descargar-app p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  height: 42px;
  color: #0033a0;
  padding-left: 50px;
  margin-right: 5px;
}
.b1-ingresar-registro2 {
  display: none;
  background: #f5eefc;
  width: 100%;
  padding: 18px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-ingresar-registro2 p {
  font-size: 15px;
  color: #43575e;
  position: relative;
  line-height: 18px;
  padding-bottom: 5px;
}
.b1-ingresar-registro2 p strong {
  display: block;
  font-size: 13px;
  font-family: 'PoppinsSemiBold', sans-serif;
}
.b1-ingresar-registro2 p:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background: #0994fc;
}
.b1-ingresar-registro2 .b1-registro-btn2 {
  position: absolute;
  top: 54px;
  right: 5px;
  background: #0994fc;
  width: 133px;
  height: 35px;
  border-radius: 7px;
  cursor: pointer;
}
.b1-ingresar-registro2 .b1-registro-btn2 span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'PoppinsSemiBold', sans-serif;
  line-height: 35px;
}
.b1-input-content-text {
  display: block;
  width: 100%;
  position: relative;
}
.b1-input-content-text p {
  margin: 0;
  color: #b3b3b3;
  font-size: 15px;
}
.b1-input-content-text .b1-input2:first-child {
  font-size: 0;
}
.b1-input-content-text .b1-input2:first-child p {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}
.b1-input-content-text .b1-input2:first-child .g-input {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.b1-input-content-text .b1-input2:last-child .g-input {
  width: 58%;
  display: inline-block;
  vertical-align: top;
}
.b1-input-content-text .b1-input2:last-child .g-input:last-child {
  width: 38%;
  margin-left: 4%;
}
.b1-input2.last-child p {
  font-size: 14px;
  color: #43575e;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1400px) {
  .b1-table {
    height: 100vh !important;
  }
}
@media screen and (max-width: 1100px) {
  .b1-ingresar,
  .b1-olvido {
    right: 40px;
  }
}
@media screen and (max-width: 975px) {
  .b1-ingresar,
  .b1-olvido {
    right: 10px;
  }
}
@media screen and (max-width: 920px) {
  .b1-table {
    padding: 20px 0;
  }
  .b1-txt {
    display: none;
  }
  .b1-right {
    width: 100%;
  }
  .b1-ingresar,
  .b1-registrar,
  .b1-olvido {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .b1-registrar {
    max-width: none;
    top: 0;
    bottom: auto;
    margin-top: 0;
    height: 679px;
  }
  .b1-table {
    height: auto !important;
    padding: 30px 0;
  }
  .b1-right {
    min-height: 491px;
  }
  .b1-input2 {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .b1-right {
    height: 680px;
  }
  .b1-btn2-bx {
    margin-bottom: 14px;
  }
  .b1-btn .btn2.morado-gradient {
    position: relative;
    background-color: transparent;
    border-radius: 6px;
  }
  .b1-btn .btn2.morado-gradient:After,
  .b1-btn .btn2.morado-gradient:before {
    border-radius: 6px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b1-btn .btn2.morado-gradient:after {
    background: -webkit-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
    background: -moz-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
    background: -o-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
    background: -ms-linear-gradient(left, #00ecd8 0%, #00b4f6 100%);
    background: linear-gradient(to right, #00ecd8 0%, #00b4f6 100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .b1-btn .btn2.morado-gradient:before {
    background: -webkit-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
    background: -moz-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
    background: -o-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
    background: -ms-linear-gradient(left, #00b4f6 0%, #00ecd8 100%);
    background: linear-gradient(to right, #00b4f6 0%, #00ecd8 100%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .b1-ingresar-registro2 {
    background: #f2f2f2;
  }
  .b1-ingresar-registro2 .b1-registro-btn2 {
    background: #0033a0;
  }
  .b1-ingresar-registro2 p:before {
    background: #0033a0;
  }
  .b1-ingresar-contrasena {
    color: #0033a0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .b1 {
    /*background-image: none !important;*/
  }
  .b1:before {
     background: #0033a0;
  }
  .b1 .wancho {
    width: 80%;
  }
  #telefono{
    display: block;
  }

  #btnLogin{
background: #00e1cd;
  }

  #wanc{
  height: 100vh;
  width: 80%;
  }

  #loginpanel{
    opacity: 0.9;
    margin-top: 40%;
  }

    #b1panel{
    height: 225px
  }



  .b1 .g-input {
  /*margin-bottom: -1px !important;*/ /*@Ral*/
    margin-bottom: 10px !important;
    border-radius: 0px;
  }
  .b1 .btn2 {
    background: #0033a0;
  }
  .b1 .btn2 i {
    display: none;
  }
  .b1 .btn2 p {
    padding-right: 0 !important;
  }
  .no-robot {
    display: none;
  }
  .b1-table {
    padding: 0;
    height: auto !important;
  }
  .b1-right {
    height: auto !important;
    min-height: auto !important;
    padding: 0;
  }
  .b1-registrar,
  .b1-olvido {
    display: none;
  }
  .b1-ingresar,
  .b1-registrar,
  .b1-olvido {
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 0s;
  }
  .b1-ingresar.show,
  .b1-registrar.show,
  .b1-olvido.show {
    display: block;
  }
  .b1-ingresar.hide,
  .b1-registrar.hide,
  .b1-olvido.hide {
    display: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .b1-ingresar-box,
  .b1-registrar-box,
  .b1-olvido-box {
    padding: 40px 15px !important;
  }
  .b1-ingresar-box h3 {
    margin-bottom: 20px;
  }
  .b1-ingresar-box .b1-input1-group {
    padding-bottom: 14px;
  }
  .b1-ingresar-box .g-input:first-child {
    border-radius: 7px 7px 0 0;
  }
  .b1-ingresar-box .g-input:last-child {
    border-radius: 0 0 7px 7px;
  }
  .b1-registrar-box h3 {
    margin-bottom: 20px;
  }
  .b1-registrar-box .b1-input2-group {
    padding-bottom: 14px;
  }
  .b1-registrar-box .b1-input2:first-child .g-input {
    border-radius: 7px 7px 0 0;
  }
  .b1-registrar-box .b1-input2:last-child .g-input {
    border-radius: 0 0 7px 7px;
  }
  .b1-olvido-box h3 {
    margin-bottom: 10px;
  }
  .b1-olvido-box h4 {
    margin-bottom: 20px;
  }
  .b1-olvido-box .b1-input3-group {
    padding: 10px 0 30px 0;
  }
  .b1-olvido-box .g-input {
  /*margin-bottom: -1px !important;*/ /*@Ral*/
    margin-bottom: 10px !important;
    border-radius: 7px;
  }
  .descargar-app {
    display: block;
  }
  .b1-ingresar-contrasena div {
    color: #0033a0;
  }
  .b1-ingresar-registrate {
    display: none;
  }
  .b1-ingresar-registro2 {
    display: block;
  }
  .b1-ingresar-registro2 p strong {
    text-transform: uppercase;
  }
  .b1-input1-group .g-input input {
    height: 44px;
  }
  .b1-input1-group .g-input:first-child input {
    border-radius: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .b1-input1-group .g-input:last-child input {
    border-radius: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .b1-right {
    min-height: auto;
  }
  .b1-ingresar,
  .b1-olvido {
    padding: 0;
  }
  .b1ToReturn,
  .b1ToReturn2 {
    top: 0;
  }
  .recuperar-contrasena footer {
    margin-bottom: 40px;
  }
  .recuperar-contrasena .foochatresponsive {
    bottom: 0;
  }
}
@media screen and (min-height: 569px) and (max-height: 736px) {
  .recuperar-contrasena .footer {
    position: fixed !important;
    bottom: 10px;
    left: 0;
  }
  .recuperar-contrasena .b1 {
    height: calc(100vh - 140px);
  }
  .recuperar-contrasena .wancho {
    height: 100%;
    display: table;
  }
  .recuperar-contrasena .b1-table {
    display: table-cell;
    vertical-align: middle;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10-select.hack {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0px;
}
.b10-select.hack span {
  width: auto !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
}
.overlayfanyb {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #000;
  z-index: 1200;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.overlayfanyb.active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.-fancybox {
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1300;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.-fancybox.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.-fancybox.modal-dialog {
  max-width: 578px;
  max-height: 228px;
  text-align: center;
  font-family: 'PoppinsSemiBold', sans-serif;
}
.-fancybox.modal-dialog h3 {
  color: #0033a0;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
.-f-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0033a0;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.-boxinner {
  width: 2000px;
  display: table-cell;
  vertical-align: middle;
}
.-imgfancy,
.-boxcontent {
  display: inline-block;
  vertical-align: middle;
}
.-imgborder {
  border: 2px solid #a054e2;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
}
.-boxcontent {
  width: 370px;
  margin-left: 55px;
}
.-boxcontent h2 {
  font-size: 18px;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #0033a0;
  margin-bottom: 10px;
}
.-boxcontent h3 {
  color: #0994fc;
  font-size: 18px;
  font-family: 'PoppinsSemiBold', sans-serif;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.-boxcontent h3:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -4px;
  left: 0;
  background: url("../media/img003.html") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.-fiitem {
  margin-top: 15px;
}
.-caracrs {
  color: #00e1cd;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
.-caracrs p {
  margin: 0;
}
.-nombre {
  font-family: 'PoppinsMedium', sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #c0c3d3;
  padding-bottom: 3px;
}
.-nombre p {
  margin: 0;
}
.b-botones-dialog {
  margin-top: 30px;
}
.b-botones-dialog .morado {
  margin-right: 30px;
}
.b-botones-dialog a {
  max-width: 72px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-height: 500px) {
  .-fancybox {
    overflow: hidden;
    padding-right: 0;
  }
  .-boxinner {
    display: block;
    width: 100%;
    padding: 20px 0px;
    height: 100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 820px) {
  .-imgfancy {
    display: none;
  }
  .-boxcontent {
    width: 100%;
    display: block;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .-boxcontent h2 {
    font-size: 20px;
  }
  .-boxcontent h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .-fancybox {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .-boxcontent {
    padding-right: 0;
    padding-left: 0;
  }
  .-f-close {
    left: inherit;
    right: 3px;
  }
}
.b10 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.b10-1 {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 400;
  text-align: center;
  background: -webkit-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -moz-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -o-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -ms-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: linear-gradient(to right, #987aff 0%, #e194e7 100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b10-1 p {
  color: #fff;
  text-transform: uppercase;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 25px;
  line-height: 1;
  display: table-cell;
  height: 89px;
  vertical-align: middle;
  width: 1200px;
}
.b10-1.hide {
  top: -300px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b10-2 {
  position: relative;
  display: table;
  width: 100%;
  background: -webkit-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -moz-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -o-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -ms-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: linear-gradient(to right, #987aff 0%, #e194e7 100%);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.b10-2.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b10-x1 {
  position: relative;
  top: -300px;
  display: table;
  width: 100%;
  background: -webkit-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -moz-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -o-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -ms-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: linear-gradient(to right, #987aff 0%, #e194e7 100%);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 299;
}
.b10-x1.active {
  top: 0px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b10-x1-table {
  display: table-cell;
  height: 60px;
  width: 2000px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.b10-x1-table p {
  margin: 0;
  font-size: 21px;
}
.b10-x1-table strong {
  font-weight: normal;
  font-family: 'PoppinsSemiBold', sans-serif;
}
.b10-x1-table i {
  font-style: normal;
}
.b10-2-box {
  position: relative;
}
.b10-2-item {
  position: relative;
  display: table-cell;
  width: 50%;
  height: 60px;
  vertical-align: middle;
}
.b10-2-item:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  background: #fff;
  -webkit-box-shadow: 1px 0px 2px 0px #fff;
  box-shadow: 1px 0px 2px 0px #fff;
  height: 60px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b10-2-item:first-child {
  width: 167px;
}
.b10-2-item:first-child figure {
  padding: 0 28px;
  cursor: pointer;
}
.b10-2-item:nth-child(3) {
  text-align: right;
  width: 40%;
}
.b10-2-item figure,
.b10-2-item .b10-p {
  padding: 0 60px;
  color: #fff;
}
.b10-2-item figure p,
.b10-2-item .b10-p p {
  font-size: 16px;
  font-family: 'PoppinsLight', sans-serif;
  display: block;
  line-height: 1;
  padding-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}
.b10-2-item figure h4,
.b10-2-item .b10-p h4 {
  font-family: 'PoppinsMedium', sans-serif;
  font-size: 14px;
  padding-right: 25px;
  line-height: 1.2;
  position: relative;
}
.b10-2-item figure h4 strong,
.b10-2-item .b10-p h4 strong {
  font-size: 20px;
  padding-right: 5px;
}
.b10-2-item figure h4:before,
.b10-2-item .b10-p h4:before {
  content: '';
  position: absolute;
  display: block;
  content: '\e608';
  font-family: 'icomoon';
  color: #fff;
  top: 0px;
  right: 0;
  font-size: 20px;
}
.b10-3 {
  position: relative;
  /*display: none;  VV impedía que se muestre en el staff*/
  width: 100%;
  background: -webkit-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -moz-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -o-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -ms-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: linear-gradient(to right, #987aff 0%, #e194e7 100%);
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.b10-3-box {
  position: relative;
}
.b10-3-form form {
  font-size: 0;
}
.b10-3-item {
  position: relative;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  padding: 0px;
  width: 2000px;
  text-align: center;
}
.b10-3-item:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  background: #0176bc;
  -webkit-box-shadow: 1px 0px 2px 0px #0032a0;
  box-shadow: 1px 0px 2px 0px #0032a0;
  height: 110px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b10-3-item.b10-p-logo {
  padding: 0 60px;
  text-align: center;
  width: 370px;
}
.b10-3-item p {
  color: #fff;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 40px;
  vertical-align: middle;
}
.b10-3-item .blanco {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  margin-right: 4%;
  border-radius: 0;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  position: relative;
}
.b10-3-item .blanco ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'OpenSansLight', sans-serif;
}
.b10-3-item .blanco :-moz-placeholder {
  color: #fff;
  font-family: 'OpenSansLight', sans-serif;
}
.b10-3-item .blanco ::-moz-placeholder {
  color: #fff;
  font-family: 'OpenSansLight', sans-serif;
}
.b10-3-item .blanco :-ms-input-placeholder {
  color: #fff;
  font-family: 'OpenSansLight', sans-serif;
}
.b10-3-item .blanco:before {
  content: '';
  position: absolute;
  display: block;
  content: '\e608';
  font-family: 'icomoon';
  font-size: 30px;
  color: #fff;
  bottom: 3px;
  right: 0px;
}
.b10-3-item .blanco input {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #fff;
  border-radius: 0px;
}
.b10-3-item .b10-3-btn {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.b10-3-item .b10-3-btn img {
  width: 15px;
  height: auto;
  margin: auto;
}
.b10-3-item .b10-3-btn button {
  border-radius: 7px;
  background: #0033a0;
  color: #fff;
  padding: 8px 15px;
  border: none;
}
.b10-selectx2 {
  margin-bottom: 0px;
}
.b10-selectx2 .select2-container {
  width: 200px !important;
}
@media screen and (max-width: 1550px) {
  .b10-3-item p {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
  .b10-3-item .blanco {
    width: 27%;
    margin-right: 3%;
  }
  .b10-3-item .b10-3-btn button {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .b10-2-item figure,
  .b10-2-item .b10-p {
    padding: 0 40px;
  }
  .b10-2-item {
    height: 90px;
  }
  .b10-2-item:before {
    height: 90px;
  }
  .b10-3-item.b10-p-logo {
    display: none;
  }
  .b10-3-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .b10-2-item .b10-p h4 {
    font-size: 13px;
  }
  .b10-2-item .b10-p h4 strong {
    font-size: 15px;
  }
  .b10-2-item .b10-p h4:before {
    top: -5px;
  }
  .b10-1 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b10-p-logo {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  .b10-3 {
    padding: 15px 0;
  }
  .b10-3-item .blanco {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
/* cambios R */
/* cambios para staff */
.con-nav .b10-3 {
  display: block;
}
.b10-3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b10-3.scroll {
  position: fixed;
  top: 0px;
}
.b10-3-item .blanco:before {
  display: none;
}
/* cambios para reserva 2 */
.b10-2-box {
  display: table;
  width: 100%;
  max-width: 1920px;
}
.b10-flechita {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .b10-flechita:hover {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.b10-3-item.b10-p-logo {
  width: 207px;
  display: none;
}
/* estilos para el bloque b10-3*/
.b10-3 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 16px;
  font-family: 'PoppinsLight', sans-serif;
}
.b10-3 .select2-container--default .select2-selection--single .select2-selection__arrow pointer-events,
.b10-3 .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 30px;
}
.b10-3 .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1700px) {
  .b10-3-item.b10-p-logo {
    width: 200px;
    padding: 0 20px;
  }
}
/* estilos para el bloque b10-2*/
.b10-2 {
  overflow: inherit !important;
}
.b10-2 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 16px;
  font-family: 'PoppinsLight', sans-serif;
}
.b10-2 .select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.b10-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: -5px;
}
@media screen and (max-width: 1350px) {
  .b10-p-logo {
    display: none;
  }
  .b10-2-item {
    width: 50%;
  }
  .b10-2-click {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .b10-2 .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .b10-3 .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .b10-selectx2 .select2-container {
    width: 128px !important;
  }
  .b10-2-item figure,
  .b10-2-item .b10-p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .b10-2-item:first-child figure {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .b10-2-item {
    display: block;
    width: 100% !important;
    height: auto;
    padding: 10px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left !important;
  }
  .b10-2-item p {
    margin-bottom: 15px;
  }
  .b10-2-item:before {
    height: 134px;
  }
  .b10-2-item:first-child {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 0 !important;
  }
  .b10-2-item:first-child figure {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 8px;
    padding: 0 !important;
  }
  .b10-2-item figure,
  .b10-2-item .b10-p {
    padding: 0 10px;
  }
  .b10-2.scroll,
  .b10-3.scroll {
    position: relative;
  }
  .b10-select {
    zoom: 1;
    vertical-align: top;
  }
  .b10-select p {
    width: 30%;
  }
  .b10-select:after,
  .b10-select:before {
    content: "";
    display: table;
  }
  .b10-select:after {
    clear: both;
  }
  .b10-select select {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    float: right;
    width: 65%;
  }
}
@media screen and (max-width: 570px) {
  .b10-2-item figure p {
    display: block;
  }
  .b10-flechita {
    width: 18px;
  }
  .b10-flechita img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .b10-2-item:first-child:before {
    height: 100%;
  }
  .b10-2-item:first-child {
    height: 50px;
  }
  .b10-2-item {
    padding-left: 0;
  }
  .b10-2-item:first-child {
    width: 100%;
    position: relative;
  }
  .b10-2-item:before {
    height: 1px !important;
    width: 100%;
    bottom: 0;
    top: auto;
    background: #fff;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  .b10-2 .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .b10-2 .select2-container {
    width: 260px !important;
  }
  .b10-2-item .b10-p p {
    font-size: 12px;
  }
}
/* --------------------------- */

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.agandar-hora {
  padding-top: 30px;
  padding-bottom: 100px;
}
.agendar-cnt {
  text-align: left;
}
.agendar-left {
  width: 166px;
  height: 166px;
  display: inline-block;
  vertical-align: middle;
  background-color: #15d1d1;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.agendar-left:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.agendar-left h2 {
  font-size: 16px;
  color: #fff;
  font-family: 'OpenSansSemibold', sans-serif;
  margin: 0;
  line-height: 100%;
}
.agendar-left strong {
  line-height: 100%;
  padding: 10px 0 0 0;
  display: block;
  font-size: 63px;
  font-weight: normal;
  font-family: 'PoppinsBold', sans-serif;
  color: #fff;
}
.agendar-left small {
  font-size: 20px;
  color: #fff;
  font-family: 'OpenSansLight', sans-serif;
  line-height: 100%;
}
.agendar-left .elegido {
  display: inline-block;
  vertical-align: middle;
}
.agendar-left {
  display: inline-block;
  vertical-align: middle;
}
.agendar-right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.agendar-right p {
  font-size: 20px;
  color: #0656c9;
  font-family: 'OpenSansSemibold', sans-serif;
  margin: 0;
}
.agendar-cnt-items {
  padding-top: 50px;
  font-size: 0;
}
.agendar-item {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 16px;
  padding: 0px 30px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid rgba(0,51,160,0.04);
}
.agendar-item:nth-child(5n+5) {
  border-right: 0;
}
.agendar-item .cnt-figure figure {
  max-width: 86px;
}
@media screen and (min-width: 1025px) {
  .agendar-item:hover label {
    background-color: #0994fc;
    color: #fff;
  }
}
.agendar-center {
  max-width: 270px;
  width: 100%;
  display: inline-block;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.agendar-center input {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.agendar-center input[type="radio"]:checked + .input {
  border: 1px solid #0994fc;
}
.agendar-center input[type="radio"]:checked + .input:before {
  visibility: visible;
}
.agendar-center input[type="radio"]:checked + .input + label {
  background-color: #0994fc;
  color: #fff;
}
.agendar-center .input {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #808080;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agendar-center .input:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #0994fc;
  border-radius: 50%;
  visibility: hidden;
}
.agendar-center label {
  width: 100%;
  display: block;
  height: 50px;
  background-color: rgba(128,128,128,0.15);
  color: #ccc7c7;
  line-height: 50px;
  text-align: center;
  border-radius: 12px;
  font-size: 20px;
}
.figure-table {
  font-size: 0;
  height: 125px;
  overflow-y: auto;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.figure-table .b8-item {
  width: 50%;
  max-width: inherit;
  vertical-align: top;
  margin-bottom: 0;
  text-align: center;
  padding: 0 10px;
}
.figure-table .b8-item.active figure {
  border-color: #0994fc;
}
.figure-table .b8-item.active p {
  color: #808080;
}
.figure-table .b8-item.active .b8-like,
.figure-table .b8-item.active .b8-check,
.figure-table .b8-item.active .b8-check2:before {
  background: #0994fc;
}
.figure-table .b8-item.active .b8-check2:after {
  border: 5px solid #0994fc !important;
}
.figure-table .b8-item figure {
  display: inline-block;
}
.figure-table .b8-item:last-child {
  margin-bottom: 0;
}
.figure-table .b8-name {
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 15px;
}
.figure-table .b8-name p {
  font-size: 13px;
}
.cnt-figure figure {
  display: inline-block;
  vertical-align: middle;
}
.cnt-figure figure:before {
  position: absolute;
  z-index: -1;
}
.cnt-figure {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 560px;
  background-color: #ceeafe;
  left: 20%;
  top: 80px;
  height: 130px;
  display: table;
  border-radius: 9px;
  z-index: 200;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.14);
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.14);
}
.cnt-figure:before {
  position: absolute;
  left: 18%;
  bottom: 100%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 36px 36px;
  border-color: transparent transparent #ceeafe transparent;
  pointer-events: none;
}
.cnt-figure .figure {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-figure figure {
  width: 86px;
  height: 86px;
  border: 2px solid #15d1d1;
  border-radius: 50%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.cnt-figure figure:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #d0f6f6;
  border-radius: 50%;
}
.cnt-figure figure i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  background-color: #15d1d1;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.cnt-figure span {
  padding-left: 20px;
  font-size: 16px;
  font-family: 'PoppinsMedium', sans-serif;
  width: 180px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-figure .agendar-img,
.cnt-figure span {
  display: table-cell;
  vertical-align: middle;
}
.cnt-figure.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.cnt-figure .b8-img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1366px) {
  .agandar-hora {
    padding-top: 25px;
  }
  .agendar-cnt-items {
    padding-top: 30px;
  }
  .agendar-item {
    padding: 0px 30px 15px 30px;
  }
  .agendar-center label {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .cnt-figure {
    height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .agendar-item {
    padding: 0 15px 15px 15px;
  }
  .agendar-item.active .cnt-figure {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .agendar-center label {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .figure-table .b8-item {
    width: 100%;
  }
  .agendar-item {
    width: 33.33%;
    vertical-align: top;
    padding: 5px 30px 15px 30px !important;
  }
  .agendar-item:nth-child(3n+1) {
    text-align: left;
  }
  .agendar-item:nth-child(3n+2) {
    text-align: left;
    padding: 5px 0px 60px 0px;
  }
  .agendar-item:nth-child(3n+3) {
    border: 0 !important;
    text-align: left;
  }
  .agendar-item:nth-child(2n+2) {
    border-right: 2px solid rgba(0,51,160,0.04);
  }
  .agendar-item:nth-child(2n+2) .cnt-figure {
    right: 0;
  }
  .agendar-item:nth-child(4n+4) {
    text-align: left;
    border-right: 2px solid rgba(0,51,160,0.04);
  }
  .agendar-item:nth-child(5n+5) {
    border-right: 2px solid rgba(0,51,160,0.04);
    text-align: left;
  }
  .agendar-item:nth-child(6n+6) {
    border: 0;
    text-align: left;
  }
  .cnt-figure {
    left: 0;
    top: initial;
    width: 100%;
    margin-top: 20px;
  }
  .cnt-figure .figure {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .agendar-center {
    max-width: none;
  }
  .agendar-center .input {
    bottom: initial;
    top: 20px;
  }
  .agendar-center input {
    top: 20px;
    bottom: initial;
  }
  .cnt-figure:before {
    border-width: 0 15px 15px 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .agendar-item:nth-child(3n+3) .cnt-figure {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .agendar-cnt {
    text-align: center;
  }
  .agendar-cnt-items {
    padding-top: 20px;
  }
  .agendar-item {
    width: 50%;
    border: 0 !important;
    padding: 5px 15px 15px 15px !important;
  }
  .agendar-right p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .agendar-item {
    width: 100%;
  }
  .agendar-center {
    max-width: 100%;
  }
  .cnt-figure {
    left: 0;
    top: initial;
    width: 100%;
    margin-top: 20px;
  }
  .cnt-figure .figure {
    display: block;
  }
  .cnt-figure .figure:first-child {
    border-bottom: 1px solid #fff;
  }
  .cnt-figure.active {
    position: relative;
  }
  .agendar-item {
    padding: 5px 40px 15px 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .agendar-item.active .cnt-figure {
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  padding: 100px 0 50px 0;
}
.b12-title {
  text-align: center;
  padding-bottom: 30px;
}
.b12-title h2 {
  font-size: 24px;
  color: #0033a0;
  font-family: 'PoppinsLight', sans-serif;
  font-weight: normal;
}
.b12-title strong {
  color: #0033a0;
  font-weight: normal;
  font-family: 'PoppinsSemiBold', sans-serif;
}
.b12-center {
  max-width: 760px;
  margin: auto;
  text-align: center;
}
.b12-info {
  position: relative;
  padding: 55px 20px;
  position: relative;
}
.b12-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f6fc;
}
.b12-fecha {
  width: 113px;
  height: 113px;
  background-color: #0033a0;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 88px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b12-fecha:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.b12-fecha i {
  width: 31px;
  height: 31px;
  line-height: 31px;
  background-color: #0994fc;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 80%;
  bottom: 80%;
}
.b12-before {
  display: inline-block;
  vertical-align: middle;
}
.b12-before margin,
.b12-before small {
  font-size: 24px;
  font-family: 'PoppinsLight', sans-serif;
  line-height: 100%;
  color: #fff;
}
.b12-before strong {
  font-size: 62px;
  line-height: 100%;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #fff;
  display: block;
}
.b12-text-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 220px;
}
.b12-lista {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.b12-lista:last-child {
  margin-bottom: 0;
}
.b12-lista i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #0994fc;
  width: 20px;
  display: block;
  text-align: center;
  font-size: 20px;
}
.b12-lista span {
  color: #808080;
  font-family: 'PoppinsMedium', sans-serif;
  font-size: 18px;
}
.b12-lista a {
  text-decoration: underline;
  color: #0994fc;
  margin-top: 4px;
  margin-left: 10px;
  font-family: 'PoppinsLight', sans-serif;
  display: inline-block;
  vertical-align: top;
}
.b12-cnt-btn {
  padding-top: 40px;
  text-align: right;
}
.b12-cnt-btn .btn2 {
  background-color: #0033a0;
  margin-right: 30px;
}
.b12-cnt-btn .btn2 i {
  font-size: 15px;
}
.b12-cnt-btn .btn3 {
  display: none;
}
.b12-cnt-btn .btn3 i {
  font-size: 15px;
}
.b12-cnt-map {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.b12-cnt-map.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2000;
}
.google-map {
  width: 100%;
  height: 100%;
}
.close-map {
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 50%;
  line-height: 80px;
  text-align: center;
  z-index: 200;
  font-size: 16px;
  color: #0033a0;
  font-family: 'PoppinsSemiBold', sans-serif;
  -webkit-box-shadow: -1px -4px 18px 0px rgba(0,0,0,0.66);
  box-shadow: -1px -4px 18px 0px rgba(0,0,0,0.66);
}
.b12-nombre {
  color: #0994fc;
  font-size: 18px;
  font-family: 'PoppinsMedium', sans-serif;
}
.b12-nombre strong {
  font-weight: normal;
  color: #808080;
  display: inline-block;
  position: relative;
  padding-left: 17px;
  margin-left: 9px;
}
.b12-nombre strong:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 5px;
  width: 2px;
  height: 16px;
  background: #808080;
}
.b12-listas {
  color: #0033a0;
  font-size: 14px;
  font-family: 'PoppinsMedium', sans-serif;
  margin-top: 20px;
}
.b12-listas li {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 30px;
  padding-bottom: 6px;
  color: #808080;
}
.b12-listas li.b12-listas-pagadas {
  padding-left: 27px;
}
.b12-listas li.b12-listas-pagadas:before {
  height: 19px;
  width: 20px;
  background-image: url("../img/b12-icono-1.png");
}
.b12-listas li.b12-listas-confirmadas:before {
  height: 24px;
  width: 24px;
  background-image: url("../img/b12-icono-2.png");
}
.b12-listas li.b12-listas-no-pagadas {
  padding-left: 27px;
}
.b12-listas li.b12-listas-no-pagadas:before {
  height: 21px;
  width: 18px;
  background-image: url("../img/b12-icono-3.png");
}
.b12-listas li.b12-listas-no-confirmadas:before {
  height: 24px;
  width: 24px;
  background-image: url("../img/b12-icono-4.png");
}
.b12-listas li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .b12-historia .b12-center {
    overflow: hidden;
  }
  .b12-historia .b12-info {
    overflow: hidden;
  }
  .b12-historia .b12-info:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.9s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -moz-transition: all 0.9s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -o-transition: all 0.9s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -ms-transition: all 0.9s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    transition: all 0.9s cubic-bezier(0.57, 0.07, 0.44, 1.5);
  }
  .b12-historia .b12-title {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .b12-historia .b12-fecha {
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-transition: all 0.6s ease 1s;
    -moz-transition: all 0.6s ease 1s;
    -o-transition: all 0.6s ease 1s;
    -ms-transition: all 0.6s ease 1s;
    transition: all 0.6s ease 1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b12-historia .b12-text-info {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -o-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-transition: all 0.6s ease 1.3s;
    -moz-transition: all 0.6s ease 1.3s;
    -o-transition: all 0.6s ease 1.3s;
    -ms-transition: all 0.6s ease 1.3s;
    transition: all 0.6s ease 1.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b12-historia .b12-cnt-btn {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s ease 1.6s;
    -moz-transition: all 0.6s ease 1.6s;
    -o-transition: all 0.6s ease 1.6s;
    -ms-transition: all 0.6s ease 1.6s;
    transition: all 0.6s ease 1.6s;
  }
  .b12-historia .b12-cnt-btn a {
    margin-right: 0;
  }
  .b12.active.b12-historia .b12-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b12.active.b12-historia .b12-info:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b12.active.b12-historia .b12-fecha {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b12.active.b12-historia .b12-text-info {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b12.active.b12-historia .b12-cnt-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1400px) {
  body.sin-nav2 .footer.footer-historia {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .b12 {
    padding: 0;
    height: calc(100vh - 144px);
    position: relative;
  }
  .b12 .wancho {
    height: 100%;
    display: table;
  }
  .b12 .b12-cnt {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .b12-cnt-btn {
    text-align: center;
  }
  .b12-lista a {
    display: block;
    margin-left: 0;
  }
  .b12-lista span {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b12-fecha {
    left: 50px;
  }
  .b12-text-info {
    margin-left: 180px;
  }
  .b12 {
    padding: 30px 0;
  }
  .b12-listas li {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .b9-item-mes {
    padding-left: 15px;
  }
  .b9-item-mes .b12-fecha {
    margin-left: 0;
    margin-right: auto;
  }
  .b12-fecha {
    position: relative;
    left: 0;
    margin: auto;
    margin-bottom: 20px;
  }
  .b12-text-info {
    margin: 0;
  }
  .b12-info {
    padding: 20px 10px;
  }
  .b12-title h2 {
    font-size: 16px;
  }
  .b12-cnt-btn .btn2 {
    margin: 0 0 20px 0;
  }
  .b12-cnt-btn a {
    vertical-align: top;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.citas-pendientes .b9 {
  padding-bottom: 105px;
}
.menu-agendar-cita {
  color: #012f7f;
  background: #f3d727;
  margin: 0;
  text-transform: uppercase;
  padding: 20px 0 9px 0;
  z-index: 50;
  text-align: center;
  font-size: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.menu-agendar-cita li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-family: 'PoppinsBold', sans-serif;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 11px 11px 0;
  zoom: 1;
}
.menu-agendar-cita li:after,
.menu-agendar-cita li:before {
  content: "";
  display: table;
}
.menu-agendar-cita li:after {
  clear: both;
}
.menu-agendar-cita li:last-child {
  margin: 0;
}
.menu-agendar-cita li:nth-child(3) img,
.menu-agendar-cita li:last-child img {
  margin-top: 17px;
}
.menu-agendar-cita a {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #0033a0;
  padding: 0 20px;
  padding-right: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-agendar-cita .citas-icon {
  display: inline-block;
  color: #0033a0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-agenda-btn {
  display: none;
}
.menu-agenda-btn .menu-agenda-open {
  display: none;
}
@media screen and (min-width: 1025px) {
  .menu-agendar-cita a:hover {
    background: #0033a0;
    color: #fff;
  }
  .menu-agendar-cita a:hover .citas-icon {
    color: #fff;
  }
}
@media screen and (min-width: 441px) {
  .menu-agendar-cita nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .menu-agendar-cita li {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .menu-agendar-cita .citas-icon {
    font-size: 16px;
    right: 15px;
  }
  .menu-agendar-cita a {
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .menu-agenda-btn {
    display: block;
    text-align: center;
  }
  .menu-agenda-btn.active .menu-agenda-open {
    display: block;
  }
  .menu-agendar-cita nav {
    display: none;
    margin-top: 20px;
  }
  .menu-agendar-cita li {
    display: block;
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  text-align: center;
}
.b14.active .b14-fancy {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2000;
}
.b14.active .b14-overlay {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  visibility: visible;
  z-index: 2000;
}
.b14-fancy {
  position: fixed;
  top: -100%;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 960px;
  width: 95%;
  height: 375px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 30px;
}
.b14-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.b14-form-title {
  text-align: left;
  margin-bottom: 20px;
}
.b14-form-title h3 {
  font-size: 25px;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #0032a0;
  margin: 0;
}
.b14-cnt-formulario {
  padding: 84px 71px 30px 71px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b14-close {
  background: url("../img/b14-close.png") 0px 0px no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 16px;
  right: 13px;
  cursor: pointer;
}
.b14-form {
  text-align: left;
  position: relative;
}
.b14-input {
  display: inline-block;
  width: 100%;
  padding-right: 255px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.b14-input label {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #43575e;
  color: #43575e;
  padding: 0 25px 0 15px;
  background: rgba(67,87,94,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  cursor: auto;
}
.b25-input {
  position: absolute;
  top: 0;
  right: 0;
}
.b25-labelx {
  position: relative;
  height: 40px;
}
.b25-labelx label {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  line-height: 40px;
  background: #fff;
  color: #0032a0;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0032a0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-family: 'PoppinsSemiBold', sans-serif;
  padding: 0 25px 0 55px;
}
.b25-labelx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b14-icon-btn {
  background: url("../img/b14-ico-btn.png") 0px 0px no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 24px;
}
.b14-botons {
  text-align: center;
  margin-top: 75px;
}
.b14-botons .btn1 {
  margin: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .b14-cnt-formulario {
    padding: 65px 30px 30px 30px;
  }
  .b14-fancy {
    height: 350px;
  }
  .b14-form .g-input {
    padding-right: 240px;
  }
}
@media screen and (max-width: 640px) {
  .b14-cnt-formulario {
    padding-top: 55px;
  }
  .b14-input {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .b25-input {
    margin-top: 20px;
    position: relative;
  }
  .b14-botons {
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .b14-cnt-formulario {
    padding: 65px 20px 30px 20px;
  }
  .b14-botons .btn1 {
    margin: 0 4px;
  }
}
@media screen and (max-width: 360px) {
  .b14-cnt-formulario {
    padding: 65px 15px 30px 15px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.teleconsulta-nav .header {
  position: relative;
  top: 0;
}
.teleconsulta-nav .b10 {
  position: relative;
}
.teleconsulta-nav .b10-1 {
  position: relative !important;
  display: block !important;
  top: inherit;
}
.teleconsulta-nav .wrapper {
  padding-top: 0;
}
.b15-teleconsulta {
  padding: 30px 0;
}
.b15-teleconsulta .b12-info {
  padding: 0 !important;
}
.b15-teleconsulta .b12-info:before {
  display: none;
}
.b15-teleconsulta .b9-item-discripcion {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 550px;
  margin: 0 auto;
}
.b15-teleconsulta .b12-fecha {
  left: 0;
  background: #00b4f6;
  top: 8px;
}
.b15-teleconsulta .b9-item-mes {
  border: 0;
  padding-left: 0;
}
.b15-teleconsulta .b9-item-mes:after,
.b15-teleconsulta .b9-item-mes:before {
  display: none;
}
.b15-teleconsulta .b9-item-mes .b12-fecha {
  background: #00b4f6;
  bottom: inherit;
}
.b15-teleconsulta .b9-item-mes .b12-text-info {
  margin-left: 90px;
}
.b15-teleconsulta .b12-nombre {
  color: #00b4f6;
}
.b15-teleconsulta .b12-lista i,
.b15-teleconsulta .b12-lista a {
  color: #00b4f6;
}
.b15-teleconsulta-ctn {
  max-width: 700px;
  border: 2px solid #eee;
  padding: 45px 0 125px 0;
  background: rgba(250,250,250,0.3);
  text-align: center;
}
.b15-teleconsulta-ctn h2 {
  font-size: 25px;
  color: #00b4f6;
  font-weight: normal;
  font-family: 'PoppinsBold', sans-serif;
  margin-bottom: 50px;
}
.b15-horas {
  margin-bottom: 50px;
}
.b15-horas h3 {
  font-weight: normal;
  color: #9954db;
  font-family: 'PoppinsBold', sans-serif;
  margin: 0 30px 0 0;
  font-size: 55px;
  display: inline-block;
  vertical-align: top;
}
.b15-horas a {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .b15-teleconsulta-ctn {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b15-teleconsulta-ctn {
    padding: 30px 0;
  }
  .b15-teleconsulta-ctn h2 {
    margin-bottom: 30px;
  }
  .b15-horas {
    margin-bottom: 30px;
  }
  .b15-teleconsulta .b9-item-discripcion {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .b15-horas h3 {
    margin-right: 15px;
    font-size: 25px;
    margin-top: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16.b3fancyform {
  max-width: 800px;
  width: 95%;
  height: 500px;
}
.b16.b4fancyform {
  max-width: 800px;
  width: 95%;
  height: 500px;
}
.b16 .b3boxform2 {
  height: 500px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0;
}
.b16 .b3texterror {
  font-size: 14px;
  color: #808080;
  font-family: 'OpenSansLight', sans-serif;
  text-align: justify;
  margin-bottom: 15px;
}
.b16 .b3checkfancy {
  display: block;
  width: 98%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
}
.b16 .b3link {
  padding-top: 10px;
}
.b16 h3 {
  font-family: 'PoppinsBold', sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #0033a0;
}
.b16 .b3error {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.b16 .b3error img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .b16.b3fancyform {
    height: 400px;
  }
  .b16 .b3boxform2 {
    height: 400px;
  }
  .b16 .b3error {
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -15px;
    right: -5px;
  }
  .b16 .b3error img {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b16 .b3error {
    top: 0;
    right: 0;
  }
  .b16 .b3boxform2 {
    height: 100%;
  }
  .b16.b3fancyform {
    height: 95%;
  }
}
@media screen and (max-width: 480px) {
  .b16 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .b16 h3 {
    font-size: 15px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  padding-top: 90px;
  padding-bottom: 25px;
}
.b17 ::selection {
  background: transparent;
}
.b17main.wancho {
  max-width: 940px;
}
.b17-title {
  line-height: 1;
  color: #43575e;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 16px;
  text-align: center;
}
.b17-title h1 {
  color: #0033a0;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 25px;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.b17-title h1:after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #0033a0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b17-title p {
  margin-bottom: 0;
}
.b17ver {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 400;
}
.b17cntitems {
  margin-top: 90px;
}
.b17padre {
  width: 100%;
  font-size: 0;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.b17padre.margen {
  margin-bottom: 285px;
}
.b17padre .b17item:nth-child(3) {
  margin-right: 0;
}
.b17item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  overflow: hidden;
  margin-top: 0.5%;
  margin-right: 2%;
}
.b17envolver {
  position: relative;
}
.b17Content {
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.b17Btn {
  display: block;
  padding-bottom: 20px;
}
.b17-mainbtn {
  background: transparent;
  border: 1px solid #0a96ff;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b17-btncnt {
  position: relative;
}
.b17-btncnt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19px 0 19px;
  border-color: #0a96ff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b17-btncnt:after {
  content: "\e90e";
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #0a96ff;
  font-family: 'icomoon';
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b17-tablebtn {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
}
.b17-group {
  display: inline-block;
  vertical-align: middle;
  padding-right: 75px;
  position: relative;
  text-align: left;
}
.b17-text-btn {
  display: inline-block;
  line-height: 1;
  color: #0a96ff;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b17-wrap-imgs {
  width: 56px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b17-wrap-imgs figure {
  width: 100%;
}
.b17-wrap-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.b17-imgbtn-normal {
  position: relative;
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b17-imgbtn-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b17capa {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #ffa500;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  cursor: pointer;
}
.b17capa.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  background: transparent;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b17item:hover .b17-mainbtn {
    background: #0a96ff;
  }
  .b17item:hover .b17-btncnt:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b17item:hover .b17-btncnt:after {
    color: #fff;
  }
  .b17item:hover .b17-text-btn {
    color: #fff;
  }
  .b17item:hover .b17-imgbtn-normal {
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b17item:hover .b17-imgbtn-hover {
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b17item.active .b17-mainbtn {
    background: #0a96ff;
  }
  .b17item.active .b17-btncnt:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b17item.active .b17-btncnt:after {
    color: #fff;
  }
  .b17item.active .b17-text-btn {
    color: #fff;
  }
  .b17item.active .b17-imgbtn-normal {
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b17item.active .b17-imgbtn-hover {
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b17info {
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
  overflow: hidden;
}
.b17info.active {
  height: 285px;
  visibility: visible;
}
.b17center {
  position: relative;
  overflow: hidden;
}
.b17center.wancho {
  max-width: 940px;
}
.b17Overflow {
  overflow: hidden;
}
.b17block {
  display: table-cell;
  vertical-align: top;
  width: 2000px;
  height: 235px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
}
.b17TableBLock {
  position: relative;
}
.b17-subtitle-block {
  border-bottom: 1px solid rgba(0,50,160,0.5);
  padding-bottom: 10px;
}
.b17-subtitle-block h3 {
  color: #0a96ff;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.b17-campos {
  padding-top: 30px;
}
.b17-campos ul {
  font-size: 0;
  padding: 0 20px;
}
.b17-campos li {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.b17-campos li:nth-child(4n+4) {
  margin-right: 0;
}
.b17-radio-item label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  line-height: 1.2;
  color: #43575e;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.b17-radio-item input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.b17-radio-item input[type="radio"]:checked + label {
  background: #0a96ff;
  color: #fff;
  border: 1px solid #0a96ff;
}
.b17close {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  color: #0a96ff;
  text-align: center;
  font-size: 25px;
  border: 2px solid #0a96ff;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .b17close:hover {
    background: #f2f2f2;
    color: #fff;
  }
}
.b17-foot {
  padding-top: 30px;
}
.b17-cnt-foot.wancho {
  max-width: 940px;
}
.b17-subtitle-foot {
  border-bottom: 1px solid rgba(0,50,160,0.5);
  padding-bottom: 10px;
}
.b17-subtitle-foot h3 {
  color: #0a96ff;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.b17-group-foot {
  padding-top: 35px;
  padding-bottom: 50px;
}
.b17-group-foot ul {
  font-size: 0;
}
.b17-group-foot li {
  display: inline-block;
  vertical-align: top;
}
.b17-group-foot li:first-child {
  border-right: 1px solid rgba(0,50,160,0.5);
  padding-right: 90px;
}
.b17-group-foot li:first-child .b17-campo-foot label {
  margin-right: 25px;
}
.b17-group-foot li:last-child {
  padding-left: 60px;
}
.b17-group-foot li:last-child .b17-campo-foot label {
  margin-right: 70px;
}
.b17-campo-foot label {
  display: inline-block;
  vertical-align: middle;
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 15px;
}
.b17-input-foot {
  display: inline-block;
  vertical-align: middle;
  width: 185px;
  height: 40px;
  font-size: 0;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b17-input-foot ::-webkit-input-placeholder {
  color: #43575e;
  font-family: 'PoppinsRegular', sans-serif;
}
.b17-input-foot :-moz-placeholder {
  color: #43575e;
  font-family: 'PoppinsRegular', sans-serif;
}
.b17-input-foot ::-moz-placeholder {
  color: #43575e;
  font-family: 'PoppinsRegular', sans-serif;
}
.b17-input-foot :-ms-input-placeholder {
  color: #43575e;
  font-family: 'PoppinsRegular', sans-serif;
}
.b17-input-foot input {
  width: 100%;
  height: 38px;
  background: none;
  color: #43575e;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 14px;
  text-align: center;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.b17-envolve-input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  height: 40px;
  border-top: 1px solid rgba(0,50,160,0.5);
  border-bottom: 1px solid rgba(0,50,160,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b17-btn-menos,
.b17-btn-mas {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: #0a96ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.b17-btn-menos {
  border-radius: 5px 0px 0px 5px;
}
.b17-btn-mas {
  border-radius: 0px 5px 5px 0px;
}
.b17-textarea-foot {
  border-radius: 5px;
  border: 1px solid rgba(0,50,160,0.5);
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b17-textarea-foot ::-webkit-input-placeholder {
  color: #0a96ff;
  font-family: 'OpenSansLight', sans-serif;
}
.b17-textarea-foot :-moz-placeholder {
  color: #0a96ff;
  font-family: 'OpenSansLight', sans-serif;
}
.b17-textarea-foot ::-moz-placeholder {
  color: #0a96ff;
  font-family: 'OpenSansLight', sans-serif;
}
.b17-textarea-foot :-ms-input-placeholder {
  color: #0a96ff;
  font-family: 'OpenSansLight', sans-serif;
}
.b17-textarea-foot textarea {
  width: 100%;
  height: 100px;
  background: none;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 16px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
}
.b17-textarea-2 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.b18-btn-foot {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .b17 {
    padding: 50px 0;
  }
  .b17cntitems {
    margin-top: 40px;
  }
  .b17ver {
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    transition: height 0.2s ease;
    z-index: -1;
  }
  .b17ver.active {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    visibility: visible;
    z-index: 1500;
  }
  .b17padre.margen {
    margin-bottom: 0;
  }
  .b17info {
    height: 480px;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: inherit;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
  }
  .b17info.active {
    height: 385px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    z-index: 1550;
    visibility: visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .b17TableBLock {
    position: inherit;
  }
  .b17-radio-item label {
    font-size: 14px;
  }
  .b17close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    z-index: 2;
    top: 15px;
    right: 0px;
  }
}
@media screen and (max-width: 960px) {
  .b17-mainbtn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b17-tablebtn {
    padding-right: 20px;
  }
  .b17-group {
    display: block;
    padding-right: 0;
  }
  .b17-text-btn {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .b17-text-btn br {
    display: none;
  }
  .b17-wrap-imgs {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
    width: 40px;
  }
  .b17-campos li {
    width: 32%;
    margin-bottom: 35px;
  }
  .b17-campos li:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .b17-campos li:nth-child(4n+4) {
    margin-right: 2%;
  }
  .b17-foot {
    margin-top: 50px;
  }
  .b17-group-foot li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b17-group-foot li:first-child {
    padding-right: 0;
  }
  .b17-group-foot li:first-child .b17-campo-foot label {
    margin-right: 0;
  }
  .b17-group-foot li:last-child {
    padding-left: 0;
  }
  .b17-group-foot li:last-child .b17-campo-foot label {
    margin-right: 0;
  }
  .b17-campo-foot {
    text-align: center;
  }
  .b17-campo-foot label {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b17ver {
    height: 150%;
  }
  .b17info {
    height: 100%;
  }
  .b17info.active {
    height: 100%;
    overflow: auto;
  }
  .b17-campos li {
    width: 49%;
  }
  .b17-campos li:nth-child(odd) {
    margin-right: 2% !important;
  }
  .b17-campos li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .b17 {
    padding: 30px 0;
  }
  .b17-title {
    line-height: 1.2;
    font-size: 15px;
  }
  .b17Btn,
  .b17capa {
    cursor: auto;
  }
  .b17cntitems {
    margin-top: 20px;
  }
  .b17-mainbtn {
    background: #fff;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b17Overflow {
    padding-right: 0;
  }
  .b17block {
    display: block;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .b17TableBLock {
    display: block;
    width: auto;
    height: auto;
    padding-top: 70px;
  }
  .b17-subtitle-block h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .b17padre .b17item:nth-child(3) {
    margin-right: auto;
  }
  .b17cntitems {
    margin-top: 30px;
  }
  .b17item {
    display: block;
    width: 230px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .b17-tablebtn {
    height: 80px;
  }
  .b17-group-foot li {
    display: block;
    width: 100%;
  }
  .b17-group-foot li:first-child {
    border-right: none;
    margin-bottom: 30px;
  }
  .b18-btn-foot {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  padding-top: 95px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .b18.active .b18-titlebox h2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b18.active .b18-titlebox p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b18.active .b18-arrowbox {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: anima_arrow_right;
    -moz-animation-name: anima_arrow_right;
    -o-animation-name: anima_arrow_right;
    -ms-animation-name: anima_arrow_right;
    animation-name: anima_arrow_right;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
  }
}
.b18-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.b18-itembox {
  width: 25%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0);
  box-shadow: 0px 4px 14px 1px rgba(0,0,0,0);
  padding: 30px 3%;
  margin: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b18-itembox:nth-child(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 35px;
}
.b18-itembox:nth-child(2),
.b18-itembox:nth-child(3),
.b18-itembox:nth-child(4) {
  padding-bottom: 71px;
}
.b18-itembox:nth-child(2) {
  background: #002678;
}
.b18-itembox:nth-child(3) {
  background: #0033a0;
}
.b18-itembox:nth-child(4) {
  background: #0848a5;
}
@media screen and (min-width: 1025px) {
  .b18-itembox:hover {
    background: #9354d5;
    -webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.2);
  }
  .b18-itembox:hover .b18btnbox-1:after {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: anima_arrow_right;
    -moz-animation-name: anima_arrow_right;
    -o-animation-name: anima_arrow_right;
    -ms-animation-name: anima_arrow_right;
    animation-name: anima_arrow_right;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .b18-itembox:nth-child(1):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b18-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.b18-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0032a0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.b18-wrap {
  position: relative;
  z-index: 2;
  margin: 0;
}
.b18-titlebox {
  color: #fff;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 17px;
}
.b18-titlebox h2 {
  color: #fff;
  font-family: 'PoppinsBold', sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
.b18-titlebox p {
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b18-titlebox h2 {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 2s;
    -moz-transition: all 0.4s ease-in-out 2s;
    -o-transition: all 0.4s ease-in-out 2s;
    -ms-transition: all 0.4s ease-in-out 2s;
    transition: all 0.4s ease-in-out 2s;
  }
  .b18-titlebox p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 2.5s;
    -moz-transition: all 0.4s ease-in-out 2.5s;
    -o-transition: all 0.4s ease-in-out 2.5s;
    -ms-transition: all 0.4s ease-in-out 2.5s;
    transition: all 0.4s ease-in-out 2.5s;
  }
}
.b18-arrowbox {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .b18-arrowbox {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 3s;
    -moz-transition: all 0.4s ease-in-out 3s;
    -o-transition: all 0.4s ease-in-out 3s;
    -ms-transition: all 0.4s ease-in-out 3s;
    transition: all 0.4s ease-in-out 3s;
  }
}
.b18-imgbox {
  margin: 0;
  margin-bottom: 10px;
}
.b18-imgbox img {
  display: block;
  width: auto;
  height: 48px;
  margin: 0;
}
.b18-textbox {
  line-height: 1.5;
  color: #fff;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 14px;
}
.b18-textbox p {
  margin-bottom: 0;
}
.b18-btnbox {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12%;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.b18btnbox-1 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  font-family: 'PoppinsBold', sans-serif;
  font-size: 18px;
  position: relative;
  padding-right: 25px;
}
.b18btnbox-1:after {
  content: "\e91b";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 15px;
  position: absolute;
  top: -1px;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .b18 {
    padding: 50px 0;
  }
  .b18-itembox {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .b18-titlebox {
    font-size: 15px;
  }
  .b18-titlebox h2 {
    font-size: 20px;
  }
  .b18-textbox {
    font-size: 13px;
  }
  .b18-btnbox {
    padding-left: 10%;
    padding-right: 10%;
  }
  .b18btnbox-1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1018px) {
  .b18-itembox {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .b18 {
    padding: 30px 0;
  }
  .b18-itembox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .b18-imgbox img {
    height: 40px;
  }
  .b18-btnbox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .b18btnbox-1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .b18-itembox {
    width: 100%;
  }
}
@-moz-keyframes anima_arrow_right {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes anima_arrow_right {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes anima_arrow_right {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes anima_arrow_right {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-bottom: 85px;
}
.b19-titulo {
  margin-bottom: 30px;
}
.b19-titulo h2 {
  color: #0032a0;
  font-family: 'PoppinsBold', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}
.b19-wrap {
  position: relative;
  margin-bottom: 85px;
}
.b19-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #9354d5;
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
.b19-itembox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 15px 25px;
}
.b19-img {
  width: 55px;
  margin: 0;
}
.b19-img img {
  display: block;
  width: 100%;
  height: auto;
}
.b19-info {
  padding-left: 10px;
  margin: 0;
}
.b19-title {
  margin-bottom: 10px;
}
.b19-title h3 {
  color: #43575e;
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
.b19-text {
  line-height: 1;
  color: #0a96ff;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 12px;
}
.b19-text p {
  margin-bottom: 0;
}
.b19-text strong {
  font-family: 'PoppinsSemiBold', sans-serif;
  font-weight: normal;
  font-size: 25px;
}
.b19-link {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 2;
}
.b19-ctn-link {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.b19-linktext {
  display: inline-block;
  line-height: 1;
  color: #9354d5;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 16px;
  position: relative;
  padding: 0 25px;
}
.b19-arrow-left:before,
.b19-arrow-left:after {
  content: "\e91e";
  display: inline-block;
  color: #9354d5;
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 3px;
}
.b19-arrow-left:before {
  left: 0;
  -webkit-animation: b19AnimaArrow 1s linear infinite 0.2s;
  -moz-animation: b19AnimaArrow 1s linear infinite 0.2s;
  -o-animation: b19AnimaArrow 1s linear infinite 0.2s;
  -ms-animation: b19AnimaArrow 1s linear infinite 0.2s;
  animation: b19AnimaArrow 1s linear infinite 0.2s;
}
.b19-arrow-left:after {
  left: 10px;
  -webkit-animation: b19AnimaArrow 1s linear infinite;
  -moz-animation: b19AnimaArrow 1s linear infinite;
  -o-animation: b19AnimaArrow 1s linear infinite;
  -ms-animation: b19AnimaArrow 1s linear infinite;
  animation: b19AnimaArrow 1s linear infinite;
}
.b19-arrow-right:before,
.b19-arrow-right:after {
  content: "\e90e";
  display: inline-block;
  color: #9354d5;
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 3px;
}
.b19-arrow-right:before {
  right: 10px;
  -webkit-animation: b19AnimaArrow 1s linear infinite;
  -moz-animation: b19AnimaArrow 1s linear infinite;
  -o-animation: b19AnimaArrow 1s linear infinite;
  -ms-animation: b19AnimaArrow 1s linear infinite;
  animation: b19AnimaArrow 1s linear infinite;
}
.b19-arrow-right:after {
  right: 0;
  -webkit-animation: b19AnimaArrow 1s linear infinite 0.2s;
  -moz-animation: b19AnimaArrow 1s linear infinite 0.2s;
  -o-animation: b19AnimaArrow 1s linear infinite 0.2s;
  -ms-animation: b19AnimaArrow 1s linear infinite 0.2s;
  animation: b19AnimaArrow 1s linear infinite 0.2s;
}
.b19-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 535px;
  width: 100%;
  margin: auto;
}
.b19-btn:last-child a {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 1024px) {
  .b19 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b19-itembox {
    width: 160px;
  }
  .b19-titulo h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .b19 {
    padding-bottom: 30px;
  }
  .b19-wrap {
    margin-bottom: 50px;
  }
  .b19-btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b19-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .b19-btn:last-child {
    margin-bottom: 0;
  }
}
@-moz-keyframes b19AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  90% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes b19AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  90% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes b19AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  90% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes b19AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  90% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 300px;
  padding-top: 85px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b2:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d2d1ec;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.navlog-foto .navlog-foto-aux{
  display: table-cell;
  width: 300px;
  height: 200px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navlog-txt-foto {
  position: relative;
  margin: 0 18px 0 25px;
  padding-left: 90px;
}
.navlog-txt-foto figure {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.navlog-txt-foto figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.navlog-txt-foto h2 {
  font-family: 'PoppinsBold', sans-serif;
  color: #0033a0;
  line-height: 25px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  padding-top: 12px;
}
.navlog-cambiarfoto p,
.navlog-editarcuenta p {
  display: block;
  padding-bottom: 12px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.navlog-cambiarfoto p:hover,
.navlog-editarcuenta p:hover {
  text-decoration: underline;
}
.navlog-cambiarfoto p i,
.navlog-editarcuenta p i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 17px;
}
.navlog-cambiarfoto {
  position: relative;
}
.navlog-cambiarfoto p {
  cursor: pointer;
  text-align: left;
  padding-left: 42px;
}
.navlog-cambiarfoto label {
  cursor: pointer;
}
.navlog-cambiarfoto input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.navlog-editarcuenta {
  display: none;
}
.navlog-menu {
  position: relative;
  font-family: 'PoppinsMedium', sans-serif;
}
.navlog-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.navlog-menu li a {
  display: table-cell;
  width: 330px;
  height: 50px;
  vertical-align: middle;
  padding: 0 27px 0 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  background-color: transparent;
  color: #43575e;
  font-size: 16px;
}
.navlog-menu li:before,
.navlog-menu li:after {
  content: '';
  position: absolute;
  display: block;
  font-size: 15px;
}
@media screen and (min-width: 1025px) {
  .navlog-menu li:hover {
    background: #0033a0;
  }
  .navlog-menu li:hover a {
    color: #fff;
  }
  .navlog-menu li:hover .navlog-hover1 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .navlog-menu li:hover .navlog-hover2 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .navlog-menu li:hover.celeste {
    background: #0994fc;
  }
  .navlog-menu li:hover.mora {
    background: #9954db;
  }
  .navlog-menu li:hover span.icon-15 {
    color: #fff;
  }
  .navlog-menu li:hover span.icon-15.opacity-1 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.navlog-menu li.active {
  background: #0033a0;
}
.navlog-menu li.active a {
  color: #fff;
}
.navlog-menu li.active .navlog-hover1 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.navlog-menu li.active .navlog-hover2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.navlog-menu li.active span.icon-15 {
  color: #fff;
}
.navlog-menu li.active span.icon-15.opacity-1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.navlog-menu li.celeste.active {
  background: #00e1cd;
}
.navlog-menu li.mora.active {
  background: #9954db;
}
.navlog-menu span {
  position: absolute;
  display: block;
  top: 12px;
  left: 25px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.navlog-menu span img {
  width: 100%;
  height: auto;
  display: block;
}
.navlog-menu .navlog-hover2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.navlog-menu span.icon-15 {
  color: #43575e;
  font-size: 13px;
  float: right;
  display: inline-block;
  position: inherit;
  height: auto;
  width: auto;
  margin: 5px 0 0 3px;
}
.navlog-menu span.icon-15.opacity-1 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.navlog-atras {
  display: none;
  width: 45px;
  height: 30px;
  background-color: #0033a0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.navlog-atras.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-clon2 .navlog-click-atras {
  display: block;
}
.menu-clon2 .navlog-foto {
  display: block;
  padding: 0;
  text-align: center;
  height: auto;
  width: 100%;
}
.menu-clon2 .navlog-txt-foto {
  padding-left: 0;
  margin: 0;
}
.menu-clon2 .navlog-txt-foto figure {
  position: relative;
  left: inherit;
  margin: auto;
}
.menu-clon2 .navlog-txt-foto h2 {
  font-size: 18px;
  padding: 20px 10px 0 10px;
}
.menu-clon2 .navlog-editarcuenta {
  display: inline-block;
}
.menu-clon2 .navlog-editarcuenta p {
  text-decoration: underline;
  padding-left: 22px;
}
.menu-clon2 .navlog-editarcuenta p i {
  top: 4px;
  font-size: 11px;
}
.menu-clon2 .navlog-cambiarfoto {
  display: block;
  height: 0;
  overflow: hidden;
  padding-left: 5px;
  margin-top: 0px;
  padding-top: 14px;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-clon2 .navlog-cambiarfoto p {
  text-decoration: none !important;
}
.menu-clon2 .navlog-cambiarfoto p i {
  left: 8px;
  font-size: 13px;
}
.menu-clon2 .navlog-cambiarfoto:hover {
  background: #0033a0;
  color: #fff;
}
.menu-clon2 .navlog-cambiarfoto.show {
  height: 50px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-sidebar-cnt {
  position: relative;
}
.menu-sidebar-cnt .navlog-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  top: 0px;
  left: 0;
}
.menu-sidebar-cnt .navlog-menu.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu-sidebar-cnt .navlog-menu li a {
  padding-left: 49px;
}
.menu-sidebar-cnt .navlog-menu span {
  left: 12px;
}
.menu-responsive {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: 100%;
  background: #fff;
}
.menu-responsive.active {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1018px) {
  .nav-login {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.b20-main.wancho {
  max-width: 1050px;
}
.b20-title {
  margin-bottom: 15px;
}
.b20-title h2 {
  color: #0032a0;
  font-family: 'PoppinsBold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.b20-title h2:after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #0032a0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b20-text {
  max-width: 675px;
  width: 100%;
  line-height: 1.4;
  color: #43575e;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: auto;
}
.b20-text p {
  margin-bottom: 0;
}
.b20-form {
  margin-top: 30px;
}
.b20-campos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b20-campos li {
  width: 44.5%;
  margin: 0;
}
.b20-itembox {
  margin-top: 40px;
}
.b20-subtitle {
  font-size: 0;
  margin-bottom: 10px;
}
.b20-subtitle span,
.b20-subtitle h3 {
  display: inline-block;
  vertical-align: top;
}
.b20-subtitle span {
  width: 22px;
  line-height: 1;
  color: #9554d7;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 16px;
}
.b20-subtitle h3 {
  width: calc(100% - 22px);
  color: #43575e;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 16px;
  border-bottom: 1px solid rgba(0,50,160,0.2);
  padding-bottom: 10px;
  margin-bottom: 0;
}
.b20-ctn-radio {
  padding-left: 40px;
}
.b20-itemradio {
  margin-bottom: 10px;
}
.b20-itemradio label {
  display: inline-block;
  line-height: 1;
  color: #43575e;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.b20-itemradio label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #9554d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.b20-itemradio label:after {
  content: "\e91a";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #9554d7;
  font-family: 'icomoon';
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b20-itemradio input[type="radio"] {
  display: none;
}
.b20-itemradio input[type="radio"]:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b20-itemradio:last-child {
  margin-bottom: 0;
}
.b20-btn {
  text-align: center;
  margin-top: 20px;
}
.b20-overlay-fancy {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b20-overlay-fancy.active {
  z-index: 1000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.b20-block-fancy {
  width: 540px;
  background: #fff;
  border-radius: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b20-block-fancy.active {
  z-index: 1200;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b20-ctn-fancy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 375px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.b20-info-fancy {
  max-width: 340px;
  width: 100%;
  margin: auto;
}
.b20-ico-fancy {
  display: block;
  width: 73px;
  height: 73px;
  line-height: 73px;
  background: #0032a0;
  color: #fff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 30px;
}
.b20-text-fancy {
  line-height: 1.4;
  color: #0032a0;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 22px;
  text-align: center;
}
.b20-text-fancy p {
  margin-bottom: 0;
}
.b20-btn-fancy {
  text-align: center;
  margin-top: 35px;
}
.b20-btn-fancy a {
  display: inline-block;
  line-height: 1;
  color: #0032a0;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 18px;
  position: relative;
  padding-bottom: 2px;
}
.b20-btn-fancy a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0032a0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b20 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .b20-title h2 {
    font-size: 22px;
  }
  .b20-text {
    font-size: 14px;
  }
  .b20-subtitle h3 {
    font-size: 14px;
  }
  .b20-itemradio label {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .b20 {
    padding: 30px 0;
  }
  .b20-campos li {
    width: 100%;
  }
  .b20-btn {
    margin-top: 40px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.sin-header header {
  display: none;
}
.b21-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b21-overlay.active {
  z-index: 1000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.b21-block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b21-block.active {
  z-index: 1200;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b21-main {
  width: 100%;
  height: 100%;
  position: relative;
}
.b21-header {
  width: 100%;
  background: #0032a0;
  position: absolute;
  top: 0;
  left: 0;
}
.b21-ctn-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
.b21-logo {
  width: 174px;
  margin: 0;
}
.b21-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.b21-texthead {
  line-height: 1;
  color: #fff;
  font-family: 'PoppinsLight', sans-serif;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  margin-left: 20px;
}
.b21-texthead p {
  margin-bottom: 0;
}
.b21-texthead:before {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9.5px;
}
.b21-video-big {
  width: 100%;
  height: 100%;
}
.b21-video-big iframe {
  width: 100%;
  height: 100%;
}
.b21-video-small {
  width: 217px;
  height: 163px;
  position: absolute;
  right: 2.2%;
  bottom: 5%;
}
.b21-video-small iframe {
  width: 100%;
  height: 100%;
  border-top: 8px solid #00a0df;
  border-left: 10px solid #00a0df;
  border-right: 10px solid #00a0df;
  border-bottom: 8px solid #00a0df;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b21-controls {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
.b21-icono {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #0032a0;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 4px solid #0032a0;
  border-radius: 50%;
  margin: 0 14px;
}
.b21-icono:last-child {
  font-size: 11px;
}
@media screen and (min-width: 1025px) {
  .b21-icono {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .b21-icono:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
@media screen and (max-width: 640px) {
  .b21-ctn-header {
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b21-logo {
    width: 140px;
    padding-right: 10px;
  }
  .b21-texthead {
    width: calc(100% - 150px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 0;
  }
  .b21-video-small {
    width: 150px;
    height: 130px;
    right: 30px;
    bottom: 80px;
  }
  .b21-controls {
    bottom: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3-box {
  padding-top: 70px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3-box .wancho {
  max-width: 1000px;
}
.b3-ctn {
  margin: 0;
  width: 100%;
  max-width: 720px;
}
.b3-title {
  position: relative;
  padding-left: 50px;
  display: block;
  padding-bottom: 50px;
}
.b3-title span {
  font-size: 30px;
  color: #43575e;
  position: absolute;
  top: 0;
  left: 0;
}
.b3-title h4 {
  font-size: 14px;
  padding-bottom: 6px;
  display: block;
}
.b3-title h3 {
  font-size: 25px;
  display: block;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #0033a0;
}
.b3-form ul {
  font-size: 0;
}
.b3-form li {
  display: inline-block;
  width: 46%;
  margin-right: 4%;
  font-size: 14px;
}
.b3-form li:nth-child(7) {
  font-size: 0;
}
.b3-form li:nth-child(7) .g-input,
.b3-form li:nth-child(7) p {
  display: inline-block;
  vertical-align: top;
  width: 52%;
}
.b3-form li:nth-child(7) p {
  font-size: 15px;
  width: 48%;
  text-align: right;
  margin: 0;
  padding-top: 10px;
}
.b3-form li:nth-child(8) {
  font-size: 0;
}
.b3-form li:nth-child(8) .g-input {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.5%;
}
.b3-form li:nth-child(8) .g-input:first-child {
  width: 22%;
}
.b3-form li:nth-child(8) .g-input:last-child {
  margin-right: 0;
  width: 31%;
}
.b3-form li p {
  padding-top: 26px;
  padding-bottom: 12px;
  display: block;
  color: #43575e;
}
.b3-form .g-input ::-webkit-input-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b3-form .g-input :-moz-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b3-form .g-input ::-moz-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b3-form .g-input :-ms-input-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b3-form .g-input input {
  color: #43575e;
  border: 1px solid #43575e;
}
.b3-btn {
  padding-top: 33px;
}
.b3passw a {
  color: #43575e;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
.overlayform,
.overlayformblock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: hidden;
  -webkit-transition: height 0.15s;
  -moz-transition: height 0.15s;
  -o-transition: height 0.15s;
  -ms-transition: height 0.15s;
  transition: height 0.15s;
}
.overlayform.active,
.overlayformblock.active {
  z-index: 1100;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.b3fancyform,
.b3fancyformblock {
  max-width: 424px;
  width: 100%;
  height: 420px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 380;
  text-align: center;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  border-radius: 6px;
}
.b3fancyform.active,
.b3fancyformblock.active {
  z-index: 1300;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

#teliniPopUpTerminosCondiciones01.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.b3tableform {
  width: 2000px;
  display: table-cell;
  vertical-align: middle;
}
.b3tableform .btn1 {
  margin-top: 30px;
}
.b3tableform li {
  margin-bottom: 14px;
  font-size: 14px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b3tableform li ::-webkit-input-placeholder {
  color: #808080;
  font-family: 'OpenSansLight', sans-serif;
}
.b3tableform li :-moz-placeholder {
  color: #808080;
  font-family: 'OpenSansLight', sans-serif;
}
.b3tableform li ::-moz-placeholder {
  color: #808080;
  font-family: 'OpenSansLight', sans-serif;
}
.b3tableform li :-ms-input-placeholder {
  color: #808080;
  font-family: 'OpenSansLight', sans-serif;
}
.b3tableform li input {
  width: 100%;
  color: #808080;
  height: 40px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #808080;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3boxform1 {
  width: 100%;
  height: 100%;
  display: table;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  background: #fff;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.b3boxform1 h2 {
  color: #0033a0;
  font-weight: normal;
  font-family: 'PoppinsSemiBold', sans-serif;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.b3boxform1 h2:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 37px;
  background: url("../img/fancyimg01.png") 0px 0px no-repeat;
}
.b3boxform1.active {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b3boxtext {
  font-size: 14px;
  font-family: 'PoppinsRegular', sans-serif;
  color: #43575e;
  margin-bottom: 30px;
}
.b3boxtext p {
  margin: 0;
}
.b3boxform2,
.b3boxform2block,
.b3cambio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  display: table;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 360px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
}
.b3boxform2 h2,
.b3boxform2block h2,
.b3cambio h2,
.b3boxform2 p,
.b3cambio p {
  color: #0033a0;
  font-size: 20px;
  font-family: 'PoppinsSemiBold', sans-serif;
  margin: 0;
  line-height: 25px;
}
.b3boxform2.active,
.b3boxform2block.active,
#teliniPopUpTerminosCondiciones02.active,
.b3cambio.active {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3cambio {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  padding: 20px 0;
  border-radius: 30px;
}
.b3cambio.active {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3checkfancy,
.b3checkfancyblock {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 2000px;
  padding: 0px 35px;
}
.b3relative,
.b3error {
  background: #0033a0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.b3error {
  position: relative;
}
.b3error img {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
}
.b3error img.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3spanfancy {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b3spanfancy.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3spanfancy:before,
.b3spanfancy:after {
  content: '';
  height: 3px;
  background: #fff;
  display: inline-block;
  position: absolute;
  border-radius: 5px;
}
.b3spanfancy:after {
  width: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 26px;
  left: 13px;
}
.b3spanfancy:before {
  width: 23px;
  top: 22px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b3-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #43575e;
}
.b3-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #c0c3d3;
}
.b3link {
  padding-top: 20px;
}
.b3link .morado {
  margin-right: 20px;
}
@media screen and (max-width: 1780px) {
  .b3 .wancho {
    margin: 0;
    padding-left: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }
}
@media screen and (max-width: 1018px) {
  .b3 .wancho {
    margin: 0 auto;
    padding-left: 0;
  }
  .b3-ctn {
    margin: 0 auto;
  }
  .b3-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b3fancyform {
    width: 95%;
    height: 95%;
    overflow: auto;
  }
  .b3boxform1 {
    padding: 0;
  }
  .b3tableform {
    padding: 0 10px;
  }
  .b3boxform2 {
    height: 100%;
  }
}
@media screen and (max-width: 720px) {
  .b3 {
    height: auto !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .b3-form li:nth-child(7),
  .b3-form li:nth-child(8) {
    width: 100%;
  }
  .b3-form li:nth-child(7) .g-input,
  .b3-form li:nth-child(7) p {
    width: 100%;
    text-align: left;
  }
  .b3-form li:nth-child(7) .g-input {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .b3-form li {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .b3-form li p {
    padding-top: 10px;
  }
}
.page-mensaje .nav-login {
  display: none;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  min-height: 650px !important;
}
.b4-box {
  padding-top: 70px;
  padding-bottom: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-box .wancho {
  max-width: 1000px;
}
.b4-ctn {
  margin: 0;
  width: 100%;
  max-width: 750px;
  padding-top: 20px;
}
.b4-title {
  position: relative;
  padding-left: 40px;
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #c0c3d3;
  margin-bottom: 30px;
}
.b4-title span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/log-nav-2a.png");
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.b4-title h3 {
  font-size: 25px;
  display: block;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #0994fc;
}
.b4-title h4 {
  font-size: 14px;
  padding-top: 8px;
  display: block;
}
.b4-ctn {
  font-size: 0;
  position: relative;
}
.b4-item {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-right: 4%;
  max-width: 330px;
  border: 1px solid #d2d1ec;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%;
  color: #43575e;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b4-item.active {
  border-color: #43575e;
}
.b4-item.show .b4-left:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b4-left,
.b4-right {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b4-left {
  width: 60%;
  padding: 22px;
  border-right: 1px solid #ccc;
}
.b4-left p {
  display: block;
  padding-bottom: 4px;
}
.b4-left:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 0;
  height: 0;
  left: 33%;
  bottom: -19px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #f2f2f2 transparent;
}
.b4-pariente-nombre {
  position: relative;
}
.b4-pariente-nombre span {
  position: absolute;
  top: 0;
  left: 0;
  color: #0994fc;
  font-size: 18px;
}
.b4-pariente-nombre p {
  display: block;
  padding-left: 27px;
}
.b4-right {
  width: 40%;
}
.b4-pariente-editar,
.b4-pariente-borrar {
  padding: 28px 5px;
  text-align: center;
}
.b4-pariente-editar span,
.b4-pariente-borrar span {
  position: absolute;
  font-size: 18px;
  color: #43575e;
  top: 0;
  left: 0;
}
.b4-pariente-editar p,
.b4-pariente-borrar p {
  position: relative;
  font-family: 'PoppinsSemiBold', sans-serif;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
.b4-pariente-editar p:hover,
.b4-pariente-borrar p:hover {
  text-decoration: underline;
}
.b4-pariente-editar {
  border-bottom: 1px solid #ccc;
}
.b4-flotante {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  padding-top: 18px;
  z-index: -1;
}
.b4-flotante.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 5;
}
.b4-formulario-ctn {
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  background: #f9f9fb;
  padding: 20px 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 5px 1px 14px 0px #e8e9ed;
  box-shadow: 5px 1px 14px 0px #e8e9ed;
}
.b4-formulario-ctn ::-webkit-input-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b4-formulario-ctn :-moz-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b4-formulario-ctn ::-moz-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b4-formulario-ctn :-ms-input-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b4-formulario-ctn ul {
  font-size: 0;
}
.b4-formulario-ctn li {
  width: 46%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
}
.b4-formulario-ctn li:nth-child(7) {
  font-size: 0;
}
.b4-formulario-ctn li:nth-child(7) .g-input,
.b4-formulario-ctn li:nth-child(7) p {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.b4-formulario-ctn li:nth-child(7) p {
  font-size: 15px;
  width: 52%;
  text-align: right;
  margin: 0;
  padding-top: 10px;
  color: #43575e;
}
.b4-formulario-ctn li:nth-child(8) {
  font-size: 0;
}
.b4-formulario-ctn li:nth-child(8) .g-input {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.5%;
}
.b4-formulario-ctn li:nth-child(8) .g-input:first-child {
  width: 22%;
}
.b4-formulario-ctn li:nth-child(8) .g-input:last-child {
  margin-right: 0;
  width: 31%;
}
.b4-formulario-ctn li p {
  display: block;
  padding-bottom: 14px;
}
.b4-formulario-ctn .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #43575e !important;
  font-size: 15px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-formulario-ctn .select2-container--default .select2-selection--single {
  border: 1px solid #b3b3b3;
  background: none;
}
.b4-formulario-ctn .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #c0c3d3;
}
.b4-btn {
  padding-top: 13px;
}
.b4-click-cerrar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transperent;
  cursor: pointer;
  z-index: -1;
}
.b4-click-cerrar.active {
  z-index: 3;
  display: block;
}
@media screen and (max-width: 1780px) {
  .b4 .wancho {
    margin: 0;
    padding-left: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }
}
@media screen and (max-width: 1018px) {
  .b4 .wancho {
    margin: 0 auto;
    padding-left: 0;
  }
  .b4-ctn {
    margin: 0 auto;
  }
  .b4-box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .b4 {
    height: auto !important;
    min-height: auto !important;
  }
  .b4-item {
    display: block;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b4-formulario-ctn li:nth-child(7),
  .b4-formulario-ctn li:nth-child(8) {
    width: 100%;
  }
  .b4-formulario-ctn li:nth-child(7) .g-input,
  .b4-formulario-ctn li:nth-child(7) p {
    width: 100%;
    text-align: left;
  }
  .b4-formulario-ctn li:nth-child(7) .g-input {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .b4-formulario-ctn {
    padding: 20px;
  }
  .b4-formulario-ctn li {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .b4-box {
    padding-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  min-height: 650px !important;
}
.b5-box {
  padding-top: 70px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5-box .wancho {
  max-width: 1000px;
}
.b5-ctn {
  margin: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 68px;
}
.b5-item {
  position: relative;
  border: 1px solid #9954db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin-right: 1%;
  width: 180px;
  padding: 20px 6px;
  margin-bottom: 1%;
  height: 92px;
}
.b5-item figure {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 10px;
  max-width: 55px;
  height: 55px;
}
.b5-item figure img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 55px;
}
.b5-item p {
  text-transform: uppercase;
  font-size: 12px;
  color: #43575e;
  display: block;
  padding-bottom: 3px;
}
.b5-item h4 {
  display: block;
  font-size: 30px;
  font-family: 'PoppinsBold', sans-serif;
  text-transform: uppercase;
  color: #9954db;
  vertical-align: baseline;
}
.b5-item h4 strong {
  font-size: 12px;
  color: #9954db;
  text-transform: none;
  vertical-align: baseline;
}
.b5-txt {
  padding-left: 65px;
  font-size: 14px;
}
.b5-title {
  position: relative;
  padding-left: 40px;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.b5-title span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/reservax.png");
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.b5-title h4 {
  font-size: 14px;
  padding-bottom: 6px;
  display: block;
}
.b5-title h3 {
  font-size: 25px;
  display: block;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #9954db;
}
.b5-formulario {
  width: 100%;
  max-width: 678px;
}
.b5-formulario ul {
  font-size: 0;
}
.b5-formulario li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 3%;
}
.b5-btn {
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  .b5 .btn4 .icon-16:before {
    font-weight: bold;
  }
  .b5 .btn4:hover .icon-16:before {
    font-weight: bold;
    font-size: 17px;
  }
  .b5 .btn2 .icon-18:before {
    font-weight: bold;
  }
}
@media screen and (max-width: 1780px) {
  .b5 .wancho {
    margin: 0;
    padding-left: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }
  .b5-ctn {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1018px) {
  .b5 .wancho {
    margin: 0 auto;
    padding-left: 0;
  }
  .b5-ctn {
    margin: 0 auto;
  }
  .b5-box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .b5 {
    height: auto !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .b5-formulario li {
    width: 100%;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .b5-ctn {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6-preload {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translateY(0px) translateX(0px) scale(1);
  -moz-transform: translateY(0px) translateX(0px) scale(1);
  -o-transform: translateY(0px) translateX(0px) scale(1);
  -ms-transform: translateY(0px) translateX(0px) scale(1);
  transform: translateY(0px) translateX(0px) scale(1);
}
.b6-preload img {
  width: 100%;
  height: auto;
  display: block;
}
.b6-preload figure {
  position: absolute;
  width: 94%;
  max-width: 385px;
  height: 75px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b6-preload .b6-fondo {
  position: fixed;
  background: #0033a0;
  top: 50%;
  left: 50%;
  margin-top: -1500px;
  margin-left: -1500px;
  width: 3000px;
  height: 3000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 50%;
}
.b6-preload.hide {
  -webkit-transform: translateY(-60%) translateX(50%);
  -moz-transform: translateY(-60%) translateX(50%);
  -o-transform: translateY(-60%) translateX(50%);
  -ms-transform: translateY(-60%) translateX(50%);
  transform: translateY(-60%) translateX(50%);
}
.b6-preload.hide figure {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b6-preload.hide .b6-fondo {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.b6-titulo {
  margin-bottom: 30px;
}
.b6-titulo h2 {
  color: #0032a0;
  font-family: 'PoppinsBold', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}
.b6-ctn {
  text-align: center;
  padding-bottom: 28px;
}
.b6-btn {
  text-align: center;
  padding-bottom: 3%;
}
.b6-cajas {
  font-size: 0;
}
.b6-left,
.b6-right {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border-radius: 10px;
  width: 48%;
  margin: 0 1.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b6-left img,
.b6-right img {
  width: 100%;
  height: auto;
  display: block;
}
.b6-left {
  width: 50%;
  background: -webkit-linear-gradient(left, #00b4f6 1%, #00ecd8 100%);
  background: -moz-linear-gradient(left, #00b4f6 1%, #00ecd8 100%);
  background: -o-linear-gradient(left, #00b4f6 1%, #00ecd8 100%);
  background: -ms-linear-gradient(left, #00b4f6 1%, #00ecd8 100%);
  background: linear-gradient(to right, #00b4f6 1%, #00ecd8 100%);
  padding: 35px 16px 32px 18%;
}
.b6-left figure {
  display: block;
  width: 36%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b6-left figure img {
  max-width: 222px;
}
.b6-left h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'PoppinsRegular', sans-serif;
  color: #0033a0;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 25px;
  line-height: 34px;
}
.b6-left h3 strong {
  display: block;
  color: #fff;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 25px;
}
.b6-left h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0033a0;
  bottom: 0;
  left: 0;
}
.b6-left-txt {
  padding-bottom: 20px;
}
.b6-left-txt p {
  font-size: 17px;
  color: #fff;
  display: block;
  line-height: 20px;
}
.b6-left-btn .btn2 {
  background: #0033a0;
}
.b6-left-btn .btn2:hover {
  background: #012f7f;
}
.b6-left-btn a {
  margin-bottom: 15px;
  display: block;
  max-width: 220px;
  margin-left: 0;
}
.b6-left-btn a:last-child {
  margin-bottom: 0;
}
.b6-right {
  width: 44%;
  border: 2px solid #0033a0;
  padding: 72px 15px 39px 15px;
  font-size: 0;
}
.b6-right h3 {
  font-size: 22px;
  color: #0033a0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'PoppinsRegular', sans-serif;
  padding-bottom: 40px;
  margin: 0;
}
.b6-right h3 strong {
  font-family: 'PoppinsSemiBold', sans-serif;
}
.b6-right-box1 {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6-right-box1 a {
  display: block;
  width: 100%;
  max-width: 210px;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  background: #f4f4f4;
  padding: 10px;
  margin-bottom: 15px;
}
.b6-right-box1 a span {
  font-size: 40px;
  font-family: 'PoppinsBold', sans-serif;
  color: #c0c3d3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 18px;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-right-box1 a p {
  font-size: 15px;
  font-family: 'PoppinsSemiBold', sans-serif;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  padding-left: 65px;
  line-height: 1;
  color: #c0c3d3;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-right-box1 a p strong {
  font-size: 22px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b6-right-box1 a:hover {
    position: relative;
    background: #0994fc;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
  }
  .b6-right-box1 a:hover p,
  .b6-right-box1 a:hover span {
    color: #fff;
  }
}
.b6-right-box1,
.b6-right-box2 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b6-right-box2 {
  width: 48%;
  margin-top: -15px;
}
.b6-right-box2 img {
  max-width: 77px;
}
.b6-right-box3 {
  max-width: 421px;
  display: block;
  text-align: right;
}
.b6-right-box3 a {
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 17px;
  color: #0033a0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-right: 27px;
}
.b6-right-box3 a i {
  display: block;
  position: absolute;
  font-size: 12px;
  vertical-align: middle;
  top: 0;
  right: 0;
  font-weight: bold;
  height: 28px;
  text-align: center;
  line-height: 26px;
}
@media screen and (min-width: 1025px) {
  .b6-right-box3 a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1025px) {
  .b6 .btn4:hover .icon-16:before {
    font-weight: bold;
    font-size: 17px;
  }
  .b6 .btn2 .icon-18:before {
    font-weight: bold;
  }
}
@media screen and (max-width: 1100px) {
  .b6-left h3 {
    font-size: 26px;
  }
  .b6-right {
    padding-left: 30px;
  }
  .b6-right h3 {
    font-size: 20px;
  }
  .b6-btn {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b6-left,
  .b6-right {
    display: block;
    width: 100%;
    max-width: 576px;
    margin: 0 auto 15px auto;
  }
  .b6-left {
    padding-left: 28%;
  }
  .b6 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .b6 {
    padding: 40px 0;
  }
  .b6-left {
    padding-left: 37%;
  }
}
@media screen and (max-width: 480px) {
  .b6-left,
  .b6-right {
    padding: 20px 10px;
    text-align: center;
  }
  .b6-left figure,
  .b6-right figure {
    display: none;
  }
  .b6-left h3 {
    padding-bottom: 4px;
  }
  .b6-left h3:before {
    right: 0;
    margin: auto;
  }
  .b6-right-box1,
  .b6-right-box2 {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .b6-right-box3 {
    text-align: center;
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .b6-right-box2 {
    display: none;
  }
  .b6-right h3 {
    line-height: 27px;
  }
  .b6-right-box1 {
    padding-left: 0;
  }
  .b6-right-box1 a p {
    text-align: left;
  }
  .b6-left-btn {
    text-align: center;
  }
  .b6-left-btn a {
    width: 220px;
    display: inline-block;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 .g-input .select2 {
  width: 100% !important;
}
.b7 {
  padding: 80px 0;
}
.b7 .wancho {
  max-width: 690px;
}
.b7 .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #43575e;
}
.b7-titulo {
  display: block;
}
.b7-titulo h2 {
  display: block;
  position: relative;
  font-size: 25px;
  color: #0033a0;
  font-family: 'PoppinsLight', sans-serif;
  padding-bottom: 18px;
}
.b7-titulo h2 strong {
  text-transform: uppercase;
  font-family: 'PoppinsSemiBold', sans-serif;
}
.b7-p {
  padding-bottom: 24px;
  position: relative;
}
.b7-p p {
  display: table-cell;
  vertical-align: top;
  height: 40px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-family: 'OpenSansLight', sans-serif;
  color: #808080;
  padding-right: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7-estrella {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/b7-ico.png");
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.b7-ctn {
  text-align: center;
  padding-bottom: 28px;
}
.b7-agregar {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
}
.b7-agregar label {
  color: #15d1d1;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
}
.b7-agregar input {
  position: relative;
}
.b7-agregar .verde {
  position: relative;
}
.b7-agregar .verde input {
  z-index: 2;
}
.b7-agregar .verde:before {
  content: '';
  position: absolute;
  display: block;
  content: 'Agregar Familiar';
  left: 35px;
  top: 10px;
  width: 5px;
  z-index: 4;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #b3b3b3;
  font-size: 14px;
  width: 100%;
  visibility: visible;
  pointer-events: none;
}
.b7-agregar .verde:after {
  content: '';
  position: absolute;
  display: block;
  content: '+';
  font-size: 28px;
  color: #15d1d1;
  background: #f3fdfd;
  width: 25px;
  text-align: center;
  top: 6px;
  line-height: 29px;
  left: 8px;
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.48, 1.28, 0.21, 1.18);
  -moz-transition: all 0.5s cubic-bezier(0.48, 1.28, 0.21, 1.18);
  -o-transition: all 0.5s cubic-bezier(0.48, 1.28, 0.21, 1.18);
  -ms-transition: all 0.5s cubic-bezier(0.48, 1.28, 0.21, 1.18);
  transition: all 0.5s cubic-bezier(0.48, 1.28, 0.21, 1.18);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b7-agregar .verde.active:after {
  content: '|';
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 17px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 4px;
  top: 4px;
  -webkit-animation: borrar-cursor 0.4s linear 1;
  -moz-animation: borrar-cursor 0.4s linear 1;
  -o-animation: borrar-cursor 0.4s linear 1;
  -ms-animation: borrar-cursor 0.4s linear 1;
  animation: borrar-cursor 0.4s linear 1;
  color: #189692;
}
.b7-agregar .verde.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b7-listado {
  position: relative;
  padding-bottom: 32px;
}
.b7-listado.medico-virtual {
  padding-bottom: 15px;
}
.b7-option {
  position: relative;
}
.b7-option input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 4px;
  left: 0;
}
.b7-option label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #43575e;
  padding-bottom: 12px;
}
.b7-option label:after,
.b7-option label:before {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #0033a0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7-option label:before {
  top: 3px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #0033a0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b7-option input[type="radio"]:checked + label {
  color: #0033a0;
  font-family: 'PoppinsBold', sans-serif;
}
.b7-option input[type="radio"]:checked + label:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b7Select {
  display: inline-block;
  vertical-align: bottom;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 17px;
}
.b7Select select {
  width: 100%;
  font-size: 14px;
  color: #43575e;
}
.b7Select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  right: 10px;
}
.b7-lugar {
  font-size: 0;
}
.b7-lugar p {
  display: block;
  font-size: 15px;
  font-family: 'PoppinsSemiBold', sans-serif;
  color: #43575e;
  line-height: 1;
  padding-bottom: 12px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b7-lugar .g-input {
  display: inline-block;
  width: 47%;
  margin-right: 3%;
  vertical-align: bottom;
  position: relative;
}
.b7-lugar .g-input input {
  padding-right: 38px;
}
.b7-lugar .g-input:before {
  content: '';
  position: absolute;
  display: block;
  content: '\e608';
  font-family: 'icomoon';
  font-size: 30px;
  color: #43575e;
  bottom: 3px;
  right: 8px;
  display: none;
}
.b7-lugar .g-input.active input {
  border: 1px solid #0033a0;
}
.b7-lugar .g-input.active p,
.b7-lugar .g-input.active:before {
  color: #0033a0;
}
.b7-lugar .b7Select:first-child p {
  color: #0033a0;
}
.b7-lugar .b7Select:first-child .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0033a0 !important;
  font-size: 14px;
  padding-left: 17px;
}
.b7-lugar .b7Select:first-child .select2-container--default .select2-selection--single {
  border: 1px solid #0033a0;
  color: #0033a0;
}
.b7-lugar .b7Select:first-child .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #0033a0;
}
.b7-lugar .b7Select:last-child .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #43575e !important;
  padding-left: 17px;
}
.b7-lugar .b7Select:last-child .select2-container--default .select2-selection--single {
  border: 1px solid #43575e;
}
.b7-lugar .b7Select:last-child .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #43575e;
}
.b7-lugar.medico-virtual .b7Select {
  display: inline-block;
  vertical-align: top;
}
.b7-lugar.medico-virtual .b7-btn {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
}
.b7-lugar.medico-virtual .b7-btn .btn1 {
  margin-left: 21px;
  text-transform: uppercase;
  padding: 0 35px;
}
.b7-btn {
  text-align: right;
  padding-top: 30px;
}
.b7-btn .btn1:last-child {
  margin-left: 30px;
}
.b7-btn .btn1 {
  text-transform: none;
}
.b7-cnt-agregar {
  font-size: 0;
}
.b7-boton-add {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 15px;
  margin-left: 3%;
  margin-right: 3%;
  position: absolute;
  top: 0;
  right: 0;
}
.b7-agregar {
  width: 45%;
  vertical-align: bottom;
  display: none;
}
.b7-medicos {
  width: 97%;
  color: #0033a0;
  font-size: 15px;
  margin-bottom: 30px;
  font-family: 'PoppinsSemiBold', sans-serif;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  line-height: 40px;
  border: 1px dashed #0033a0;
}
.b7-medicos:before {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  font-family: 'PoppinsSemiBold', sans-serif;
  content: "\e608";
  font-family: 'icomoon';
  color: #0033a0;
  font-size: 35px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b7-medicos.active {
  border: 0;
  color: #fff;
}
.b7-medicos.active:before {
  content: "\e608";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
}
.b7-medicos.active:after {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: -1;
}
.b7-medicos:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  border-radius: 7px;
  background: -webkit-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -moz-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -o-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: -ms-linear-gradient(left, #987aff 0%, #e194e7 100%);
  background: linear-gradient(to right, #987aff 0%, #e194e7 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.b7-medicos-dos {
  font-size: 0;
  padding-bottom: 25px;
  display: none;
}
.b7-medicos-dos .g-input,
.b7-medicos-dos .b7-boton-add {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
.b7-medicos-dos .g-input ::-webkit-input-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b7-medicos-dos .g-input :-moz-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b7-medicos-dos .g-input ::-moz-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b7-medicos-dos .g-input :-ms-input-placeholder {
  color: #43575e;
  font-family: 'OpenSansLight', sans-serif;
}
.b7-medicos-dos .g-input input {
  color: #43575e;
  border: 1px solid #43575e;
}
.b7-medicos-dos p {
  display: block;
  color: #0033a0;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .b7-cnt-agregar {
    position: relative;
  }
  .b7-agregar {
    width: 100%;
    padding-right: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: inherit;
  }
  .b7-boton-add {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    width: inherit;
    position: static;
    text-align: left;
  }
  .b7-medicos-dos {
    width: 100%;
  }
  .b7-medicos-dos .b7-boton-add {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 0;
    margin-left: 0;
    width: 50%;
    text-align: right;
  }
}
@media screen and (max-width: 740px) {
  .b7 .select2 select2-container .select2-container--default .select2-container--above {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .b7 {
    padding: 40px 0;
  }
  .b7-lugar .g-input,
  .b7-lugar .b7Select {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .b7-lugar.medico-virtual {
    text-align: center;
  }
  .b7-lugar.medico-virtual .b7Select {
    text-align: left;
  }
  .b7-lugar.medico-virtual .b7-btn {
    padding-top: 10px;
  }
  .b7-lugar.medico-virtual .b7-btn .btn1 {
    margin-left: 0;
  }
  .b7-boton-add {
    display: block;
    position: relative;
    margin-left: 0;
    margin-top: 0;
  }
  .b7-agregar {
    padding-right: 0;
  }
  .b7-medicos,
  .b7-medicos-dos {
    width: 100%;
  }
  .b7-medicos .b7-boton-add,
  .b7-medicos-dos .b7-boton-add {
    width: 50%;
  }
  .b7-medicos-dos .g-input {
    width: 100%;
  }
  .b7-medicos-dos .b7-boton-add {
    text-align: left;
  }
  .b7-p {
    padding-bottom: 0;
  }
  .b7-p p {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .b7-btn {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  padding-top: 35px;
  padding-bottom: 20px;
}
.b8-titulo {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 975px;
  padding-right: 390px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.b8-titulo label {
  font-family: 'PoppinsSemiBold', sans-serif;
  font-size: 22px;
  color: #0033a0;
  text-transform: uppercase;
  display: block;
  text-align: left;
  line-height: 1;
  padding: 9px 0;
}
.b8-titulo .b8-input {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 330px;
  width: 100%;
  bottom: 0;
  margin: auto;
  height: 40px;
}
.b8-titulo .g-input {
  position: relative;
  margin-bottom: 0;
}
.b8-titulo .g-input input {
  padding-right: 35px;
}
.b8-titulo .g-input button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: none;
}
.b8-lupa {
  width: 20px;
  height: 20px;
  background: url("../img/b8-ico.png");
  background-position: center center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #fff;
  display: block;
  border: none;
}
.b8-medicos {
  position: relative;
  z-index: 0;
  text-align: center;
  padding-bottom: 8px;
  font-size: 0;
}
.b8-item {
  position: relative;
  display: inline-block;
  width: 14.27%;
  max-width: 166px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.b8-item figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #808080;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  max-width: 68px;
  margin: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  cursor: pointer;
}
.b8-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.b8-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.b8-name {
  display: block;
  padding: 8px 5px 0 5px;
  text-align: center;
}
.b8-name p {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: 'PoppinsSemiBold', sans-serif;
  line-height: 1;
  color: #c0c3d3;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b8-name span {
  display: block;
  font-size: 13px;
  color: #0033a0;
}
.b8-check {
  position: absolute;
  top: -7px;
  right: -7px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b8-check2 {
  position: relative;
}
.b8-check2:after,
.b8-check2:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0033a0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  -ms-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b8-check2:after {
  background: transparent;
  border: 10px solid #0033a0;
  -webkit-transition: all 0.8s cubic-bezier(1, -0.35, 0, 1.79);
  -moz-transition: all 0.8s cubic-bezier(1, -0.35, 0, 1.79);
  -o-transition: all 0.8s cubic-bezier(1, -0.35, 0, 1.79);
  -ms-transition: all 0.8s cubic-bezier(1, -0.35, 0, 1.79);
  transition: all 0.8s cubic-bezier(1, -0.35, 0, 1.79);
}
.b8-check2 .icon-16 {
  font-weight: normal;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 0px;
  overflow: hidden;
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: block;
  font-size: 7px;
  -webkit-transition: all 0.5s ease 1s;
  -moz-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  -ms-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
.b8-check2 .icon-16:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  display: block;
}
.b8-like {
  position: absolute;
  bottom: -5px;
  left: -5px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: #808080;
  border: 3px solid #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b8-like:before {
  content: '\e913';
  position: relative;
  height: 23px;
  width: 23px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'icomoon';
  display: block;
}
.b8-like.active:before {
  content: '\e909';
  font-size: 12px;
  -webkit-animation: like 0.5s;
  -moz-animation: like 0.5s;
  -o-animation: like 0.5s;
  -ms-animation: like 0.5s;
  animation: like 0.5s;
}
.b8-item.active figure {
  border-color: #00e1cd;
}
.b8-item.active p {
  color: #0033a0;
}
.b8-item.active .b8-like {
  background: #00e1cd;
}
.b8-item.active .b8-like .icon-10:after {
  color: #15d1d1;
}
.b8-item.active .b8-check {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b8-item.active .b8-check .b8-check2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b8-item.active .b8-check .b8-check2:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b8-item.active .b8-check .b8-check2:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 5px solid #0033a0;
}
.b8-item.active .b8-check .icon-16 {
  font-weight: bold;
  width: 27px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b8-item.active .b8-check .icon-16:before {
  -webkit-animation: check 0.3s 1.5s;
  -moz-animation: check 0.3s 1.5s;
  -o-animation: check 0.3s 1.5s;
  -ms-animation: check 0.3s 1.5s;
  animation: check 0.3s 1.5s;
}
.b8-resumen {
  text-align: right;
  position: relative;
  margin-top: 20px;
}
.b8-resumen:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d2d1ec;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 1;
}
.b8-resumen p {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  text-align: right;
  font-size: 18px;
  font-family: 'OpenSansLight', sans-serif;
  line-height: 1;
  color: #0033a0;
  padding: 0 20px;
}
.b8-calendario {
  width: 100%;
}
.b8-calendario h4 {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 1;
}
.b8-calendar-ctn {
  width: 100%;
}
#b8-calendario-prin {
  width: 100%;
  max-width: 630px;
  margin: auto;
}
#b8-calendario-prin .clndr-controls {
  zoom: 1;
  width: 350px;
  margin: 0 auto;
  display: block;
}
#b8-calendario-prin .clndr-controls:after,
#b8-calendario-prin .clndr-controls:before {
  content: "";
  display: table;
}
#b8-calendario-prin .clndr-controls:after {
  clear: both;
}
#b8-calendario-prin .clndr-previous-button,
#b8-calendario-prin .current-month,
#b8-calendario-prin .clndr-next-button {
  float: left;
  color: #808080;
  text-transform: uppercase;
  font-size: 28px;
}
#b8-calendario-prin .current-month {
  color: #0994fc;
}
#b8-calendario-prin .clndr-previous-button,
#b8-calendario-prin .clndr-next-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  margin-top: 7px;
}
#b8-calendario-prin .clndr-previous-button:before,
#b8-calendario-prin .clndr-next-button:before {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  content: "\e606";
  font-family: 'icomoon';
}
#b8-calendario-prin .clndr-previous-button:before {
  content: "\e607";
}
#b8-calendario-prin .current-month {
  width: 290px;
  font-family: 'PoppinsSemiBold', sans-serif;
  text-align: center;
}
#b8-calendario-prin .clndr .clndr-grid {
  max-width: 1200px;
  margin: 25px 0 0 0;
  display: block;
  border: 0;
  font-family: 'PoppinsRegular', sans-serif;
  zoom: 1;
}
#b8-calendario-prin .clndr .clndr-grid:after,
#b8-calendario-prin .clndr .clndr-grid:before {
  content: "";
  display: table;
}
#b8-calendario-prin .clndr .clndr-grid:after {
  clear: both;
}
#b8-calendario-prin .day-number {
  position: relative;
  z-index: 2;
}
#b8-calendario-prin .days-of-the-week,
#b8-calendario-prin .days {
  width: 100%;
  display: block;
  font-size: 18px;
  zoom: 1;
  max-width: 1200px;
  text-transform: uppercase;
  color: #43575e;
}
#b8-calendario-prin .days-of-the-week:after,
#b8-calendario-prin .days:after,
#b8-calendario-prin .days-of-the-week:before,
#b8-calendario-prin .days:before {
  content: "";
  display: table;
}
#b8-calendario-prin .days-of-the-week:after,
#b8-calendario-prin .days:after {
  clear: both;
}
#b8-calendario-prin .days-of-the-week div,
#b8-calendario-prin .days div {
  width: 13.75%;
  background: none;
  margin-right: 0.6%;
}
#b8-calendario-prin .days-of-the-week div:nth-child(7n+7),
#b8-calendario-prin .days div:nth-child(7n+7) {
  margin-right: 0;
}
#b8-calendario-prin .days {
  font-family: 'OpenSansLight', sans-serif;
  margin: 30px 0 0 0;
}
#b8-calendario-prin .days div {
  height: 55px;
  font-size: 30px;
  line-height: 55px;
  margin-bottom: 0.6%;
  color: #43575e;
  position: relative;
  cursor: pointer;
}
#b8-calendario-prin .days div:before {
  content: "";
  width: 99%;
  height: 99%;
  display: block;
  border: 1px solid #43575e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#b8-calendario-prin .days div.event {
  cursor: pointer;
}
#b8-calendario-prin .days div.event:before {
  border: 1px solid #43575e;
}
#b8-calendario-prin .days div.event.active {
  font-family: 'PoppinsBold', sans-serif;
  color: #fff;
}
#b8-calendario-prin .days div.event.active:before {
  background: #0656c9;
  z-index: 1;
  border: 1px solid #0656c9;
}
#b8-calendario-prin .days div.event.active .day-number {
  position: relative;
  z-index: 2;
}
#b8-calendario-prin .days div.past {
  color: #ccc;
}
#b8-calendario-prin .days div.past:before {
  border: 1px solid #ccc;
}
#b8-calendario-prin .days div.last-month,
#b8-calendario-prin .days div.adjacent-month {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
#b8-calendario-prin .days div.today {
  font-family: 'PoppinsBold', sans-serif;
  color: #fff;
}
#b8-calendario-prin .days div.today:before {
  color: #00e1cd;
  z-index: 1;
  border: 1px solid #0994fc;
}
#b8-calendario-prin .days div.today .day-number {
  color: #0994fc;
}
.staff-body .b8-check {
  display: none;
}
.b8-ctn-slider.slider-ok .b8-item {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
}
.b8-ctn-slider .bx-wrapper .bx-controls-direction a {
  background: none;
  width: 30px;
  height: 30px;
  color: #808080;
  text-indent: 1px;
}
.b8-ctn-slider .bx-wrapper .bx-controls-direction a:before {
  position: absolute;
  content: "\e606";
  font-family: 'icomoon';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -50px;
}
.b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\e607";
}
.b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -50px;
}
@media screen and (min-width: 1025px) {
  #b8-calendario-prin .today:hover {
    background-color: #0994fc;
  }
  #b8-calendario-prin .today:hover span {
    color: #fff !important;
  }
  #b8-calendario-prin .days div:hover {
    color: #00e1cd;
  }
  #b8-calendario-prin .days div:hover:before {
    border: 1px solid #0994fc;
  }
  #b8-calendario-prin .days div:hover .day-number {
    color: #0994fc;
  }
  .cal2 .clndr .clndr-controls .clndr-next-button:hover,
  .cal2 .clndr .clndr-controls .clndr-previous-button:hover {
    background: none;
  }
  .cal2 .clndr .clndr-controls .clndr-next-button:hover:before,
  .cal2 .clndr .clndr-controls .clndr-previous-button:hover:before {
    color: #0656c9;
  }
  .b8-ctn-slider .bx-wrapper .bx-controls-direction a:hover:before {
    color: #0656c9;
  }
}
@media screen and (max-width: 1400px) {
  .b8 {
    padding-top: 25px;
  }
  .b8-titulo {
    margin-bottom: 30px;
  }
  .b8-calendario h4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #b8-calendario-prin .clndr .clndr-grid {
    margin-top: 5px;
  }
  #b8-calendario-prin .days {
    margin-top: 20px;
  }
  .b8-medicos {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .b8-item {
    width: 16.6%;
    max-width: inherit;
  }
  .b8-ctn-slider.slider-ok {
    max-width: 100%;
    margin: 0 auto;
    width: 830px;
  }
}
@media screen and (max-width: 1024px) {
  .figure-table .b8-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b8-ctn-slider.slider-ok {
    width: 695px;
  }
  .b8-item {
    width: 25%;
  }
  .b8-name p {
    font-size: 13px;
  }
  #b8-calendario-prin .days div,
  #b8-calendario-prin .days-of-the-week div {
    width: 13%;
    margin-bottom: 1.25%;
    margin-right: 1.25%;
  }
  #b8-calendario-prin .days div {
    height: 110px;
    line-height: 110px;
  }
  .b8-calendario h4 {
    padding-top: 50px;
  }
  .b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
  }
  .b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .b8-medicos {
    text-align: left;
  }
  .b8-item {
    width: 25%;
  }
  .b8-titulo {
    padding-right: 0;
  }
  .b8-titulo .b8-input {
    position: relative;
    max-width: 100%;
  }
  .b8-ctn-slider.slider-ok {
    width: 549px;
  }
  .b8-titulo label {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .b8-ctn-slider.slider-ok {
    width: 408px;
  }
  .b8-item {
    width: 33.3%;
  }
  .b8 {
    padding: 40px 0;
  }
  #b8-calendario-prin .days div,
  #b8-calendario-prin .days-of-the-week div {
    width: 12.8%;
    margin-bottom: 1.63%;
    margin-right: 1.63%;
  }
  #b8-calendario-prin .days div {
    height: 90px;
    line-height: 90px;
  }
  #b8-calendario-prin .clndr .clndr-grid {
    margin-top: 25px;
  }
  .b8-calendario h4 {
    padding-top: 30px;
  }
  .b8-titulo label {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .b8-ctn-slider.slider-ok {
    width: 267px;
  }
  #b8-calendario-prin .days div,
  #b8-calendario-prin .days-of-the-week div {
    width: 12.2%;
    margin-bottom: 2.3%;
    margin-right: 2.3%;
  }
  #b8-calendario-prin .days {
    margin-top: 22px;
  }
  #b8-calendario-prin .days div {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
  #b8-calendario-prin .header-day {
    font-size: 16px;
  }
  #b8-calendario-prin .clndr-controls {
    width: 100%;
    max-width: 350px;
  }
  #b8-calendario-prin .clndr-previous-button,
  #b8-calendario-prin clndr-previous-button {
    width: 10%;
    max-width: 30px;
  }
  #b8-calendario-prin .current-month {
    max-width: 290px;
    width: 80%;
    font-size: 25px;
  }
  .b8-item {
    width: 50%;
  }
  .b8-titulo label {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  #b8-calendario-prin .days div,
  #b8-calendario-prin .days-of-the-week div {
    width: 12%;
    margin-bottom: 2.5%;
    margin-right: 2.5%;
  }
  #b8-calendario-prin .days div {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
  #b8-calendario-prin .clndr-controls .clndr-previous-button,
  #b8-calendario-prin .clndr-controls .clndr-next-button {
    max-width: 20px;
  }
  .b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
  }
  .b8-ctn-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
  }
}
@-moz-keyframes like {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes like {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes like {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes like {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes check {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes check {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes check {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes check {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9-ctn .b12-lista i {
  color: #00e1cd;
}
.b9-medicos .b8-item.active figure {
  border-color: #808080;
}
.b9-medicos .b8-item.active .b8-like {
  background: #808080;
}
.b9 {
  padding-top: 98px;
  padding-bottom: 68px;
}
.b9 .b12-fecha {
  bottom: inherit;
  top: 30px;
}
.b9-medicos {
  font-size: 0;
}
.b9-p {
  padding-top: 62px;
}
.b9-p p {
  font-size: 18px;
  font-family: 'PoppinsSemiBold', sans-serif;
  text-transform: uppercase;
  color: #0033a0;
  display: block;
  padding-bottom: 30px;
}
.b9-1 {
  font-size: 0;
}
.b9-ctn {
  position: relative;
  text-align: left;
}
.b9-ctn.wancho {
  max-width: 800px;
}
.b9-medicos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 14px;
}
.b9-medicos.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b9-fix {
  background: #fff;
}
.b9-fix:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  height: 100%;
  width: 200%;
  background: #fff;
}
.b9-fix:after {
  content: "";
  position: absolute;
  top: 0;
  right: -200%;
  height: 100%;
  width: 200%;
  background: #fff;
}
.b9-fix.scroll-citas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 2000;
}
.b9-fix.scroll-citas .b9-nav {
  max-width: inherit;
}
.b9-fix.scroll-citas .b9-barra .triang:after {
  display: none;
}
.b9-fix.scroll-citas .b9-titulo {
  max-width: inherit;
  margin: 0;
}
.b9-fix.scroll-citas .b9-nav p {
  width: 2000px;
}
.b9-titulo {
  position: relative;
  font-size: 0;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 590px;
  margin: auto;
  margin-bottom: 62px;
  border-radius: 7px;
}
.b9-titulo .b9-barra {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #0994fc;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 7px 0 0 7px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(50,50,50,0.4);
  box-shadow: 0px 0px 11px 0px rgba(50,50,50,0.4);
}
.b9-titulo .b9-barra .triang {
  position: relative;
  width: 100%;
}
.b9-titulo .b9-barra .triang:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 57px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 27.5px 0 27.5px;
  border-color: #0994fc transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b9-titulo.go-left .b9-barra {
  left: 0;
  border-radius: 7px 0 0 7px;
}
.b9-titulo.go-right .b9-barra {
  left: 50%;
  border-radius: 0 7px 7px 0;
}
.b9-nav {
  width: 50%;
  max-width: 295px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'PoppinsSemiBold', sans-serif;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #808080;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b9-nav p {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
  width: 295px;
  color: #808080;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b9-nav:first-child {
  border-radius: 7px 0 0 7px;
  border-right: 0px solid #0994fc !important;
}
.b9-nav:last-child {
  border-radius: 0 7px 7px 0;
  border-left: 0px solid #0994fc !important;
}
.b9-nav.active {
  border: 1px solid #0994fc;
}
.b9-nav.active p {
  color: #fff;
}
.b9-item-mes {
  padding-left: 60px;
}
.b9-item-mes .b12-info {
  padding: 30px 0;
}
.b9-item-mes .b12-info:before {
  background: none;
}
.b9-item-mes .b12-fecha {
  background-color: #0994fc;
  width: 82px;
  height: 82px;
  left: 0;
}
.b9-item-mes .b12-fecha small {
  font-size: 18px;
}
.b9-item-mes .b12-fecha strong {
  font-size: 45px;
}
.b9-item-mes .b12-text-info {
  margin-left: 120px;
}
.item-title-mes {
  position: relative;
}
.item-title-mes:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #15d1d1;
  position: absolute;
  right: 101%;
  top: 7px;
  display: block;
}
.item-title-mes small {
  font-size: 20px;
  color: #0656c9;
  font-family: 'PoppinsSemiBold', sans-serif;
  line-height: 100%;
}
.b9-item-mes {
  position: relative;
}
.b9-item-mes:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #15d1d1;
  background-color: #fff;
  position: absolute;
  left: -8px;
  border-radius: 50%;
  top: 0;
  z-index: 2;
}
.b9-item-mes:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #15d1d1;
  right: 100%;
  top: 0;
}
.b9-staff .b9-medicos[id="tab1"] {
  padding-left: 0;
}
.b9-staff .b8-name p {
  color: #0033a0;
}
.b9-abecedario {
  text-align: center;
}
.b9-abecedario a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
  font-family: 'PoppinsSemiBold', sans-serif;
  margin: 0 10px 2px 10px;
  color: #15d1d1;
}
.b9-abecedario a.active {
  color: #15d1d1;
}
.b9_check {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: -10px;
  display: block;
  cursor: pointer;
}
.b9_check:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #15d1d1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.b9_check:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../img/icon-check.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.b9_check.active:before {
  background: #15d1d1;
}
@media screen and (max-width: 1080px) {
  .citas-pendientes .b9 {
    padding-bottom: 145px;
  }
}
@media screen and (min-width: 1025px) {
  .b9-abecedario a:hover {
    color: #0033a0;
  }
  .b9_check.active:after {
    -webkit-animation: like 0.5s;
    -moz-animation: like 0.5s;
    -o-animation: like 0.5s;
    -ms-animation: like 0.5s;
    animation: like 0.5s;
  }
}
@media screen and (min-width: 1025px) {
  .b9-ctn-prin {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in 0.3s;
    -moz-transition: all 0.5s ease-in 0.3s;
    -o-transition: all 0.5s ease-in 0.3s;
    -ms-transition: all 0.5s ease-in 0.3s;
    transition: all 0.5s ease-in 0.3s;
  }
  .b9.active .b9-ctn-prin {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 640px) {
  .b9-titulo .b9-barra .triang:after {
    top: 49px;
  }
  .b9-titulo {
    width: 95%;
  }
  .b9-nav p {
    height: 47px;
  }
  .citas-pendientes .b9 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .b9-item-mes .b12-text-info {
    margin: 0;
  }
  .b9-item-mes {
    padding-left: 10px;
  }
  .item-title-mes:before {
    display: none;
  }
  .b9-medicos[id="tab1"] {
    padding-left: 10px;
  }
  .b9-medicos[id="tab2"] {
    padding-left: 0px;
  }
  .b9-item-mes .b12-info {
    padding-bottom: 40px;
  }
  .b9-item-mes .b12-info:last-child {
    padding-bottom: 0;
  }
  .b9-nav p {
    font-size: 14px;
  }
  .b9-item-mes .item-title-mes {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .b9 {
    padding: 60px 0 30px 0;
  }
  .b9 .b12-fecha {
    top: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  display: none;
}
.footchat {
  position: fixed;
  right: 0;
  bottom: 70px;
  width: 300px;
  height: 300px;
  z-index: 200;
  display: none;
  background: #15d1d1;
}
.foochatresponsive {
  color: #fff;
  text-align: center;
  max-width: 250px;
  width: 100%;
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 500;
  height: 40px;
  line-height: 40px;
  background: #15d1d1;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .footchat {
    display: none;
  }
  .foochatresponsive {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .foochatresponsive {
    bottom: 110px;
  }
}
.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #0994fc;
  color: #fff;
  z-index: 300;
}
.foot-box {
  font-size: 0;
  position: relative;
  text-align: center;
}
.foot-center {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 22px 0;
  margin: auto;
  width: 100%;
  max-width: 500px;
}
.foot-center:before,
.foot-center:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  background: #46d6f7;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 0px 1px 0px #0871c4;
  box-shadow: 1px 0px 1px 0px #0871c4;
}
.foot-center:before {
  left: 0;
}
.foot-center:after {
  right: 0;
}
.foot-logo {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 0;
}
.foot-logo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 230px;
}
.foot-right {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 15px;
  z-index: 2;
  line-height: 1;
  min-height: 44px;
}
.foot-tel {
  text-align: left;
  position: relative;
  padding-left: 38px;
  display: inline-block;
}
.foot-tel span {
  font-size: 38px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
}
.foot-tel p {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.foot-tel a {
  font-size: 25px;
  font-family: 'PoppinsSemiBold', sans-serif;
  line-height: 1;
  display: block;
}
.staffteam {
  position: relative;
  padding-right: 0.45em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  font-family: 'arial';
}
.staffteam:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0.1em;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 1080px) {
  .foot-logo {
    top: 12px;
  }
  .foot-logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1018px) {
  .foot-logo {
    display: none;
  }
  .foot-center {
    margin: 0;
    max-width: 70%;
    text-align: left;
  }
  .foot-center:before {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .footchat {
    bottom: 100px;
  }
  .footer {
    padding: 12px 0;
  }
  .foot-center,
  .foot-right {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    text-align: center;
    top: inherit;
    left: inherit;
    right: inherit;
  }
  .foot-center:after,
  .foot-right:after {
    display: none;
  }
  .foot-tel {
    padding-top: 10px;
    text-align: center;
    padding-left: 0;
  }
  .foot-tel span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .footchat {
    width: 95%;
    bottom: 100px;
  }
  .foot-center p a {
    display: block;
  }
  .header-2 .footer {
    background: #fff;
    border-top: 1px solid #ccc;
  }
  .header-2 .foot-center {
    background: #fff;
    color: #43575e;
  }
  .header-2 .foot-right {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header-ctn {
  max-width: 100%;
  width: 97%;
}
.wrapper {
  padding-top: 85px;
  padding-bottom: 63px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  background: #fff;
  -webkit-box-shadow: -1px -4px 18px 0px rgba(70,70,70,0.4);
  box-shadow: -1px -4px 18px 0px rgba(70,70,70,0.4);
}
.header .wancho {
  position: relative;
}
.header .header-logo {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 auto;
  max-width: 235px;
}
.header .header-logo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 260px;
}
.header .menu {
  text-align: center;
}
.header .menu-item {
  display: inline-block;
  padding: 10px 20px;
}
.header .menu-item.link-resp {
  display: none;
}
.header .menu-link {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'PoppinsMedium', sans-serif;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.header .menu-link.active,
.header .menu-link:hover {
  color: #0033a0;
}
.header .menu-link--icono {
  position: relative;
  padding-left: 20px;
}
.header .menu-link--icono:before {
  content: "\e921";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 13px;
  left: 0;
}
.menu-log {
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-log li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #0994fc;
}
.usuario-img {
  padding: 0 5px;
}
.usuario-img a {
  border: 3px solid #9954db;
  display: block;
  border-radius: 50%;
}
.usuario-img figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 33px;
  height: 33px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.usuario-img figure img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 33px;
  border-radius: 50%;
  overflow: hidden;
}
.usuario-nombre {
  padding: 0 4px;
}
.usuario-nombre p {
  font-size: 14px;
  margin-bottom: 0;
}
.usuario-actualizaciones {
  padding: 0 30px 0 12px;
}
.usuario-actualizaciones .icon-3 {
  font-size: 23px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
}
.usuario-actualizaciones .notificaciones-numero {
  position: absolute;
  top: -8px;
  right: -5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  background: #9954db;
  line-height: 1;
}
.usuario-actualizaciones .notificaciones-numero span {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.usuario-actualizaciones p {
  display: none;
  vertical-align: middle;
  padding-left: 5px;
  color: #808080;
}
.nav-notificaciones {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.usuario-cerrar {
  padding: 0 0 0 22px;
}
.usuario-cerrar:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 32px;
  background: #808080;
  position: absolute;
  left: 0;
  top: -2px;
}
.usuario-cerrar .icon-4 {
  font-size: 23px;
  cursor: pointer;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.usuario-cerrar .icon-4:hover {
  color: #43575e;
}
.usuario-cerrar p {
  display: none;
  vertical-align: middle;
  padding-left: 5px;
  color: #808080;
}
.menu-sidebar .menu-log {
  padding-top: 0px;
  position: relative;
  top: inherit;
  right: inherit;
}
.menu-sidebar .usuario-img {
  display: none;
}
.menu-sidebar .usuario-nombre {
  display: none;
  padding-left: 20px;
}
.menu-sidebar .usuario-nombre p {
  font-family: 'PoppinsRegular', sans-serif;
}
.menu-sidebar .usuario-actualizaciones {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}
.menu-sidebar .usuario-actualizaciones .icon-3 {
  font-size: 16px;
  width: 20px;
  color: #808080;
}
.menu-sidebar .usuario-actualizaciones p {
  display: inline-block;
}
.menu-sidebar .notificaciones-numero {
  right: -6px;
  top: -9px;
}
.menu-sidebar .usuario-cerrar {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.menu-sidebar .usuario-cerrar .icon-4 {
  font-size: 16px;
  width: 20px;
  color: #808080;
}
.menu-sidebar .usuario-cerrar p {
  display: inline-block;
}
.menu-sidebar .usuario-cerrar:before {
  display: none;
}
.header-2 {
  display: block;
}
.header-2 .header {
  border-bottom: 0px solid #0033a0;
}
.header-2 .header .header-logo {
  position: relative;
  top: inherit;
  left: inherit;
  padding: 9px 0;
  margin: 0 auto !important;
}
.header-2 .header .menu {
  display: none;
}
.header-2 .menu-mobile-open {
  display: none;
}
.header-2 .wrapper {
  padding-top: 68px;
}
.responsive-logo {
  margin-top: 10px;
  width: 80%;
  display: none;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #0033a0;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: #fff;
  color: #0033a0;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-sidebar .navlog-menu li.active span.icon-15.opacity-1 {
  display: none;
}
.menu-responsive {
  padding-top: 0px;
}
.menu-responsive .menu-item {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
}
.menu-responsive .menu-item a {
  display: block;
  text-indent: 20px;
}
.menu-responsive .menu-item a:hover,
.menu-responsive .menu-item a.active {
  background-color: #00e1cd;
  color: #fff;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
body.sin-nav2 .wrapper {
  padding: 0;
}
body.sin-nav2 .header,
body.sin-nav2 .footer {
  position: relative;
}
body.sin-nav2 .b2 {
  /*display: none;*/ /*VV Comentado porque impedía mostrar el menú de login */
}
body.sin-nav2 .notificacion {
  /*display: none;*/ /*VV Comentado porque impedía mostrar el menú de login */
}
body.sin-nav2-b .b2 {
  display: none;
}
body.sin-nav2-b .notificacion {
  display: none;
}
.notificacion {
  position: absolute;
  z-index: 200;
  display: block;
  top: 23%;
  right: 40px;
}
.notificacion {
  z-index: -1;
}
.notificacion figure {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 2);
  -moz-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 2);
  -o-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 2);
  -ms-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 2);
  transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 2);
}
.notificacion figcaption {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5) 0.5s;
  -moz-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5) 0.5s;
  -o-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5) 0.5s;
  -ms-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5) 0.5s;
  transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5) 0.5s;
}
.notificacion.efecto {
  z-index: 200;
}
.notificacion.efecto figcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.notificacion.efecto figure {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.notificacion-relative {
  position: relative;
  padding-right: 72px;
}
.notificacion-relative figure {
  position: absolute;
  top: -2px;
  right: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(70,70,70,0.2);
  box-shadow: 2px 2px 3px 0px rgba(70,70,70,0.2);
  border: 4px solid #9954db;
}
.notificacion-relative figure img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.notificacion-relative figcaption {
  position: relative;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  width: 356px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #9954db;
  padding: 5px 20px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(70,70,70,0.2);
  box-shadow: 2px 2px 3px 0px rgba(70,70,70,0.2);
}
.notificacion-relative figcaption strong {
  font-family: 'OpenSansSemibold', sans-serif;
}
.notificacion-relative figcaption:before {
  content: '';
  position: absolute;
  top: 14px;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 12px;
  border-color: transparent transparent transparent #9954db;
}
.foot-right.mobile {
  display: none;
}
.h-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.h-overlay.active {
  z-index: 1000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.h-block {
  width: 630px;
  background: #fff;
  border-radius: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.h-block.active {
  z-index: 1200;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.h-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 455px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}
.h-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #0032a0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (min-width: 1025px) {
  .h-close {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .h-close:hover {
    background: #9354d5;
  }
}
.h-info {
  width: 100%;
}
.h-title {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-bottom: 55px;
}
.h-title h2 {
  line-height: 1.2;
  color: #0032a0;
  font-family: 'PoppinsSemiBold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}
.h-ctn-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.h-btn {
  display: block;
  max-width: 277px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.h-btn:last-child {
  margin-bottom: 0;
}
.h-link {
  display: block;
  width: 100%;
  line-height: 1;
  border-radius: 25px;
  padding-top: 18px;
  padding-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}
.h-link.azul-1 {
  background: #002678;
}
@media screen and (min-width: 1025px) {
  .h-link.azul-1 {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .h-link.azul-1:hover {
    background: #9354d5;
  }
}
.h-link.azul-2 {
  background: #0033a0;
}
@media screen and (min-width: 1025px) {
  .h-link.azul-2 {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .h-link.azul-2:hover {
    background: #9354d5;
  }
}
.h-link.azul-3 {
  background: #0848a5;
}
@media screen and (min-width: 1025px) {
  .h-link.azul-3 {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .h-link.azul-3:hover {
    background: #9354d5;
  }
}
.h-link-text {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: 'PoppinsBold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
}
.h-link-icono {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: -7px;
  left: 0;
}
@media screen and (max-width: 1430px) {
  .header .menu-item {
    padding: 18px 5px;
  }
  .header .menu-link {
    padding: 10px 5px;
  }
  .header .menu-link--icono {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .header .menu-link {
    font-size: 16px;
  }
  .header .header-logo {
    top: 18px;
  }
  .header .header-logo img {
    max-width: 228px;
  }
  .menu-log {
    top: 16px;
  }
  li.usuario-nombre {
    display: none;
  }
  .notificacion {
    display: none;
  }
}
@media screen and (max-width: 1018px) {
  .wrapper {
    padding: 0 !important;
  }
  .header {
    position: relative;
  }
  .cnt-wrapper,
  .footer {
    position: relative;
    left: 0;
    -webkit-transition: left 0.45s ease;
    -moz-transition: left 0.45s ease;
    -o-transition: left 0.45s ease;
    -ms-transition: left 0.45s ease;
    transition: left 0.45s ease;
  }
  .cnt-wrapper.active,
  .footer.active {
    left: -200px;
  }
  .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .header {
    border-bottom: 2px solid #0033a0;
  }
  .header .header-logo {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 9px 0;
  }
  .h-block,
  .h-overlay {
    display: none;
  }
  .h-btn {
    text-align: left;
  }
  .menu-responsive .menu-item.link-resp {
    display: block;
  }
  .menu-responsive .menu-item.link-desk {
    display: none;
  }
  .menu-responsive .h-btns-resp {
    display: none;
  }
  .menu-responsive .link-resp {
    height: auto;
    line-height: 1;
  }
  .menu-responsive .link-resp .menu-link {
    line-height: 55px;
    height: 55px;
  }
  .menu-responsive .link-resp .menu-link.bgcolor {
    background: #00e1cd;
    color: #fff;
  }
  .menu-responsive .link-resp .h-link {
    text-indent: 0;
  }
  .menu-responsive .h-link {
    line-height: 55px;
    height: 55px;
    background: none !important;
    padding: 0;
  }
  .menu-responsive .h-link.active .h-link-text {
    color: #0032a0;
  }
  .menu-responsive .h-link.active .h-link-icono {
    color: #0032a0;
  }
  .menu-responsive .h-btn {
    margin-bottom: 0;
  }
  .menu-responsive .h-link-text {
    color: #808080;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 14px;
    text-transform: inherit;
    padding-left: 60px;
  }
  .menu-responsive .h-link-icono {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    text-align: center;
    top: -8px;
    left: 27px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header .header-logo {
    margin: 0;
  }
  .header-2 .header {
    border-bottom: 2px solid #0033a0;
  }
  .header-2 .foot-right.mobile {
    display: none;
  }
  .foot-right {
    display: none;
  }
  .foot-right.mobile {
    display: block;
    margin-bottom: 10px;
  }
  .footer {
    padding-bottom: 20px;
  }
}
