@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.pricing6 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

body{
  background-color: white;
  background: white;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.texto-derecha {
  text-align: right;
  width: 100%; /* Ajusta el ancho si es necesario */
}

.texto-tachado {
  text-decoration: line-through;               /* Aplica el tachado */
               /* Color de la línea de tachado */
  text-decoration-thickness: 3px;               /* Grosor de la línea de tachado */
  font-size: 20px;                             /* Tamaño de la fuente */
  font-weight: bold;                           /* Poner el texto en negrita */
  font-style: italic;                          /* Poner el texto en cursiva */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Sombra del texto */
  letter-spacing: 1px;                         /* Espaciado entre letras */
}

.text-rojo{
  text-decoration: none;       /* Grosor de la línea de tachado */
  font-size: 20px;                             /* Tamaño de la fuente */
  font-weight: bold;                           /* Poner el texto en negrita */
  font-style: italic;                          /* Poner el texto en cursiva */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Sombra del texto */
  letter-spacing: 1px;      
  color: green ;                                  /* Color del texto */
  text-decoration-color: green ; 

}

.estilos-ahorro{
  text-decoration: none;       /* Grosor de la línea de tachado */
  font-size: 20px;                             /* Tamaño de la fuente */
  font-weight: bold;                           /* Poner el texto en negrita */
  font-style: italic;                          /* Poner el texto en cursiva */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Sombra del texto */
  letter-spacing: 1px;      


}


.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
  color: #3e4555;
}

.pricing6 .font-weight-medium {
  font-weight: 500;
}

.pricing6 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing6 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing6 .price-box .display-5 {
  line-height: 58px;
  font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
		background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
		background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
	font-size: 14px;
}


.info{

    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}


.precio{

    color:#0056B3;
}



.botones{


  justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;

}


#boton_aux_segundo{
   justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}


h1 {
  color:green;
}
.xyz {
  background-size: auto;
  text-align: center;
  padding-top: 100px;
}
.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 8px;
  text-align: center;
}
.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  text-align: center;
}

.btn-circle{
  background-color: #39B3D7;
  border-color: #39B3D7;
}


.titulo_circulos{

  font-size: 30px;
  color: white;
}


.form-label{
  color: #0e1011;
  font-weight: 600;
  margin-bottom: -5px;
}


.titu_datos{
  color: #0e1011;
  font-weight: 700;
}

.titu_datos_final{
  color: #0e1011;

}



.caja{
  border-style: solid;
  border-color: #0e1011;
  border-width: 1px;
  margin-top: 10px;


}


.titulo_fotos{


  color:#0e1011;
  font-weight: 600;
}

.cajilla{
  background-color: #7da6d2;
  border-radius: 5px;


  margin: 5px;
}


.caja_pdf{

  border-style: solid;
  border-color: #0e1011;
  border-width: 1px;
  height: 417px;
  margin-top: 10px;
}


.caja_pdf_2{
  
  border-style: solid;
  border-color: #0e1011;
  border-width: 1px;
  height: 417px;
  margin-top: 10px;
}



.paquete_text{

 color: black;
}

.titulo_pago{
  color:#0e1011;
}


.titu_pagos{
  color:#0e1011;
  font-weight: 700;

}

.info_pago{
  color:#0e1011;
}

.sitio_pago{
  color:#0e1011;
  font-weight: 700;
}

.terminos{
  font-weight: 700;
 
}
.total{
  font-weight: 700;
}


.texto_info_correo{
  color: #810a0a;

  font-size: 12px;
}


.col-form-label{
  font-weight: bold;
}

.next{
  margin: 10px;
}
.boton_primero{
  margin: 10px;
  justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;

}
#pagar{
  margin: 10px;
}



.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: gray;
  transition: .4s;
}
.step-button[aria-expanded="true"] {
  width: 60px;
  height: 60px;
  background-color: Blue;
  color: #fff;
}
.done {
  background-color: blue;
  color: #fff;
}  


.done2{
  display: none;
}
.step-item {
  z-index: 10;
  text-align: center;
}
#progress {
-webkit-appearance: none;
appearance: none;
  position: absolute;
  width: 95%;
  z-index: 5;
  height: 10px;
  margin-left: 18px;
  margin-bottom: 18px;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: var(--prm-color);
  transition: .5s ease;
}
#progress::-webkit-progress-bar {
  background-color: var(--prm-gray);

}

.error{
  color: red;
}

#form_submit{
  margin:0px 10px 0px 10px;
}

.icono2
{
  left: -25px;
  display: flex;
  position:relative;
  color: white;
  top:1px;
  

}

.cabecera{
  background-color:#20509a ;
  color: white;

}



.info2{
  justify-content:end;
    align-items:end;
    text-align:end;
    display: flex;

}



.navbar{
  background: white;
  background-color: white;


}

