:root {
    /* Variables de la Aplicación */
    --app-color-primary: #3366CC;    
    --app-color-button: #3366CC;
    --app-color-button-hover: #4e7ddb;
    --app-color-title: #1d1045;

  --color--white: #fff;
  --color--red: #a80521;
  --font-family-1: "Montserrat",sans-serif;
  --font-family-2: "Work Sans",sans-serif;
  --container--padding: 15px;
  --prefooter__margin-bottom: 60px;
  --prefooter__padding: 62px 58px 47px;
  --prefooter__min-height: 610px;
  --footer--fab__height: 21px;
  --postfooter__height: 96px;
  --postfooter__padding: 19px;
  --postfooter--icon__max-height: 58px;
  --postfooter--separator__height: 49px;
  --menu-footer--margin: 33px;
  --footer-paragraph__font-size: 1rem;
  --footer-paragraph__line-height: 1.875rem;
  --footer-paragraph__margin: 10px;
  --footer-background__height: 500px;
  --px36: 2.25rem;
  --px30: 1.875rem;
  --px27: 1.6875rem;
  --px24: 1.5rem;
  --px22: 1.375rem;
  --px21: 1.3125rem;
  --px20: 1.25rem;
  --px18: 1.125rem;
  --px16: 1rem;
  --px15: .9375rem;
  --px14: .875rem;
  --px12: .75rem;
  --px10: .625rem;
  --pre-header__gov-co__height: 27px;
}



@media (max-width: 991.98px) {
  :root {
      --container--padding:24px;
      --prefooter__margin-bottom: 40px;
      --prefooter__padding: 38px 38px 34px;
      --prefooter__min-height: 600px;
      --postfooter__height: 70px;
      --postfooter__padding: 15px;
      --postfooter--icon__max-height: 39px;
      --postfooter--separator__height: 35px;
      --menu-footer--margin: 30px;
      --footer-paragraph__font-size: .875rem;
      --footer-paragraph__line-height: 1.5rem;
      --footer-paragraph__margin: 10px;
      --footer-background__height: 510px;
      --pre-header__gov-co__height: 27px;

  }
}


@media (max-width: 575.98px) {
  :root {
      --container--padding:20px;
      --prefooter__padding: 20px 18px 18px;
      --prefooter__margin-bottom: 20px;
      --prefooter__min-height: 830px;
      --footer--fab__height: 16px;
      --postfooter__height: 96px;
      --postfooter__padding: 23px;
      --postfooter--icon__max-height: 50px;
      --postfooter--separator__height: 42px;
      --menu-footer--margin: 23px;
      --footer-paragraph__font-size: .75rem;
      --footer-paragraph__line-height: 1.3125rem;
      --footer-paragraph__margin: 10px;
      --footer-background__height: 775px;
      --pre-header__gov-co__height: 27px;

  }
}

body {
  /* margin: 2%; */
  border: 0px;
  padding: 0px;
  font-size: 1em;
  font-family: "Montserrat", sans-serif, "Work Sans", sans-serif;
}

/*
img {
  max-width: 300px;
  max-height: 100px;
  width: auto;
  height: auto;
  overflow: auto;
}
  */

.top {
  max-width: auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.main_body {
  background-color: #f4f5f5;
  /*background-color:#adb5bd;*/
  /*    padding: 50px;*/
  width: 900px;
  /*background-color: #dee2e6;*/
  padding: 15px;
}

.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;
}

.cont-title{
  display: flex;
  width: 100%;
  height: auto;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0;
  margin: 1rem 0 0;
  flex-direction: column;
  color: var(--app-color-title);
  font-size: 16px;
  font-style: normal;
  /* font-weight: 600; */
  /* line-height: 44px; */
  margin-bottom: 25px;
}

  .cont-title p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    margin: 1rem 0 0;
  }  

  .cont-title p a{
    text-decoration: underline;
  }

.lineTitle2 {
  background-color: #FFCD00;
  color: white;
  width: 100%;
  padding: 5px;
  border: solid 1px #FFCD00;
  border-radius: 5px;
  text-align: center;
  margin-top: 4px;
}

.cont-img-top{
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.cont-img-top img{
  width: 40%;
  height: 100%;
  background: transparent;
}

.cont-img-pot{
  display: flex;
  width: 28%;
  height: 100%;
}

.cont-img-supersalud{
  display: flex;
  width: 24%;
  height: 100%;
  justify-content: end;
}

.cont-img-pot img,
.cont-img-supersalud img{
  display: flex;
  width: 100%;
  height: 100%;
}

.row-items{
  display: flex;
}

.input-total{
  width: 100%;
}

.note {
  color: #004884;
}

.div-note {
  margin: 20px 0px 20px 0px;
}

.form {
  margin-top: 30px;
  max-width: 80%;
}

.form_group_total{
  margin-top: 15px;
  display: flex;
  margin-left: 20px;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
}

.form_group_total textarea, 
.form_group_total select{
  min-width: 98%;
}

input[type="radio"] { 
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3);
}

