@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Corbyn-Medium";
  font-style: normal;
  font-weight: 700;
  src: url("../../css/webfonts/Corbyn-Medium.eot?") format("eot"), url("../../css/webfonts/Corbyn-Medium.woff2") format("woff2"), url("../../css/webfonts/Corbyn-Medium.woff") format("woff"), url("../../css/webfonts/Corbyn-Medium.ttf") format("truetype"), url("../../css/webfonts/Corbyn-Medium.svg#Corbyn-Medium") format("svg"); }

.logo-user-page {
  width: 160px; }

.logo-ico {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .logo-ico {
      width: 80px; } }

.btn__filled--primary:hover, .btn__filled--primary:focus {
  border-color: #80ba27;
  background-color: #80ba27;
  color: #FFFFFF; }

div[aria-label="Error message"] {
  padding: 40px;
  text-align: center; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md,
  .container-sm, .container-xl {
    max-width: 1192px; } }

.page-content {
  margin: 0; }

.page_front-dao {
  padding-top: 80px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .page_front-dao {
      padding-top: 60px; } }

.bodyTheme .mfp-iframe-holder .mfp-content {
  max-width: 80%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: 0 8px 16px #00000026;
  margin: auto;
  min-width: 0; }

#block-dao-page-title {
  text-align: center;
  margin: 60px 25px; }
  #block-dao-page-title .page-title {
    padding-inline-end: 0; }

.ui-widget {
  font-family: "Poppins", sans-serif; }
  .ui-widget.ui-widget-content {
    min-width: 450px; }
    @media screen and (max-width: 479px) {
      .ui-widget.ui-widget-content {
        min-width: 90%; } }

.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(../../images/assets/aui-icon-close.png);
  background-size: contain;
  height: 20px;
  width: 20px;
  border-radius: 5px; }

