/*body{ overflow: hidden; }*/

.container-ed {
    height: 100vh;
    width: 100vw;
}

.add-padding{ padding: 8rem 0 8rem 0;}

@media only screen and (max-width:575px)  {
    .add-padding{ padding: 3rem 2rem 3rem 2rem;}
    .steps{ height: 55vh;}
}

@media only screen and (min-width:576px) and (max-width: 767px)  {
    .add-padding{ padding: 3rem 4rem 3rem 4rem;}
}

@media only screen and (min-width:768px) and (max-width: 991px) and (max-height: 759px)  {
    .add-padding{ padding: 2rem 3rem 2rem 3rem;}
}
@media only screen and (min-width:768px) and (max-width: 991px) and (min-height: 760px)  {
    .add-padding{ padding: 8rem 0 8rem 0;}
}

@media only screen and (min-width:992px) and (max-width: 1199px) and (max-height: 759px) {
    .add-padding{ padding: 3rem 0 3rem 0;}
}
@media only screen and (min-width:992px) and (max-width: 1199px)  and (min-height: 760px) {
    .add-padding{ padding: 8rem 0 8rem 0;}
}

@media only screen and (min-width:1200px) and (max-width: 1399px) and (max-height: 759px)  {
    .add-padding{ padding: 3rem 0 3rem 0;}
}
@media only screen and (min-width:1200px) and (max-width: 1399px) and (min-height: 760px) {
    .add-padding{ padding: 8rem 0 8rem 0;}
}

@media only screen and (min-width:1400px) and (min-height: 530px) and (max-height: 759px)  {
    .add-padding{ padding: 3rem 0 3rem 0;}
}



.steps{
    width: 100%;
    height: 55vh;
    overflow-y : auto;
}

/* originales*/
.active-step{
    display: flex;
    flex-direction: column;
    width: 100%; }
.inactive-step{ display:none; }

/*.active-step{  display: block; animation: open 3s;}*/
/*.inactive-step{ display:none; animation: close 90ms; }*/


.control-hidden{
    opacity: 0;
    display:none;
}
.control-show{
    opacity: 1;
    transition: 1s;
    transform: translateZ(20px);
    display: block;
}


.active-next{
    opacity: 1;
    transition: 1s;
    transform: translateX(-20px);
}
.inactive-previous{
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
}
.active-previous{
    opacity: 1;
    transition: 1s;
    transform: translateX(20px);
}
.inactive-next {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
}



@keyframes open {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
    }
}
@keyframes close {
    from {
        opacity: 1;
        display: block;
    }
    to {
        opacity: 0;
        display: none;
    }
}



.asterisk-label-page{
    color:#008996;
    font-size: medium;
    font-weight: bolder;
    padding-left: 3px;
}
.text-label-form{
    color: #000000;
    font-size: 13px;
    font-weight: bolder;
    padding-bottom: 1px;
    font-family: "Arial Black", sans-serif;
}
.text-switch-form{
    color: #2a9ca7;
    font-family: system-ui;
    font-size: 11px;
    font-weight: normal;
}
.text-label-page{
    color:#008996;
    font-size: x-small;
    font-weight: bolder;
}
.text-label-form-green{
    font-size: 12px;
    font-weight: bolder;
    color: #008996;
    font-family: "Arial Black", sans-serif;
}
a.text-label-link:link{
    font-size: 12px;
    color: #008996;
    font-family: "Arial", sans-serif;
}
a.text-label-link:visited{
    font-size: 12px;
    color: #008996;
    font-family: "Arial", sans-serif;
}
a.text-label-link:active{
    font-size: 12px;
    color: #008996;
    font-family: "Arial", sans-serif;
}
a.text-label-link:hover{
    font-size: 12px;
    color: #008996;
    font-family: "Arial", sans-serif;
}
.text-label-message small{
    color:#008996;
    font-size: 11px;
    font-weight: normal;
}
.text-label-message01{
    color:#008996!important;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 2px;
}