.input-radio{
  display: flex;
  width: 20px;
  height: 20px;
}

.form_group_total textarea{
  height: 70px;
}

.input-total{
  border: 10px solid aqua;
}

textarea{
  display: flex;
  min-width: 98%;
  height: auto;
}

.form_group, .form_single {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
  /* height: 40px !important; */
  flex-wrap: wrap;
  display: flex;
  width: 48%;
  height: auto;
}

.form_single {
  width: 100%;
}

.form_group input, select{
  min-width: 95%;
}

.div_radioinput {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.div_radioinput>label {
  margin-right: 10px;
  margin-left: 10px;
}

input[type="radio"] {
  -ms-transform: scale(0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8);
  /* Chrome, Safari, Opera */
  transform: scale(0.8);
}

.form-control {
  width: 490px;
  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: 33px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 100px;
}

#inp-Politica {
  width: auto;
}

.cont-politica,
.cont-politica-1{
  display: flex;
  max-width: 100%;
  /* margin: 2rem 1.2rem 1rem; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
}

.cont-politica-1{
  max-height: 150px;
  overflow: auto;
  margin: 0 0 2rem;
}

.cont-politica-1 b{
  margin: 10rem 0 0;
}

.cont-politica label p{
  font-size: 15px;
}

/*  BOTON  */
/*
.button {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  width: 150px;
  padding-left: 16px;
  padding-right: 16px;
  color: black;
  border-width: 1px;
  border-radius: 11px;
  border-color: rgb(184, 184, 184);
  background: #FFCD00 !important;
}
*/
.button {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 55%;
  height: 42px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  color: rgb(245, 237, 237);
  border-width: 1px;
  border-radius: 10px;
  border-color: rgb(184, 184, 184);
  /* background: hsl(218.44deg 52.03% 51.76%) !important; */
  background: var(--app-color-button) !important;
}


.button:hover {
  color: rgb(245, 237, 237);
  border-width: 1px;
  border-radius: 11px;
  border-color: rgb(184, 184, 184);
  /* background: #888888 !important; */
  background: var(--app-color-button-hover) !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 #1F1F5B !important;
  box-shadow: 0 0 5px #1F1F5B !important;
}

.form-control:focus-visible {
  outline: none !important;
  border: solid 1px #1F1F5B !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 select {
  display: none;
}

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;

  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.bpm-required>label:before {
  vertical-align: top;
  content: "*";
  color: #bf0a00;
  padding-right: 5px;
}

a {
  cursor: pointer !important;
  color: #4684ff;
  text-decoration: none;
}

label.form-group-govco {
  font-weight: 500 !important;
}

.form-control {
  color: #504F4E;
}

.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;
}

/*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;
}


/* Service section */
.cont_services {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
}

.cont_services .services_icons {
  width: 100%;
  height: 50%;
  display: flex;
  padding: 0.5em;
  justify-content: center;
}

.cont_services .services_icons img {
  width: 7em;
  height: 7em;
  object-fit: contain;
  margin-top: 10em;
  background-size: cover;
  border: 0.01px solid #00000024;
  transition: 0.25s ease;
}

.services_icons img:hover {
  /* transform: scale(1.1); */
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
}

.subfooter {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #392c62;
  height: 52px;
  max-height: 52px;
  position: relative;
}

/* @media responsive */
/* @media 768px */
@media (min-width: 426px) and (max-width: 768px){
  .row-items{
    flex-direction: column;
  }

  .form_group{
    width: 100%;
  }

  .cont-politica label{
    display: flex;
    flex-direction: column;
  } 

  .link-politica{
    width: auto;
    font-size: 14px;
  }
}

/* @media 425px */
@media (max-width: 425px){
  .row-items{
    flex-direction: column;
  }

  .form_group{
    width: 110%;
    margin-left: 0px;
  }

  .form_group input, 
  .form_group select,
  .form_group_total textarea{
    min-width: 90%;
  }

  .container{
    width: 100%;
  }

  .cont-title{
    font-size: 15px;
    padding: 0;
  }

  .cont-title p{
    font-size: 12px;
    text-align: justify;
  }

  .lineTitle2{
    padding: 2px;
    margin: 10px 0 0;
  }
  
  .cont-img-top{
    align-items: center;
  }

  .cont-img-supersalud{
    width: 35%;
  }

  .cont-img-pot{
    width: 45%;
  }

  .cont-politica label{
    width: 100%;
  }

  .div_radioinput label{
    max-width: 80px;
    padding: 0;
  }

  .div_radioinput input[type="radio"]{
    -ms-transform: scale(0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7);
    /* Chrome, Safari, Opera */
    transform: scale(0.7);
  }
}

