
body{
margin: 2%;
border: 0px;
padding: 0px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
}

img{
    
    max-width:300px;
    max-height:100px;
    width: auto;
    height: auto;
    overflow: auto;

}

.top{
    
    max-width: auto !important;
    background-color: white !important;
    display: flex !important;
    justify-content:space-between !important;
    margin-bottom: 2px !important;   
    
}

.main_body{
    background-color:#f4f5f5;
    padding: 50px;
}

.text_top_box{
    max-width: 100%;
    border-bottom: solid #004884 2px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 47px 18px 42px;
}

.title{
    
    margin-top: 10px;
}



.note{
    color:#004884 !important;
    
}

.div-note{
    margin: 40px 0px 20px 0px ;
    
}

.form{
    margin-top: 30px;
    max-width: 80%;
}

.form_group{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    height: 40px !important;
    
}

.div_radioinput{
    
    display: flex;
    margin-right: 190px;
    
}

.div_radioinput>label{
 margin-right: 10px;  
}

input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
    
  }

.form-control{
    width: 290px !important;
    max-width: 60%;
    border: 0.1px;
    border-radius: 5px;
    border-color: #BABABA !important;
    box-shadow: 0 0 0 0.1rem #BABABA !important;
    font-size: 16px;
    height: 40px; 
    padding-left: 16px;
    padding-right: 16px;
}



#radio-label{
    max-width:500px;
    width:auto
}



/*  BOTON  */
.button {
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    width: auto;   
    padding-left: 16px;
    padding-right: 16px;
    color: rgb(245, 237, 237);
    border-width: 1px;
    border-radius: 11px;
    border-color: rgb(184, 184, 184);
    background: hsl(221.3, 54.5%, 34.5%) !important;

}

.button:hover {
    color: rgb(245, 237, 237);
    border-width: 1px;
    border-radius: 11px;
    border-color: rgb(184, 184, 184);
    background: #3366CC !important;
}

.button:disabled {
    border-color: #BABABA;
    background-color: #F2F2F2;
    color: #BABABA;
    pointer-events: none;
}

.form_button{
    display: flex;
    justify-content:center;
}

/*border box */



 .form-control:hover{    
    outline: none !important;
    border: solid 1px #3366CC !important;
    box-shadow: 0 0 5px #36c !important; 
}

.form-control:focus-visible{
    outline: none !important;
    border: solid 1px #3366CC !important;
    box-shadow: 0 0 5px #36c !important; 
}


/*alerta borde rojo*/

.alertaBordeRojoFlecha {
    border-left: 2px solid #A80521 !important;
    border-bottom: 2px solid #A80521 !important;
}

.form.alertaBordeRojo:hover {
    box-shadow: 0 0 0 0.1rem rgb(171 5 33 / 30%) !important;
}

.form.alertaBordeRojo {
    color: #A80521 !important;
    -webkit-text-stroke: #A80521 !important;
    background-color: #fff !important;
    border-color: #A80521 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/*PLACEHOLDER*/
input::placeholder,
textarea::placeholder {
    color: #BABABA !important;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
}

#alerta6,
#alerta5,
#alerta4,
#alerta3,
#alerta2,
#alerta {
    font-family: 'work Sans' !important;
    font-size: 14px !important;
    color: #A80521 !important;
    position: relative !important;
    top: -3px !important;
}




/* DESPLEGABLE*/

.select {
    position: relative;
    text-align: left;
    font-family: WorkSans-Regular;
    font-size: 16px;
    letter-spacing: 0;
}

.select .govco-chevron-left:before {
    content: '\e8b6';
}

.select .govco-chevron-right:before {
    content: '\e8b7';
}

.select select {
    display: none;
}

.is-invalid:focus {
    border-color: #A80521 !important;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%) !important;
}

.is-invalid {
    border: 1px solid #A80521 !important;
}


