body, p, div, span {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 80 195) !important;
}
h1, h2, h3, h4, h5 {
  font-family: "area-normal", sans-serif;
	
}
h1{font-weight: 800; font-size: 1.85rem}

h4.verde{color: #78c17f;
    font-weight: 700;
	font-size: 1.41rem;}

@media (min-width: 1100px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }
}

@media(max-width:768px){h1 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.0rem !important;
}}




/* Estilo para el cabezal */
.header {
  background-color: #0050C3;
  height: 115px; /* Altura fija para el cabezal */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 0 0;
}
/* Contenedor de los logos, alineado a izquierda y derecha */
.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 1100px; /************************************/
}

/* Estilo para los logos */
.logo {
  padding-top: 20px
}
.logo_recarga {
  max-height: 70px; /* Ajusta la altura de los logos */
}
.logo_mvdcomm {
  max-height: 40px; /* Ajusta la altura de los logos */
}
/* Pestañas en la parte inferior del cabezal */
/* Pestañas en la parte inferior del cabezal */
.tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 8px 8px 0 0; /* Bordes redondeados solo arriba */
  border: none;
  font-size: 16px;
  background-color: #ffffff;
  color: #007bff;
  transition: background-color 0.3s, transform 0.3s;
  text-align: left; /* Alineación del texto */
  width: 300px;
}
.tabs button.activo{border-bottom: 2px solid white;}
.tabs button.noactivo {
  background-color: #BAD0EF;
  border-bottom: 2px solid #0050C3;
background: rgb(205,220,242);
background: linear-gradient(180deg, rgba(205,220,242,1) 67%, rgba(157,181,214,1) 100%);
}
.tabs button:hover {
  background-color: #e6f0ff;
  transform: translateY(-2px); /* Efecto de elevación */
}
.tabs button:active {
  background-color: #cce0ff;
  transform: translateY(1px); /* Efecto de presión */
}
.tabs button i {
  margin-right: 10px; /* Espacio entre el icono y el texto */
}
/* Estilo para el texto en dos líneas */
.tabs button .tab-text {
  display: block;
  padding-left: 15px;
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.ico_tab {
  max-width: 60px
}
/* Hacer todo responsivo */
@media (max-width: 768px) {
  .logo-container {
    flex-direction: column;
    align-items: center;
  }

	.tabs{gap: 4px;}
  .tabs button {
    width: 180px;
	  padding:8px 12px
  }

  .header {
    height: 120px;
  }
	.ico_tab {
  max-width: 45px
}
  .tabs button .tab-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
	  padding-left: 10px;
	  
  }
  .logo_recarga {
    max-height: 53px;
  }
  .logo {
    padding-top: 12px;
  }
  .logo_mvdcomm {
    max-height: 31px;
    padding-bottom: 5px;
	  padding-top: 12px
  }
}

/* titulo y 3 logos*/
img.logos_companias{max-height: 50px}
.lead.text-start{font-weight:500}
p.mov_subtit{    max-width: 550px;}
/* formulario */