.bpm-header {
  height: 50px;
  width: 100%;
  background-color: var(--app-color-primary);
  display: flex;
  align-items: center;
  justify-items: center;
}
.bpm-header>div {
  flex-grow: 1;
  text-align: center;
}
.bpm-header-logo {
  max-height: 32px;
  width: auto;
}
.bpm-header-link {
  color: white;
  text-decoration: none;
}

.bpm-headersdh {
  height: 90px;
  width: 100%;
  border-bottom: 3px solid #a80521;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  height: auto;
  min-height: 90px;
  padding-bottom: 10px;
}
.bpm-headersdh>div {
  /* flex-grow: 1; */
  flex: 1;
  text-align: center;
}
.bpm-headersdh-logo {
  max-height: 70px;
  width: auto;
}
.bpm-headersdh-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  /*flex: 3; */
  color: var(--app-color-title);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 48px; */
  flex: 2;
}
.bpm-headersdh-boton {
  color: #a80521;
  background-color: #fff;
  border-color: #a80521;
  border-radius: 20px;
  transition:  .3s ease-out all;
}
.bpm-headersdh-boton:hover {
  background-color: #a80521;
  color: white;
}

  /* En pantallas pequeñas */
  @media (max-width: 600px) {
    .bpm-headersdh {
      flex-wrap: wrap;
    }

    .bpm-headersdh-izquierda,
    .bpm-headersdh-derecha {
      flex: 1 1 50% !important;
    }

    .bpm-headersdh-title {
      order: 3;
      flex: 1 1 100% !important;
      font-size: 24px;
    }
  }

.bpm-message-text {
  margin-bottom: 10px;
  color: #223962;
}

.bpm-headermsg {
  font-size: 1.5em;
  color: #a80521;
  text-align: center;
}
.bpm-button-videollamada {
  display: none;
}

select.form-control  {
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}


/********************************************************/
/***********************INICIO FOOTER SDH****************/
/********************************************************/

footer{
  position: relative;
  display: block;
  padding-top: 60px;
  clear: both;
  background-color: #fff;
  overflow: hidden;
  font-family:"Montserrat", sans-serif;
  margin: 0;
  color: #4b4b4b;
}


footer a {
  cursor: pointer;
  text-decoration: underline;
  word-wrap: break-word;
}
footer p strong{
  font-weight: 600;
}

footer .container{
    max-width: 1140px;
    padding-left: var(--container--padding);
    padding-right: var(--container--padding);
}

footer ul{
  margin: 0;
  padding: 0;
}

.prefooter{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 20px 230px;
  align-content: flex-end;
  margin-bottom: var(--prefooter__margin-bottom);
  padding: var(--prefooter__padding);
  min-height: var(--prefooter__min-height);
  background-color: #fff;
  border: 2px solid #e8f0fb;
  border-radius: 13px;
}


.prefooter h2 {
  font-size: var(--px24);
  line-height: var(--px36);
  margin-bottom: 0px;
}

.prefooter a, .prefooter h2, .prefooter h3 {
  display: inline-flex;
  align-items: center;
}

.prefooter>* {
  grid-column: 1 / 2;
}

.prefooter aside {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  align-self: baseline;
}

.prefooter h2, .prefooter h3 {
  font-weight: 600;
  color: #a80521;
}
.prefooter h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0px;
}
.prefooter h3 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-size: var(--px18);
  line-height: var(--px27);
}

.prefooter h3+p {
  margin-top: 8px
}

.prefooter .block-content a {
  word-break: break-all
}

.prefooter a, .prefooter h2, .prefooter h3 {
  display: inline-flex;
  align-items: center;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.prefooter p {
  font-family: "Montserrat", sans-serif;
  font-size: var(--footer-paragraph__font-size);
  line-height: var(--footer-paragraph__line-height);
}


.prefooter img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.prefooter em {
  font-style: normal;
}

.prefooter .block-content a {
  word-break: break-all;
}

.prefooter .block-content a {
  color: #4b4b4b;
}

.menu-footer {
  grid-column: 1/4;
  margin-top: var(--menu-footer--margin);
}

.menu-footer a {
  color: #a80521;
}

.menu-terms li {
  margin-right: 3%;
}

.menu-social li {
  margin-right: 5%;
}

.prefooter li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.font-link-1 {
  font-family: "Montserrat", sans-serif;
  font-size: var(--px14);
  line-height: var(--px21);
}


.font-link-2, .font-link-3 {
  font-family: var(--font-family-1);
  font-size: var(--px12);
}

.font-link-2 {
  line-height: var(--px18);
  font-weight: 700;
}


.footer-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--footer-background__height);
  background-color: #ffab00;
}