/*ESTILOS GOVCO*/
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: local("Montserrat Thin"), local("Montserrat-Thin"), url(fonts/Montserrat_font/Montserrat-Thin.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-Thin.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(fonts/Montserrat_font/Montserrat-ExtraLight.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-ExtraLight.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(fonts/Montserrat_font/Montserrat-Light.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-Light.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(fonts/Montserrat_font/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(fonts/Montserrat_font/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-Medium.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(fonts/Montserrat_font/Montserrat-SemiBold.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-SemiBold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(fonts/Montserrat_font/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-Bold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(fonts/Montserrat_font/Montserrat-ExtraBold.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-ExtraBold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(fonts/Montserrat_font/Montserrat-Black.woff2) format("woff2"), url(fonts/Montserrat_font/Montserrat-Black.woff2) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-Thin.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-Thin.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-ExtraLight.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-ExtraLight.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-Light.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-Light.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-Regular.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-Medium.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-Medium.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-SemiBold.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-SemiBold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-Bold.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-Bold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-ExtraBold.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-ExtraBold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fonts/Work_Sans/static/WorkSans-Black.woff2) format("woff2"), url(fonts/Work_Sans/static/WorkSans-Black.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Govco Icon";
    font-style: normal;
    src: url(fonts/icons/v3/govco-icons.eot);
    src: local("Govco Icon"), local("govco-icons"), url(fonts/icons/v3/govco-icons.eot?#iefix) format("embedded-opentype"), url(fonts/icons/v3/govco-icons.woff2) format("woff2"), url(fonts/icons/v3/govco-icons.woff) format("woff"), url(fonts/icons/v3/govco-icons.ttf) format("truetype"), url(fonts/icons/v3/govco-icons.svg) format("svg")
}

@font-face {
    font-family: "font password";
    src: url(fonts/password/font-password.eot?e0ac);
    src: url(fonts/password/font-password.eot?e0ac#iefix) format("embedded-opentype"), url(fonts/password/font-password.woff2?e0ac) format("woff2"), url(fonts/password/font-password.woff?e0ac) format("woff"), url(fonts/password/font-password.ttf?e0ac) format("truetype"), url(fonts/password/font-password.svg?e0ac#font-password) format("svg");
    font-weight: 400;
    font-style: normal
}

h1,
.headline-xxl-govco {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.5 !important
}

h2,
.headline-xl-govco {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.5 !important
}

h3,
.headline-l-govco {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.5 !important
}

h4,
.headline-m-govco {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.5 !important
}

h5,
.headline-s-govco,
.subtitle-govco {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.5 !important
}

h6,
.headline-xs-govco {
    text-align: justify !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #004884 !important;
    margin: 0px !important;
/*    line-height: 1.5 !important*/
}

label {
    display: block;
    margin-bottom: 0.375rem;
  }
  
  label {
      display: block;
      margin-bottom: 0.375rem;
      font-family: "Work Sans", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      color: #4B4B4B;
      line-height: 1.5 !important;
      padding-top: calc(0.375rem + 1px);
      padding-bottom: calc(0.375rem + 1px);
      margin-bottom: 0;
      font-size: inherit;
      line-height: 1.5;
  }
  
  
  
  .subtitle-govco {
      display: block;
      margin-bottom: .5rem
  }
  
  .description-govco {
      text-align: justify !important;
      font-family: "Work Sans", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #4B4B4B;
      line-height: 1.5 !important
  }
  
  .small-text-govco {
      font-family: "Work Sans", sans-serif;
      font-size: 0.875rem;
      font-weight: 400;
      color: #4B4B4B;
      line-height: 1.5 !important;
      display: flex
  }
  
  @media (max-width: 992px) {
  
      h1,
      .headline-xxl-govco {
          font-size: 2.125rem !important
      }
  
      h2,
      .headline-xl-govco {
          font-size: 1.8125rem !important
      }
  
      h3,
      .headline-l-govco {
          font-size: 1.375rem !important
      }
  
      h4,
      .headline-m-govco {
          font-size: 1.125rem !important
      }
  
      h5,
      .headline-s-govco {
          font-size: 1.0625rem !important
      }
  }
  
  @media (max-width: 768px) {
  
      h1,
      .headline-xxl-govco {
          font-size: 1.8125rem !important
      }
  
      h2,
      .headline-xl-govco {
          font-size: 1.625rem !important
      }
  }
  
  a {
      cursor: pointer !important;
      color: #3366CC;
      text-decoration: none;
      
  }
  
  label.form-group-govco {
      font-weight: 500 !important
  }
  
  h3,
  .headline-l-govco.entity-name {
      font-size: 1rem
  }
  
  h3,
  .headline-l-govco.title-section {
      font-size: 1.25rem
  }
  
  h3,
  .headline-l-govco.result-section {
      font-size: 1.5rem
  }
  
  code {
      font-size: 87.5%;
      color: #e83e8c !important;
      word-wrap: break-word
  }
  
  
  
  @media screen and (max-width:768px) {
      .galeria-horizontal .interest-theme-container .card-img-govco {
          height: 126px
      }
  }
  

  .govco-table-filter .bootstrap-select .form-control {
      width: auto !important
  }
  
  .form-search-bar input.form-control {
      font-size: .75rem;
      margin-right: 1px !important;
      margin-left: 10px;
      color: #fff !important;
      line-height: 1;
      background-color: transparent;
      border: 0px solid transparent;
      padding: 0;
      height: 25px
  }
  .form-search-bar input.form-control:focus {
      box-shadow: none !important
  }
  
  .form-search-bar input.form-control.translation {
      width: 0;
      margin: 0 !important;
      color: #fff !important;
      transition: all .5s;
      -webkit-transition: .5s
  }
  .form-search-bar input.form-control.non-translation {
      width: 118px;
      margin-right: 1px !important;
      margin-left: 10px;
      transition: all .5s;
      -webkit-transition: .5s
  }
  
  .form-search-bar input.form-control::-webkit-input-placeholder {
      color: #fff;
      font-size: 1rem;
      opacity: .7;
      line-height: 1.1
  }
  
  .form-search-bar input.form-control::-moz-placeholder {
      color: #fff;
      font-size: 1rem;
      opacity: .7;
      line-height: 1.1
  }
  
  .form-search-bar input.form-control::-ms-input-placeholder {
      color: #fff;
      font-size: 1rem;
      opacity: .7;
      line-height: 1.1
  }
  
  .form-search-bar input.form-control::placeholder {
      color: #fff;
      font-size: 1rem;
      opacity: .7;
      line-height: 1.1
  }
  
  .form-search-bar input.form-control {
      display: inline-block;
      width: 100%;
      padding-right: 40px;
  }
  
  /*.gov-co-label {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      padding: 1px 8px;
      border-radius: 30px;
      background-color: #fff;
      border: 2px solid #f2f2f2
  }
  
  .gov-co-label label {
      font-family: "Work Sans", sans-serif;
      font-weight: 500;
      font-size: .875rem;
      color: #4b4b4b;
      white-space: nowrap;
      margin: initial
  }*/
  
  .gov-co-label span {
      font-size: 1.125rem;
      color: #36c;
      margin-left: 20px;
      cursor: pointer
  }
  
  .gov-co-label.gov-co-negative {
      background-color: #e6effd;
      border: 2px solid #e6effd
  }
  
  .gov-co-label.gov-co-negative label,
  .gov-co-label.gov-co-negative span {
      color: #004884
  }
  
  .gov-co-label.gov-co-active {
      background-color: #004884;
      border: 2px solid #004884
  }
  
  .gov-co-label.gov-co-active label,
  .gov-co-label.gov-co-active span {
      color: #fff
  }
  
  
  #govco-header .search-desktop-container .form-search-bar input.form-control:focus~.icon-search,
  #govco-header .search-desktop-container .form-search-bar-active~.icon-search,
  #govco-header .search-desktop-container input.form-control:focus~.icon-search,
  .form-search-bar #govco-header .search-desktop-container input.form-control:focus~.icon-search {
      color: #36c !important
  }
  
  
   .form-control
  {
      color: #4B4B4B;
  }
  

  
  .gov-co-form-group .form-control:focus,
  .gov-co-form-group .form-control:hover {
      outline: none !important;
      border: solid 1px #3366CC ;
      box-shadow: 0 0 5px #36c !important; 
  }
  
  