/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/03/2024, 09:44:38
    Author     : SimãoRibeiro
*/

            /*form styles*/
            #msform {
                text-align: center;
                position: relative;
                margin-top: 20px;
            }

            #msform fieldset .form-card {
                background: white;
                border: 0 none;
                border-radius: 0px;
                /*    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
                /*padding: 20px 40px 30px 40px;*/
                box-sizing: border-box;
                width: 94%;
                margin: 0 3% 0px 3%;

                /*stacking fieldsets above each other*/
                position: relative;
            }

            #msform fieldset {
                background: white;
                border: 0 none;
                border-radius: 0.5rem;
                box-sizing: border-box;
                width: 100%;
                margin: 0;
                padding-bottom: 20px;

                /*stacking fieldsets above each other*/
                position: relative;
            }

            /*Hide all except first fieldset*/
            #msform fieldset:not(:first-of-type) {
                display: none;
            }

            #msform fieldset .form-card {
                text-align: left;
                color: #9E9E9E;
            }
/* #msform input::placeholder {
  color: red;
  opacity: 1;  Firefox 
}

#msform input::-ms-input-placeholder {  Edge 12-18 
  color: red;
}

 #msform textarea::placeholder {
  color: red;
  opacity: 1;  Firefox 
}

#msform textarea::-ms-input-placeholder {  Edge 12-18 
  color: red;
}*/
            /*#msform input, #msform textarea {
                padding: 0px 8px 4px 8px;
                border: none;
                border-bottom: 1px solid #ccc;
                border-radius: 0px;
                margin-bottom: 25px;
                margin-top: 2px;
                width: 100%;
                box-sizing: border-box;
                font-family: montserrat;
                color: #2C3E50;
                font-size: 16px;
                letter-spacing: 1px;
            }
            
            #msform input:focus, #msform textarea:focus {
                -moz-box-shadow: none !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border: none;
                font-weight: bold;
                border-bottom: 2px solid #039ee3;
                outline-width: 0;
            }*/

            /*Blue Buttons*/
             #msform .action-button-voltar {
                width: 160px;
                background: #871616;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }
             #msform .action-button-naxt-and-save {
                width: 180px;
                background: #014F71;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }
            #msform .action-button {
                width: 100px;
                background: #039ee3;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }
             #msform .action-button-print {
                width: 260px;
                background: #039ee3;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }
             #msform .action-button-back {
                width: 260px;
                background: #871616;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }
 #msform .action-button-final {
                width: 230px;
                background: #039ee3;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }

            #msform .action-button:hover, #msform .action-button:focus {
                box-shadow: 0 0 0 2px white, 0 0 0 3px #039ee3;
            }
                #msform .action-button-voltar:hover,#msform .action-button-voltar:focus  #msform .action-button-final:hover, #msform .action-button-final:focus , #msform .action-button-print:hover,#msform .action-button-print:focus,#msform .action-button-back:hover,#msform .action-button-back:focus{
                box-shadow: 0 0 0 2px white, 0 0 0 3px #039ee3;
            }

            /*Previous Buttons*/
            #msform .action-button-previous {
                width: 100px;
                background: #616161;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 0px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }

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

            /*Dropdown List Exp Date*/
            select.list-dt {
                border: none;
                outline: 0;
                border-bottom: 1px solid #ccc;
                padding: 2px 5px 3px 5px;
                margin: 2px;
            }

            select.list-dt:focus {
                border-bottom: 2px solid #039ee3;
            }

            /*The background card*/
            .card {
                z-index: 0;
                border: none;
                border-radius: 0.5rem;
                position: relative;
            }

            /*FieldSet headings*/
            .fs-title {
                font-size: 20px;
                color: #2C3E50;
                margin-bottom: 10px;
                font-weight: 400;
                text-align: left;
            }
          

            /*progressbar*/
            #progressbar {
                margin-bottom: 10px;
                overflow: hidden;
                color: lightgrey;
            }

            #progressbar .active {
                color: #000000;
            }

            #progressbar li {
                list-style-type: none;
                font-size: 12px;
                width: 14.0%;
                float: left;
                position: relative;
            }

            /*Icons in the ProgressBar*/
            #progressbar #one:before {
                font-family: FontAwesome;
                content: "1";
            }

            #progressbar #two:before {
                font-family: FontAwesome;
                content: "2";
            }
            #progressbar #three:before {
                font-family: FontAwesome;
                content: "3";
            }
            #progressbar #four:before {
                font-family: FontAwesome;
                content: "4";
            }
            #progressbar #five:before {
                font-family: FontAwesome;
                content: "5";
            }

            #progressbar #six:before {
                font-family: FontAwesome;
                content: "6";
            }
             #progressbar #seven:before {
                font-family: FontAwesome;
                content: "7";
            }
            /*ProgressBar before any progress*/
            #progressbar li:before {
/*                width: 50px;
                height: 50px;
                line-height: 45px;*/
    width: 35px;
    height: 35px;
    line-height: 30px;
                display: block;
                font-size: 18px;
                color: #ffffff;
                background: lightgray;
                border-radius: 50%;
                margin: 0 auto 10px auto;
                padding: 2px;
            }

            /*ProgressBar connectors*/
            #progressbar li:after {
                content: '';
                width: 100%;
                height: 2px;
                background: lightgray;
                position: absolute;
                left: 0;