.postfooter {
  position: relative;
  z-index: 10;
  border-top: 1px solid #fff;
  background-color: #36c;
}

.postfooter .container {
  display: flex;
  align-items: center;
  padding-top: var(--postfooter__padding);
  padding-bottom: var(--postfooter__padding);
  height: var(--postfooter__height);
}

.postfooter a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 15px;
}

.postfooter a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.postfooter img {
  width: auto;
  max-height: var(--postfooter--icon__max-height);
}

.prefooter .fab, .prefooter .fa-brands, .prefooter .svg-icon, .prefooter [class^=govco] {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 2px;
  box-sizing: initial;
  width: var(--footer--fab__height);
  height: var(--footer--fab__height);
  background-color: var(--color--red);
  color: var(--color--white);
  border-radius: 100px;
  font-size: var(--px16);
}

@media (min-width: 992px) {
  .prefooter p {
      margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  footer {
      padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .prefooter h2 {
      font-size: var(--px20);
      line-height: var(--px30)
  }

  .prefooter h3 {
      margin-top: 18px;
      font-size: var(--px18);
      line-height: var(--px27);
  }

  .prefooter {
      grid-template-columns: 1fr 20px 180px;
  }

  .menu-terms li {
      margin-right: 6%;
  }
}

@media (max-width: 575.98px) {
  footer {
      padding-top: 20px;
  }

  .prefooter {
      grid-template-columns: 1fr;
  }

  .prefooter h2 {
      font-size: var(--px16);
      line-height: var(--px22);
      margin-bottom: 15px;
  }

  .prefooter h3 {
      margin-top: 18px;
      font-size: var(--px14);
      line-height: var(--px21);
  }

  .prefooter em {
      display: block;
  }

  .prefooter em+br {
      display: none;
  }

  .prefooter aside {
      grid-column: 1/2;
      grid-row: auto;
  }

  .prefooter [class^=govco] {
      font-size: var(--px12);
  }

  .prefooter .fab {
      font-size: var(--px14);
  }

  .postfooter .container {
      justify-content: center;
  }

  .menu-footer {
      grid-column: 1/2;
  }

  .menu-social {
      padding-bottom: 20px;
  }

  .menu-social li {
      display: flex;
      align-items: center;
  }

  .menu-social li+li {
      margin-top: 10px;
  }

  .menu-terms {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 18px;
      grid-column-gap: 15px;
  }

  .menu-terms li {
      margin: 0;
  }
}




@media (max-width: 576px) {
  .font-sm-body-2 {
      font-family:var(--font-family-2);
      font-size: var(--px14);
      line-height: var(--px21);
      font-weight: 400;
  }

  .font-sm-body-2.medium {
      font-weight: 500;
  }

  .font-sm-link-1 {
      font-size: var(--px14);
      line-height: var(--px21);
      font-weight: 500;
  }

  .font-sm-link-1,.font-sm-link-2 {
      font-family: var(--font-family-1)
  }

  .font-sm-link-2 {
      font-size: var(--px12);
      line-height: var(--px18);
      font-weight: 700;
  }

  .font-sm-link-3 {
      font-size: var(--px12);
      line-height: var(--px16);
      font-weight: 500;
  }

  .font-sm-link-3,.font-sm-link-4 {
      font-family: var(--font-family-1)
  }

  .font-sm-link-4 {
      font-size: var(--px10);
      line-height: var(--px15);
      font-weight: 700;
  }

  .font-sm-buttontext {
      font-weight: 500;
  }

  .font-sm-buttontext,.font-sm-field {
      font-family: var(--font-family-2);
      font-size: var(--px16);
      line-height: var(--px22);
  }

  .font-sm-field {
      font-weight: 400;
  }

}





/********************************************************/
/*********************FIN FOOTER SDH*********************/
/********************************************************/

/********************************************************/
/*********************CANALES ATENCIÓN INICIO************/
/********************************************************/

#FormDatos{
  width: 95% ;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
}


#canales-atencion {
    font-family: 'Montserrat',sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-sizing: border-box;
}


.btn-link {
    color: #0071c1;
    text-decoration: underline;
}

.card-title-1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 170.4%;
    display: flex;
    align-items: center;
    color: #004884;
}


@media (max-width: 1024px) {
  #FormDatos{
    width: 100% ;
  }
}


/********************************************************/
/*****************CANALES ATENCIÓN FIN*******************/
/********************************************************/

