@import url("https://fonts.googleapis.com/css2?family=Festive&family=Roboto&display=swap");

:root {
    /************************************* Colores *************************************/
    --background-side: #f8f8f8;
    --light-gray-bgk: #ececec;
    --bkg-transparent-1: rgba(222, 244, 251, 0.25);

    --bkg-gradient: linear-gradient(60.57deg,
            rgba(24, 127, 171, 1) 0%,
            rgba(34, 136, 56, 1) 100%);
    --bkg-gradient-transp: linear-gradient(60.57deg,
            rgba(39, 170, 225, 0.9) 0%,
            rgba(44, 179, 74, 0.9) 100%);
    --bkg-color: #ebebeb;

    --button-primary: #00A499;
    --error: hsl(348, 100%, 61%);

    --text-color: #1a1a1a;
    --link-color: #007bff;
    --primary-light: #DEF4FB;
    --primary-color: rgb(39, 37, 45);
    --primary-light-custom: #fafdff;
    --primary-color-custom: #f4c301;
    --primary-color-custom2: #b79406;
    --primary-dark-1: #00769d;
    --primary-dark-2: #1b2444;
    --secondary-color: #28388D;
    --secondary-light: #d9fae1;

    --shadow-color: rgba(0, 0, 0, 0.15);
    --soft-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
        0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07);
    --hard-shadow: 0px 1px 2px 0px rgba(60, 64, 67, 0.3),
        0px 2px 6px 2px rgba(60, 64, 67, 0.15);
    /************************************ Medidas ************************************/
    --container-size: 1024px;
    --max-width: 1024px;

    --margin-1: 8rem;
    --margin-2: 6rem;
    --margin-3: 4rem;

    --size-1: 3rem;
    --size-2: 2.5rem;
    --size-3: 2rem;
    --size-4: 1.5rem;
    --size-5: 1.25rem;
    --size-6: 1rem;
    --size-7: 0.75rem;

    --font-family: "Roboto", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-family: var(--font-family);
    display: grid !important;
}

main>section:last-child {
    padding-bottom: 7rem;
}

[href="#main"] {
    position: absolute;
    top: 0;
    right: 100%;
}

[href="#main"]:focus {
    right: auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
}

h1 {
    font-size: var(--size-3);
    color: var(--text-color) !important;
}

h2 {
    font-size: var(--size-3);
    color: var(--text-color) !important;
}

h3 {
    font-size: var(--size-4);
}

h4 {
    font-size: var(--size-4);
    color: var(--text-color) !important;
}

.a11y-sr-only,
.a11y-kb-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.a11y-kb-only:active,
.a11y-kb-only:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.body {
    background: var(--background-side) !important;
    color: var(--textDark);
    display: grid !important;
}

.banda-gob {
    position: absolute;
    left: 0.75rem;
    top: 0;
}

.banner-info-txt {
    font-size: var(--size-5);
}

.bigger-text {
    font-size: var(--size-2);
    line-height: 1.2;
    font-weight: 400;
}

.button-expand input {
    display: flex;
}

.button-expand[aria-expanded="true"] .show-more {
    display: none;
}

.button-expand[aria-expanded="false"] .show-less {
    display: none;
}

:hover.button {
    color: white;
}

.bg-left-side {
    background: var(--background-side);
}
.bg-right-side {
    background-color: white;
}

.card.course-card {
    position: relative;
}

.card-content .start-date {
    font-size: calc(var(--size-6) * 0.9.25);
    opacity: 0.75;
}

.card-text .card-label {
    opacity: 0.8;
    font-size: calc(var(--size-6) * 0.95);
    margin-bottom: -0.25rem;
}

.card-text .card-text__strong {
    font-weight: 500;
}

.card.card-post .card-content {
    padding: 0 1rem;
}

.card-post figure img {
    width: 128px;
    height: 128px;
    -o-object-fit: fill;
    object-fit: fill;
    max-width: unset;
}

.card.card-post {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
}

.course-card .image.is-4by3 {
    padding-top: 65%;
}

.course-card .tag {
    /* display: block; */
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 99;
    font-size: var(--size-6);
}

.course-card .card-text {
    height: calc(var(--size-5) * 2.6);
}