.text-label-error{
    color:#008996;
    font-size: small;
    font-style: italic;
}
.text-label-error-2{
    color:#D97A2D;
    font-size: small;
    font-style: italic;
}


.content-bar{
    height: 10px;
    width: 30%;
    background-color: #E8F0F0;
    border-radius: 10px;
    margin: 0 0;
    padding: 0;
    position: relative;
}
.bar-active {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 2px;
    left: 0;
    border-radius: inherit;
    background: #008996;
    animation: l6 2s;
}

@keyframes l6 {
    from{ width: 0}
    to{ width: 100%}
}





.rd-base{
    height: 30px;
    width: 48%;
    background-color: #E8F0F0;
    border-radius: 30px;
    margin: 0 0;
    padding: 0;
}
.rd-base-2{
    height: 30px;
    width: 100%;
    background-color: #E8F0F0;
    border-radius: 30px;
    margin: 0 0;
    padding: 0;
}
.rd-base-3{
    height: 24px;
    width: 100%;
    background-color: transparent;
    margin: 0 0;
    padding: 0;
}

.btn-ddl{
    margin-right: 5px;
    width: 22px;
    height: 22px;
    border-radius: 40px;
    background-color:#008996 ;
    padding: 0.20rem 0.20rem !important;
}
.btn-ddl i{
    color: #FFFFFF;
    font-size: large;
}



/* switch */
.flipswitch {
    position: relative;
    width: 47px;
}
.flipswitch input[type=checkbox] {
    display: none;
}
.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    border-radius: 50px;
}
.flipswitch-inner {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 18px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.flipswitch-inner:before {
    content: "";
    padding-left: 12px;
    background-color: #E8F0F0;
    color: #FFFFFF;
}
.flipswitch-inner:after {
    content: "";
    padding-right: 12px;
    background-color: #E8F0F0;
    color: #888888;
    text-align: right;
}
.flipswitch-switch {
    width: 17px;
    margin: 4px;
    background: #008996;
    border: 0px solid #FFFFFF;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
    right: 0;
}
/* end switch */



/* input */
.custom_input {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
}
.input {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
    padding-right: 12px;
    outline: none;
    background: #E8F0F0;
    color: #008996;
    border: 1px solid #E8F0F0;
    border-radius: 20px;
    transition: .3s ease;
}
.input:focus {
    background: #E8F0F0;
    border: 1px solid #E8F0F0;
    border-radius: 20px;
}
.input::placeholder {
    color: #008996;
}
.svg_icon {
    position: absolute;
    right: 17px;
    fill: #008996;
    width: 14px;
    height: 14px;
}
.spin_icon {
    position: absolute;
    right: 17px;
    top:8px;
    fill: #008996;
}
/* end input */


/* button */
.button {
    font-family: 'arial black';
    color: #FFFFFF !important;
    font-size: 14px;
    width: 47%;
    /*text-shadow: 0px 0px 0px #e8f0f0;*/
    /*box-shadow: 1px 1px 1px #e8f0f0;*/
    padding: 8px 23px;
    border-radius: 40px;
    border: 0px solid #D97A2D;
    background: #D97A2D;
}
.button:hover {
    color: #FFFFFF !important;
    background: #D97A2D;
    background: linear-gradient(to top, #D97A2D, #FAA059);
}
.button:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(255,183,126,1); box-shadow: 0 0 0 1px rgba(255,183,126, 1);
}
/* end button */


/* radio button */
.radio-button{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    cursor: pointer;
}
.radio-button input{
    display:none;
    width: 0;
    height: 0;
}
.radio-button span{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #008996;
}
.radio-button input:checked + span:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button input:checked + span {
    background-color: #008996;
}
.radio-button input:disabled + span {
    background-color: #e5e5e5;
}
.radio-button span:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button input:checked + span:before {
    animation: growAndFade 0.2s ease-out;
}
@keyframes growAndFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}