/*                top: 25px;*/
                top: 17px;
                z-index: -1;
            }

            /*Color number of the step and the connector before it*/
            #progressbar li.active:before, #progressbar li.active:after {
                background: #039ee3;
            }

            /*Imaged Radio Buttons*/
            .radio-group {
                position: relative;
                margin-bottom: 25px;
            }

            .radio {
                display:inline-block;
                width: 204px;
                height: 104px;
                border-radius: 0;
                background: lightblue;
                box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
                box-sizing: border-box;
                cursor:pointer;
                margin: 8px 2px; 
            }

            .radio:hover {
                box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
            }

            .radio.selected {
                box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
            }

            /*Fit image in bootstrap div*/
            .fit-image{
                width: 100%;
                object-fit: cover;
            }

            .lab{
                font-weight: 500;
                color:#2C3E50;
            }
            .campo_obrigatorio{
                color:indianred;
                font-weight: 500;
                font-size:18px!important;
            }
         fieldset.title-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.title-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
    
    .form-row legend.title-border {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.boxed label {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: solid 2px #ccc;
  transition: all 0.3s;
}

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

.boxed input[type="radio"]:checked + label {
  border: solid 2px #039ee3;
  background-color: #039ee3;
  color:#fff;
}

.small_label{
 font-size:12px;   
 color:#2C3E50;
}
      
        .col img{
            height:100px;
            width: 100px;
            cursor: pointer;
            transition: transform 1s;
            object-fit: cover;
        }
        .col label{
            overflow: hidden;
            position: relative;
        }
        .imgbgchk:checked + label>.tick_container{
            opacity: 1;
        }
/*         aNIMATION */
        .imgbgchk:checked + label>h5{
          color:#039ee3;
        }
        .tick_container {
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            cursor: pointer;
            text-align: center;
        }
        .tick {
            background-color: #039ee3;
            color: white;
            font-size: 16px;
            padding: 10px 12px;
            height: 40px;
            width: 40px;
            border-radius: 100%;
        }

  .checkbox-wrapper-40 {
    /*--borderColor: #48c;*/
     --borderColorSeta: #039ee3;
     --borderColor: #ced4da;
    --borderWidth: .105em;
  }

  .checkbox-wrapper-40 label {
    display: block;
    max-width: 100%;
    margin: 0 auto;
     margin-top:25px;
     margin-left: 10px;
  }

  .checkbox-wrapper-40 input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #fff;
    font-size: 1.8em;
    border-radius: 0.125em;
    display: inline-block;
    border: var(--borderWidth) solid var(--borderColor);
    width: 1em;
    height: 1em;
    position: relative;
  
  }
  .checkbox-wrapper-40 input[type=checkbox]:before,
  .checkbox-wrapper-40 input[type=checkbox]:after {
    content: "";
    position: absolute;
    background: var(--borderColorSeta);
    width: calc(var(--borderWidth) * 3);
    height: var(--borderWidth);
    top: 50%;
    left: 20%;
    transform-origin: left center;
  }
  .checkbox-wrapper-40 input[type=checkbox]:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
    transition: transform 200ms ease-in 200ms;
  }
  .checkbox-wrapper-40 input[type=checkbox]:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
    transform-origin: left center;
    transition: transform 200ms ease-in;
  }
  .checkbox-wrapper-40 input[type=checkbox]:checked:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
    transition: transform 200ms ease-in;
  }
  .checkbox-wrapper-40 input[type=checkbox]:checked:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
    transition: transform 200ms ease-out 200ms;
  }
  .checkbox-wrapper-40 input[type=checkbox]:focus {
    outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
  }
  .checkox_labelbutton {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkox_labelbutton:checked + label {
    background-color: #039ee3;;
    color: #fff;
}

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-blue: #039ee3;
  --color-dark-blue: #014F71;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --color-white: #ffffff;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
}
.card-checkbox:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
   
  .radio:checked::after {
    /*border: var(--radio-border-width) solid #fff;*/
     border: var(--radio-border-width) solid  var(--color-blue);
       border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .radio:checked {
    background: #fff;
    border-color: var(--color-blue);

  }

  .card:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .card:hover .radio:checked {
    border-color: var(--color-blue);
  }
}
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
      background-color: lightblue!important;
    color: darkslategray!important;
    font-weight: normal;
}

.card:hover > .plan-details {
  border-color: var(--color-blue)!important;
  box-shadow: 0 0 0 2px white, 0 0 0 3px var(--color-blue)!important;
   background-color: var(--color-blue)!important;
   color:#fff!important;
}

.radio:checked ~ .plan-details {
  border-color: var(--color-blue)!important;
  background-color: var(--color-blue)!important;
  color:#fff!important;
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--color-blue);
    
}
.radio:checked ~ .plan-details > .plan-old-cost{
 
  color:#fff!important;
   
    
}

.radio:focus ~ .plan-details {
     border-color: var(--color-blue);
  background-color: var(--color-blue);
  color:#fff;
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--color-blue);

}

.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.card:hover .radio:disabled {
  border-color: var(--color-blue);
}
.radio:disabled ~ .plan-details {
  border-color: var(--color-blue);
  box-shadow: none;
}

.radio:disabled {
  border-color: var(--color-blue);
}

.plan-type {
  /*color: var(--color-dark-blue);*/
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1em;
}

.plan-cost {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0.5rem 0;
   /*color: var(--color-white);*/
}
.plan-old-cost {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.1rem 0;
   color:#A9A9A9;
   text-decoration: line-through;
}

.card:hover > .plan-details >.plan-old-cost {
 
   color:#fff!important;
}

/*.plan-data {
 
   color: var(--color-white);
}*/
.slash {
  font-weight: normal;
}

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


.btsoft{
  
     color: #014f71;
   cursor:pointer;
}
.btsoft:hover{
    color: #039ee3;
    cursor:pointer;
    
}




    @media (max-width: 575px) { 
                 .fs-title {
                font-size: 16px;
                color: #2C3E50;
                margin-bottom: 10px;
                font-weight: 400;
                text-align: left;
            }
              #progressbar li {
                list-style-type: none;
                font-size: 10px;
                width: 14.0%;
                float: left;
                position: relative;
            }
            }