.ui-dialog .ui-dialog-titlebar {
  background-color: #002c57;
  color: #FFFFFF; }

.ui-dialog .ui-widget-content.ui-dialog-content {
  padding: 20px 20px 100px 20px; }

.webform-confirmation-modal .webform-confirmation-modal--content:after {
  font-size: 40px !important;
  bottom: 30px;
  color: #3abcf5; }

.wow {
  visibility: hidden; }

.button--primary {
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  background-color: #002c57;
  border: 2px solid #002c57;
  color: #FFFFFF;
  width: fit-content;
  cursor: pointer;
  clear: both; }
  @media screen and (max-width: 767px) {
    .button--primary {
      letter-spacing: 0;
      padding: 8px 15px; } }
  .button--primary:hover, .button--primary:focus, .button--primary:active, .button--primary.active {
    text-decoration: none;
    color: #002c57;
    border-color: #002c57;
    background-color: transparent; }

.link-g {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  font-weight: 400;
  color: #002c57; }
  .link-g .the-arrow {
    width: 64px;
    transition: all 0.2s; }
    .link-g .the-arrow > .shaft {
      display: block;
      height: 1px;
      position: relative;
      transition: all 0.2s;
      transition-delay: 0;
      will-change: transform;
      background-color: #0072bf; }
      .link-g .the-arrow > .shaft:before, .link-g .the-arrow > .shaft:after {
        background-color: #0072bf;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.2s;
        transition-delay: 0; }
      .link-g .the-arrow > .shaft:before {
        transform-origin: top right; }
      .link-g .the-arrow > .shaft:after {
        transform-origin: bottom right; }
    .link-g .the-arrow.-left {
      position: absolute;
      top: 60%;
      left: 0; }
      .link-g .the-arrow.-left .shaft {
        width: 0; }
        .link-g .the-arrow.-left .shaft:before, .link-g .the-arrow.-left .shaft:after {
          transform: rotate(0);
          width: 0; }
    .link-g .the-arrow.-right {
      top: 3px; }
      .link-g .the-arrow.-right .shaft {
        width: 64px;
        transition-delay: 0.2s; }
        .link-g .the-arrow.-right .shaft:before, .link-g .the-arrow.-right .shaft:after {
          width: 8px;
          transition-delay: 0.3s;
          transition: all 0.5s; }
        .link-g .the-arrow.-right .shaft:after {
          transform: rotate(-40deg); }
        .link-g .the-arrow.-right .shaft:before {
          transform: rotate(40deg); }
  .link-g > .main {
    display: flex;
    align-items: center;
    transition: all 0.2s; }
    .link-g > .main .the-arrow {
      position: relative; }
    .link-g > .main .text-b {
      margin: 0 16px 0 0;
      line-height: 1; }
  .link-g:hover {
    color: #0072bf; }
    .link-g:hover .the-arrow.-left .shaft {
      width: 64px;
      transition-delay: 0.1s;
      background-color: #0072bf; }
      .link-g:hover .the-arrow.-left .shaft:before, .link-g:hover .the-arrow.-left .shaft:after {
        width: 8px;
        transition-delay: 0.1s;
        background-color: #0072bf; }
      .link-g:hover .the-arrow.-left .shaft:before {
        transform: rotate(40deg); }
      .link-g:hover .the-arrow.-left .shaft:after {
        transform: rotate(-40deg); }
    .link-g:hover .the-arrow.-right .shaft {
      width: 0;
      transform: translateX(200%);
      transition-delay: 0;
      opacity: 0; }
      .link-g:hover .the-arrow.-right .shaft:before, .link-g:hover .the-arrow.-right .shaft:after {
        transform: rotate(0); }
    .link-g:hover .main {
      transform: translateX(80px); }

.bg-title {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-blend-mode: hard-light;
  height: 250px;
  position: relative;
  margin-bottom: 65px;
  background-color: #002c57;
  z-index: 1; }
  .bg-title:before {
    background: rgba(0, 44, 87, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  @media screen and (max-width: 1399px) {
    .bg-title {
      background-size: 120%; } }
  @media screen and (max-width: 1199px) {
    .bg-title {
      background-size: 150%; } }
  @media screen and (max-width: 991px) {
    .bg-title {
      background-size: 165%; } }
  @media screen and (max-width: 767px) {
    .bg-title {
      background-size: cover;
      background-attachment: scroll; } }
  .bg-title .title-head {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
    min-width: 300px;
    font-weight: 600; }

.text-formatted p {
  line-height: 2rem;
  word-wrap: normal;
  word-break: auto-phrase; }
  @media screen and (max-width: 767px) {
    .text-formatted p {
      line-height: 1.4rem; } }

.text-formatted ul {
  margin: 0;
  padding: 0; }
  .text-formatted ul li {
    line-height: 2rem;
    position: relative;
    padding-left: 28px;
    list-style-type: none;
    text-align: left;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .text-formatted ul li {
        font-size: 0.9rem;
        line-height: 1.4rem; } }
    .text-formatted ul li::before {
      content: "\2022";
      color: #0072bf;
      font-size: 50px;
      position: absolute;
      top: 0;
      left: 0; }

.page_legalcompleto .text-formatted h2, .page_legalcompleto .text-formatted h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: normal;
  margin-bottom: 15px;
  margin-top: 25px; }

.page_legalcompleto .text-formatted h2 {
  color: #002c57; }

.page_legalcompleto .text-formatted h2:first-child {
  margin-top: 8px; }

.page_legalcompleto .text-formatted h3 {
  color: #0072bf; }

.page_legalcompleto .text-formatted p, .page_legalcompleto .text-formatted ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  word-wrap: normal;
  word-break: auto-phrase; }

.page_legal #block-dao-page-title {
  margin: 40px 25px; }

.page_legal .page-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  font-weight: 500;
  word-break: auto-phrase;
  white-space: break-spaces; }

.page_legal .text-formatted h2, .page_legal .text-formatted h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: normal;
  margin-bottom: 15px;
  margin-top: 25px; }

.page_legal .text-formatted h2 {
  color: #002c57; }

.page_legal .text-formatted h2:first-child {
  margin-top: 8px; }

.page_legal .text-formatted h3 {
  color: #0072bf; }

.page_legal .text-formatted p, .page_legal .text-formatted ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  word-wrap: normal;
  word-break: auto-phrase; }

.section-banner {
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .section-banner {
      background-image: none !important;
      background-color: #3abcf5; } }
  .section-banner h1 {
    color: #002c57;
    font-weight: 700;
    margin: 0;
    font-size: 2.1rem;
    line-height: 2.8rem;
    border-bottom: solid #FFFFFF 2px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    word-break: auto-phrase; }
    @media screen and (max-width: 767px) {
      .section-banner h1 {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
  .section-banner .subti {
    padding: 5px 40px;
    display: inline-block; }
    .section-banner .subti .text-formatted {
      color: #3b5096;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.6rem; }
      .section-banner .subti .text-formatted h2, .section-banner .subti .text-formatted h3 {
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin-bottom: 5px;
        font-weight: 600;
        display: inline-block;
        margin-left: 10px;
        word-wrap: normal;
        word-break: auto-phrase; }
      .section-banner .subti .text-formatted h4, .section-banner .subti .text-formatted h5, .section-banner .subti .text-formatted h6 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        margin-bottom: 5px;
        font-weight: 400;
        display: inline-block;
        margin-left: 10px;
        word-wrap: normal;
        word-break: auto-phrase; }

.b-altura {
  min-height: 400px; }
  @media screen and (max-width: 767px) {
    .b-altura {
      min-height: 250px;
      margin-top: 35px; } }

.section-informacion-video {
  background: #172084;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .section-informacion-video {
      padding: 0; } }

.section-informacion-home {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #FFFFFF;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-image: url(../../images/bg-info.jpg); }
  @media screen and (max-width: 991px) {
    .section-informacion-home {
      background-image: none;
      background-color: #FFFFFF; } }
  .section-informacion-home strong {
    color: #0072bf; }
  .section-informacion-home .text-formatted {
    font-size: 1.1rem;
    line-height: 1.8rem;
    word-wrap: normal;
    word-break: auto-phrase; }
    .section-informacion-home .text-formatted p:first-child {
      margin-top: 0; }

.section-informacion-home2 {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/bg-funcion-prueba.jpg); }
  .section-informacion-home2 strong {
    color: #3abcf5; }
  .section-informacion-home2 .text-formatted {
    font-size: 1.1rem;
    line-height: 1.8rem;
    word-wrap: normal;
    word-break: auto-phrase;
    color: #FFFFFF; }
    .section-informacion-home2 .text-formatted p:first-child {
      margin-top: 0; }
  .section-informacion-home2 .subtihom2 {
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 2.4rem; }

.section-informacion-home3 strong {
  color: #3abcf5; }

.section-informacion-home3 .text-formatted {
  font-size: 1.1rem;
  line-height: 1.8rem;
  word-wrap: normal;
  word-break: auto-phrase; }
  .section-informacion-home3 .text-formatted p:first-child {
    margin-top: 0; }
  .section-informacion-home3 .text-formatted li {
    font-size: 1.1rem;
    line-height: 1.8rem; }
    @media screen and (max-width: 767px) {
      .section-informacion-home3 .text-formatted li {
        font-size: 0.9rem;
        line-height: 1.4rem; } }

.section-informacion-home,
.section-informacion-home2,
.section-informacion-home3 {
  padding-top: 100px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .section-informacion-home,
    .section-informacion-home2,
    .section-informacion-home3 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .section-informacion-home h2,
  .section-informacion-home2 h2,
  .section-informacion-home3 h2 {
    color: #002c57;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    word-wrap: normal;
    word-break: auto-phrase; }
  .section-informacion-home h3,
  .section-informacion-home2 h3,
  .section-informacion-home3 h3 {
    color: #0072bf;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    word-wrap: normal;
    word-break: auto-phrase; }
  .section-informacion-home h4, .section-informacion-home h5, .section-informacion-home h6,
  .section-informacion-home2 h4,
  .section-informacion-home2 h5,
  .section-informacion-home2 h6,
  .section-informacion-home3 h4,
  .section-informacion-home3 h5,
  .section-informacion-home3 h6 {
    color: #0072bf;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    word-wrap: normal;
    word-break: auto-phrase; }
  .section-informacion-home ul,
  .section-informacion-home2 ul,
  .section-informacion-home3 ul {
    list-style-type: none; }
    .section-informacion-home ul li,
    .section-informacion-home2 ul li,
    .section-informacion-home3 ul li {
      padding-left: 35px;
      word-wrap: normal;
      word-break: auto-phrase; }
      .section-informacion-home ul li::before,
      .section-informacion-home2 ul li::before,
      .section-informacion-home3 ul li::before {
        content: "";
        color: #0072bf;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFsKCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPgoJPCFFTlRJVFkgbnNfYWkgImh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVJbGx1c3RyYXRvci8xMC4wLyI+Cgk8IUVOVElUWSBuc19ncmFwaHMgImh0dHA6Ly9ucy5hZG9iZS5jb20vR3JhcGhzLzEuMC8iPgoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+Cgk8IUVOVElUWSBuc19pbXJlcCAiaHR0cDovL25zLmFkb2JlLmNvbS9JbWFnZVJlcGxhY2VtZW50LzEuMC8iPgoJPCFFTlRJVFkgbnNfc2Z3ICJodHRwOi8vbnMuYWRvYmUuY29tL1NhdmVGb3JXZWIvMS4wLyI+Cgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4KCTwhRU5USVRZIG5zX2Fkb2JlX3hwYXRoICJodHRwOi8vbnMuYWRvYmUuY29tL1hQYXRoLzEuMC8iPgpdPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI4OTUuOHB4IgoJIGhlaWdodD0iMTQxNy4zcHgiIHZpZXdCb3g9IjAgMCA4OTUuOCAxNDE3LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg5NS44IDE0MTcuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDcyQkY7fQo8L3N0eWxlPgo8bWV0YWRhdGE+Cgk8c2Z3ICB4bWxucz0iJm5zX3NmdzsiPgoJCTxzbGljZXM+PC9zbGljZXM+CgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjEyNTAuOCIgd2lkdGg9IjgwOC44IiB4PSIzMDQuMyIgeT0iLTEzMzQuMSI+PC9zbGljZVNvdXJjZUJvdW5kcz4KCTwvc2Z3Pgo8L21ldGFkYXRhPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDYuMiwxMzM0LjFjMCwwLTU0LjQtNTQzLjgsMzI2LjMtNzYxLjRTNzUzLjIsODMuMiw3NTMuMiw4My4yUzEyNDIuNiwxMTE2LjUsNDYuMiwxMzM0LjF6Ii8+Cjwvc3ZnPgo=);
        width: 28px;
        height: 28px;
        position: absolute;
        top: 0;
        left: 0; }

.btn-go-team-home {
  position: absolute;
  right: 50px;
  bottom: 10px; }
  @media screen and (max-width: 991px) {
    .btn-go-team-home {
      position: relative;
      right: initial;
      bottom: initial;
      padding: 30px 0; } }
  @media screen and (max-width: 991px) {
    .btn-go-team-home.link-g .the-arrow.-left {
      top: 50%; } }

.arrow-bl {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: solid 2px white;
  transition: 0.5s;
  overflow: hidden; }
  .arrow-bl:before {
    position: absolute;
    display: block;
    content: "";
    color: #3abcf5;
    width: 8px;
    height: 8px;
    border-top: solid 2px;
    border-left: solid 2px;
    top: 50%;
    right: -7px;
    transform-origin: 0% 0%;
    transform: rotatez(-225deg); }
  .arrow-bl:after {
    position: absolute;
    display: block;
    content: "";
    color: #3abcf5;
    width: 20px;
    height: 15px;
    top: -1px;
    border-bottom: solid 2px;
    transform: translatex(4px); }

.new-go {
  display: flex; }
  .new-go .arrow-bl {
    margin-left: 7px; }
  .new-go:hover a {
    color: #3abcf5; }
  .new-go:hover .arrow-bl {
    border: solid 2px #3abcf5;
    border-radius: 50%; }
    .new-go:hover .arrow-bl:before {
      animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
    .new-go:hover .arrow-bl:after {
      animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }

@keyframes aniArrow01 {
  0% {
    transform: rotatez(-225deg) translateY(30px) translateX(30px); }
  100% {
    transform: rotatez(-225deg) translateY(-35px) translateX(-35px); } }

@keyframes aniArrow02 {
  0% {
    transform: translateX(-44px); }
  100% {
    transform: translateX(45px); } }

@keyframes borderAni {
  0% {
    border: solid 2px white; }
  100% {
    border: solid 2px white;
    border-radius: 50%; } }

.section-contenido-facturacion h2, .section-contenido-facturacion h3 {
  color: #002c57;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px; }

.section-contenido-facturacion h4 {
  color: #0072bf;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }

.section-contenido-facturacion h5 {
  color: #002c57;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem; }

.dao-facturacion-form input,
.dao-facturacion-form select,
.dao-facturacion-form textarea {
  border-radius: 25px;
  border: solid 2px #a7a7a7 !important;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1rem;
  height: auto; }
  .dao-facturacion-form input#edit-field-genero, .dao-facturacion-form input.local-number,
  .dao-facturacion-form select#edit-field-genero,
  .dao-facturacion-form select.local-number,
  .dao-facturacion-form textarea#edit-field-genero,
  .dao-facturacion-form textarea.local-number {
    height: auto !important; }
  .dao-facturacion-form input.form-radio,
  .dao-facturacion-form select.form-radio,
  .dao-facturacion-form textarea.form-radio {
    padding: 15px 15px; }
  .dao-facturacion-form input:focus,
  .dao-facturacion-form select:focus,
  .dao-facturacion-form textarea:focus {
    box-shadow: none;
    border: 2px solid #0072bf !important; }

.dao-facturacion-form .form-item__label,
.dao-facturacion-form .fieldset__label {
  text-transform: none;
  color: #002c57;
  font-weight: 500;
  margin-left: 12px;
  font-size: 1rem;
  line-height: 1rem; }

.dao-facturacion-form .form-managed-file__main {
  width: 100%; }

.dao-facturacion-form .form-type-webform-document-file .webform-element-description {
  font-size: 0.8rem;
  line-height: 1rem; }
  .dao-facturacion-form .form-type-webform-document-file .webform-element-description br {
    display: none; }

.dao-facturacion-form strong.error.form-item--error-message,
.dao-facturacion-form .text-count-message {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #f44336;
  margin-left: 12px;
  margin-top: 5px; }

.dao-facturacion-form .text-count-message {
  color: #002c57; }

.webform-submission-facturacion-form .captcha-type-challenge--math {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .webform-submission-facturacion-form .captcha-type-challenge--math {
      width: 100%; } }

.section-estudio {
  background-color: #FFFFFF; }

.webform-submission-cita-form {
  padding-top: 60px;
  padding-bottom: 40px; }
  .webform-submission-cita-form .form-item__error-message .placeholder,
  .webform-submission-cita-form .messages--error .placeholder {
    background-color: #fdd9d9;
    color: #000000;
    padding: 0 5px;
    opacity: 1; }
  .webform-submission-cita-form .form-item__error-message .item-list ul,
  .webform-submission-cita-form .messages--error .item-list ul {
    padding: 0;
    margin: 5px 0; }
  .webform-submission-cita-form .messages--error {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1rem;
    color: white; }
    .webform-submission-cita-form .messages--error .messages__header {
      display: none; }
    .webform-submission-cita-form .messages--error .messages__content {
      margin: 0; }
    .webform-submission-cita-form .messages--error .icon-close {
      display: none; }
  .webform-submission-cita-form .item-field-mensaje {
    margin-top: 0; }
    .webform-submission-cita-form .item-field-mensaje input {
      margin: 0;
      padding: 0;
      height: auto;
      min-height: 0; }
  .webform-submission-cita-form .form-item--field-firma,
  .webform-submission-cita-form .form-item--field-documento {
    margin-bottom: 0; }
  .webform-submission-cita-form .pdf-descarga-btn {
    color: #002c57;
    position: relative;
    display: inline-block;
    padding: 10px 35px 10px 80px;
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 3px solid #002c57;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .webform-submission-cita-form .pdf-descarga-btn {
        float: right; } }
    @media screen and (max-width: 767px) {
      .webform-submission-cita-form .pdf-descarga-btn {
        margin-left: 35px; } }
    .webform-submission-cita-form .pdf-descarga-btn:hover {
      color: #80ba27;
      border-color: #80ba27; }
    .webform-submission-cita-form .pdf-descarga-btn:focus {
      box-shadow: none; }
    .webform-submission-cita-form .pdf-descarga-btn:before {
      content: "";
      background-image: url(../../images/ico-pdf-descarga.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 2px;
      left: 25px; }
  .webform-submission-cita-form .webform-flexbox:first-child {
    margin-top: 0; }
  .webform-submission-cita-form .webform-card-title {
    display: none; }
  .webform-submission-cita-form .form-item--registro-header,
  .webform-submission-cita-form .form-item--agenda-header,
  .webform-submission-cita-form .form-item--pago-header,
  .webform-submission-cita-form .form-item--orden-header,
  .webform-submission-cita-form .form-item--tutor-header,
  .webform-submission-cita-form .form-item--identificacion-header,
  .webform-submission-cita-form .webform-confirmation {
    margin-top: 0;
    margin-bottom: 35px; }
    .webform-submission-cita-form .form-item--registro-header h3,
    .webform-submission-cita-form .form-item--agenda-header h3,
    .webform-submission-cita-form .form-item--pago-header h3,
    .webform-submission-cita-form .form-item--orden-header h3,
    .webform-submission-cita-form .form-item--tutor-header h3,
    .webform-submission-cita-form .form-item--identificacion-header h3,
    .webform-submission-cita-form .webform-confirmation h3 {
      color: #002c57;
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 5px;
      word-break: auto-phrase; }
    .webform-submission-cita-form .form-item--registro-header h4,
    .webform-submission-cita-form .form-item--agenda-header h4,
    .webform-submission-cita-form .form-item--pago-header h4,
    .webform-submission-cita-form .form-item--orden-header h4,
    .webform-submission-cita-form .form-item--tutor-header h4,
    .webform-submission-cita-form .form-item--identificacion-header h4,
    .webform-submission-cita-form .webform-confirmation h4 {
      color: #0072bf;
      font-size: 1.1rem;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 0;
      word-break: auto-phrase; }
    .webform-submission-cita-form .form-item--registro-header h5,
    .webform-submission-cita-form .form-item--agenda-header h5,
    .webform-submission-cita-form .form-item--pago-header h5,
    .webform-submission-cita-form .form-item--orden-header h5,
    .webform-submission-cita-form .form-item--tutor-header h5,
    .webform-submission-cita-form .form-item--identificacion-header h5,
    .webform-submission-cita-form .webform-confirmation h5 {
      color: #002c57;
      font-weight: 400;
      font-size: 1.1rem;
      line-height: 1.3rem;
      word-break: auto-phrase; }
  .webform-submission-cita-form .webform-confirmation h5 {
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 25px;
    background: #FFFFFF;
    border: solid 2px #80ba27; }
  .webform-submission-cita-form .progress-tracker {
    margin: 60px 60px; }
    @media screen and (max-width: 991px) {
      .webform-submission-cita-form .progress-tracker {
        margin: 20px 0; } }
  .webform-submission-cita-form .form-item__label,
  .webform-submission-cita-form .fieldset__label {
    text-transform: none;
    color: #002c57;
    font-weight: 500;
    margin-left: 12px;
    font-size: 1rem;
    line-height: 1rem; }
  .webform-submission-cita-form .webform-type-webform-radios-other .fieldset__wrapper--group {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .webform-submission-cita-form .webform-type-webform-radios-other .fieldset__wrapper--group {
        display: block; } }
    @media screen and (min-width: 992px) {
      .webform-submission-cita-form .webform-type-webform-radios-other .fieldset__wrapper--group strong.error.form-item--error-message {
        margin-top: 0; } }
    .webform-submission-cita-form .webform-type-webform-radios-other .fieldset__wrapper--group .form-radios .form-item--field-causa-radios {
      margin-bottom: 0; }
  .webform-submission-cita-form .form-item--field-causa-other {
    width: 400px !important;
    margin: 0; }
    .webform-submission-cita-form .form-item--field-causa-other .form-text {
      border: 0 !important;
      border-bottom: solid 2px #a7a7a7 !important;
      border-radius: 0 !important; }
  .webform-submission-cita-form .cp-domicilio {
    margin-top: 0;
    margin-bottom: 15px; }
  .webform-submission-cita-form .titulop-form-dao h1, .webform-submission-cita-form .titulop-form-dao h2, .webform-submission-cita-form .titulop-form-dao h3, .webform-submission-cita-form .titulop-form-dao h4, .webform-submission-cita-form .titulop-form-dao h5, .webform-submission-cita-form .titulop-form-dao h6 {
    color: #002c57;
    padding-left: 100px;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 700; }
    .webform-submission-cita-form .titulop-form-dao h1:before, .webform-submission-cita-form .titulop-form-dao h2:before, .webform-submission-cita-form .titulop-form-dao h3:before, .webform-submission-cita-form .titulop-form-dao h4:before, .webform-submission-cita-form .titulop-form-dao h5:before, .webform-submission-cita-form .titulop-form-dao h6:before {
      content: "";
      width: 80px;
      height: 6px;
      position: absolute;
      left: 0;
      top: 8px;
      background: linear-gradient(90deg, #3abcf5 0%, #0072bf 35%, #3b5096 100%); }
  .webform-submission-cita-form .agenda-municipio-label {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0072bf; }
  .webform-submission-cita-form #ficha-sucursales {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .webform-submission-cita-form #ficha-sucursales .item-sucursales {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 0; }
      .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        justify-items: flex-start;
        align-content: flex-start;
        margin: 0 0 25px 0; }
        @media screen and (max-width: 991px) {
          .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item input.form-radio {
          float: none;
          margin: 0;
          display: inline-block;
          transform: none;
          inset-block: inherit; }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .form-item__label {
          display: inline-block;
          margin: 0;
          padding: 0 15px;
          font-weight: 300;
          font-size: 0.9rem;
          line-height: 1.2rem;
          color: #000000;
          width: 85%; }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .field-sucursal-titulo {
          font-weight: 700;
          color: #002c57;
          font-size: 1.1rem;
          line-height: 1.3rem; }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .form-item--field-sucursal {
          flex: 0 0 auto;
          width: 100%;
          margin: 0;
          padding: 10px 25px; }
          @media screen and (min-width: 768px) {
            .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .form-item--field-sucursal {
              width: 33.33333333%; } }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .form-item__description {
          margin-left: 18px; }
          .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .form-item__description .webform-element-description {
            font-size: 0.9rem;
            line-height: 1rem; }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .field-sucursal-dir {
          font-size: 0.8rem;
          line-height: 1.1rem; }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .field-sucursal-horario {
          font-size: 0.8rem;
          line-height: 1.1rem; }
        .webform-submission-cita-form #ficha-sucursales .item-sucursales .ficha-sucursal-item .sucursal-google-maps-link {
          display: block;
          width: 100%;
          margin-top: 8px;
          font-weight: 600;
          color: #0072bf;
          cursor: pointer; }
  .webform-submission-cita-form #edit-ficha-sucursales {
    margin-bottom: 0; }
  .webform-submission-cita-form input,
  .webform-submission-cita-form select {
    border-radius: 25px;
    border: solid 2px #a7a7a7 !important;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1rem;
    height: auto; }
    .webform-submission-cita-form input#edit-field-genero, .webform-submission-cita-form input.local-number,
    .webform-submission-cita-form select#edit-field-genero,
    .webform-submission-cita-form select.local-number {
      height: auto !important; }
    .webform-submission-cita-form input.form-radio,
    .webform-submission-cita-form select.form-radio {
      padding: 15px 15px; }
    .webform-submission-cita-form input:focus,
    .webform-submission-cita-form select:focus {
      box-shadow: none;
      border: 2px solid #0072bf !important; }
  .webform-submission-cita-form .form-element--api-number {
    border: 0 !important; }
  .webform-submission-cita-form .form-item--field-telefono-mobile {
    width: 100%; }
  .webform-submission-cita-form .form-boolean--type-radio:checked:not(:disabled),
  .webform-submission-cita-form .form-boolean--type-radio:checked:not(:disabled):hover,
  .webform-submission-cita-form .form-boolean--type-radio:checked:not(:disabled):focus,
  .webform-submission-cita-form .form-boolean--type-radio:checked:not(:disabled):hover:focus {
    background-color: #0072bf !important;
    border: 2px solid #0072bf !important;
    box-shadow: inset 0 0 0 5px #FFFFFF !important; }
  .webform-submission-cita-form .form-item--field-edad {
    border: 0 !important;
    position: relative; }
    .webform-submission-cita-form .form-item--field-edad::before {
      content: "años";
      display: inline-block;
      position: absolute;
      bottom: 9px;
      right: 20px;
      color: #002c57;
      font-size: 0.9rem;
      font-weight: 500; }
    .webform-submission-cita-form .form-item--field-edad input {
      width: 100%; }
      .webform-submission-cita-form .form-item--field-edad input::-webkit-inner-spin-button {
        display: none; }
    .webform-submission-cita-form .form-item--field-edad .form-item--error-message {
      display: none !important; }
  .webform-submission-cita-form section {
    border: 0; }
  .webform-submission-cita-form strong.error.form-item--error-message,
  .webform-submission-cita-form .text-count-message {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #f44336;
    margin-left: 12px;
    margin-top: 5px; }
  .webform-submission-cita-form .text-count-message {
    color: #002c57; }
  .webform-submission-cita-form .form-item--consentimiento,
  .webform-submission-cita-form .form-item--privacidad {
    display: flex;
    align-items: center; }
    .webform-submission-cita-form .form-item--consentimiento .form-item__description,
    .webform-submission-cita-form .form-item--privacidad .form-item__description {
      margin-top: 0;
      margin-bottom: 0; }
    .webform-submission-cita-form .form-item--consentimiento .webform-element-description,
    .webform-submission-cita-form .form-item--privacidad .webform-element-description {
      margin-left: 15px;
      font-size: 0.9rem;
      line-height: 1.2rem;
      color: #002c57; }
      .webform-submission-cita-form .form-item--consentimiento .webform-element-description a,
      .webform-submission-cita-form .form-item--privacidad .webform-element-description a {
        color: #002c57;
        text-decoration: underline; }
        .webform-submission-cita-form .form-item--consentimiento .webform-element-description a:hover,
        .webform-submission-cita-form .form-item--privacidad .webform-element-description a:hover {
          color: #0072bf; }
    .webform-submission-cita-form .form-item--consentimiento .form-checkbox,
    .webform-submission-cita-form .form-item--privacidad .form-checkbox {
      min-width: 40px !important; }
    .webform-submission-cita-form .form-item--consentimiento strong.error.form-item--error-message,
    .webform-submission-cita-form .form-item--privacidad strong.error.form-item--error-message {
      margin-top: 0; }

.columna-datos-pago {
  flex-direction: column; }
  .columna-datos-pago .webform-flex--0 {
    min-width: 100%;
    display: block; }

.total-dao {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 40px; }
  .total-dao h6 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    word-break: auto-phrase; }
  .total-dao .total-costo {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #0072bf; }

.form-actions {
  text-align: center; }
  .form-actions .button {
    color: #FFFFFF;
    border-radius: 25px !important;
    padding: 15px 50px !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    background: linear-gradient(90deg, #3abcf5 0%, #0072bf 35%, #002c57 100%); }
    .form-actions .button:hover {
      color: #002c57;
      background: #FFFFFF; }
    .form-actions .button.webform-button--next {
      background: #0072bf;
      border: solid 3px #0072bf !important;
      color: #FFFFFF !important;
      font-size: 1.1rem !important;
      line-height: 1.1rem !important; }
      .form-actions .button.webform-button--next:hover, .form-actions .button.webform-button--next:focus {
        color: #FFFFFF !important;
        border-color: #3b5096 !important;
        background: #3b5096 !important; }
    .form-actions .button.webform-button--previous {
      background: #FFFFFF;
      border: solid 3px #a7a7a7 !important;
      color: #a7a7a7 !important;
      font-size: 1.1rem !important;
      line-height: 1.1rem !important; }
      .form-actions .button.webform-button--previous:hover, .form-actions .button.webform-button--previous:focus {
        color: #FFFFFF !important;
        border-color: #1a1a1a !important;
        background: #1a1a1a !important; }
    .form-actions .button:focus {
      box-shadow: none; }

.webform-progress-tracker .progress-step {
  position: relative; }
  .webform-progress-tracker .progress-step:before {
    content: "";
    background-image: url(../../images/ico01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0); }
  .webform-progress-tracker .progress-step:last-child {
    display: none; }
  .webform-progress-tracker .progress-step:nth-child(3) .progress-marker:after, .webform-progress-tracker .progress-step:nth-child(4) .progress-marker:after {
    display: none; }
  .webform-progress-tracker .progress-step:nth-child(1):before {
    content: "";
    background-image: url(../../images/ico01.png); }
  .webform-progress-tracker .progress-step:nth-child(2):before {
    content: "";
    background-image: url(../../images/ico02.png); }
  .webform-progress-tracker .progress-step:nth-child(3):before {
    content: "";
    background-image: url(../../images/ico03.png); }
  .webform-progress-tracker .progress-step:nth-child(4):before {
    content: "";
    background-image: url(../../images/ico04.png); }
  .webform-progress-tracker .progress-step .progress-marker::before {
    background-color: #002c57;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    padding: 0; }
  .webform-progress-tracker .progress-step .progress-marker::after {
    background-color: #002c57;
    height: 1px;
    top: 15px;
    width: 70%;
    right: -35%; }
  .webform-progress-tracker .progress-step .progress-title {
    font-weight: 500;
    font-size: 1rem; }
  .webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before {
    color: #002c57;
    border: solid 1px #002c57;
    background-color: #FFFFFF; }
  .webform-progress-tracker .progress-step:not(.is-active) .progress-title {
    color: #a7a7a7; }
  .webform-progress-tracker .progress-step.is-complete .progress-marker::before {
    background-color: #002c57;
    color: #FFFFFF; }
  .webform-progress-tracker .progress-step.is-complete .progress-title {
    color: #002c57; }
  .webform-progress-tracker .progress-step.is-active .progress-marker::before {
    background-color: #0072bf; }
  .webform-progress-tracker .progress-step.is-active .progress-title {
    color: #002c57; }

#edit-agenda .grupo-ficha {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 991px) {
    #edit-agenda .grupo-ficha {
      width: 100%; } }

#edit-agenda .form-item--titulo01 {
  margin-bottom: 0; }

.grupo-ficha {
  padding: 3px;
  background: -webkit-linear-gradient(-45deg, #3abcf5 1%, #3b5096 100%);
  position: relative; }
  .grupo-ficha h4 {
    font-size: 1.6rem;
    line-height: 2.0rem;
    color: #002c57;
    font-weight: 500; }
  .grupo-ficha h6 {
    font-size: 1rem;
    color: #002c57;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-top: 20px;
    border-top: solid 2px #3abcf5; }
  .grupo-ficha .fecha-agenda-dao {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 10px 20px;
    background: #002c57;
    display: inline-block;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 1px; }
  .grupo-ficha .indicaciones-agenda-dao,
  .grupo-ficha .ubicacion-agenda-dao,
  .grupo-ficha .horario-agenda-dao {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #002c57; }
    .grupo-ficha .indicaciones-agenda-dao span,
    .grupo-ficha .ubicacion-agenda-dao span,
    .grupo-ficha .horario-agenda-dao span {
      font-weight: 600; }
    .grupo-ficha .indicaciones-agenda-dao .intro-indicaciones,
    .grupo-ficha .ubicacion-agenda-dao .intro-indicaciones,
    .grupo-ficha .horario-agenda-dao .intro-indicaciones {
      display: block;
      font-weight: 300;
      color: #002c57; }
  .grupo-ficha .indicaciones-agenda-dao ul {
    margin: 15px 0;
    padding: 0; }
    .grupo-ficha .indicaciones-agenda-dao ul li {
      position: relative;
      padding-left: 28px;
      list-style-type: none;
      text-align: left;
      margin-bottom: 6px;
      font-size: 0.9rem;
      line-height: 1.4rem; }
      .grupo-ficha .indicaciones-agenda-dao ul li::before {
        content: "\2022";
        color: #0072bf;
        font-size: 50px;
        position: absolute;
        top: 0;
        left: 0; }
  .grupo-ficha #ficha-agenda {
    position: relative; }
    @media screen and (min-width: 992px) {
      .grupo-ficha #ficha-agenda .ficha-valida {
        padding-left: 250px; }
        .grupo-ficha #ficha-agenda .ficha-valida:before {
          content: "";
          background-image: url(../../images/ico-agenda.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 80%;
          width: 25%;
          height: 250px;
          position: absolute;
          top: 0;
          left: 20px;
          transform: translate(0, 50%); } }
  .grupo-ficha #ficha-pago {
    position: relative; }
  .grupo-ficha .ficha-valida {
    position: relative;
    padding: 40px;
    background-color: #FFFFFF; }
  .grupo-ficha .ficha-error {
    color: #f44336;
    position: relative;
    padding: 40px;
    background-color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.3rem; }
    @media screen and (min-width: 992px) {
      .grupo-ficha .ficha-error {
        padding-left: 150px; }
        .grupo-ficha .ficha-error:before {
          content: "";
          background-image: url(../../images/ico-error.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 80%;
          width: 100px;
          height: 100px;
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translate(0, -50%); } }

.link-btn {
  text-transform: uppercase;
  position: relative;
  padding: 3px;
  margin-top: 60px;
  margin-bottom: .75em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 380px;
  font-size: 1em;
  line-height: 1.2;
  outline: 0;
  text-shadow: none;
  border-radius: 30px;
  font-family: 'Poppins', Helvetica, sans-serif;
  -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;
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.22);
  color: #002c57;
  text-decoration: none;
  overflow: hidden;
  transition: all .2s linear;
  background: -webkit-linear-gradient(-45deg, #3abcf5 1%, #3b5096 100%); }
  @media screen and (max-width: 575px) {
    .link-btn {
      width: 100%; } }
  .link-btn span {
    display: block;
    border-radius: 28px;
    background: white;
    text-align: center;
    padding: 0.8rem 4rem; }

/* FORM DE PAGO WIDGET OPENPAY */
.columna-datos-pago .form-type-textfield {
  margin: 10px 0 0 0; }

.columna-datos-pago .form-item--payment-header {
  display: none; }

.columna-datos-pago #edit-pago-uno.webform-flexbox {
  margin-top: 10px; }
  .columna-datos-pago #edit-pago-uno.webform-flexbox .webform-flex:first-child .webform-flex--container {
    margin-left: 0; }
  .columna-datos-pago #edit-pago-uno.webform-flexbox .webform-flex:last-child .webform-flex--container {
    margin-right: 0; }

.bkng-tb-cntnt,
.pymnts,
.card-expl,
.form-item--pago-payment-header {
  width: 100%; }

.bkng-tb-cntnt,
.pymnts,
.pymnts * {
  float: none; }

@media screen and (max-width: 767px) {
  .pymnt-itm h3 {
    font-size: 1rem;
    line-height: 1.3rem; } }

.pymnt-itm.card {
  width: 100%;
  border: 0; }

.pymnt-itm.active div.pymnt-cntnt {
  background-color: #FFFFFF;
  border: 0;
  padding: 15px; }

.pymnt-cntnt div.sctn-row {
  margin: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .pymnt-cntnt .form-item--payment-cvv2 {
    padding-bottom: 0; } }

.bkng-tb-cntnt a.button {
  color: #002c57; }

.card-expl {
  margin: 0;
  height: auto; }
  .card-expl div.debit,
  .card-expl div.credit {
    width: 100%;
    margin: 25px 12px;
    border: 0; }
    .card-expl div.debit h4,
    .card-expl div.credit h4 {
      font-size: 1.1rem;
      line-height: 1.4rem;
      color: #002c57; }
  .card-expl div.debit {
    background-size: contain; }

#edit-pago-payment-header {
  margin-top: 0; }

#edit-payment-header {
  display: none; }

#edit-payment-footer {
  width: 100%; }
  #edit-payment-footer .openpay {
    float: none;
    width: 100%;
    height: auto;
    margin: 0; }
    #edit-payment-footer .openpay div.logo {
      padding: 10px;
      float: none;
      border: 0;
      font-size: 0; }
    #edit-payment-footer .openpay div.shield {
      width: 100%;
      margin: 0; }

#payment-error {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #f44336;
  display: block;
  width: 100%;
  margin-top: 15px; }

.cp-domicilio {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .cp-domicilio {
      width: 100%; } }
  .cp-domicilio .text-count-message {
    display: inline-block !important; }

.cp-boton {
  display: block;
  height: 50px;
  background: #FFFFFF;
  margin-bottom: 45px;
  width: 200px;
  border: solid 3px #002c57;
  color: #002c57;
  text-align: center;
  border-radius: 25px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .cp-boton {
      width: 100%; } }
  .cp-boton:before {
    content: "Buscar";
    text-align: center;
    font-size: 1rem;
    line-height: 43px; }
  .cp-boton:hover {
    border-color: #80ba27; }

.fecha-domicilio .description .webform-element-description {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #002c57;
  margin-left: 12px;
  margin-top: 5px; }

.form-item--field-documento .description .webform-element-description,
.form-item--field-firma .description .webform-element-description {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #002c57;
  margin-left: 12px;
  margin-top: 5px; }

.section-contenido-contacto h2, .section-contenido-contacto h3 {
  color: #002c57;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px; }

.section-contenido-contacto h4 {
  color: #0072bf;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }

.section-contenido-contacto h5 {
  color: #002c57;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem; }

.lista-contacto {
  list-style: none;
  margin: 0;
  padding: 0; }
  .lista-contacto .lista-ico {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .lista-contacto .lista-ico img {
      width: 60px;
      height: 60px;
      margin-right: 15px; }

.captcha-type-challenge--math {
  padding: 25px !important;
  border: solid 1px #002c57 !important;
  border-radius: 15px !important;
  background: transparent;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .captcha-type-challenge--math {
      width: 100%; } }
  .captcha-type-challenge--math label.form-item__label {
    display: none; }
  .captcha-type-challenge--math .captcha__description {
    font-size: 0.8rem;
    line-height: 1rem; }

.page-node-type-nosotros {
  background-color: #002c57;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../images/bg-introduccion.jpg); }
  @media screen and (max-width: 767px) {
    .page-node-type-nosotros {
      background-size: 150%; } }
  .page-node-type-nosotros #block-dao-page-title .page-title {
    color: #FFFFFF; }

.section-introduccion {
  padding-bottom: 45px;
  background-color: transparent; }
  .section-introduccion .text-formatted {
    font-size: 1.1rem;
    line-height: 1.8rem;
    word-wrap: normal;
    word-break: auto-phrase;
    color: #FFFFFF; }
    .section-introduccion .text-formatted p:first-child {
      margin-top: 0; }

.section-informacion-nosotros {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-image: url(../../images/bg-nosotros.jpg);
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 991px) {
    .section-informacion-nosotros {
      background-attachment: scroll;
      background-size: cover;
      background-color: #3b5096; } }
  .section-informacion-nosotros strong {
    color: #3abcf5; }
  .section-informacion-nosotros .text-formatted p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    word-wrap: normal;
    word-break: auto-phrase;
    color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .section-informacion-nosotros .text-formatted p {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .section-informacion-nosotros .text-formatted p:first-child {
    margin-top: 0; }
  .section-informacion-nosotros .info-valor {
    background-color: #FFFFFF;
    color: #002c57;
    border: solid #0072bf 4px;
    padding: 25px;
    border-radius: 15px;
    min-height: 230px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
    @media screen and (max-width: 1199px) {
      .section-informacion-nosotros .info-valor {
        min-height: 270px; } }
    @media screen and (max-width: 991px) {
      .section-informacion-nosotros .info-valor {
        min-height: auto; } }
    .section-informacion-nosotros .info-valor h2, .section-informacion-nosotros .info-valor h3, .section-informacion-nosotros .info-valor h4, .section-informacion-nosotros .info-valor h5, .section-informacion-nosotros .info-valor h6 {
      margin-bottom: 10px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.4rem;
      line-height: 1.6rem;
      letter-spacing: 2px; }
    .section-informacion-nosotros .info-valor p {
      font-size: 1.1rem;
      line-height: 1.8rem;
      color: #000000;
      word-wrap: normal;
      word-break: auto-phrase; }
      @media screen and (max-width: 767px) {
        .section-informacion-nosotros .info-valor p {
          font-size: 1rem;
          line-height: 1.3rem; } }
      .section-informacion-nosotros .info-valor p:first-child {
        margin-top: 0; }
      .section-informacion-nosotros .info-valor p:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .section-informacion-nosotros .col-12:first-child .info-valor {
      margin-bottom: 25px; } }

.section-informacion-valores {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFFFF; }
  .section-informacion-valores h2 {
    color: #002c57;
    padding-left: 100px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 320px;
    margin: 15px auto 45px auto;
    padding: 0; }
    .section-informacion-valores h2:before {
      content: "";
      width: 80px;
      height: 6px;
      position: absolute;
      left: 0;
      top: 8px;
      background: linear-gradient(90deg, #3abcf5 0%, #0072bf 35%, #3b5096 100%); }
    .section-informacion-valores h2:after {
      content: "";
      width: 80px;
      height: 6px;
      position: absolute;
      right: 0;
      top: 8px;
      background: linear-gradient(90deg, #3abcf5 0%, #0072bf 35%, #3b5096 100%); }
  .section-informacion-valores h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px; }
    .section-informacion-valores h3:after {
      content: "";
      width: 40px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #3b5096; }
  .section-informacion-valores .text-formatted p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    word-wrap: normal;
    word-break: auto-phrase;
    color: #000000;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .section-informacion-valores .text-formatted p {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .section-informacion-valores .text-formatted p:first-child {
    margin-top: 0; }
  .section-informacion-valores .dao-valor {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 25px 25px 25px 0;
    width: 90%;
    height: 220px; }
    @media screen and (max-width: 991px) {
      .section-informacion-valores .dao-valor {
        width: 100%;
        align-items: flex-start;
        height: 230px; } }
    @media screen and (max-width: 767px) {
      .section-informacion-valores .dao-valor {
        height: auto; } }
    .section-informacion-valores .dao-valor img {
      width: 100px;
      height: 100px;
      margin-right: 25px;
      margin-left: -45px;
      border-radius: 100%; }
      @media screen and (max-width: 1199px) {
        .section-informacion-valores .dao-valor img {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 991px) {
        .section-informacion-valores .dao-valor img {
          width: 60px;
          height: 60px;
          margin-left: 15px;
          margin-right: 15px; } }
  .section-informacion-valores .col-12 .dao-valor:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1199px) {
    .section-informacion-valores .col-12 .dao-valor:last-child {
      margin-bottom: 25px; } }

.slick--skin--boxed .slide__content {
  border: 0 !important; }

.unslick {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: box-shadow 0.3s 0.5s ease, border 0.3s 0.5s ease;
  -moz-transition: box-shadow 0.3s 0.5s ease, border 0.3s 0.5s ease;
  -ms-transition: box-shadow 0.3s 0.5s ease, border 0.3s 0.5s ease;
  -o-transition: box-shadow 0.3s 0.5s ease, border 0.3s 0.5s ease;
  transition: box-shadow 0.3s 0.5s ease, border 0.3s 0.5s ease;
  background: #FFFFFF;
  margin: 10px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 381px;
  display: block;
  margin: 0 auto; }
  .unslick a {
    display: block; }
  .unslick:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-color: #9bacc3; }

.section-slider .slide__title {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  text-align: center; }

.section-slider .slide__constrained {
  position: absolute;
  left: initial;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0; }

.slick--skin--fullwidth .slick-arrow::before {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
  background-color: #000000;
  color: #1a1a1a;
  padding: 10px;
  font-size: 24px;
  font-size: 1.5rem; }

.slick--skin--fullwidth .slick-arrow:hover::before {
  color: #FFFFFF; }

.slick--skin--fullwidth .slick-arrow.slick-prev {
  left: 10px; }
  .slick--skin--fullwidth .slick-arrow.slick-prev::before {
    content: ""; }

.slick--skin--fullwidth .slick-arrow.slick-next {
  right: 10px; }
  .slick--skin--fullwidth .slick-arrow.slick-next::before {
    content: ""; }

.slick img {
  background-color: #FFFFFF; }

.slick--skin--grid .slide__caption {
  padding: 0; }

.slick--skin--grid .slick-arrow {
  height: 70px;
  width: 70px;
  top: -40px;
  transform: none; }
  .slick--skin--grid .slick-arrow::before {
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    background-color: transparent;
    color: #883a74;
    padding: 8px;
    font-size: 70px;
    width: 70px;
    height: 70px; }
  .slick--skin--grid .slick-arrow:hover::before {
    background-color: transparent;
    color: #3abcf5;
    border-color: #3abcf5; }
  .slick--skin--grid .slick-arrow.slick-prev {
    left: -50px; }
    .slick--skin--grid .slick-arrow.slick-prev::before {
      content: "";
      opacity: 1; }
  .slick--skin--grid .slick-arrow.slick-next {
    right: -50px; }
    .slick--skin--grid .slick-arrow.slick-next::before {
      content: "";
      opacity: 1; }

.slick--skin--grid .slick-slide {
  padding: 10px; }
  .slick--skin--grid .slick-slide img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #FFFFFF; }
    .slick--skin--grid .slick-slide img:hover {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }

@media screen and (max-width: 767px) {
  .image-gallery .slick__arrow {
    top: -90px; } }

.image-gallery .slick-list {
  margin: 0 20px; }
  @media screen and (max-width: 767px) {
    .image-gallery .slick-list {
      margin: 0 0; } }

.image-gallery .slick-arrow {
  height: 70px;
  width: 70px;
  top: -40px;
  transform: none; }
  @media screen and (max-width: 767px) {
    .image-gallery .slick-arrow {
      top: 0; } }
  .image-gallery .slick-arrow::before {
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    background-color: transparent;
    color: #002c57;
    padding: 8px;
    font-size: 70px;
    width: 70px;
    height: 70px; }
  .image-gallery .slick-arrow:hover::before {
    background-color: transparent;
    color: #3abcf5;
    border-color: #3abcf5; }
  .image-gallery .slick-arrow.slick-prev {
    left: 0; }
    .image-gallery .slick-arrow.slick-prev::before {
      content: "";
      opacity: 1; }
  .image-gallery .slick-arrow.slick-next {
    right: 0; }
    .image-gallery .slick-arrow.slick-next::before {
      content: "";
      opacity: 1; }

.image-gallery .slick-dots li.slick-active button:before {
  color: #3abcf5; }

.alert {
  font-size: 14px;
  line-height: 16px; }

#toast-container > div {
  color: #3b5096;
  background-color: #002c57;
  font-size: 13px;
  line-height: 17px; }

#toast-container .toast {
  background-color: #030303;
  color: #FFFFFF; }

#toast-container .toast-success {
  background-color: #51A351;
  color: #FFFFFF; }

#toast-container .toast-error {
  background-color: #BD362F;
  color: #FFFFFF; }

#toast-container .toast-info {
  background-color: #2F96B4;
  color: #FFFFFF; }

#toast-container .toast-warning {
  background-color: #F89406;
  color: #FFFFFF; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
  background-position: 3%;
  background-repeat: no-repeat; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
  background: red;
  background-position: 3%;
  background-repeat: no-repeat;
  color: #FFFFFF; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
  background-position: 3%;
  background-repeat: no-repeat; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
  background-position: 3%;
  background-repeat: no-repeat; }

.user-login {
  height: 100vh;
  background-color: #FFFFFF; }
  .user-login .container,
  .user-login .row {
    height: 100%; }
  .user-login .page-content {
    margin-bottom: 0; }
  .user-login .form-item--error-message strong.error,
  .user-login .text-count-message {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #f44336;
    margin-left: 12px;
    margin-top: 5px; }
  .user-login .system-content_theme ul {
    padding: 0;
    background: white; }
  .user-login .system-content_theme li {
    margin-top: 15px;
    width: 100%; }
    .user-login .system-content_theme li:nth-child(1) {
      display: none; }
    .user-login .system-content_theme li a.tabs__link {
      padding: 15px 25px !important;
      border: #002c57 solid 3px;
      color: #002c57;
      display: inline-block; }
      .user-login .system-content_theme li a.tabs__link:hover {
        border-color: #0072bf !important;
        background: #0072bf !important;
        color: #FFFFFF !important; }

.user-login-form label {
  color: #1a1a1a; }

body.user-logged-in.admin-toolbar-mediteran #site-header {
  margin-top: 130px; }
  body.user-logged-in.admin-toolbar-mediteran #site-header .fixed-top {
    top: 105px; }

body.user-logged-in.admin-toolbar-mediteran .page_interna {
  padding-top: 0; }

body.user-logged-in.admin-toolbar-mediteran .page_user {
  padding-top: 0; }

body.user-logged-in.home #site-header {
  margin-top: 0; }

.login,
.user-password,
.register {
  height: 100vh; }
  .login label,
  .user-password label,
  .register label {
    font-size: 1.2rem; }
  .login .description,
  .user-password .description,
  .register .description {
    font-size: 0.8rem; }
  .login .button,
  .user-password .button,
  .register .button {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    background-color: #002c57;
    border: 2px solid #002c57;
    color: #FFFFFF;
    width: fit-content;
    cursor: pointer;
    clear: both;
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .login .button,
      .user-password .button,
      .register .button {
        letter-spacing: 0;
        padding: 8px 15px; } }
    .login .button:hover, .login .button:focus, .login .button:active, .login .button.active,
    .user-password .button:hover,
    .user-password .button:focus,
    .user-password .button:active,
    .user-password .button.active,
    .register .button:hover,
    .register .button:focus,
    .register .button:active,
    .register .button.active {
      text-decoration: none;
      color: #002c57;
      border-color: #002c57;
      background-color: transparent; }
  .login .system-content_theme ul > li > a,
  .user-password .system-content_theme ul > li > a,
  .register .system-content_theme ul > li > a {
    font-size: 0.8rem;
    background-color: #FFFFFF;
    color: #3b5096; }
    .login .system-content_theme ul > li > a:hover,
    .user-password .system-content_theme ul > li > a:hover,
    .register .system-content_theme ul > li > a:hover {
      background-color: #80ba27;
      color: #FFFFFF; }
  .login .main-logo,
  .user-password .main-logo,
  .register .main-logo {
    padding-bottom: 20px; }
    .login .main-logo img,
    .user-password .main-logo img,
    .register .main-logo img {
      width: 100px;
      height: auto; }

.login label {
  display: none; }

.user-logout-confirm {
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 100px 25px;
  width: 400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .user-logout-confirm .form-actions {
    justify-content: center;
    width: auto;
    margin-top: 35px; }
    .user-logout-confirm .form-actions .button--primary {
      font-weight: 400; }
    .user-logout-confirm .form-actions .button {
      transition: all 0.3s ease;
      font-size: 18px;
      line-height: 1.625rem;
      text-transform: none;
      letter-spacing: 1px;
      padding: 10px 20px;
      text-align: center;
      font-weight: 400;
      background-color: #0072bf;
      border: 0;
      color: #1a1a1a; }
      .user-logout-confirm .form-actions .button.dialog-cancel {
        background-color: #FFFFFF;
        border: solid 2px #0072bf; }
      .user-logout-confirm .form-actions .button:hover {
        background-color: #80ba27;
        color: #1a1a1a;
        border-color: #80ba27; }

.ico-system {
  width: 50px;
  height: 50px;
  display: inline-block; }

.ico-login {
  display: block;
  margin: 0 auto 25px auto; }

.ico-close {
  width: 40px;
  height: 40px;
  display: inline-block; }

.ico-pdf {
  width: 40px;
  height: 40px;
  display: inline-block; }

.menuuser_theme {
  margin-bottom: 25px; }

.title-panel {
  font-weight: 600;
  color: #002c57;
  font-size: 25px;
  line-height: 1; }

.link-close {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1; }

.bg-user-page.bg-title {
  height: 180px;
  margin-bottom: 35px;
  background-blend-mode: normal; }
  .bg-user-page.bg-title:before {
    background: rgba(0, 44, 87, 0); }

.title-user-page {
  margin-bottom: 65px; }
  .title-user-page .title-head {
    margin: 0;
    padding: 0;
    font-weight: 600; }
  .title-user-page .position-head {
    color: #a7a7a7; }

.table-invsuser form label {
  font-weight: 600; }

.table-invsuser form .button {
  background-color: #002c57;
  color: #FFFFFF;
  padding: 15px 45px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  border: 0; }
  .table-invsuser form .button:hover {
    background-color: #80ba27;
    color: #1a1a1a; }

.table-invsuser table thead tr {
  border: solid 2px #002c57; }

.table-invsuser table thead th {
  background: transparent;
  text-transform: uppercase;
  color: #002c57; }

.table-invsuser table tbody tr {
  border-bottom: solid 1px #002c57; }
  .table-invsuser table tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF; }
  .table-invsuser table tbody tr:nth-of-type(even) {
    background-color: #3b5096; }

.table-invsuser table tbody td {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #1a1a1a;
  padding: 20px; }
  .table-invsuser table tbody td.views-field-title a {
    padding: 0 10px 0 50px;
    position: relative; }
    .table-invsuser table tbody td.views-field-title a:before {
      content: "";
      position: absolute;
      background-image: url(../../images/ico-pdf.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      top: -3px;
      left: 0; }

.linksinv a:first-child {
  display: block;
  border-radius: 50px 0px 50px 0px;
  overflow: hidden; }
  .linksinv a:first-child img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform .3s ease-in-out;
    transform: translateZ(0) scale(1); }
  .linksinv a:first-child:hover img {
    transform: translateZ(0) scale(1.02); }

.page_edit label {
  font-size: 1.2rem; }

.page_edit .description {
  font-size: 0.8rem; }

.page_edit input[type=submit] {
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  background-color: #002c57;
  border: 2px solid #002c57;
  color: #FFFFFF;
  width: fit-content;
  cursor: pointer;
  clear: both;
  border-radius: 0;
  background-color: #80ba27;
  border-color: #80ba27;
  color: #FFFFFF;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .page_edit input[type=submit] {
      letter-spacing: 0;
      padding: 8px 15px; } }
  .page_edit input[type=submit]:hover, .page_edit input[type=submit]:focus, .page_edit input[type=submit]:active, .page_edit input[type=submit].active {
    text-decoration: none;
    color: #002c57;
    border-color: #002c57;
    background-color: transparent; }
  .page_edit input[type=submit]:hover {
    background-color: #002c57;
    border-color: #002c57;
    color: #3b5096; }

.page_pass {
  background-color: #1a1a1a;
  padding-top: 150px; }
  .page_pass input[type=submit] {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    background-color: #002c57;
    border: 2px solid #002c57;
    color: #FFFFFF;
    width: fit-content;
    cursor: pointer;
    clear: both;
    border-radius: 0;
    background-color: #80ba27;
    border-color: #80ba27;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .page_pass input[type=submit] {
        letter-spacing: 0;
        padding: 8px 15px; } }
    .page_pass input[type=submit]:hover, .page_pass input[type=submit]:focus, .page_pass input[type=submit]:active, .page_pass input[type=submit].active {
      text-decoration: none;
      color: #002c57;
      border-color: #002c57;
      background-color: transparent; }
    .page_pass input[type=submit]:hover {
      background-color: #002c57;
      border-color: #002c57;
      color: #3b5096; }

.page_reset {
  background-color: #1a1a1a;
  padding-top: 150px; }
  .page_reset input[type=submit] {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    background-color: #002c57;
    border: 2px solid #002c57;
    color: #FFFFFF;
    width: fit-content;
    cursor: pointer;
    clear: both;
    border-radius: 0;
    background-color: #80ba27;
    border-color: #80ba27;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .page_reset input[type=submit] {
        letter-spacing: 0;
        padding: 8px 15px; } }
    .page_reset input[type=submit]:hover, .page_reset input[type=submit]:focus, .page_reset input[type=submit]:active, .page_reset input[type=submit].active {
      text-decoration: none;
      color: #002c57;
      border-color: #002c57;
      background-color: transparent; }
    .page_reset input[type=submit]:hover {
      background-color: #002c57;
      border-color: #002c57;
      color: #3b5096; }

.page_register {
  background-color: #1a1a1a;
  padding-top: 150px; }
  .page_register input[type=submit] {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    background-color: #002c57;
    border: 2px solid #002c57;
    color: #FFFFFF;
    width: fit-content;
    cursor: pointer;
    clear: both;
    border-radius: 0;
    background-color: #80ba27;
    border-color: #80ba27;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .page_register input[type=submit] {
        letter-spacing: 0;
        padding: 8px 15px; } }
    .page_register input[type=submit]:hover, .page_register input[type=submit]:focus, .page_register input[type=submit]:active, .page_register input[type=submit].active {
      text-decoration: none;
      color: #002c57;
      border-color: #002c57;
      background-color: transparent; }
    .page_register input[type=submit]:hover {
      background-color: #002c57;
      border-color: #002c57;
      color: #FFFFFF; }

.group-header-gestor {
  flex-wrap: wrap;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-end; }

.list-dao-gestor table th {
  text-wrap-mode: nowrap; }

.list-dao-gestor table tbody td {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #1a1a1a;
  text-wrap-mode: nowrap; }

.list-dao-gestor .views-field-field-transaction-id {
  max-width: 300px;
  width: 300px; }

.list-dao-gestor .views-field-field-sucursal {
  max-width: 250px;
  width: 250px;
  text-wrap-mode: wrap; }
  .list-dao-gestor .views-field-field-sucursal .field__item,
  .list-dao-gestor .views-field-field-sucursal .field--label-inline {
    display: inline-block;
    font-weight: 300;
    position: relative;
    padding: 0; }
  .list-dao-gestor .views-field-field-sucursal .field--name-field-cp .field__label,
  .list-dao-gestor .views-field-field-sucursal .field--name-field-colonia .field__label,
  .list-dao-gestor .views-field-field-sucursal .field--name-field-numero .field__label {
    font-weight: 300;
    padding-right: 1px;
    float: none;
    display: inline; }
    .list-dao-gestor .views-field-field-sucursal .field--name-field-cp .field__label:after,
    .list-dao-gestor .views-field-field-sucursal .field--name-field-colonia .field__label:after,
    .list-dao-gestor .views-field-field-sucursal .field--name-field-numero .field__label:after {
      display: none; }
  .list-dao-gestor .views-field-field-sucursal .field--name-label {
    color: #3b5096;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%; }
    .list-dao-gestor .views-field-field-sucursal .field--name-label:before {
      content: "";
      background-image: url(../../images/ico-sucursal.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px;
      display: inline-block;
      margin-right: 5px; }
  .list-dao-gestor .views-field-field-sucursal .field--name-field-horario-semana {
    display: block; }

.list-dao-gestor .views-field-field-nombre strong,
.list-dao-gestor .views-field-field-destinatario strong {
  font-weight: 400;
  color: #0072bf; }

.list-dao-gestor .views-field-field-nombre hr,
.list-dao-gestor .views-field-field-destinatario hr {
  margin: 6px 0;
  background: #3abcf5; }

.list-dao-gestor .views-field-field-nombre .paciente-nombre,
.list-dao-gestor .views-field-field-destinatario .paciente-nombre {
  color: #3b5096;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  border-color: transparent !important;
  text-wrap-mode: nowrap; }
  .list-dao-gestor .views-field-field-nombre .paciente-nombre span,
  .list-dao-gestor .views-field-field-destinatario .paciente-nombre span {
    background-image: url(../../images/ico-user.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 8px; }

.list-dao-gestor .views-field-field-transaction-id .button.bd-procesar,
.list-dao-gestor .views-field-field-transaction-id .button:not(:focus).bd-procesar {
  width: 100% !important; }

h1.t-ban-dao {
  text-align: center;
  padding: 25px;
  margin: 0;
  display: block;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #002c57; }

.bd-ordenes-banner {
  background-image: url(../../images/banner-citas.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  padding: 0;
  margin-top: 15px; }

.bd-notificaciones-banner {
  background-image: url(../../images/banner-notificaciones.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  padding: 0;
  margin-top: 15px; }

.button.btn-excel, .button.btn-noti, .button.btn-salida, .button.btn-citas, .button.bd-procesar, .button.bd-reenviar, .button.bd-documento, .button.bd-firma,
.button:not(:focus).btn-excel,
.button:not(:focus).btn-noti,
.button:not(:focus).btn-salida,
.button:not(:focus).btn-citas,
.button:not(:focus).bd-procesar,
.button:not(:focus).bd-reenviar,
.button:not(:focus).bd-documento,
.button:not(:focus).bd-firma {
  display: inline-flex;
  align-items: center;
  border-color: transparent !important;
  text-wrap-mode: nowrap;
  cursor: pointer; }
  .button.btn-excel:hover, .button.btn-noti:hover, .button.btn-salida:hover, .button.btn-citas:hover, .button.bd-procesar:hover, .button.bd-reenviar:hover, .button.bd-documento:hover, .button.bd-firma:hover,
  .button:not(:focus).btn-excel:hover,
  .button:not(:focus).btn-noti:hover,
  .button:not(:focus).btn-salida:hover,
  .button:not(:focus).btn-citas:hover,
  .button:not(:focus).bd-procesar:hover,
  .button:not(:focus).bd-reenviar:hover,
  .button:not(:focus).bd-documento:hover,
  .button:not(:focus).bd-firma:hover {
    background: #002c57 !important;
    border-color: transparent !important; }
  .button.btn-excel span, .button.btn-noti span, .button.btn-salida span, .button.btn-citas span, .button.bd-procesar span, .button.bd-reenviar span, .button.bd-documento span, .button.bd-firma span,
  .button:not(:focus).btn-excel span,
  .button:not(:focus).btn-noti span,
  .button:not(:focus).btn-salida span,
  .button:not(:focus).btn-citas span,
  .button:not(:focus).bd-procesar span,
  .button:not(:focus).bd-reenviar span,
  .button:not(:focus).bd-documento span,
  .button:not(:focus).bd-firma span {
    background-image: url(../../images/ico-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 15px; }

.button.btn-excel,
.button:not(:focus).btn-excel {
  background: #80ba27 !important;
  color: #1a1a1a !important; }
  .button.btn-excel:hover,
  .button:not(:focus).btn-excel:hover {
    background: #bcd693 !important; }
  .button.btn-excel span,
  .button:not(:focus).btn-excel span {
    background-image: url(../../images/ico-down.png); }

.button.btn-salida,
.button:not(:focus).btn-salida {
  background: #3b5096 !important; }
  .button.btn-salida span,
  .button:not(:focus).btn-salida span {
    background-image: url(../../images/ico-close.png); }

.button.btn-citas span,
.button:not(:focus).btn-citas span {
  background-image: url(../../images/ico-cita.png); }

.button.btn-noti span,
.button:not(:focus).btn-noti span {
  background-image: url(../../images/ico-mail.png); }

.button.bd-procesar,
.button:not(:focus).bd-procesar {
  width: auto;
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: left;
  word-wrap: normal;
  text-wrap-mode: nowrap;
  text-transform: uppercase; }
  .button.bd-procesar span,
  .button:not(:focus).bd-procesar span {
    background-image: url(../../images/ico-pdf.png); }

.button.bd-reenviar span,
.button:not(:focus).bd-reenviar span {
  background-image: url(../../images/ico-mail.png); }

.button.bd-documento span,
.button:not(:focus).bd-documento span {
  background-image: url(../../images/ico-ine.png); }

.button.bd-firma span,
.button:not(:focus).bd-firma span {
  background-image: url(../../images/ico-firma.png); }

.menu_user-content_theme .navbar-nav {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 25px; }
  .menu_user-content_theme .navbar-nav li {
    display: inline-block; }
    .menu_user-content_theme .navbar-nav li a {
      background-color: #80ba27;
      color: #FFFFFF;
      display: inline-block;
      padding: 20px; }
      .menu_user-content_theme .navbar-nav li a:hover {
        background-color: #002c57; }