.radio-button-a{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    cursor: pointer;
}
.radio-button-a input{
    display:none;
    width: 0;
    height: 0;
}
.radio-button-a span{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #008996;
}
.radio-button-a input:checked + span:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-a input:checked + span {
    background-color: #008996;
}
.radio-button-a input:disabled + span {
    background-color: #e5e5e5;
}
.radio-button-a span:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-a input:checked + span:before {
    animation: growAndFade 0.2s ease-out;
}
@keyframes growAndFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.radio-button-b{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    cursor: pointer;
}
.radio-button-b input{
    display:none;
    width: 0;
    height: 0;
}
.radio-button-b span{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #008996;
}
.radio-button-b input:checked + span:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-b input:checked + span {
    background-color: #008996;
}
.radio-button-b input:disabled + span {
    background-color: #e5e5e5;
}
.radio-button-b span:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-b input:checked + span:before {
    animation: growAndFade 0.2s ease-out;
}
@keyframes growAndFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}



.radio-button-2{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    cursor: pointer;
}
.radio-button-2 input{
    display:none;
    width: 0;
    height: 0;
}
.radio-button-2 span{
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #008996;
}
.radio-button-2 input:checked + span:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-2 input:checked + span {
    background-color: #008996;
}
.radio-button-2 input:disabled + span {
    background-color: #e5e5e5;
}
.radio-button-2 span:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-2 input:checked + span:before {
    animation: growAndFade 0.2s ease-out;
}
@keyframes growAndFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}


.radio-button-3{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    cursor: pointer;
}
.radio-button-3 input{
    display:none;
    width: 0;
    height: 0;
}
.radio-button-3 span{
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #008996;
}
.radio-button-3 input:checked + span:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-3 input:checked + span {
    background-color: #008996;
}
.radio-button-3 input:disabled + span {
    background-color: #e5e5e5;
}
.radio-button-3 span:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-3 input:checked + span:before {
    animation: growAndFade 0.2s ease-out;
}
@keyframes growAndFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}


.radio-button-4{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    cursor: pointer;
}
.radio-button-4 input{
    display:none;
    width: 0;
    height: 0;
}
.radio-button-4 span{
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #008996;
}
.radio-button-4 input:checked + span:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-4 input:checked + span {
    background-color: #008996;
}
.radio-button-4 input:disabled + span {
    background-color: #e5e5e5;
}
.radio-button-4 span:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: #008996;
}
.radio-button-4 input:checked + span:before {
    animation: growAndFade 0.2s ease-out;
}
@keyframes growAndFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}


/*  end radio button */


/* selector  */
.custom-select {
    position: relative;
}
.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    background-color: #E8F0F0;
    border: 1px solid #E8F0F0;
    border-radius: 20px;
    color: #008996;
    cursor: pointer;
    outline: none;
}
.custom-select select:focus {
    background: #F2F2F2;
    border: 1px solid #008996;
    border-radius: 20px;

    font-size: 12px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}
.custom-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-color: #008996;
    clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);

    /*font-size: 13px;*/
    /*font-family: "Arial", sans-serif;*/
    /*font-weight: bold;*/
}
/* end selector  */


@media(max-width: 540px){
    /*.add-padding{ padding: 0 2rem 0 2rem;}*/
    .text-label-form{ font-size: medium; }
    .text-switch-form{ font-size: 11px; }
}

.fade-in-image { animation: fadeIn 3s; }

.fade-in-slider { animation: fadeIn 2s; }
.fade-out-slider { animation: fadeOut 2s; }

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0; }
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
*::-webkit-scrollbar-track {
    border-radius: 17px;
    background-color: #FFFFFF;
}
*::-webkit-scrollbar-track:hover {
    background-color: #FFFFFF;
}
*::-webkit-scrollbar-track:active {
    background-color: #FFFFFF;
}
*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #008996;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #006E78;
}
*::-webkit-scrollbar-thumb:active {
    background-color: #008996;
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: center!important;
}
.disabled-link {
    pointer-events: none;
}