.course-card h3 {
    line-height: 1.3;
    font-size: calc(var(--size-5) * 1);
    overflow: hidden;
    display: flex;
    align-items: end;
    margin-bottom: unset;
}

.course-card .card-image {
    position: relative;
    overflow: hidden;
}

.course-card .card-image .image::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #2b2b2b33, #2b2b2b);
    mix-blend-mode: multiply;
    border-radius: 0.25rem 0.25rem 0 0;
}

.course-card .card-image h3 {
    color: white;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.75rem;
    padding-bottom: 0.35rem;
    z-index: 10;
}

.course-card .card-content {
    padding: 0.75rem;
    padding-top: 0.25rem;
}

.control {
    color: var(--text-color);
}

.course-desc {
    display: flex;
    align-items: center;
}

.course-descr__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    background-color: var(--primary-light);
    border-radius: 50%;
    margin: 0.5rem;
}

.course-descr__icon .icon {
    height: 2rem;
    width: 2rem;
    fill: var(--primary-dark-1);
}

.course-certificate .course-descr__icon {
    float: left;
    background: white;
}

.course-certificate .course-descr__icon .icon {
    fill: var(--primary-dark-1);
}

.courses-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.courses-tags a {
    display: block;
    padding: 0.25rem 0.5rem;
    color: var(--primary-dark-1);
    border: solid 1px var(--primary-dark-1);
}

.courses-tags a.active {
    color: var(--bkg-color);
    background-color: var(--primary-dark-1);
}

.courses-tags li {
    margin: 0.5rem;
    margin-left: 0;
    margin-top: 0;
}

.error {
    color: var(--error) !important;
}

.fab,
.fas {
    color: var(--textLight);
    margin-right: 1rem;
}

.feature {
    text-align: center;
}

.feature figure {
    margin: 0 auto;
}

.field:not(:last-child) {
    margin-bottom: 1rem;
}

.has-background-dark {
    background-color: var(--primary-dark-2) !important;
}

.has-text-white a {
    color: white !important;
}

.hero-bkg {
    background: var(--bkg-transparent-1);
}

.hero.image-bkg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        var(--bkg-gradient-transp), url("/img/fondos/fondo-patagonia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.hero.is-medium .hero-body {
    padding: 6rem 4.5rem;
}

.icon {
    fill: currentColor;
    margin-right: 3px;
}

.is-centered {
    align-items: center;
    justify-content: center;
}

.is-primary {
    background-color: var(--primary-color-custom) !important;
}

.is-primary-login {
    background-color: var(--button-primary) !important;
    color: white;
}

.is-primary.is-light {
    background-color: var(--primary-light) !important;
    color: var(--primary-color) !important;
}

.is-secondary {
    background-color: var(--secondary-color);
    color: var(--bkg-transparent-1);
}

.is-link {
    background-color: var(--link-color) !important;
}

.is-light-bkg {
    background: var(--bkg-transparent-1);
}

.is-light-bkg2 {
    background: var(--primary-light);
}

.is-light-gray-bkg {
    background: var(--light-gray-bgk);
}

.is-gradient-bkg {
    background: var(--bkg-gradient);
    color: var(--bkg-color);
}

.is-mobile .hide-elements .column {
    display: none;
}

.is-mobile .hide-elements .column:nth-child(1),
.is-mobile .hide-elements .column:nth-child(2),
.is-mobile .hide-elements .column:nth-child(3) {
    display: block;
}

.is-expandable .button-expand {
    display: none;
}

.is-mobile .is-expandable .button-expand {
    display: block;
}

.image.course-image {
    padding-top: 55%;
}

