/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap"); */
@charset "utf-8";

@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

body {
  font-family: "Product Sans", Arial, sans-serif; /* Volver a Product Sans */
  font-style: normal;
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #94a3a8;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
}
h3 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  margin: 10px 0;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  color: #384047;
}
a {
  color: #5173bd;
}
a:hover,
a:focus {
  color: #5173bd;
}

.btn-lg,
.input-lg {
  border-radius: 3px;
}
.input-lg {
  height: 35px;
  font-size: 16px;
}
.btn-lg {
  padding: 10px 28px;
  height: 52px;
}
.breath {
  margin: 50px auto;
}
.relative-block {
  position: relative;
}
.form-group.last {
  margin-bottom: 0;
}
.re-assure {
  color: #aaa;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}
.has-margin-top {
  margin-top: 30px;
}
.has-margin-top-lg {
  margin-top: 40px;
}
.has-margin-bottom-sm {
  margin-bottom: 20px;
}

/* imagen de fondo principal */
.masthead {
  background-blend-mode: soft-light;
  position: relative;
  padding: 30px 15px;
  color: #fff;
  text-align: center;
  /* text-shadow:0 1px 0 rgba(0,0,0,.1); */
  background: #0c662c;
  background: linear-gradient(
    90deg,
    rgba(12, 102, 44, 1) 0%,
    rgba(12, 102, 44, 1) 51%,
    rgb(255, 255, 255) 100%
  );
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: -px;
}

.masthead .container {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.logo {
  padding: 10px 0;
  text-align: center;
}
.section-title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.section-title h4 {
  color: #94a3a8;
}
.masthead .main-title {
  margin-bottom: 0;
}
.quick-features {
  text-align: left;
}
.featues-single {
  margin-bottom: 25px;
}
.featues-single.last {
  margin-bottom: 40px;
}
.featues-single img {
  margin-right: 20px;
  margin-top: 8px;
}
.featues-single h5 {
  margin-bottom: 5px;
  margin-left: 50px;
}
.featues-single p {
  color: #a1b8e4;
  margin-left: 50px;
  margin-bottom: 0;
}
.masthead .featues-single h5 {
  color: #fff;
}
.signup-block {
  padding: 20px;
  background: #fff;
  color: #535353;
  text-align: left;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  padding-right: 29px;
}

@media (min-width: 992px) {
  .featues-single.last {
    margin-bottom: 15px;
  }
  .signup-block {
    position: flex;
    width: 100%;
    border-radius: 12px;
  }
}
.as-seen-on {
  color: #3f74c6;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #dfe4e9;
}
.zigzag {
  margin: 55px 0;
}
.zigzag-lead {
  color: #595c60;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}
.zigzag p {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 992px) {
  .zigzag-lead {
    margin-top: 30px;
  }
}
.footercta {
  padding: 20px 0 80px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #0c662c; /*background-image:url(./imagen/10.jpg)*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footercta .section-title {
  margin-top: 50px;
}
.footercta .section-title h4 {
  color: #b5b2df;
}
.footercontent .madeby {
  text-align: center;
  line-height: 2.7;
}
.footercontent .copyinfo {
  text-align: right;
}
@media (min-width: 768px) {
  .footercontent .copyinfo {
    line-height: 2.7;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 15px 0;
  }
  .as-seen-on {
    text-align: center;
    margin-top: 30px;
  }
  .breath {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h5 {
    line-height: 25px;
  }
  .masthead {
    padding: 40px 15px;
    background-attachment: scroll;
  }
  .signup-block .form-title {
    font-size: 20px;
  }
  .input-lg {
    font-size: 14px;
    height: 35px;
  }
  .zigzag-lead {
    text-align: left;
    margin-right: 41px;
  }
  .zigzag p {
    text-align: left;
    padding-top: 20px;
  }
  .footercontent {
    text-align: center;
  }
  .footercontent .copyinfo {
    text-align: center;
  }
}
@media (max-device-width: 992px) {
  .masthead {
    background-size: cover;
    background-attachment: scroll;
  }
}

/* AGREGADOS MATIAS */

.main-title {
  font-size: 2.3em;
  line-height: 1.2em;
  font-size: 1.5em;
  text-align: left;
}


 
.form-title {
  font-size: 1.7em;
}

.itemform {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #dcdcdc !important;
  margin-bottom: 6px;
  margin-left: 4px;
  height: 42px !important;
  font-size: 15px;
  background: #ffffff !important;
}

.featues-single p {
  color: #fff !important;
}
.tituloobrasocial {
  font-size: 1.6em;
  font-weight: 500 !important;
  margin-bottom: -23px;
  line-height: 1em;
}
select {
  color: #0c0c0c !important;
  background: #ffffff !important;
}
.footercta {
  background-blend-mode: soft-light;
}
marquee img {
  max-height: 85px;
  padding: 4px;
}
.footercontent a {
  text-decoration: none !important;
  color: #94a3a8;
}

/* color del placeholder */
::-webkit-input-placeholder {
  color: #0c0c0c !important;
} /* WebKit */
::-moz-placeholder {
  color: #0c0c0c !important;
} /* Firefox 19+ */

::selection {
  background: rgba(23, 130, 62, 0.2);
}
/* Para Firefox */
::-moz-selection {
  background: rgba(23, 130, 62, 0.2);
}

/* configuracion para celular */

@media (max-width: 968px) {
  .masthead .featues-single h5 {
    color: #e2f8ba !important;
  }
  .itemform {
    width: 100%;
  }
  .ocultar {
    display: none !important;
  }
  .gototop {
    font-size: 1.4em !important;
  }
  .signup-block {
    border-radius: 12px;
    padding: 12px;
    padding-right: 20px;
  }
  .main-title {
    font-size: 2em;
    margin-top: -23px;
    font-size: 2.1em;
    text-align: center;
  }


  .masthead {
    background-position: center; /* Reemplazar los valores negativos */
    background-size: cover;
  }
  .footercontent {
    margin-bottom: 85px;
  }
  .logo > a > img {
    margin-left: 0; /* Eliminar el margen negativo de -35px */
  }
}

/* configuracion para pantalla grande */
@media screen and (min-width: 800px) {
  .formizquierdo {
    margin-right: -10px;
    width: 49%;
  }
  .ocultarg {
    display: none;
  }
  .as-seen-on {
    margin-top: -24px;
    margin-left: 25px;
    padding-bottom: 42px;
    font-size: 1.1em;
  }
  .quick-features {
    margin-top: -33px;
  }
  .footercontent {
    margin-bottom: 19px;
  }
}

.botnaranja {
  background: rgb(30, 87, 153);
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 1) 0%,
    rgba(255, 135, 61, 1) 0%,
    rgba(255, 39, 1, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 1) 0%,
    rgba(255, 135, 61, 1) 0%,
    rgba(255, 39, 1, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 1) 0%,
    rgba(255, 135, 61, 1) 0%,
    rgba(255, 39, 1, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ff2701',GradientType=0 );
  text-decoration: none !important;
  color: #fff;
  border: none !important;
  width: calc(100% - 6px); /* Ajustar para compensar el margen */
  margin-left: 3px !important;
  margin-top: 12px !important;
  font-size: 1.6em;
}
.botnaranja:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  color: #fff !important;
}

/* sacar border en el formulario */
/* select,input{border-top:0px!important;border-left:0px!important;border-right:0px!important;border-radius:0px!important;} */
select {
  padding: 6px !important;
}

/* color verde en titulo */

.form-title {
  color: #069506;
}
.as-seen-on {
  color: #069506;
}
.pasosiconos {
  width: 100%;
  margin-top: -20px;
  padding: 8px;
}

/* Agregar regla para ocultar en móviles */
@media (max-width: 968px) {
  .pasosiconos {
    display: none !important;
  }
    .masthead {
    background: #0c662c !important;
    background-image: none !important;
  }
    .main-title {
    font-size: 1.7em; /* Cambiar de 2em a 1.7em para hacerlo más pequeño */
    margin-top: -23px;
    text-align: left;
  }
  
  /* También puedes ajustar el subtitle si es necesario */
  .subtitle-main {
    font-size: 2.4em; /* Ya está configurado, pero puedes ajustarlo si necesitas */
  }
}

/* configuracion iconos */

.iconoct {
  max-width: 75px;
  padding: 5px;
  float: left;
  margin-left: 0; /* Eliminar el margen negativo de -13px */
}

@media (max-width: 968px) {
  .iconoct {
    padding: 5px;
    float: left;
    margin-left: 0; /* Eliminar el margen negativo de -13px */
    padding-right: 11px;
    margin-top: -15px;
  }
  .zigzag-lead {
  }
}

/* Agregar estas clases después de .main-title */

.subtitle-main {
  font-size: 3.7em;
  color: darkkhaki;
  font-weight: bold;
  text-align: left;
  line-height: 1.49em;
  margin-top: 40px;
  margin-bottom: 15px;
}

.span-main {
  font-size: 1em;
  font-weight: normal;
}

/* Agregar después de .span-main */

.valido-main {
  text-align: left;
  color: #faf8f8;
  font-size: 1.1em;
}

/* Para responsive design */
@media (max-width: 968px) {
  .valido-main {
    font-size: 1em;
  }
}

/* Para responsive design */
@media (max-width: 968px) {
  .subtitle-main {
    font-size: 2.8em;
  }
}

/* Clases para signup-block */
.signup-block-special {
  z-index: 10000;
  background: #fff !important;
}

/* Clases para accordion */
.accordion-top {
  border-radius: 15px 15px 0px 0px !important;
}

.accordion-bottom {
  border-radius: 0px 0px 15px 15px !important;
}

/* Clases para márgenes */
.margin-top-63 {
  margin-top: 63px;
}

.margin-top-53 {
  margin-top: 53px;
}

.margin-top-11 {
  margin-top: 11px;
}

.margin-bottom-neg23 {
  margin-bottom: -23px;
}

.margin-right-41 {
  margin-right: 41px;
}

.margin-left-25 {
  margin-left: 25px;
}

/* Clases para padding */
.padding-5 {
  padding: 5px;
}

.padding-left-19 {
  padding-left: 19px;
}

/* Clases para texto */
.prestadores-title {
  text-align: center;
}

.text-left {
  text-align: left;
}

/* Clases para font-size */
.font-size-2-4em {
  font-size: 2.4em;
}

.font-size-1-2em {
  font-size: 1.2em;
}

.font-size-0-8em {
  font-size: 0.8em;
}

/* Clases para color */
.color-white {
  color: #fff !important; /* Agregar !important para mayor especificidad */
}

/* Agregar regla específica para el footer */
.footercta h4,
.footercta .color-white {
  color: #fff !important;
}

/* También puedes agregar esta regla más específica si es necesario */
.section-title h4.color-white {
  color: #fff !important;
}

/* Clases para width */
.width-14 {
  width: 14%;
}

.width-24 {
  width: 24%;
}

.width-25 {
  width: 25%;
}

/* Clases para height */
.height-50 {
  height: 50%;
}

/* Clases para line-height */
.line-height-1em {
  line-height: 1em;
}

.line-height-1-8em {
  line-height: 1.8em;
}

/* Clases para font-weight */
.font-weight-500 {
  font-weight: 500 !important;
}

/* Clase para los títulos de iconos */
.icon-title {
  padding: 5px;
  margin-top: 11px;
}

/* Clase especial para el título de obra social */
.tituloobrasocial-style {
  font-weight: 500 !important;
  margin-bottom: -23px;
  line-height: 1em;
}

/* Clase para mostrar/ocultar elementos */
.display-none {
  display: none !important;
}

/* Clases para controlar saltos de línea responsivos */
.mobile-break {
  display: none;
}

.desktop-break {
  display: inline;
}

/* Media query para móviles */
@media (max-width: 968px) {
  .mobile-break {
    display: none; /* Ocultar el salto de línea en móviles para que todo quede en una línea */
  }
  
  .desktop-break {
    display: none; /* Ocultar el salto de línea en móviles */
  }
  
  /* Ajustar el h1 para que quepa en una línea */
  .main-title {
    font-size: 1.6em; /* Reducir un poco más el tamaño para que quepa en una línea */
    line-height: 1.2em;
  }
  
  /* Ajustar el subtítulo para que quede en una línea */
  .subtitle-main {
    font-size: 2.6em;
    line-height: 1.1em;
  }
  
  .span-main {
    font-size: 1em;
    font-weight: normal;
  }
}





		.localidadt {
			border-radius: 15px 15px 0px 0px !important;
		}

		.localidadtu {
			border-radius: 0px 0px 15px 15px !important;
		}

		.accordion {

			cursor: pointer;
			padding: 18px;
			width: 100%;
			background: #7c7c7c;
			text-align: center;
			border: none;
			outline: none;
			transition: 0.4s;
			color: #595c60;
			font-weight: bold;
			font-size: 19px;
			background: #e8e8e8;
			margin-bottom: 2px;
		}

		.active,
		.accordion:hover {
			background: #dddddd;
		}

		.panel {
			padding: 0 18px;
			background-color: white;
			display: none;
			overflow: hidden;
			transition: max-height 0.2s ease-out;
		}

		.tg {
			border-collapse: collapse;
			border-color: #aaa;
			border-spacing: 0;
			margin: 0px auto;
		}

		.tg td {
			background-color: #fff;
			border: none;
			font-family: Nunito, open sans, Arial, sans-serif;
			font-size: 18px !important;
			overflow: hidden;
			padding: 10px 5px;
			word-break: normal;
		}

		.tg th {
			border-color: #aaa;
			border-style: solid;
			border-width: 10px;
			font-weight: bold;
			min-width: 85px !important;
			font-family: Nunito, open sans, Arial, sans-serif;
			font-size: 18px !important;
			overflow: hidden;
			padding: 10px 5px;
			word-break: normal;
		}

		.tg .tg-un89 {
			border-color: inherit;
			font-family: Nunito, open sans, Arial, sans-serif;
			font-size: 14px;
			text-align: center;
			vertical-align: center;
		}

		.tg .tg-qcjo {
			font-family: Nunito, open sans, Arial, sans-serif;
			font-size: 18px !important;
			text-align: left;
			vertical-align: center;
			border: none;
		}

		.prestt {
			text-align: left !important;
			color: #595c60 !important;
		}

		.bldtild {
			font-weight: bold;
		}

		.itemt {
			padding-right: 32px !important;
			text-align: center !important;
		}

		.pmct {
			color: #e95e2a;
		}

		.BM180t {
			color: #8c2e86;
		}

		.BM200t {
			color: #00568b;
		}

		.BM400t {
			color: #7c7c7c;
		}

		.BM500t {
			color: #b5b066;
		}

		.tg .tg-0pky {
			border-color: inherit;
			text-align: left;
			vertical-align: top
		}

		@media screen and (max-width: 767px) {
			.tg {
				width: auto !important;
			}

			.tg col {
				width: auto !important;
			}

			.tg-wrap {
				overflow-x: auto;
				-webkit-overflow-scrolling: touch;
				margin: auto 0px;
			}
		}


      /* Spinner Form */
   
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 0.875rem;
    height: 0.875rem;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

/* Botón deshabilitado */
.botnaranja:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}