body {
  margin: 2%;
  border: 0px;
  padding: 0px;
  font-size: 1em;
  font-family: "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-size: 17px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0;
  margin: 1rem 0 0;
  flex-direction: column;
}

  .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; */
  display: flex;
  width: 24%;
  height: 100%;
  justify-content: end;
  align-items: center; /* vertically center the image */
  overflow: hidden;
}

.cont-img-pot img,
.cont-img-supersalud img{
  /* display: flex;
  width: 100%;
  height: 100%; */

  width: auto;
  height: 100%;
  object-fit: contain;
}

.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 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  /* height: 40px !important; */
  flex-wrap: wrap;
  display: flex;
  width: 48%;
  height: auto;
}

.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:hover {
  color: rgb(245, 237, 237);
  border-width: 1px;
  border-radius: 11px;
  border-color: rgb(184, 184, 184);
  background: #888888 !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;
}

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);
    }
  }