.menu_nav{
  background: white;
  background-color: white;
  

}

@media (max-width: 999px) {
  .navbar-collapse {
    width: 100%;
    float: none !important;
    background: #1e1e1e;
  }

  .color_nav{

    color: #999 !important;
  }
}

.container-fluid{
  background: white;
  background-color: white;
  justify-content:center;
  align-items:center;
  text-align:center;
  display: flex;
  
}

.titulo_solicitud{
  justify-content:center;
  align-items:center;
  text-align:center;
  display: flex;
  color:#009835;

}


.datos{
color:rgba(255, 255, 255, 0.4);
}
 .datos:hover{
  color: rgb(255, 255, 255);
 }

 .cabecera{
height: 50px ;
justify-content:end;
align-items:center;
text-align:end;
display: flex;
 }

 .telefono{
  margin: 10px 10px 10px 50px;
  font-weight: 400;
 }


 .horarios{
  margin:  10px 10px 10px 50px;
  font-weight: 400;


 }


 .correo{
  margin: 10px 10px 10px 50px;
  font-weight: 400;
 

 }


 .lineas_entre{
  border-left-style:   dashed;
  color: #354062;
 }


 

 .acceso_clientes{
  background-color: #0078C0;
  width: 200px;
  color: white;


 }

 .blanco{
  color:white;
  padding: 5px 5px 5px 5px;

 }

 .whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.nav-link{
  color: #2a363f;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}


.acceso_clientes:hover{
  background-color: #38B547;

}



.color_nav{
  color:#2a363f;
}

.linea_divide{

  justify-content:center;
align-items:center;
text-align:center;
display: flex;

}

.espacio{
  margin: 10px;
}

.titulo_oficial{

  color:#0078c0;
}

.enviar{
  margin-left: 10px;
}


select {
  display: none;
}

ul {
  list-style-type: none;
}

.fake-select ul {
  display: none;
}

.fake-select.active ul {
  display: inline-block;
}

.selected:hover {
  cursor: pointer;
}

.fake-select li:hover {
  background-color: blue;
  color: #fff;
  cursor: pointer;
}

.fake-select:hover .img {
  outline: 1px solid red;
}


.validar{
  border-style: solid;
  border-width: 1px;
  border-color: red;
}


#boton_firma{
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none; /* for button */
   -webkit-appearance: button; /* for input */
     -moz-user-select: none;
      -ms-user-select: none;
}


#boton_paquete{
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none; /* for button */
   -webkit-appearance: button; /* for input */
     -moz-user-select: none;
      -ms-user-select: none;
}



#loader{
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  background: #000000a3;
  z-index: 20;
}
.spinner {
  margin: 40vh auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #eee;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

  /*-----------------LOADER CON IMAGEN GIF--------------------------*/
  #loaderGif{
    background: url('loader2.gif') 50% 50% no-repeat #000000a3;
    background-size: 75px;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 20;
    
  }


  .form-select{
   width: 90% !important;
  }

  .info_iva{
    color: black;
  }

  input::placeholder {
    opacity: 0.1; /* Ajusta el valor de la opacidad según tus preferencias */
  }

h5.titu_datos_pago{


font-weight: 400;

}


h6.iva{
  font-weight: 400;
}

h6.subtotal{
  font-weight: 400;
}



footer{
  background-color: #2a363f !important;
  color: #fff;
}

.titulo_primero_footer{
  color: #fff;
 

}

.link_footer{
  color: #aaa;
  text-decoration: none;


}
.info_plan_estilo{
  font-size: 20px;
  color:black
}

.precio_plan{
  font-size: 20px !important;
  background-color: yellow !important; 
  display: inline-block !important;
}



.secciones{
  color: #0056b3;
  font-weight: bold; 
  margin-top: 1%; 
  margin-bottom: 1%;
}

.subseccion{
  color: #0056b3;
  font-size: 30px; 
}

table{
  font-weight: bold;
  text-align: center;
}

.form-label , .form-check-label{
  color: #003c7c;
  font-weight: 500;
}

.cuerpoPrincipal{
  margin-left: 5%;
  margin-right: 5%;
}
.promo-button {
  background: linear-gradient(45deg, #20509a, #3c78d8); /* Gradiente basado en #20509a */
  color: #ffffff; /* Texto blanco */
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  border: none;
  border-radius: 50px; /* Bordes redondeados */
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Sombra pronunciada */
  transition: all 0.3s ease-in-out;
}

.promo-button:hover {
  background: linear-gradient(45deg, #3c78d8, #20509a); /* Invertir gradiente */
  transform: scale(1.1) translateY(-5px); /* Crece y se eleva al pasar el ratón */
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
}

.promo-button:active {
  transform: scale(1) translateY(0); /* Vuelve a su estado original al hacer clic */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Sombra reducida */
}