
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;

}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
    margin: 0 auto;
    background-color: #f7f7f7;
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.contener{
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

header{
  padding: 0;
  border-bottom-width: 1px;
  background: linear-gradient(to right, #fff 25%, #027a3d 100%);
  border-bottom: 2px solid #c8d8d0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

header .logo{

  width: calc(280px - 1.25rem);
  height: auto;
  margin: 1.25rem;
}

header div img{
  width: auto;
  max-width: none;
  height: calc(91px - 34px);
  display: block;
  opacity: .25;
}

header .header_text svg{
  width: 1em;
    height: auto;
  fill: #fff;
}

header .header_text{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}

header .img_opas{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  color: #fff;
  gap: 4px;
}

header .header_text p{
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}

.main{
  display: flex;
  background-color: #fff;
}

.menu{
  border-right: 1px solid #c8d8d0;
  width: 21%;
  padding: 20px;
}

.content{
  flex: 1;
  padding: 10px 30px;
}

.imgs{
  width: 21%;
}


.link{
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
      color: #027a3d;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: .625rem;
    display: block;
    font-size: .875rem;
    line-height: 1.25;
        border-top: 1px solid #c8d8d0;
}

.link:hover{
      background-color: #c8d8d0;
    color: #222;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.link p {
  width: 95%;
}

.box_link{

  padding: 0 .625rem .625rem;
}

.imgs img{
  transform: scale(.75);
  margin: 0 auto;
  margin-top: 40px;
  width: 50%;
}

.bread{

      color: #027a3d;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    font-size: .75rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bread p:after {
    content: "›";
    margin: 0 .625rem;
    line-height: 1;
}

.bread *:hover {
    color: #222;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.bread p:hover:after{
  color: #027a3d;
   text-decoration: none;
}

.title {
    color: #900;
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 1.5em;
    margin-bottom: 0;
}

.sub_title{
  color: #900;
    line-height: 1.25;
    font-weight: 700;
    font-weight: 400;
    margin-top: 1.875rem;
}

.bank{
  display: flex;
      text-decoration: none;
    display: flex
;
    align-items: center;
    padding: .9375rem;
    color: #222;
    gap: 10px;
    cursor: pointer;
    border-top: 1px solid #c8d8d0;
}

.bank img{
  width: 80px;
}

.bank:hover{
      background-color: #ebf0ed;
    outline: 1px solid #027A3D;
    text-decoration: underline;
}

.banks{
  margin-top: 30px;
}

nav{
      color: inherit;
    background-color: #c8d8d0;
    font-size: .875rem;

}

nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
  font-size: 12px;
}

footer{
  background-color: #ebf0ed;
    font-size: .75rem;
    line-height: 1.25;

    padding: 20px;
}

.mob{
  display: none;
}

.input_box {
  position: relative;

}

.input_group{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.input_group .input_box{
    width: 48%;

}

.form{
  width: 100%;
}

.input_box input{
  -webkit-appearance: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #ddd;
    box-shadow: none;
    height: 30px;
    padding: 6px 0;
    outline: none;
    display: block;
    width: 100%;
        font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-bottom: 1px solid #ddd;
    z-index: 2;
    position: relative;
        background: transparent;
}

.input_box label{
      color: #8a8a8a;
    position: absolute;
    font-weight: 400;
    padding: 0;
    top: 0;
    transition: all .1s ease-in-out;
    cursor: text;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    font-size: 13px;
    z-index: 1;

}

.input_box .error_text{
    font-size: 10px;
    margin-top: 2px;
    color: #a94442;
    margin-bottom: 10px;
    display: block;
    visibility: hidden;
}

.input_box input:focus~label{
    font-size: 11px;
    top: -15px;
    text-transform: uppercase;
}

.error .error_text{
  visibility: visible;
}

.error input{
      border-color: #a94442;
}

.error:before{
    content: "x";
    color: #a94442;
    font-size: 10px;
        position: absolute;
    right: 3px;
    top: 11px;
}

.input_group .w-70{
  width: 60%;
}

.input_group .w-30{
  width: 38%;
}

input[value=""]::-webkit-datetime-edit {
     color: transparent; 
}
select{

    -webkit-appearance: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #ddd;
    box-shadow: none;
    height: 30px;
    padding: 6px 0;
    outline: none;
    display: block;
    width: 100%;
        font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-bottom: 1px solid #ddd;
    z-index: 2;
    position: relative;
        background: transparent;

    background: url(../img/select-border-left.png) no-repeat 95% center;
    padding-top: 4px;
}

select~label{
    font-size: 11px !important;
    top: -15px !important;
    text-transform: uppercase !important;
}

.up label{
    font-size: 11px !important;
    top: -15px !important;
    text-transform: uppercase !important;
}

.input_group .w-20{
  width: 10%;
}


.btn:active, .btn:focus, .btn:hover, .btn:visited {
    color: #fff;
    filter: saturate(125%);
    box-shadow: inset 0 2px 0 rgba(0,0,0,.25);
    border-color: #027a3d;
    background-color: #027a3d;
}

.btn {
    padding: 10px 15px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    transition: all .25s ease-in-out;
    color: #f5f5f5;
    border: none;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    width: auto;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .05em;

    background-color: #5c1a99;
    text-transform: uppercase;
    width: 250px;
        background-color: #2d76b2;
            color: #fff;
    background-color: #600;
    border-color: #290000;
}

.btn_box{
  display: flex;
  justify-content: center;
  width: 100%;
}

.help_text{
  text-align: left;
  font-size: 12px;
  margin: 5px auto;
}



.footer{
  margin: 0 auto;
}

.footer .menu_item p{
      background-color: transparent;
    text-decoration: none;
    color: #3c8499;
    display: block;
    margin: 5px 0;
}
.footer .menu_item p:hover {
    color: #1eb082;
}

.footer .menu_item h4{
  font-weight: 200;
}

.menu_box{
  display: flex;
  padding: 20px 0;
}


.footer .menu_item{
  margin-right: 150px;
}

.check_box {
    border: 1px solid #bebebe;
    background-color: #eee;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.flex{
  display: flex;
}
.content{
  justify-content: space-between;
}

.banner{
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    background-color: transparent;

    border-color: #ddd;
    width: 35%;

    height: fit-content;
}

.banner_head{
    font-size: 18px;
    color: #fff;
    background-color: #3c8499;
    text-transform: uppercase;
        padding: 10px 15px;
        display: flex;
        align-items: center;
}
.banner_head:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background: url(../img/sprite.svg) no-repeat 0 -1224px;
    width: 64px;
    height: 64px;
    margin-right: 1.5em;
    vertical-align: sub;
    zoom: .4;
}

.banner_body{
      border-top: 1px solid #ddd;
      padding: 15px;
}

.banner_item{

    padding-left: 0;
    font-size: 16px;
    -webkit-hyphens: none;
    hyphens: none;
    margin: 15px;
    display: flex;
}

.check:before{
      content: "\e013";
    line-height: 1;
    position: relative;
    top: 1px;
    line-height: 1.1;
    display: inline-block;
    font-family: "Glyphicons Halflings"!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1eb082;
    flex-shrink: 0;
    margin-right: 0.75em;

}

  .input_group .input_box{
    margin: 10px 0;
  }

.checked:before {
    position: absolute;
    content: "\e013";
    font: 400 12px "Glyphicons Halflings",serif;
    margin-left: 2.5px;
    top: 0;
    left: 0;

}

input[disabled]{
        background-color: #eee;
    opacity: 1;
    cursor: no-drop;

}
@media (max-width: 768px){
  .sub_header{
    display: none;
  }
  .banner{
    display: none;
  }

  .form {
      width: 100%;
  }
  .input_group{
    display: block;
  }

  .input_group .input_box{
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .btn{
    width: 100%;
  }

  .menu_box{
    display: block;
  }
  .footer .menu_item{
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {

  

  header div img{
    display: none;
  }
  header{
    background: #fff;
  }

  .mob{
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  header .img_opas{
    color: #000;
  }
  .header_text{
    display: none !important;
  }

  .menu{

    display: none;
  }
  .main{
    display: block;
  }

  .imgs{
    display: none;
  }
  .bread{
    flex-wrap: wrap;
  }
}