.form-check-input {
    width: 1.2em;
    height: 1.2em;
	border-color:#737373;}
input.form-control, select.form-select{padding:10px}
.btn_continuar{    padding-top: 15px;}
#ComboMontos{width:100%}

.acepto{font-size:15px}
/* Para navegadores Webkit (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Para Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* frenja gris app */
.cont_app{background-image: url(../imgs/bg.jpg); background-repeat: no-repeat; background-size: cover}

ul {
  list-style-image: url(../imgs/ok.png);
}
ul li{font-size:1.05em;font-family: "Inter", serif; font-weight:500}
.padd0{padding:0 !important}

.apps a img{max-width: 270px}
.sombra_inf{box-shadow: rgba(0, 0, 0, 0.45) 0px 18px 17px -22px}
.google, .apple {transition: box-shadow 0.2s ease-in-out; /* Ajusta el tiempo según necesites */
}

a:hover .google, a:hover .apple {
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media(min-width:768px){.app_txt {
    padding-left: 3rem !important;
	}}
@media(max-width:768px){.img-fluid.pibe {
    max-width: 58%;
    height: auto;
}}


/*modulo agente*/

.font-800{font-weight:800}
         .noticia-container {
            background-color: #f3f4f4;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            align-items: stretch;
            flex-direction: row;
        }
 .noticia-texto {
            flex-grow: 1;
            padding: 20px 60px;
        }

        .text_destacado {
            font-size: 1.2em;
            font-weight: 500;
        }
        @media (max-width: 768px) {
            .noticia-container {
                flex-direction: column-reverse;
            }
			.noticia-texto {
    padding: 20px 15px;
}
        }

        .noticia-img {
            width: 100%;
            object-fit: cover;
        }

        @media (min-width: 768px) {
            .noticia-img {
                width: 33.33%;
                height: auto;
                margin: 0;
            }
        }

       
		@media(max-width:768px){.icomail{display: none}}


.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #63B66E;
    --bs-btn-border-color: #63B66E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4A9951;
    --bs-btn-hover-border-color: #4A9951;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4A9951;
    --bs-btn-active-border-color: #4A9951;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #63B66E;
    --bs-btn-disabled-border-color: #63B66E;
}


/* ***************************Recarga Fibra ****************************** */


.img-fluid.logo_antel{max-width: 104px}

/* ***************************formas de pago ****************************** */
  /* Flechita igual a form-select */
.custom-select-button::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  vertical-align: 0.255em;
  border-top: 0/*0.4em solid*/;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

/* Fondo blanco siempre */
.custom-select-button {
  background-color: #ffffff !important;
  border-color: #ced4da!important;
  color: #212529!important;
  box-shadow: none!important;
}

.custom-select-button:hover,
.custom-select-button:focus,
.custom-select-button:active {
  background-color: #f8f9fa !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08)!important;
  color: #212529!important;
}

/* Suavidad al desplegar */
.animated-dropdown {
  animation: fadeSlideDown 0.25s ease-out;
}

@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Inicialmente colapsado */
.dropdown-menu-animated {
  overflow: hidden;
  opacity: 0;
  transform: translateY(5px);
  max-height: 0;
  transition:
    opacity 0.25s ease-out,
    transform 0.25s ease-out,
    max-height 0.25s ease-out;
}


	#ComboMontos select{padding: 10px;    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}

#ComboMontos .select2{width:100% !important}
	
	/*****Mensaje*****/

.msg strong{color:#044096}
.msg{padding: 15px 20px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: 89%;
    background-color: #f6f6f6;}


@media(max-width:768px){
.msje-error {
    border: none !important;
    padding: 0px 15px !important;
    border-radius: 10px;
    background-color: #ffffff !important;
}
}


	.mensaje{    text-align: center;
    background-color: #ff4d4d33;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ff4d4d;}
.mensaje:empty {
  display: none;
}

/* Al mostrar */
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  max-height: 500px; /* suficientemente grande para las opciones */
}


@media(max-width:768px){
/* bajada logos  movil */
.container.my-5.bajada{margin-top: 20px!important; margin-bottom:20px !important;text-align: center}
img.logos_companias {
    max-height: 41px;margin-top: 12px;
}
.text-start.mov_subtit{display:none!important}
/* formulario movil */

.fdatos {border-bottom:none !important; border-radius: 8px 8px 0px 0px!important;
-webkit-border-radius: 8px 8px 0px 0px!important;
-moz-border-radius: 8px 8px 0px 0px!important; box-shadow: none !important}

.fpagos{border-top:none !important;border-radius: 0px 0px 9px 9px!important;
-webkit-border-radius: 0px 0px 9px 9px!important;
-moz-border-radius: 0px 0px 9px 9px!important; box-shadow: none !important}
	.p-4.fpagos{padding:1.1rem !important;}
	.elegi_pago{    margin-top: 1px !important;
    text-align: left !important;
    color: #0050c3!important}
	.mb-4.elegi_pago {
    margin-bottom: 1.1rem !important;
}
	
	.cont_app{    margin-top: -16px !important;}
	.apps a img{max-width: 202px;}
}

	@media(max-width:768px){
			label{width:100%}
			.aceptocondiciones label{width:30px
			}
			
		}