:root {
    /*   --color-dark: #434E57;*/
       --color-dark: #344654;
       /*#344654*/
   
       --color-tooltip: #717c95;
       --color-dark-medium: #989ea4;
       --color-light-medium: #c2c5c7;
       --color-light: #dee0e2;
       --color-ultralight: #f4f6f8;
       --color-corporative: #ffbe3b;
       --color-destacado: #42a6d9;
       --color-hover: #42a6d9;
       --color-hover-light: #72d6ff;
       --color-verificado: #22a722;
       --color-alert: #d93025;
       --color-white: #fff;
       --font-text: "Hind";
       --montserrat-strong: 600;
       --montserrat-normal: 500;
       --opacity-disabled: .36;
   }  
   
   
   /* Etiquetas */   
   body {   
       color: var(--color-dark);
       background-color: #fff;
       font-family: "Hind", sans-serif;
       font-weight: 300;
       font-size: 1.16rem;
       line-height: 1.3;
   }
   
   h1,
   h2,
   h3 {
       font-family: "Montserrat", sans-serif;
       font-size: 1.95rem;
       font-weight: 500;
       margin-top: 0;
       margin-bottom: 0.75rem;
   }
   
   h1 {
       text-transform: uppercase;
       font-size: 2rem;
       font-weight: 600;
       line-height: 1.2;   
       margin-bottom: 2rem;
       padding: 0;
   }
   
   h2 {
       padding: 0;
       font-size: 1.4rem;
       font-weight: 600;   
       margin: auto;
       margin-bottom: 1rem;
       margin-top: 3rem;
       text-transform: uppercase;
   }
   
   section>h2:first-child {
       margin-top: 0;
   }
   
   h3 {
       margin-bottom: 0;
   }
   
   b,
   strong {
       font-weight: 500;
   }
   
   a {
       color: var(--color-dark);   
       text-decoration: none;
       transition: color 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92), background-color 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92), border 0.25s cubic-bezier(0.24, 0.65, 0.6, 0.92);
       -webkit-user-select: none;
       user-select: none;
       font-weight: 500;
   }
   
   a:hover {
       color: var(--color-hover);
   }
   
   fieldset {
       margin: 0;
       border: none;
       padding: 0;
   } 
   
   button,
   input {
       overflow: visible;
       min-height: 40px;
   }
   
   :focus {
       outline: 0;
   }
   
   main {
       margin-top: 1rem;
   }
   
   ul {
       margin-left: 2rem;
   }
   
   ul li {
       margin-top: .5rem;   
   }
   
   p {
       line-height: 1.35em;
   }
   
   /* Columns */  
   .columns-2 {
       display: grid;
       grid-template-columns: 50% auto;
   }
   
   .columns-2>div {
       width: 100%;
       position: relative;
       overflow: hidden;
   }   
   
   .columns-2.margin>div:nth-child(odd) {
       padding-right: 2rem;
   }
   
   .columns-2.margin>div:nth-child(even) {
       padding-left: 2rem;
   }
   
   .columns-2>div:nth-child(odd) {   
       padding-right: 1rem;
   }
   
   .columns-2>div:nth-child(even) {   
       padding-left: 1rem;
   }
   
   .columns-3 {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
   .columns-3>div:nth-child(1) {
       padding-right: .5rem;
   }
   
   .columns-3>div:nth-child(2) {
       padding-right: .5rem;
       padding-left: .5rem;
   }
   
   .columns-3>div:nth-child(3) {   
       padding-left: .5rem;
   }
   
   /* General */
   .padding {
       padding: 1rem;
   }
   
   .right {
       text-align: right;
   }
   
   .center {
       text-align: center;
   }
   
   .info_container {
       margin-top: 1rem;
   }
   
   small.info {
       line-height: 1.4;
       display: block;
       font-size: 80%;
   }
   
   .define_column {
       width: 100%;
       max-width: 1200px;
       margin: auto;
       padding: 0 2rem;   
   }
   
   .define_column.min {
       max-width: 400px;
   }
   
   .margin-top {
       margin-top: 2rem;
   }
   
   .hide {
       display: none;
   }
   
   .icon {
       width: 22px;
       height: 22px;
       fill: currentColor;
       margin-right: .5rem;   
   }
   
   .error {
       color: var(--color-alert);  
       font-style: italic;
       font-weight: 400;
       margin-bottom: 0rem;   
       line-height: 0;
       opacity: 0;
       transition: all .2s ease-in-out;
       font-size: 1rem;
       display: flex;
       align-items: center;
       justify-content: flex-end;
       overflow: hidden;   
   }
   
   .error svg {
       width: 0;
       height: 0;
   }
   
   .error.show {   
       margin-bottom: 1rem;
       line-height: 1.1;
       opacity: 1;
   }
   
   .error.show svg {
       width: 18px;
       height: 18px;
   }
   
   .line_after::after {
       content: "";
       display: block;   
       margin: auto;
       margin-bottom: 3rem;
       margin-top: 3rem;
       height: 8px;   
       background-image: url(img/linea-horizontal.svg);
       background-repeat: no-repeat;
       background-size: contain;
       background-position: left center;
   }
   
   .line_before::before {
       content: "";
       display: block;   
       margin: auto;
       margin-bottom: 3rem;
       margin-top: 3rem;
       height: 8px;   
       background-image: url(img/linea-horizontal.svg);
       background-repeat: no-repeat;
       background-size: contain;
       background-position: left center;
   }
   
   /* Video */
   .video_wrapper {
       position: relative;
       padding-bottom: 56.25%;
       padding-top: 0px;
       height: 0;
   }
   
   iframe {
       position: absolute !important;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       border: 0;
   
   }
   
   /* Image */
   .image_wrapper img {
       width: 100%;
   }
   
   /* Inputs */
   input[type="text"],
   input[type="email"],
   input[type="password"],
   textarea,
   select {
       font-family: "Hind", sans-serif;
       width: 100%;
       font-size: 0.96em;
       border: solid 1px var(--color-dark-medium);
       line-height: 1;
       background-color: #fff;
       transition: background 0.2s ease-in-out;
       padding: 0.3em;
       display: block;
   }
   
   
   input[type="text"]:focus,
   textarea:focus,
   input[type="email"]:focus {
       background-color: #f5f4f6;
   }
   
   /* Buttons */
   input[type="submit"],
   button,
   a.button {
       display: inline-block;
       border-radius: 3px;
       padding: 0.5em 1em 0.5em 1em;
       background-color: var(--color-dark);
       border: none;
       cursor: pointer;
   
       font-family: "Montserrat", sans-serif;
       font-size: 1rem;
       font-weight: 600;
       color: #fff;
       text-transform: uppercase;
       text-align: center;
       line-height: 1.15;
       letter-spacing: 0.04em;
   
       transform-origin: 50%;
       transition: color 0.25s ease-in-out,
           border-color 0.25s ease-in-out,
           background-color 0.25s ease-in-out,
           opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
       border: 1px solid var(--color-dark);
   
   }
   
   input[type="submit"]:hover,
   button:hover {
       background-color: var(--color-hover);
       border-color: var(--color-hover);
   
   }
   
   input[type="submit"].white,
   button.white {
       background-color: transparent;
       color: var(--color-dark);
       border: 1px solid var(--color-dark);
   }
   
   input[type="submit"].white:hover,
   button.white:hover {
       border: 1px var(--color-hover) solid;
       background-color: var(--color-hover);
       color: #fff;
   }
   
   input[type="submit"].orange,
   button.orange,
   a.button.orange {
       background-color: var(--color-corporative);
       color: var(--color-dark);
       border: 1px solid var(--color-corporative);
   }
   
   input[type="submit"].orange:hover,
   button.orange:hover,
   a.button.orange:hover {
       border: 1px var(--color-hover) solid;
       background-color: var(--color-hover);
       color: #fff;
   }
   /*********** Checks *******/
label.container {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 1.6em;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    padding-bottom: 2px;
    min-height: 22px;
    padding-top: 0.75rem;
}
label.container.inline {
    display: inline-flex;
    margin-right: 1rem;
}
label.container.hide {
    display: none;
}
label.checkbox input {
    margin-right: 0.5rem;
}
/* Hide the browser's default checkbox */
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
label.container a {
    position: relative;
}
/* Create a custom checkbox */
label.container .checkmark {
    margin-right: 0.5em;
    margin-bottom: 3px;
    height: 16px;
    min-width: 16px;
    background-color: #fff;
    display: inline-block;
    position:relative;
}
/* On mouse-over, add a grey background color */
label.container:hover input~.checkmark {
    background-color: #f5f4f6;
}
/* When the checkbox is checked, add a blue background */
label.container input:checked~.checkmark {
    /*background-color: #2196F3;*/
    background-color: var(--color-dark);
}
/* Create the checkmark/indicator (hidden when not checked) */
label.container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
label.container input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
label.container .checkmark:after {
    left: 5px;
    top: 13px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Selects */
label.container input~.checkmark {
    border: 1px solid var(--color-dark)
}

label.container:hover input~.checkmark {
    border: 1px solid var(--color-dark)
}

label.container input:checked~.name {
    font-weight: 500;
}

.radiobtn {
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: #777 solid 1px;
    margin-right: 6px;
    /* box-shadow: inset 2px 2px 7px #999;*/
}

.container .radiobtn:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    content: "";
    position: absolute;
    display: none;
}

.container:hover input~.radiobtn {
    background-color: #f5f4f6;
}

.container input:checked~.radiobtn:after {
    display: block;
}

.container input:checked~.radiobtn {
    border: #333 solid 1px;
    background: #333;
} 
   
   /* Label */
   label {
       display: block;   
       margin-bottom: 1rem;
       -webkit-user-select: none;
       user-select: none;
       overflow: hidden;         
       position: relative; 
   }   
   
   legend,
   label>span {
       font-family: "Montserrat", sans-serif;
       font-weight: 400;
       font-size: .95rem;
       letter-spacing: -0.02em;
       text-transform: uppercase;
       line-height: 1;
   }
   
   label>span.name {
       text-transform: none;
       font-family: "Hind", sans-serif;
       display: inline-block;
       margin: 0;
   }
   
   legend {
       font-size: 1.42rem;
       font-weight: 500;
       margin-bottom: 1rem;
   }
   
   label.container {
       position: relative;
       cursor: pointer;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
       text-align: left;
       padding-bottom: 2px;
       min-height: 22px;
       margin-top: 0.3em;
   }
   
   label.container input {
       position: absolute;
       opacity: 0;
       cursor: pointer;
   }
   
   label.container .checkmark {
       margin-right: 0.5em;
       margin-bottom: 3px;
       height: 16px;
       min-width: 16px;
       background-color: #fff;
       display: inline-block;
   }
   
   label.container input~.checkmark {
       border: 1px solid var(--color-dark)
   }
   
   label.container:hover input~.checkmark {
       border: 1px solid var(--color-dark)
   }
   
   label.container input:checked~.name {
       font-weight: 600;
   }
   
   label.container input:checked~.checkmark:after {
       display: block;
   }
   
   label.container .checkmark:after {
       content: "";
       position: absolute;
       left: 5px;
       top: 1px;
       width: 5px;
       height: 10px;
       border: solid white;
       border-width: 0 3px 3px 0;
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
   }
   
   
   /* dropdown */
   .dropdown {
       -webkit-user-select: none;
       user-select: none;
       position: relative;
   
   
   }
   
   .dropdown>*:first-child:after {
       content: "";
       width: 100%;
       height: 7px;
       display: block;
       background-image: url(img/triangle.svg);
       background-size: contain;
       background-repeat: no-repeat;
       background-position: center;
       transition: bottom .25s ease-in-out, opacity .15s ease-in-out;
       transition-delay: 0s;
       position: absolute;
       opacity: 0;
       bottom: -17px;
       left: 0;
   }
   
   .dropdown.open>*:first-child:after {
       bottom: -10px;
       opacity: 1;
       transition-delay: .07s;
   }
   
   
   .dropdown ul.dropdown-menu {
       display: block;
       position: absolute;
       opacity: 1;
       z-index: 255;
   
       transform: scale(1, 0);
   
   
       text-align: left;
       transform-origin: top;
       min-width: 160px;
       max-width: 285px;
       background-color: var(--color-white);
   
       border: 1px solid var(--color-dark-medium);
       border-radius: 3px;
       box-shadow: 5px 5px 8px #535e6730;
       transition: transform .2s ease-in-out, opacity .1s ease-in-out;
   
       margin-top: 10px;
       padding: .5rem 1rem;
       left: 0;
       overflow-y: auto;
   
       list-style-type: none;
   
       overflow-x: clip;
   
   }
   
   .dropdown ul.dropdown-menu li {
       margin: 0;
   
   }
   
   .dropdown>a {
       display: flex;
       align-items: center;
   
   }
   
   .dropdown>a>span {
       font-family: "Montserrat", sans-serif;
       font-size: .92rem;
       white-space: nowrap;
       max-width: 290px;
       overflow: hidden;
       text-overflow: ellipsis;
       font-weight: 500;
   }
   
   
   .dropdown.right ul.dropdown-menu {
       left: inherit;
       right: 0;
       z-index: 255;
   }
   
   .dropdown.open ul.dropdown-menu {
       transform: scale(1, 1);
       opacity: 1;
       transition: transform .2s ease-in-out, opacity 0s ease-in-out;
   }
   
   
   .dropdown svg.caret {
       transition: all .2s ease-in-out;
       margin: 0 .25rem;
       max-width: 10px;
   }
   
   .dropdown.open svg.caret {
       transform: rotate(180deg);
   }
   
   .dropdown ul.dropdown-menu>li {
       text-align: left;
       font-size: .95rem;
       font-weight: 400;
       display: block;
   }   
   
   
   ul.dropdown-menu li:last-child {
       margin-bottom: 0;
   }
   
   ul.dropdown-menu li>a,
   ul.dropdown-menu li>label {
   
       display: block;
       padding: 0.5rem 0;
       font-size: .95rem;
   
       line-height: 1rem;
       text-transform: none;
       font-weight: 400;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
   }
   
   ul.dropdown-menu li>label.checkbox {
       padding: 0;
       margin-bottom: 0;
   }
   
   ul.dropdown-menu input[type=checkbox] {
       margin: 0 .25rem 0 0;
   }
   
   ul.dropdown-menu li.active>a {
       -webkit-user-select: none;
       user-select: none;
       font-weight: var(--montserrat-strong);
       pointer-events: none;
   }
   
   svg.svg-icon {
       fill: currentColor;
       display: inline-block;
       font-size: inherit;
       height: 1rem;
       width: 1rem;
       overflow: visible;
       text-rendering: auto;
       pointer-events: none;
       margin-right: 10px;
   
   }  
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   .recordar_pass {
       font-size: 1rem;
       font-weight: 500;
       margin-top: 1rem;
   
   
       line-height: 1rem;
   }
   
   .recordar_pass a {
       display: flex;
       align-items: center;
       justify-content: flex-end;
   }
   
   
   
   
   

   #eye {
   
       position: absolute;
       right: 3px;
       bottom: 0;
       opacity: .65;
       cursor: pointer;
   
       transition: opacity .2s ease-in-out;
       display: flex;
       align-items: center;
       justify-content: flex-end;
       width: 40px;
       height: 40px;
   }
   
   #eye:hover {
   
       opacity: 1;
   
   }
   
   
   .legal {
       margin-top: 3rem;
       margin-bottom: 3rem;
   }
   
   
   .legal ul {
       margin: 0;
       list-style-type: none;
       padding: 0;
   }
   
   .legal li {
       display: inline-block;
       margin-left: 1rem;
       margin-right: 1rem;
   }
   
   .legal li a {
       font-weight: 500;
       font-size: 1rem;
   
       line-height: 1;
   }


/**************** COOKIES *********************/
#cookies_alert {
    background-color: #344654dd;
    color: #fff;
    position: fixed;
    width: 100%;
    padding: 2rem;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: bottom 0.3s ease-in, opacity 0.2s ease-in;
    transition-delay:1s;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0.01em;
    bottom:-110px;    
}



#cookies_alert p {
    margin: 0;
}
#cookies_alert a,
#cookies_alert button {
    white-space: nowrap;
}
#cookies_alert button {
    background-color: var(--color-hover);
   

    margin-right: 1em;
    margin-left: 1em;
   
    opacity: 1;
    transform: scale(1);
}
#cookies_alert button:hover {
    color: var(--color-hover);
    background-color: #fff;
}
#cookies_alert a {
    color: #fff;
}
#cookies_alert a:hover {
    color: var(--color-hover);
}