.instruccion {
    font-weight: 100;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.left,
.right {
    padding: 7vh;
}

.left {
    border-right: 5px solid var(--background-side);
    height: 100vh;
}

.left .title {
    font-weight: 800;
    letter-spacing: -2px;
}

.left .colored {
    color: var(--brandColor);
    font-weight: 500;
    margin-top: 1rem !important;
    letter-spacing: -1px;
}

.left p {
    color: var(--textLight);
    font-size: 1.15rem;
}

.logo {
    margin-bottom: var(--size-2);
}

.navbar-item img {
    max-height: 6rem;
}

.navbar-item.logo-at {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-item.logo-at img {
    max-height: 5rem;
}

.navbar-item.logo-subse {
    padding-top: 0;
    align-self: baseline;
    margin-right: 1.5rem;
}

.radio:hover {
    color: var(--primary-color-custom2);
}

.right .title {
    font-weight: 800;
    letter-spacing: -1px;
}

.right .description {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    color: var(--textLight);
    font-size: 1.15rem;
}

.right small {
    color: var(--textLight);
}

.success-icon {
    fill: var(--secondary-color);
    height: 12rem;
}

.tag.is-secondary {
    background-color: var(--secondary-color);
    color: white;
}

.text-overlay h1,
.text-overlay p {
    color: white;
}

.title {
    color: var(--primary-color);
}

.title.is-decorated {
    position: relative;
    margin-bottom: var(--size-2);
}

.title.is-decorated::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 1rem;
    left: 0;
    top: var(--size-2);
    background-color: var(--primary-color);
}

.titulodivision {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.navbar {
    background-color: var(--background-side);
}

a.card {
    display: block;
    color: var(--text-color);
    box-shadow: var(--hard-shadow);
}

header .navbar-menu a {
    color: var(--text-color);
    font-weight: 500;
    text-decoration: underline;
}

header.navbar {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
}

div.line-grey {
    opacity: 0.25;
    border: 1px solid #000000;
}

footer .has-banda {
    position: relative;
}

footer .column {
    padding-top: 2rem;
}

footer a {
    text-decoration: underline;
}

footer .columns {
    margin-top: 0;
}

footer .social-link {
    display: block;
    width: 2rem;
    height: 2rem;
    text-decoration: none;
}

input {
    font-size: 1rem;
}

@media only screen and (min-width: 1024px) {
    .container {
        width: var(--container-size) !important;
    }

    .full-width {
        padding-left: calc(50vw - 960px / 2);
        padding-right: calc(50vw - 960px / 2);
    }

    .whitebox {
        margin-top: var(--margin-1);
        margin-bottom: var(--margin-1);
        background: white;
    }
    li:not(.is-active) > a > span:not(.icon) {
        visibility: hidden;
        position:  absolute;
      }
    
      nav.tabs li:not(.is-active) {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
      }
    
      .tabs .icon {
        margin-left: 0.5em;
      }
}
    
.tabs li {
      transition: flex-grow 1s ease;
    }


@media (max-width: 764px) {
    .container {
        margin: 0;
    }

    .card.course-card {
        margin: 1.5rem;
    }

    .wp-block-columns {
        flex-flow: row wrap;
    }

    .wp-block-column:first-child {
        flex-basis: 100%;
    }

    .whitebox {
        margin-top: var(--margin-2);
        margin-bottom: var(--margin-2);
        background: white;
    }
}

@media (max-width: 478px) {
    .wp-block-columns {
        display: block;
    }

    .wp-block-column {
        margin: 20px 0;
    }

    .whitebox {
        margin-top: 0;
        margin-bottom: 0;
        background: white;
    }

    .section {
        padding: 0rem 1rem !important;
    }

    .column.left {
        padding: 1rem 1rem !important;
    }
}

/* Pasos Registro */
.step {
    display: none;
}

.step.active {
    display: block;
}

.form-group {
    width: 100%;
    margin-top: 20px;
}

.form-group input {
    width: 100%;
    border: 1.5px solid rgba(128, 128, 128, 0.418);
    padding: 5px;
    font-size: 18px;
    margin-top: 5px;
    border-radius: 4px;
}

button.next-btn,
button.previous-btn,
button.submit-btn {
    margin-top: 20px;
    padding: 10px 30px;
    margin: 1%;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}

button.previous-btn {
    float: left;
    background-color: #DEF4FB !important;
    color: #00769D;
}

button.submit-btn {
    background-color: aquamarine;
}

.select select {
    width: 100%;
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 0 !important;
}

.columns:not(:last-child) {
    margin-bottom: 0 !important;
}

.tab {
    display: flex;
}

.tabs li.is-active a {
    border-bottom-color: var(--button-primary);
    color: var(--button-primary);
}

.tabs a {
    border-bottom-width: 4px;
}

.tooltip {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    right: 0;
}

.is-vertical-center {
    display: flex;
    align-items: center;
  }

  .polo_background{
    background-color: rgb(220, 220, 220) !important;
}

