/**
 * @license
 * MyFonts Webfont Build ID 4028321, 2021-03-17T15:57:54-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Nexa-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/bold/
 * Copyright: Copyright © 2012 by Fontfabric. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@font-face {
    font-family: "Nexa-Bold";
    src: url('../../assets/font.woff') format('woff');
}

.NB {
    font-family: "Nexa-Bold";
}

body {
    padding-top: 50px;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    height: 100vh;
}

.logo {
    margin-bottom: 0;
    z-index: 10;
    width: auto;
    height: 60px;
    margin-bottom: 2rem;
    margin-right: auto;
}

h1 {
    font-size: 24px;
    position: relative;
    color: #2e2e2e;
}

h2 {
    font-size: 16px;
    position: relative;
    color: #fff;
    margin-bottom: 6px;
}

.center {
    margin-top: 120px !important;
    margin: auto;
    width: 800px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.glass {
    background: rgba( 230, 230, 230, 0.7);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 30px);
    -webkit-backdrop-filter: blur( 30px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
    margin-top: 120px !important;
    margin: auto;
    width: 800px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}


/* Progress */

#msform {
    width: 820px;
    margin-top: 0;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    margin: auto auto;
    /*stacking fieldsets above each other*/
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea {
    padding: 15px 35px;
    width: 100%;
    border: 0;
    font-family: 'Open Sans';
    color: #2C3E50;
    font-size: 14px;
}


/*buttons*/

#msform .action-button {
    width: 100px;
    background: #47A01A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 15px 15px;
    margin: 10px 5px;
    border-radius: 3px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #47A01A;
}


/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 16.66%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #47A01A;
    color: white;
}

body {
    font-family: sans-serif;
    font-weight: 800;
    background: #eee;
}

.switch {
    position: relative;
    width: 150px;
    height: 35px;
    text-align: center;
    background: #47A01A;
    transition: all 0.2s ease;
    border-radius: 25px;
}

.switch span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0px 0px -4px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}

.switch span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 12px;
    margin-top: -8px;
    background: #fff;
    transition: all 0.2s ease;
}

input[type=radio] {
    display: none;
}

.switch label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    width: 60px;
    line-height: 35px;
    font-size: 14px;
    transition: all 0.2s ease;
}

label[for=yes] {
    position: absolute;
    left: 0px;
    height: 20px;
}

label[for=no] {
    position: absolute;
    right: 0px;
}

#no:checked~.switch {
    background: #eb4f37;
}

#no:checked~.switch span {
    background: #fff;
    margin-left: -8px;
}

#no:checked~.switch span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
}

#yes:checked~.switch label[for=yes] {
    color: #fff;
}

#no:checked~.switch label[for=no] {
    color: #fff;
}

.figuras {
    width: 100%;
    height: 110vh;
    position: absolute;
    overflow: hidden;
    z-index: -1
}

#my-form>:nth-child(n+2),
.hideError {
    display: none;
}

.showError {
    background-color: #ff000022;
}

.submit {
    background-color: #065285 !important;
    display: flex;
    align-items: center;
    padding: 15px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    height: fit-content;
    width: 100px;
    justify-content: center;
    margin: 10px 5px;
}

.textopuestoejecutivo {
    width: 110% !important;
    white-space: nowrap;
    padding-left: 40px;
    font-size: 14px;
}